ĩ:30721 251 568 156 278 166 583 330 149 100 157 126 142 259 148 256 99 134 1057 256 124 195 130 205 632 188 183 136 404 109 125 109 110 109 222 157 195 112 176 170 290 339 126 237 200 140 116 151 125 187 149 147 146 145 109 124 148 154 116 109 169 211 232 440 412 126 109 217 248 151 389 144 242 277 151 175 372 368 168 315 146 159 108 148 124 158 419 234 163 216 257 151 181 236 118 200 442 153 233 106 155 169 186 436 441 417 538 124 144 109 145 176 279 142 130 209 151 140 130 189 108 237 126 119 119 119 107 120 237 579 176 435 266 207 159 136 194 336 109 123 237 169 142 122 130 168 150 265 152 293 706 163 129 268 392 163 192 189 146 201 182 114 178 169 119 177 142 166 147 206 170 155 109 158 141 147 547 202 253 112 142 137 118 153 140 139 145 138 123 116 114 148 134 226 247 197 196 197 208 225 153 146 105 205 125 132 114 128 156 295 238 256 206 196 147 137 247 187 139 417 243 121 145 201 222 120 219 154 146 261 285 213 160 2928 153 345 263 99 128 130 113 146 141 157 219 142 136 335 305 168 487 188 124 K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-26T04:54:16.000000Z K 7 svn:log V 474 - Functional changes to PCCARD support. * Kill individual drivers 'suspend' routines, since there's no simple/safe way to suspend/resume a card w/out going through the complete probe at initialization time. * Default to using the apm_pccard_resume sysctl code, which basically pretends the card was removed, and then re-inserted. Suspend/resume is now 'emulated' with a fake insert/removal. (Hence we no longer need the driver-specific suspend routines.) END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-10-26T04:58:27.000000Z K 7 svn:log V 64 use += on cflags Submitted-by: Steve Price END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-26T06:06:54.000000Z K 7 svn:log V 184 - 'Beep' support now happens in it's own separate file, so you can mess around with different noises for the different events and not have it affect other files. Inspired by: PAO END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-10-26T06:06:55.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-10-26T07:35:18.000000Z K 7 svn:log V 487 - The daemon might go off the screen and crashed the system if the screen size was changed while the screen saver was inactive. Adjust the positions of the daemon and the text and clip them accordingly each time. - Don't call set_border() too often. Some video chip may produce flicker. Pointed out by tony@dell.com - Don't fill the entire screen with blank char every time the saver is called. Blank only the part of the screen where the daemon and the text was previously printed. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-10-26T07:36:13.000000Z K 7 svn:log V 234 - Slightly change the way the border color register is updated so that flicker won't occur when set_border() is called. - Properly restore the border color when switching virtual consoles. Pointed out by: tony@dell.com OKed by: sos END K 10 svn:author V 6 helbig K 8 svn:date V 27 1997-10-26T10:33:02.000000Z K 7 svn:log V 54 Synchronize usage() and man page. Pointed out by bde. END K 10 svn:author V 6 helbig K 8 svn:date V 27 1997-10-26T10:37:35.000000Z K 7 svn:log V 6 Typo. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-26T12:14:54.000000Z K 7 svn:log V 64 Back out (unsigned char) cast, will use -funsigned-char instead END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-26T12:17:33.000000Z K 7 svn:log V 33 Back out mode (unsigned char)... END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-26T12:20:45.000000Z K 7 svn:log V 49 Add -funsigned-char to CFLAGS (for ctype macros) END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-10-26T12:33:39.000000Z K 7 svn:log V 164 Change the initial amount of memory allocated for pv_entries to be proportional to the amount of system memory. Also, clean-up some of the new pv_entry mgmt code. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-26T12:42:13.000000Z K 7 svn:log V 54 Cosmetic: Move prototypes into the correct headers. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-26T12:48:50.000000Z K 7 svn:log V 161 Use croation week day name. This avoid a name clash between `Subota' and `Sunday'. ^^ ^^ Submitted by: Slaven Rezic END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-26T12:51:30.000000Z K 7 svn:log V 6 typo. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-10-26T12:53:16.000000Z K 7 svn:log V 37 Remove yet another superfluous file. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-10-26T18:47:31.000000Z K 7 svn:log V 962 In clntudp_call(), it is possible that xdr_replymsg() might fail partway through its attempt to decode the result structure sent by the server. If this happens, it can leave the result partially populated with dynamically allocated memory. In this event, the xdr_replymsg() failure is detected and RPC_CANTDECODERES is returned, but the memory in the partially populated result struct is not free()d. The end result is that memory is leaked when an RPC_CANTDECODERES error occurs. (This condition can occur if a CLIENT * handle is created using clntudp_bufcreate() with a receive buffer size that is too small to handle the result sent by the server.) Fixed by setting reply_xdrs.x_op to XDR_FREE and calling xdr_replymsg() again to free the memory if an RPC_CANTDECODERES error is detected. I suspect that the clnt_tcp.c, clnt_unix.c and clnt_raw.c modules may ha a similar problem, but I haven't duplicated the condition with those yet. Found by: dbmalloc END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T20:13:52.000000Z K 7 svn:log V 163 Always initialize the syscall vectors for our "private" syscalls (not just in the LKM case). Plug nqnfs_vop_lease_check directly into the default_vnodeop_p table. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T20:26:33.000000Z K 7 svn:log V 32 Simplify the lease_check stuff. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T20:27:51.000000Z K 7 svn:log V 102 Add "NOIMPL" for syscalls we know what is, but don't implement as "STD". Use this for getfh & nfssvc. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T20:28:54.000000Z K 7 svn:log V 38 Remade syscalls.master derived files. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-10-26T20:39:44.000000Z K 7 svn:log V 110 MFC: On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uid do not change. Reviewed by: 4755 END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T20:55:39.000000Z K 7 svn:log V 539 VFS interior redecoration. Rename vn_default_error to vop_defaultop all over the place. Move vn_bwrite from vfs_bio.c to vfs_default.c and call it vop_stdbwrite. Use vop_null instead of nullop. Move vop_nopoll from vfs_subr.c to vfs_default.c Move vop_sharedlock from vfs_subr.c to vfs_default.c Move vop_nolock from vfs_subr.c to vfs_default.c Move vop_nounlock from vfs_subr.c to vfs_default.c Move vop_noislocked from vfs_subr.c to vfs_default.c Use vop_ebadf instead of *_ebadf. Add vop_defaultop for getpages on master vnode in MFS. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-26T21:01:44.000000Z K 7 svn:log V 95 - Patch the 'skeleton' example driver to be more consistant with the new state of the world. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T21:05:40.000000Z K 7 svn:log V 91 I guess nobody uses ext2fs in current ? vop_lookup is back now, don't know whan I lost it. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-26T21:06:33.000000Z K 7 svn:log V 44 Update this little gadet to latest version. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-26T21:08:42.000000Z K 7 svn:log V 310 - Instead of relying on a functional call to register PCARD-capable drivers, use a Linker Set. Note, if a driver is loaded as an LKM if will have to use the function call, but since none of the existing drivers are loadable, this made things cleaner and boot messages nicer. Obtained from: PAO-970616 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-26T22:48:31.000000Z K 7 svn:log V 17 MFC: parallelize END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-26T23:35:22.000000Z K 7 svn:log V 33 NODOC should be enabled for now. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-26T23:37:04.000000Z K 7 svn:log V 17 MFC: parallelize END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-26T23:37:21.000000Z K 7 svn:log V 18 MFC: parallelize. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-26T23:54:24.000000Z K 7 svn:log V 17 MFC: parallelize END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-27T00:02:33.000000Z K 7 svn:log V 126 Fix a comment about multicast; since the Etherlink III has no multicast filter the driver will never learn how to program it. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-10-27T00:34:15.000000Z K 7 svn:log V 63 Check to see if the pv_limits are initialized before checking. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-27T00:38:46.000000Z K 7 svn:log V 102 Bump MAXDSIZ to 512MB so that soft limits have a chance to actually regulate this. Reviewed by: dyson END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-27T00:39:15.000000Z K 7 svn:log V 20 MFC: 512MB MAXDSIZE END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-10-27T03:28:44.000000Z K 7 svn:log V 82 Fix a misleading comment. PR: bin/4861 Submitted by: Alex END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-10-27T03:31:57.000000Z K 7 svn:log V 76 Typo fix. PR: docs/4579 Submitted by: Stephen J. Roznowski END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-10-27T04:22:13.000000Z K 7 svn:log V 195 Offending statement removed from STANDARDS section. From what I can gather from the Posix spec that I have (which is very old) all one character options are extensions to Posix. PR: docs/4701 END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-27T06:15:10.000000Z K 7 svn:log V 244 Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other port usage at 0x100. Quoted Justin's quotation from the manual as well, to explain the technical background. PR: kern/4559 Submitted by: Stephen J. Roznowski END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T07:41:12.000000Z K 7 svn:log V 29 ntohl->htonl. OKed by: Bruce END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T07:45:47.000000Z K 7 svn:log V 139 Use err(3). Change `=' to `==' in two places, so that server not responding/ server ok is not displayed too often. OKed by: Bill (wpaul). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T07:49:47.000000Z K 7 svn:log V 102 Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clock when -n (do nothing) is used. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T07:52:10.000000Z K 7 svn:log V 43 Use err(3). Stylistic changes in man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T07:53:22.000000Z K 7 svn:log V 19 Statisize usage(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T07:55:31.000000Z K 7 svn:log V 54 Use err(3). Add prototypes. Document -s and -r flags. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-27T08:22:54.000000Z K 7 svn:log V 33 MFC: 1.13, mention daemon saver. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-27T10:57:58.000000Z K 7 svn:log V 94 Synchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99 and 1.19, respectively. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-27T10:58:30.000000Z K 7 svn:log V 56 Synchronize with sys/i386/isa/syscons.c revision 1.236. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-27T10:59:03.000000Z K 7 svn:log V 54 Synchronize with sys/i386/isa/if_ed.c revision 1.125. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-27T10:59:48.000000Z K 7 svn:log V 53 Synchronize with sys/i386/isa/if_fe.c revision 1.32. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-27T11:00:31.000000Z K 7 svn:log V 52 Synchronize with sys/i386/isa/sio.c revision 1.187. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T12:21:10.000000Z K 7 svn:log V 12 Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T12:23:08.000000Z K 7 svn:log V 27 Cosmetic in err() strings. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T12:25:38.000000Z K 7 svn:log V 51 One line usage string: see man page for more info. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T12:27:21.000000Z K 7 svn:log V 57 Add usage() and err(3). Sync man page with usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T12:29:25.000000Z K 7 svn:log V 19 Remove `progname'. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-27T12:30:30.000000Z K 7 svn:log V 12 Use err(3). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T12:50:57.000000Z K 7 svn:log V 77 Forward declare precisely the structs that are actually used in this header. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T13:33:47.000000Z K 7 svn:log V 118 Removed unused #includes. The need for most of them went away with recent changes (docluster* and vfs improvements). END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-10-27T14:25:54.000000Z K 7 svn:log V 137 Better wording explaining that all single character options are extensions along with the previous list of primaries. Suggested by: bde END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T14:55:49.000000Z K 7 svn:log V 347 Use bread() instead of cluster_read() for reading the last block in a file. There was a (harmless, I think) off-by-1 error. This was fixed in ufs long ago (rev.1.21 of ufs_readwrite.c) but not in cd9660. cd9660_read() has stagnated in many other ways. It is closer to the Net/2 ufs_read() (which is was cloned from) than ufs_read() itself is. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T15:26:23.000000Z K 7 svn:log V 319 Use 127 instead of CHAR_MAX for the limit on the sequence count. The limit doesn't have anything to do with characters. The count mainly needs to fit in the VOP_READ() ioflag after being left shifted by 16. Moved vn_lock() before vn_closefile(). vn_lock() was mismerged from Lite2. Removed some gratuitous braces. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T15:33:04.000000Z K 7 svn:log V 34 Use unique sleep message strings. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T15:39:01.000000Z K 7 svn:log V 17 KNFize rev.1.31. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T16:35:34.000000Z K 7 svn:log V 124 Cleaned up #includes. Ifdefed conditionally used includes. Finished changing indentation of per-statement comments to 40. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-27T16:59:07.000000Z K 7 svn:log V 154 Move nobody to daemon class, otherwise it is impossible to start fingerd while Apache is running, it effectively eats all default class limits for nobody END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T17:19:20.000000Z K 7 svn:log V 59 Oops, is used unconditionally in -current. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-27T17:23:18.000000Z K 7 svn:log V 296 Moved declaration of etext from to and fixed everything that dependended on it being declared in the old place. It is used in "machine-independent" code in subr_prof.c. Moved declaration of btext from subr_prof.c to . It is machine-dependent. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-10-27T21:07:26.000000Z K 7 svn:log V 50 When dosourcerouting is set do not sourceoute.... END K 10 svn:author V 3 jmz K 8 svn:date V 27 1997-10-27T21:09:27.000000Z K 7 svn:log V 149 Use a MODE SELECT command to reset the block size, instead of calling the prepare_track() function, which caused fixation problems with some drives. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-27T22:03:47.000000Z K 7 svn:log V 183 Implement login classes sepcification as user[/loginclass] By default inetd run things with the same limits as from /etc/rc (daemon class) to not break anything as in good old days. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-10-27T22:05:12.000000Z K 7 svn:log V 57 Add -c option that allows root to specify a login_class. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-27T22:07:03.000000Z K 7 svn:log V 82 Back out moving nobody to daemon class, the problem fixed in another place: inetd END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-27T22:53:33.000000Z K 7 svn:log V 278 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf) 2) When uid/gid not specified, not try to set 0:0 owner, just do nothing. It makes possible to use install -d by users without setting their uid:gid each time. 3) Be more specific where install_dir fails END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-28T07:21:04.000000Z K 7 svn:log V 273 Allow for a keyword in the "files" file named "mandatory". The first candidate for this is "npx0", more are likely to follow. Check for pseudo-devices that are being configured, but don't appear in any "files" file. The ``pseudo-device bpf 2'' already hit me too often. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-28T07:24:35.000000Z K 7 svn:log V 74 Remove the stale `log' non-pseudodevice. Found by: the new config(8) ;-) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-28T07:27:48.000000Z K 7 svn:log V 220 Removed another comment about not-so-mandatory devices i've missed in the previous commit. It's perfectly legal to build a kernel without any video device driver (and even without any console driver at all if desired). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-28T07:28:34.000000Z K 7 svn:log V 52 Use the new "mandatory" keyword for the npx driver. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-28T07:46:27.000000Z K 7 svn:log V 65 Typo. Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-28T07:47:24.000000Z K 7 svn:log V 14 MFC: typo fix END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-28T09:09:05.000000Z K 7 svn:log V 55 Synchronize with sys/i386/conf/GENERIC revision 1.100. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-28T10:29:55.000000Z K 7 svn:log V 32 Fixed style bugs in open() fix. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-28T10:50:02.000000Z K 7 svn:log V 65 Implement linux_semop, linux_semget and linux_semctl. PR: 4355 END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-28T11:43:57.000000Z K 7 svn:log V 326 Don't include or declare cputype/class interfaces in . Moved the declarations to . Fixed style bugs in the moved code. Fixed everything that depended on the nested include. Don't include (in the changed files) unless something in it is used directly. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-28T12:24:26.000000Z K 7 svn:log V 141 This depends on option TCP_DEBUG for some reason, so include opt_tcp_debug.h so that the option is visible again. Restored a used #include. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-28T13:46:52.000000Z K 7 svn:log V 70 Implement group part now, final syntax is: user[:group][/login-class] END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-28T14:06:25.000000Z K 7 svn:log V 123 Don't #include in if KERNEL is defined. Fixed everything that depended on the nested include. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-28T14:20:10.000000Z K 7 svn:log V 163 1) Create intermediate directories with 755, not 777 2) Exit with error diagnostic if file exists but not a directory (-d) 3) Do chmod independently of chown (-d) END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-28T14:29:23.000000Z K 7 svn:log V 58 Synchronize with sys/i386/conf/files.i386 revision 1.178. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-28T14:30:47.000000Z K 7 svn:log V 88 Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 and 1.103, respectively. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-10-28T15:45:09.000000Z K 7 svn:log V 139 Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter codes. Obtained from: ISO 3166 Maintenance Agency via RIPE NCC END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-28T15:59:26.000000Z K 7 svn:log V 26 Removed unused #includes. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-28T16:50:56.000000Z K 7 svn:log V 105 Don't logwtmp(), login() already does it. Log us out of utmp & wtmp if we're already in there. PR: 4862 END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-28T17:51:25.000000Z K 7 svn:log V 348 - Disable cards when doing a suspend by emulating that they have been removed. Add a new state 'suspend' so we 'fake' insertion events at resume time for the cards that have been suspended. [ The code still works if you remove the card during suspend, switch the card during suspend, or combinations of both. ] Reviewed by: frf@xocolatl.com END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-10-28T18:55:21.000000Z K 7 svn:log V 59 Fix bugs from my previous commit Submitted by: Bruce Evans END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-28T19:01:02.000000Z K 7 svn:log V 140 Remove the long description from the in-kernel datastructure. Put a magic field in there instead, to help catch uninitialized malloc types. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-28T20:50:58.000000Z K 7 svn:log V 13 - Style nit. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-28T20:58:53.000000Z K 7 svn:log V 62 - More style nits (sorry, I should have done this last time). END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-10-28T21:20:21.000000Z K 7 svn:log V 75 I wonder how I managed to get the krb.h include wrong. Anyway: correct it. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-10-28T21:28:04.000000Z K 7 svn:log V 92 Merge IOPL fix from current CVg: PR: Fill this in if a GNATS PR is affected by the change. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-10-29T00:30:52.000000Z K 7 svn:log V 340 Fix various problems with netatalk kernel support. Some of these changes are a bit rough and will become more polished later. the changes to if_ethersubr should largely be moved to within the appletalk code, but that will happen later. A few of these were related to network-byteorder problems, and more were related to loopback failures. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-10-29T00:33:59.000000Z K 7 svn:log V 345 MFC: Fix various problems with netatalk kernel support. Some of these changes are a bit rough and will become more polished later. the changes to if_ethersubr should largely be moved to within the appletalk code, but that will happen later. A few of these were related to network-byteorder problems, and more were related to loopback failures. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-10-29T00:51:50.000000Z K 7 svn:log V 324 The previous change added a use of the DATA_SET macro, but forgot to define it by including . That broke PC-CARD support for this driver, producing the dreaded "device allocation failed" message. Surprisingly, the missing include caused only two compiler warnings. The compilation still "succeeded" anyway. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-29T01:19:51.000000Z K 7 svn:log V 443 o Bump version to 1.3 to reflect major changes o Report modem connect time properly o Report bytes in/out over physical media o Fix phases (TERMINATE is *higher than* DEAD) o Do a LayerFinish from LcpDown o Bring down IPCP & CCP when we enter PHASE_TERMINATE o Give a new prompt when we go to PHASE_DEAD o Stop the modem timer properly when idle o Treat sig 15 like an exiting carrier loss o Log (DEBUG) offline & online transitions END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-10-29T01:23:14.000000Z K 7 svn:log V 30 Merge 1.32 (pmake cleanness). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-29T07:25:05.000000Z K 7 svn:log V 47 Typos in man page. Cosmetics in error strings. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-29T07:26:09.000000Z K 7 svn:log V 12 Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-29T07:27:56.000000Z K 7 svn:log V 48 Use err(3). Rewrote man page using mdoc format. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-29T07:32:30.000000Z K 7 svn:log V 79 Back out strcpy() -> strncpy() changes. According to bruce, they are unneeded. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-29T07:35:27.000000Z K 7 svn:log V 181 Back out strcpy() -> strncpy() changes. According to Bruce, they are unneeded. Check the return value of gethostname() like in timed. Make enough place to NUL-terminate the result. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-29T07:47:06.000000Z K 7 svn:log V 50 Do chflags properly even when running multi-user. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-29T07:47:27.000000Z K 7 svn:log V 38 MFC: proper use of chflags in upgrade END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-10-29T07:59:27.000000Z K 7 svn:log V 113 didn't even know fddi had the atalk support. fix it here too. (really needs more of the fixes from the ethernet) END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-29T08:13:32.000000Z K 7 svn:log V 58 Synchronize with sys/i386/i386/microtime.s revision 1.34. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-29T08:14:56.000000Z K 7 svn:log V 47 Sync with sys/i386/isa/if_ed.c revision 1.126. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-29T08:17:14.000000Z K 7 svn:log V 37 Implement linux_iopl and linux_nice. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-29T15:54:19.000000Z K 7 svn:log V 96 - Make sure we include to pick up the definitions of DATA_SET() Noticed by: bde END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T16:14:35.000000Z K 7 svn:log V 15 Initial import END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T16:14:35.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r30839, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T16:27:56.000000Z K 7 svn:log V 33 Include for FreeBSD END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T16:36:57.000000Z K 7 svn:log V 26 Switch to contrib version END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T16:50:42.000000Z K 7 svn:log V 26 Switch to contrib version END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T16:58:20.000000Z K 7 svn:log V 26 Switch to contrib version END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T17:17:32.000000Z K 7 svn:log V 14 Localize diff END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-29T17:35:54.000000Z K 7 svn:log V 27 Define PR_PROGRAM properly END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-10-29T21:49:04.000000Z K 7 svn:log V 143 Add possibility to specify maximum number of connections per minute for a given IP address. This should be very effective against DoS attacks. END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-10-29T22:11:00.000000Z K 7 svn:log V 486 First cut at supporting multi-CD CDROM drives (changers). Very rudimentary, lots of error checks missing, but it works. Dont do an ls on two different CD's though, it will eat your changer mechanism for lunch :), this clearly needs some more thought. Until then this will enable those with changers to mount their multible CD's and doing "sensible" work.... Thanks to Andrew Gordon for donating a drive (a NEC CDR-C251 4x4) that makes this possible to develop. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-10-30T00:10:52.000000Z K 7 svn:log V 79 Fix a couple of typos in documentation. PR: 4883 Submitted by: invis@visi.com END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-30T00:38:27.000000Z K 7 svn:log V 341 - MFC: Better suspend/resume laptop support. Due to interest in bringing it in (and the fact that it's mostly broken here still), bring in all of the changes. You must edit your custom kernel file, and re-config/build/install a new kernel for these changes. [ Note userland changes are required as well, they'll be committed ASAP ] END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-30T00:40:09.000000Z K 7 svn:log V 172 - Userland changes to reflect the changes made in the kernel pccard sources. You must re-build/re-install pccardd or else it won't recognize insertion/removal events. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-30T01:17:01.000000Z K 7 svn:log V 113 - Commented out some PAO specific portions of this file. Noticed by: Michael Reifenberger END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-30T01:18:37.000000Z K 7 svn:log V 66 - MFC: News definitions, and removal of PAO-specific definitions. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-30T01:41:24.000000Z K 7 svn:log V 43 - Whoops, some bogus if 0 code slipped in. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-30T10:53:30.000000Z K 7 svn:log V 100 Securelevel and formatting fixes, and trapframe simplification. Reviewed by: sos Submitted by: bde END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-30T18:20:26.000000Z K 7 svn:log V 240 Improve PAL support and fix mux selector values. This make the Miro PCTV work for me, including audio, and should hopefully fix the other audio problems some people have been having. Reviewed by: ahasty & Luigi Rizzo (freebsd-multimedia) END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-30T19:07:39.000000Z K 7 svn:log V 16 -f -> -F for pr END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-30T19:13:48.000000Z K 7 svn:log V 30 Add file needed for configure END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-30T19:13:48.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r30858, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-10-30T19:13:49.000000Z K 7 svn:log V 73 This commit was manufactured by cvs2svn to create tag 'diff-vendor-v2_7'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-30T19:34:01.000000Z K 7 svn:log V 49 Temp remove config.h, was imported to FSF branch END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-30T19:35:17.000000Z K 7 svn:log V 29 Some FreeBSD files to add... END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-30T21:01:18.000000Z K 7 svn:log V 37 MFC: -d and mmap fixes from -current END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-10-31T01:58:53.000000Z K 7 svn:log V 76 Add "mrouted_flags". It has been referenced by rc.network for a long time. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-10-31T02:00:42.000000Z K 7 svn:log V 58 Merge from main branch 1.31 -> 1.32: add "mrouted_flags". END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-31T06:30:22.000000Z K 7 svn:log V 170 Upgrade the sound sources to Amancio Hasty's latest-and-greatest. This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'. Bug reports to Amancio, please! END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-31T07:56:09.000000Z K 7 svn:log V 58 The documentation contained here is horribly out of date. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-10-31T08:53:13.000000Z K 7 svn:log V 201 Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route, preventing "route add default 1.2.3.4 -lock -mtu 1500" from working as expected (which is, BTW, to disable Path MTU Discovery). END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-10-31T12:24:28.000000Z K 7 svn:log V 613 This updates Luigi's sound code to the basic code in snd971023... changes: o rip the old select from his distribution to prevent extra pollution o the code now uses audio dma, helps reduce clicks o improved card support, should work in full duplex on sb16 cards o add better voxware ioctl support pointed out by Joao Carlos Mendes Luis o remove an unused file that I included for more complete history o and MANY other changes I have personally tested this code with a CS4237 based card and an AWE32 (non-PnP). Both cards worked fine in 8bit and 16bit mode. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-31T12:26:52.000000Z K 7 svn:log V 66 Add const to rcsid[] definition so that -Wall will not complain. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-31T12:30:49.000000Z K 7 svn:log V 32 /etc/sysconfig -> /etc/rc.conf. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-31T12:33:14.000000Z K 7 svn:log V 170 Make all strings representing hostnames to be NUL-terminated within MAXHOSTNAMELEN chars, like everywhere else in the system, so that strcpy()s and printf()s won't fail. END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-31T17:25:35.000000Z K 7 svn:log V 297 Bring our sound sources up to the level of Amancio's latest-and-greatest. This corresponds to Voxware 3.5-alpha- and Amancio's guspnp21. There was a bit of a FUBAR during the commmit, so not all files are mentioned in this commit's mail. X-rant: I have just started to _*HATE*_ CVS... END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-10-31T17:25:36.000000Z K 7 svn:log V 67 This commit was manufactured by cvs2svn to create branch 'AMANCIO'. END K 10 svn:author V 6 jseger K 8 svn:date V 27 1997-10-31T22:10:09.000000Z K 7 svn:log V 97 Change comments about ijppp to iijppp. PR: conf/4905 Submitted by: takas-su@is.aist-nara.ac.jp END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-31T23:33:44.000000Z K 7 svn:log V 96 Don't search for ':' port in ?# params part Require to correctly parse http://...cgi?http://... END K 10 svn:author V 3 max K 8 svn:date V 27 1997-10-31T23:40:53.000000Z K 7 svn:log V 54 Merge the sysconfig -> rc.conf changes from -current. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-11-01T00:56:15.000000Z K 7 svn:log V 103 Balance parentheses around command abbreviations. PR: 4888 Submitted by: h-nokubi@nmit.tmg.nec.co.jp END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-01T05:47:41.000000Z K 7 svn:log V 89 Change diags to see what part of url actually parsed, see previous change about #? parms END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-01T15:00:40.000000Z K 7 svn:log V 20 Delete unused code. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-01T15:03:05.000000Z K 7 svn:log V 84 Check for files belongs to an unknown user or unknown group. Do not run by default. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-01T15:06:40.000000Z K 7 svn:log V 75 Typo. PR: docs/4911 Submitted by: Vasim Valejev END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-01T15:11:46.000000Z K 7 svn:log V 25 Merge typo from rev 1.9. END K 10 svn:author V 6 jseger K 8 svn:date V 27 1997-11-01T15:55:09.000000Z K 7 svn:log V 82 Fix typo: 129.168.128.0 -> 192.168.128.0 PR: docs/4871 Submitted by: sec@42.org END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-01T18:54:10.000000Z K 7 svn:log V 49 - Example config file for laptop/PCCARD support. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-11-01T18:54:11.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-01T18:55:45.000000Z K 7 svn:log V 54 - MFC: Example PCCARD config file (modified for 2.2). END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-01T19:45:02.000000Z K 7 svn:log V 111 Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and not in .OBJDIR so the hyper links will work again. END K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-11-01T20:19:44.000000Z K 7 svn:log V 76 Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS. END K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-11-01T20:40:14.000000Z K 7 svn:log V 61 Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-11-02T00:58:39.000000Z K 7 svn:log V 12 Typo alert. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-11-02T07:12:52.000000Z K 7 svn:log V 67 Sigh, kill setting of 0WS...it breaks more machines than it fixes. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-11-02T07:15:08.000000Z K 7 svn:log V 50 Brought in fix from rev 1.127: killed 0WS option. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-11-02T07:29:25.000000Z K 7 svn:log V 56 Brought in fix from rev 1.37: handle 'route add -lock'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-02T17:22:20.000000Z K 7 svn:log V 453 Log run-time parsing errors now Use getpwnam before getpwuid since two users with same uids can exists (affects new login classes code only) The same fixes as in inetd: by default run `system crontab things' with daemon login class now, not restrict them to user class breaking compatibility with old way (so-called nobody limits problem) Implement user[:group][/login-class] syntax in system crontab for more flexible control (the same as in inetd) END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-02T18:50:53.000000Z K 7 svn:log V 107 Inlucde ../Makefile.inc if exists. This make it easier to build the Unix Seventh Edition Manual volumes 2. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-11-02T19:41:16.000000Z K 7 svn:log V 158 Correct the definition of CIRCLEQ_EMPTY. It would give a false positive if the queue contained only one element. Submitted by: Greg Ansley END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-02T20:35:07.000000Z K 7 svn:log V 20 Add ide_pci device. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-02T21:24:36.000000Z K 7 svn:log V 49 - Simplify some code, no functional differences. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-02T21:26:14.000000Z K 7 svn:log V 44 - MF22: (I reversed these). Simplify code. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-02T21:45:31.000000Z K 7 svn:log V 26 Describe "mrouted_flags". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-02T21:47:22.000000Z K 7 svn:log V 61 Merge from main branch 1.4 -> 1.5: describe "mrouted_flags". END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-03T02:27:36.000000Z K 7 svn:log V 47 Sync with sys/i386/isa/if_ed.c revision 1.127. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-03T02:28:39.000000Z K 7 svn:log V 46 Sync with sys/i386/isa/if_fe.c revision 1.33. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-03T02:29:44.000000Z K 7 svn:log V 52 Sync with sys/i386/i386/userconfig.c revision 1.96. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-03T02:30:45.000000Z K 7 svn:log V 45 Sync with sys/i386/isa/sio.c revision 1.188. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-03T07:44:25.000000Z K 7 svn:log V 26 Use err(3). Silent -Wall. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-03T07:45:33.000000Z K 7 svn:log V 19 Mdoc'ify man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-03T07:48:26.000000Z K 7 svn:log V 17 Convert to mdoc. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-03T07:51:05.000000Z K 7 svn:log V 51 Add const to copyright string. Hide sccsid string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-03T07:53:44.000000Z K 7 svn:log V 37 Cosmetics in yp_error() and usage(). END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-11-03T21:48:31.000000Z K 7 svn:log V 131 Test if kvm_kernel.db exists before moving it. Otherwise installing a kernel, booting single user and reinstalling a kernel fails. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-04T01:17:05.000000Z K 7 svn:log V 152 Introduce [local] to "set log [local] ...". This spits logging out to the screen in terminal mode - should be good for installation problem diagnosis. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T03:06:48.000000Z K 7 svn:log V 103 Sync with sys/i386/isa/isa.c revision 1.74.2.3. Submitted by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T03:07:59.000000Z K 7 svn:log V 102 Sync with sys/i386/isa/wd.c revision 1.119.2.9. Reviewed by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T03:09:03.000000Z K 7 svn:log V 103 Sync with sys/i386/isa/isa.c revision 1.74.2.4. Submitted by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T03:15:23.000000Z K 7 svn:log V 114 Sync with sys/i386/boot/netboot/Makefile revision 1.9.2.4. Submitted by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T03:19:25.000000Z K 7 svn:log V 131 Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC. Submitted by: H. Nokubi Forgotten by: kato END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T03:22:03.000000Z K 7 svn:log V 60 MFC: revision 1.101 (address for USERCONFIG_BOOT on PC-98). END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-04T03:56:56.000000Z K 7 svn:log V 52 /etc/magic -> /usr/share/misc/magic PR: docs/4872 END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-04T05:33:15.000000Z K 7 svn:log V 12 Localize it END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-11-04T06:27:13.000000Z K 7 svn:log V 110 Make sure that we check properly for what queue a page was on for pagedaemon wakeups. Brought from -current. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-04T07:16:22.000000Z K 7 svn:log V 28 MFC: Use err(3). Add rcsid. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-04T07:18:20.000000Z K 7 svn:log V 35 MFC: Staticize usage(). Cosmetics. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-04T07:20:34.000000Z K 7 svn:log V 17 MFC: Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-04T07:22:14.000000Z K 7 svn:log V 31 MFC: Use err(3). Silent -Wall. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-04T07:24:32.000000Z K 7 svn:log V 59 MFC: Use err(3). Add prototypes. Cosmetic in usage string. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-11-04T09:02:38.000000Z K 7 svn:log V 200 Bring some fixes from -current into -stable. A couple of them are map optims from Alan Cox (alc@cs.rice.edu.) Also, there is an incorrectly handled panic and inefficient/improper map upgrade fixed. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-11-04T09:28:54.000000Z K 7 svn:log V 145 dk_altport is initialized in wdprobe(), but not in wdattach(), this breaks wdreset(), wdunwedge() &c &c. Should be examined in detail by: dyson END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T09:46:18.000000Z K 7 svn:log V 162 Sync with sys/i386/conf/options.i386 and sys/i386/isa/fd.c revisions 1.26.2.11 and 1.92.2.4, respectively. Submitted by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T09:47:29.000000Z K 7 svn:log V 112 Sync with sys/i386/conf/options.i386 revision 1.26.2.12. Submitted by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T09:48:58.000000Z K 7 svn:log V 102 Sync with sys/i386/isa/fd.c revision 1.92.2.5. Submitted by: H. Nokubi END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T12:58:20.000000Z K 7 svn:log V 54 Sync with sys/i386/conf/Makefile.i386 revision 1.104. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-04T12:58:48.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/wd.c revision 1.142. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-04T17:37:52.000000Z K 7 svn:log V 153 - If the APM BIOS fails to suspend the system after running the suspend hooks, run the resume hooks to re-configure the system back to where it was. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-04T17:50:23.000000Z K 7 svn:log V 94 - Reset the pcic controller interrupt 'poll' timeout *after* we call the interrupt routine. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-04T18:12:51.000000Z K 7 svn:log V 46 - Update the email address in the copyrights. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-04T19:02:35.000000Z K 7 svn:log V 323 MFC: - Driver cleanup (update copyrights, un-necessary parameters, white-space) - remove un-necessary include, and the NAPM check since it's done already in apmprobe. - Run the apm_resume hooks if apm_suspend fails due to the BIOS. - Add a better display/suspend function [ The last requires that apm(8) be recompiled ] END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-04T19:06:54.000000Z K 7 svn:log V 149 MFC: - Lots of cleanups, getopt changes, manpage updates. - new display/suspend function. [ The latter is to reflect changes made to the kernel ] END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-04T19:15:32.000000Z K 7 svn:log V 28 - Missed a copyright Update END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-04T21:11:14.000000Z K 7 svn:log V 51 Note that the Intel EtherExpress' driver is ie(4). END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-11-04T21:49:01.000000Z K 7 svn:log V 107 from -current: Add possibility to specify maximum number of connections per minute for a given IP address. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-04T23:44:22.000000Z K 7 svn:log V 129 Since doc no longer contains the Handbook, stop saying that it does. Submitted by: Joao Carlos Mendes Luis END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-04T23:44:49.000000Z K 7 svn:log V 28 MFC: don't mention handbook END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-05T00:23:26.000000Z K 7 svn:log V 125 Do not print config details twice (first variant comes from isa) Format config messages properly (with initial snd0: prefix) END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-05T02:32:17.000000Z K 7 svn:log V 59 Submitted by: Terry Lambert Obtained from: pure guesswork? END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-05T02:37:37.000000Z K 7 svn:log V 51 MFC: add some new area codes and sort some entries END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-05T02:51:32.000000Z K 7 svn:log V 165 Return the entire if info, rather than just the index number. (at least try) Interface index numbers are an abomination that should go away (at least in that form) END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-05T03:54:11.000000Z K 7 svn:log V 190 Update the man page to reflect that libc_r is built as part of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom [0x0400 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb, 10bbbbbb, 10bbbbbb .Ed .Pp If more than a single representation of a value exists (for example, 0x00; 0xC0 0x80; 0xE0 0x80 0x80) the shortest representation is always used (but the longer ones will be correctly decoded). .Pp The final three encodings provided by X-Open: .Bd -literal [00000000.000bbbbb.bbbbbbbb.bbbbbbbb] -> 11110bbb, 10bbbbbb, 10bbbbbb, 10bbbbbb [000000bb.bbbbbbbb.bbbbbbbb.bbbbbbbb] -> 111110bb, 10bbbbbb, 10bbbbbb, 10bbbbbb, 10bbbbbb [0bbbbbbb.bbbbbbbb.bbbbbbbb.bbbbbbbb] -> 1111110b, 10bbbbbb, 10bbbbbb, 10bbbbbb, 10bbbbbb, 10bbbbbb .Ed .Pp which provides for the entire proposed ISO-10646 31 bit standard are currently not implemented. .Sh "SEE ALSO" .Xr mklocale 1 , .Xr setlocale 3 @ 1.4 log @Don't use hardcoded *roff font change requests. Do it via mdoc macros instead. @ text @d37 1 a37 1 .Dd "June 4, 1993" @ 1.3 log @Very minor mdoc cleanup. @ text @d44 2 a45 1 \fBENCODING "UTF2"\fP @ 1.2 log @Another round of various man page cleanups. @ text @d65 1 a65 1 .sp d81 1 a81 1 .sp @ 1.2.2.1 log @YAMFC: Commit all of the -current changes that apply to 2.2. These fall into several categories: - Cosmetic/mdoc changes. They don't really afect the output at all, but having them in 2.2 will make it easier to diff the man pages later when looking for real changes. - Update some man pages to reflect the current 2.2 header files. - Sort xrefs. - A few typo fixes. - And a few changes that actualy added text to the man page that should be reflected in 2.2. - Add some missing MLINKS. Requested by: bde @ text @d44 1 a44 2 .Nm ENCODING .Qq UTF2 d65 1 a65 1 .Pp d81 1 a81 1 .Pp @ 1.2.2.2 log @MFC: Just the locale fixes (small doc tweaks for the most part) and the new strptime(3) call. Having added something, does this require a version bump? Haven't we bumped once already? There are a *LOT* of additional 3.0 changes to be merged but I'm not entirely comfortable with some of them so I'll take the conservative (read: cowardly :) way out and just merge this much. @ text @d37 1 a37 1 .Dd June 4, 1993 @ 1.1 log @Initial revision @ text @d41 1 a41 1 .Nm UTF2 @ 1.1.1.1 log @BSD 4.4 Lite Lib Sources @ text @@ 1.1.1.1.6.1 log @Phase 2 of merge - also fix things broken in phase 1. Watch out for falling rock until phase 3 is over! libc completely merged except for phkmalloc & rfork (don't know if David wants that). Some include files in sys/ had to be updated in order to bring in libc. @ text @d41 1 a41 1 .Nm utf2 @ 1.1.1.1.6.2 log @This 3rd mega-commit should hopefully bring us back to where we were. I can get it to `make world' succesfully, anyway! @ text @d41 1 a41 1 .Nm UTF2 @ END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-05T05:45:21.000000Z K 7 svn:log V 58 MFC. (holy toledeos Batman, we really do have a manpage). END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-05T05:54:30.000000Z K 7 svn:log V 249 1. If running multi-user and doing initializing a new disk, don't mount async. 2. Try to be more consistant in our usage of partition when we really mean slice. (still needs more work, but hopefully closer to being consistant) Ok'ed by: jkh END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-05T05:54:48.000000Z K 7 svn:log V 167 2. Try to be more consistant in our usage of partition when we really mean slice. (still needs more work, but hopefully closer to being consistant) Ok'ed by: jkh END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-05T06:11:35.000000Z K 7 svn:log V 5 MFS. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-05T07:27:19.000000Z K 7 svn:log V 31 MFC: Cosmetic in usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-05T07:29:16.000000Z K 7 svn:log V 33 MFC: Use err(3). Add prototypes. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-05T07:30:18.000000Z K 7 svn:log V 16 MFC: Add rcsid. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-05T07:31:59.000000Z K 7 svn:log V 49 MFC: Use err(3). Sync man page and usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-05T07:34:52.000000Z K 7 svn:log V 44 MFC: Use err(3). Add usage() and #includes. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-05T07:37:01.000000Z K 7 svn:log V 60 MFC: Remove multiply defined Id string. Hide sccsid string. END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-11-05T10:09:33.000000Z K 7 svn:log V 126 changed prototype to match text changed sysctl to lsvfs as "sysctl vfs" doesn't return a listing of possible filesystem names END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-05T15:12:44.000000Z K 7 svn:log V 49 Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-05T15:15:00.000000Z K 7 svn:log V 43 MFC: revision 1.31 (Fix 6x86 recognition). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-05T20:17:23.000000Z K 7 svn:log V 240 Make IPDIVERT a supported option. Alas, in_var.h depends on it, i hope i've found out all files that actually depend on this dependancy. IMHO, it's not very good practice to change the size of internal structs depending on kernel options. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-05T20:20:17.000000Z K 7 svn:log V 210 Make window(1) honor the LC_CTYPE setting. While i was at it, don't export \E[OA style cursor key strings into the TERMCAP variable since window's emulation doesn't support it. Instead, convert to \E[[A etc. END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-11-05T21:32:00.000000Z K 7 svn:log V 76 Oops, forgot to count non-changer drives.. Broken by: sos Reported by: phk END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-05T23:33:58.000000Z K 7 svn:log V 393 1) Fix longstanding bug: trap 'echo xxx' 1 2 3 15 read x is not interrupted by ^C (due to restartable read syscall) and must be interrupted per POSIX Worse case: read -t 5 x hangs forever after ^C pressed (supposed to timeout after 5 secs) Fixed by adding siginterrupt(signo, 1) after catch handler installed 2) Do not reinstall sighandler immediately after it is called, BSD do it for us END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-06T00:25:33.000000Z K 7 svn:log V 94 o Spelling police. o Emphasize ``PPP'' o x-ref other programs o Some minor clarifications END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-06T00:50:44.000000Z K 7 svn:log V 31 Update to current bash version END