Áb24969 31 292 126 157 176 208 371 308 201 225 123 634 217 145 149 256 200 495 178 121 174 382 146 516 127 634 196 183 101 163 115 965 K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-15T18:05:59.000000Z K 7 svn:log V 199 Add 1 vn device to this by default. The reason is so that I can tell people how to add swap files without also having to go through the whole "well, first you gotta add a vn device" song and dance. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-15T18:07:06.000000Z K 7 svn:log V 34 Make one vn device in "all" rule. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-16T00:05:29.000000Z K 7 svn:log V 62 Add include of no longer included by . END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-16T02:07:10.000000Z K 7 svn:log V 82 Suggested by: David Nugent Use /etc/ppp/ppp.deny instead of /etc/ppp/ppp.disabled END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-16T02:10:22.000000Z K 7 svn:log V 113 Suggested by: David Nugent Change the name of ppp.disabled to ppp.deny for consistency with at.deny and friends. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-16T03:08:34.000000Z K 7 svn:log V 277 Undo previous commit to avoid panic, and fix order of argument of VOP_LINK(). The reason of strange behavior was wrong order of the argument, that is, the operation # ln foo bar in a union fs tried to do # ln bar foo in ufs layer. Now we can make a link in a union fs. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-16T03:26:50.000000Z K 7 svn:log V 213 Fix the problem in popen that makes correct vfork semantics fail. Specifically, popen modifies a variable "pdes[1]" in the child in such a way that it breaks code in the parent (due to the address space sharing.) END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-16T05:59:21.000000Z K 7 svn:log V 106 Fix typo in comment; Document in an example that years beyond 1999 are handled; fix typo in same example. END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-16T09:54:50.000000Z K 7 svn:log V 130 Add FILES section to manpage. Create /var/run/ttyXn.if interface file and /var/run/slX.pid PID file, following format of pppd(8). END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-16T09:56:30.000000Z K 7 svn:log V 29 Fix typo: "oder" -> "order". END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-16T11:31:32.000000Z K 7 svn:log V 541 Fixed `make depend' and related bogons. LDFLAGS was used for ld-specific flags. LDFLAGS is really for ld-related flags for cc, not for ld, and some flags, e.g., -Bshareable, mean completely different things to cc and ld. Having the wrong things in LDFLAGS also broke the standard ${PROG} target. This was kludged around by using a special rule that depended on LDFLAGS being bogus. Fixing `make depend' broke the special rule but fixed the standard rule (except in the DESTDIR case, which was handled more strictly here than elsewhere). END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-16T12:11:37.000000Z K 7 svn:log V 123 Use reset port before clearing page table in cpu_reset if PC98 is defined. Clearing page table could hang some new PC-98. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-16T12:27:03.000000Z K 7 svn:log V 52 YAMFC (revision 1.79; use CPU reset port on PC-98). END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-04-16T15:09:37.000000Z K 7 svn:log V 56 Comment out rawcb, it is not used / not present anymore END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-16T16:08:11.000000Z K 7 svn:log V 163 When "-c" is specified, don't pad the command with spaces if it is the last field on the line. "ps -axlc" was needlessly wrapping around on 80-character windows. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-16T16:10:48.000000Z K 7 svn:log V 107 Merge from main branch 1.19 -> 1.20: Don't pad the "-c" command field if it is the last field on the line. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-16T16:24:24.000000Z K 7 svn:log V 401 Do not set the uppervp to NULLVP in union_removed_upper. If lowervp is NULLVP, union node will have neither uppervp nor lowervp. This causes page fault trap. The union_removed_upper just remove union node from cache and it doesn't set uppervp to NULLVP. Since union node is removed from cache, it will not be referenced. The code that remove union node from cache was copied from union_inactive. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-16T17:55:22.000000Z K 7 svn:log V 86 Add Sean Eric Fagan and Chuck Robey for their kind monetary donations to the project. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-17T11:17:30.000000Z K 7 svn:log V 28 Use NULLVP instead of NULL. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-17T11:24:57.000000Z K 7 svn:log V 81 Fix `locking against myself' panic by multi nullfs mount of same directory pair. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-04-17T14:33:11.000000Z K 7 svn:log V 288 Quick and dirty attempt to get the zp device to work with the 3c589D. Increase the delay in read_eeprom_data() by two orders of magnitude. > A better fix would be to make read_eeprom_data() call > f_is_eeprom_busy() after the DELAY(). Submitted by: Samuel Lam END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-04-17T16:26:54.000000Z K 7 svn:log V 52 Downgrade Slaven Rezic's name from latin2 to latin1 END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-04-17T22:33:16.000000Z K 7 svn:log V 422 Amancio: This patch fixes the problem of vic only capturing an even or odd frame plus the my early patch for missing frames with resolutions higher than 320x240 in rgb mode. The yuv422 patch introduces a minor bug in that a green line appears at the bottom of the captured window . There is no easy work around for this right now. Reviewed by: various bt848 hackers Submitted by: Amancio Hasty END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-17T23:31:47.000000Z K 7 svn:log V 33 Fix punctuation: "it's" -> "its" END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-04-18T02:37:08.000000Z K 7 svn:log V 542 Fixed two bugs that came into kern_exec just after the 2.2.1 release: 1) I wasn't assuring that the file size was large enough for the data to be contained in a FS block. Calling bread for a block when the data is in a fragment causes BAD things to happen, including file corruption. 2) I was not passing in a residual pointer to vn_rdwr(), and this caused "slow" mode image header reads that were less than the page size to fail with EIO. I now get the residual and properly zero the tail of the image header buffer, too. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-04-18T02:43:05.000000Z K 7 svn:log V 104 Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugs with reading the image header. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-18T04:44:37.000000Z K 7 svn:log V 88 Rearrange pci network card identification for easier additions. Added KTI NE2000 clone. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-18T04:48:59.000000Z K 7 svn:log V 7 YAMFC. END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-18T11:12:52.000000Z K 7 svn:log V 71 fix up this man page one typo was: Submitted by: Josh Gilliam PR#3319 END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-18T11:14:30.000000Z K 7 svn:log V 23 YAMFC: fix up man page END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-04-18T12:06:34.000000Z K 7 svn:log V 869 Incorporate kludge/fix from `syscons' ver 1.207 and 1.209. 1) Dell Latitude XPi This laptop has a strange, IMHO broken :-), keyboard controller which wouldn't disable the keyboard interrupt. The kludge is to disable tty intr. during set_keyboard(), used for changing LED and setting typematic. The patch also changes the function name: set_keyboard() -> set_keyboard_param() Although it is a static function, the name corrides with a routine in `syscons' and is confusing when debugging the kernel which has both `syscons' and `pcvt' with DDB. (Suggested by Bruce) 2) doreset() bug doreset() failed to preserve some bits in the keyboard controller's command byte during keyboard reset. This bug may put some keyboard controllers in old motherboards (386 and 486) in a strange state, resulting in complete keyboard lockup or random key input. Reviewed by: Joerg END