ƒ«888239 243 149 225 423 216 149 610 283 438 168 123 247 149 141 155 160 343 193 145 135 162 1556 163 114 162 245 188 132 120 110 137 313 126 127 155 183 165 173 213 149 124 166 186 248 117 241 177 152 316 185 179 177 220 182 148 138 190 195 190 218 193 164 181 182 346 270 177 180 143 140 262 109 165 187 227 103 192 256 147 380 393 123 176 364 493 173 165 186 201 190 117 407 265 147 137 141 131 164 210 146 1121 146 146 155 268 132 175 145 235 134 626 159 142 164 289 153 314 137 160 115 492 179 181 209 129 750 156 151 151 133 202 159 202 303 348 362 168 244 218 307 280 132 206 138 139 151 220 183 116 116 116 116 484 156 111 147 116 116 226 223 221 135 328 375 149 178 172 133 172 147 160 149 162 119 224 135 302 387 211 136 136 139 1034 157 165 307 220 387 177 223 225 146 338 397 131 315 107 175 212 243 188 340 116 131 156 146 314 357 166 165 189 338 127 130 175 173 320 156 296 148 175 182 163 185 427 135 115 167 170 1063 353 335 176 134 198 172 162 119 198 147 149 169 386 206 K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-20T03:44:43.000000Z K 7 svn:log V 55 Fix some whitespace nits, converge with other pmap.c's END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-20T03:49:31.000000Z K 7 svn:log V 130 Fix some whitespace nits, and a minor error that I made in some unused #ifdef DEBUG code (VM_MAXUSER_ADDRESS vs UPT_MAX_ADDRESS). END K 10 svn:author V 3 gad K 8 svn:date V 27 2001-12-20T04:14:26.000000Z K 7 svn:log V 330 MFC *: Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. 'l' ("plain text which includes control characters") is somewhat more appropriate for 'o' ("postscript files"), and in fact several types of printers already treat 'l' as a request to print a postscript file. [* = 1.3 ctlinfo.c, 1.44 printjob.c] END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-12-20T04:15:57.000000Z K 7 svn:log V 123 Add Apple's filesystem exercising tool. Submitted by: Conrad Minshall Obtained from: Apple Computer END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-12-20T04:21:48.000000Z K 7 svn:log V 55 MFC: r1.7: Print correct path length in error message. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-12-20T04:37:46.000000Z K 7 svn:log V 518 Change the type of 'l' (in main()) from u_long to in_addr_t like it should have been all this time. This unbreaks DNS lookups on platforms where 'long' is not 32 bits (e.g., Alpha) because _gethostbydnsaddr() (in gethostbydns.c), called via gethostbyaddr(), will check that the given length corresponds to the length of addresses in the given family, and fail with EINVAL if it isn't. This change does not apply to -CURRENT because the latter uses realhostname() (which doesn't have this bug) to do its DNS lookups. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-20T05:29:59.000000Z K 7 svn:log V 188 Replace a bunch of: for (pv = TAILQ_FIRST(&m->md.pv_list); pv; pv = TAILQ_NEXT(pv, pv_list)) { with: TAILQ_FOREACH(pv, &m->md.pv_list, pv_list) { END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-20T05:34:49.000000Z K 7 svn:log V 343 I am not sure if it is a good idea or not to have my id in the cvs log for this file, but here goes nothing. This was my first attempt at tidying up this file. Unfortunately, it just exposes many more horrors in the code itself that had been masked by the eyesore that was there before. I think this just needs to be put out of its misery. END K 10 svn:author V 6 brooks K 8 svn:date V 27 2001-12-20T05:38:05.000000Z K 7 svn:log V 73 Remove an extra .Xr which caused a syntax error. Pointed out by: fenner END K 10 svn:author V 3 wes K 8 svn:date V 27 2001-12-20T06:31:26.000000Z K 7 svn:log V 31 MFC strerror_r implementation. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-12-20T06:38:21.000000Z K 7 svn:log V 155 Actually make use of the md_version field of 'struct mdio'. In order not to needlessly break compatibility, decrement MDIOVERSION to 0. Approved by: phk END K 10 svn:author V 3 wes K 8 svn:date V 27 2001-12-20T06:54:24.000000Z K 7 svn:log V 57 MFC man page links for strerror_r. Obtained from: mike@ END K 10 svn:author V 3 wes K 8 svn:date V 27 2001-12-20T07:04:36.000000Z K 7 svn:log V 49 MFC prototype for strerror_r. Clubbed by: mike@ END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-12-20T07:12:28.000000Z K 7 svn:log V 60 MFC; synchronize with -current, which brings in syncookies. END K 10 svn:author V 3 jim K 8 svn:date V 27 2001-12-20T09:14:45.000000Z K 7 svn:log V 68 Add missing snd_ich_load entry. Noticed by: will MFC after: 2 days END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T09:21:31.000000Z K 7 svn:log V 245 Fix path to nsmb.conf. This delta has not been applied to HEAD yet, because it would take smb_lib.h off the vendor branch. The delta has been submitted to the vendor (bp) and will be imported on the vendor branch in HEAD once approved by him. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T09:49:24.000000Z K 7 svn:log V 96 MFC: add build infrastructure for a libiconv loadable kernel module and connect it to the build END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T09:50:32.000000Z K 7 svn:log V 48 MFC rev 1.5: add module dependency on libmchain END K 10 svn:author V 5 orion K 8 svn:date V 27 2001-12-20T10:04:17.000000Z K 7 svn:log V 41 MFC: Addition of sysctl "spdif_enabled". END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-12-20T10:27:41.000000Z K 7 svn:log V 67 MFC: Add device ids for AMD-761 host to PCI bridge and MGA 550 AGP END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T10:30:19.000000Z K 7 svn:log V 1463 MFC: net/ if.c,v 1.124, if_disc.c,v 1.29, if_faith.c,v 1.8, if_loop.c,v 1.65, if_stf.c,v 1.14, if_var.h,v 1.40, route.c,v 1.67, route.h,v 1.41, rtsock.c,v 1.61 netinet/ if_atm.c,v 1.9, if_atm.h,v 1.4, if_ether.c,v 1.85, in_pcb.c,v 1.91 netinet6/ in6_pcb.c,v 1.21, nd6.c,v 1.14, nd6.h,v 1.9 Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2, also found in CSRG archive. Have sys/net/route.c:rtrequest1(), which takes ``rt_addrinfo *'' as the argument. Pass rt_addrinfo all the way down to rtrequest1 and ifa->ifa_rtrequest. 3rd argument of ifa->ifa_rtrequest is now ``rt_addrinfo *'' instead of ``sockaddr *'' (almost no one is using it anyways). Benefit: the following command now works. Previously we needed two route(8) invocations, "add" then "change". # route add -inet6 default ::1 -ifp gif0 Remove unsafe typecast in rtrequest(), from ``rtentry *'' to ``sockaddr *''. It was introduced by 4.3BSD-Reno and never corrected. Also, bring in the following fixes from -CURRENT that prevented this code from being MFC'ed earlier: net/ rtsock.c,v 1.62 In RTM_CHANGE, only call rt_getifa() (to set the new ifp/ifa) if we've either been passed a gateway (and the route is marked as RTF_GATEWAY) or if we've been given an RTA_IFP or changed RTA_IFA sockaddr. net/ rtsock.c,v 1.63 Back out revision 1.7 -- it's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY is passed, as subsequent code does that check now anyway. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T10:36:57.000000Z K 7 svn:log V 72 MFC: 1.2: Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T10:44:03.000000Z K 7 svn:log V 23 MFC: `manlint' target. END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-12-20T10:47:54.000000Z K 7 svn:log V 67 MFC: r1.122 - Provide a more specific help line for PLIP installs. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T11:23:49.000000Z K 7 svn:log V 147 Silence harmless "smbfs_closel: Negative opencount" messages at unmount time. Thanks to iedowse for the background information. Submitted by: bp END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T11:25:29.000000Z K 7 svn:log V 91 MFC rev 1.14: silence harmless "smbfs_closel: Negative opencount" messages at unmount time END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-20T11:35:28.000000Z K 7 svn:log V 39 MFi386: files.i386 revision 1.307.2.19 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-20T11:37:14.000000Z K 7 svn:log V 27 MFi386: revision 1.175.2.7 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-20T11:39:24.000000Z K 7 svn:log V 17 cosmetic changes END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T12:09:05.000000Z K 7 svn:log V 46 MFC: Fold groups(1) and whoami(1) into id(1). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T12:17:36.000000Z K 7 svn:log V 221 MFC: 1.57: Bring in latest CSRG revision to this file. Specifically, replace the following functions with their ISO C equivalents: index(3) -> strchr(3) bcopy(3) -> memmove(3) bzero(3) -> memset(3) bcmp(3) -> memcmp(3) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T12:21:46.000000Z K 7 svn:log V 35 MFC: new option, -log_ipfw_denied. END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-12-20T12:55:13.000000Z K 7 svn:log V 32 Welcome FreeBSD 4.5-PRERELEASE. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-12-20T13:01:47.000000Z K 7 svn:log V 61 Temporarily remove tip(1) from the build while I upgrade it. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-12-20T13:06:50.000000Z K 7 svn:log V 89 Import of OpenBSD's tip (which was the tip code of a month ago, modulo OpenBSD commits). END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-12-20T13:06:51.000000Z K 7 svn:log V 69 This commit was manufactured by cvs2svn to create tag 'v_2001_12_18'. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-12-20T13:40:48.000000Z K 7 svn:log V 79 Bring files back from the dead prior to remote commit to fix import conflicts. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-12-20T14:25:46.000000Z K 7 svn:log V 118 Fix merge conflicts, and because this still has a zillion warnings, protect the build with a WARNS=2. Fix the build. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-12-20T14:27:23.000000Z K 7 svn:log V 55 Re-enable tip, now that the import and merge are done. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-20T15:30:02.000000Z K 7 svn:log V 28 Add my e-mail to copyrights END K 10 svn:author V 2 bp K 8 svn:date V 27 2001-12-20T15:56:45.000000Z K 7 svn:log V 75 Previous commit was intented to silence a warning, not to change codepath. END K 10 svn:author V 6 nectar K 8 svn:date V 27 2001-12-20T16:03:04.000000Z K 7 svn:log V 91 Use correct mode for temporary file. Reported by: ryan beasley END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:11:49.000000Z K 7 svn:log V 150 MFC rev 1.15: correct previous delta This applies bit of poetic license to the approval we have from to get smbfs into 4.5-RELEASE. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:16:25.000000Z K 7 svn:log V 20 Import smbfs-1.4.2. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:16:25.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r88282, 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 2001-12-20T16:16:26.000000Z K 7 svn:log V 81 This commit was manufactured by cvs2svn to create tag 'smbfs-vendor-smbfs_1_4_2'. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T16:20:27.000000Z K 7 svn:log V 59 We're now 4.5-PRERELEASE in the release documentation too. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:21:47.000000Z K 7 svn:log V 218 Supply SMB_CFG_FILE in CFLAGS. The newly imported smbfs-1.4.2 allows us to supply our own value for this, overriding the default /usr/local/etc/nsmb.conf, which is not appropriate for base system configuration files. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:23:12.000000Z K 7 svn:log V 88 Correct the given path to nsmb.conf in the comments, now that it's corrected in libsmb. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:27:06.000000Z K 7 svn:log V 88 MFC: Reduce gratuitous diffs to -CURRENT (lib/libc/posix1e). Approved by: re (blanket) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:28:30.000000Z K 7 svn:log V 80 Back out previous delta. The SMB_CFG_FILE override is only required by libsmb. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T16:28:50.000000Z K 7 svn:log V 126 Update smbfs release note for module-loading. MFCs noted: sbni driver, id(1) handles groups(1) and whoami(1), sysctl(8) -e. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:32:21.000000Z K 7 svn:log V 91 MFC: Reduce gratuitous diffs to -CURRENT (usr.sbin/sysinstall). Approved by: re (blanket) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:33:58.000000Z K 7 svn:log V 51 MFC rev 1.2: correct path to nsmb.conf in comments END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T16:38:59.000000Z K 7 svn:log V 41 MFC: import smbfs-1.4.2 Approved by: re END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:40:00.000000Z K 7 svn:log V 99 Reduce gratuitous diffs to -CURRENT (sbin/mount_nullfs/mount_nullfs.8). Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:41:47.000000Z K 7 svn:log V 103 Reduce gratuitous diffs to -CURRENT (sbin/mount_portalfs/mount_portalfs.8). Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:44:17.000000Z K 7 svn:log V 99 Reduce gratuitous diffs to -CURRENT (sbin/mount_umapfs/mount_umapfs.8). Approved by: re (blanket) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T16:45:21.000000Z K 7 svn:log V 124 New release note: xl(4) bugfix. Modified release notes: UFS_DIRHASH now in GENERIC, MFC noted: libfetch auth callback. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:46:05.000000Z K 7 svn:log V 101 Reduce gratuitous diffs to -CURRENT (sbin/mount_unionfs/mount_unionfs.8). Approved by: re (blanket) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T16:46:33.000000Z K 7 svn:log V 71 MFC: Add sbni driver to hardware notes. Approved by: re (implicitly) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:47:07.000000Z K 7 svn:log V 90 Reduce gratuitous diffs to -CURRENT (sbin/fdisk_pc98/fdisk.8). Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T16:50:57.000000Z K 7 svn:log V 91 Reduce gratuitous diffs to -CURRENT (share/man/man5/fdescfs.5). Approved by: re (blanket) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T16:56:40.000000Z K 7 svn:log V 252 MFC: bge(4) doesn't do input checksum offload for now, sbni driver, xl(4) bugfix, UFS_DIRHASH in GENERIC, id(1) does groups(1) and whoami(1), libfetch sync with CURRENT and auth callback, sysctl -e, smbfs module loading. Approved by: re (implicitly) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-20T17:07:04.000000Z K 7 svn:log V 172 Recommend the use of 'noauto' for all remote filesystems other than NFS, so that rc(8) doesn't choke on them when it tries to mount them before the network is initialized. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-20T17:23:13.000000Z K 7 svn:log V 86 Reduce gratuitous diffs to -CURRENT (share/man/man4/ef.4). Approved by: re (blanket) END K 10 svn:author V 5 wilko K 8 svn:date V 27 2001-12-20T17:25:45.000000Z K 7 svn:log V 86 A case of ninfo (non-info) Submitted by: Hans.VanSluis@compaq.com MFC after: 1 month END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T17:42:49.000000Z K 7 svn:log V 50 Modified release note: syncache with syncookies. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T17:43:37.000000Z K 7 svn:log V 47 MFC: syncookies Approved by: re (implicitly) END K 10 svn:author V 8 pdeuskar K 8 svn:date V 27 2001-12-20T17:55:49.000000Z K 7 svn:log V 164 -Remove unneeded include stddef.h -Modify modules Makefile so that em driver compiles only on i386 platform. (Alpha not supported yet) PR: kern/32993 MFC after: 1 END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-20T18:28:52.000000Z K 7 svn:log V 13 style(9)'ify END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-20T18:58:16.000000Z K 7 svn:log V 72 Fix codes PR: 33031 Submitted by: Statue END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T19:45:14.000000Z K 7 svn:log V 94 Delete a release note regarding mergemaster(8) which, while true, was too vague to be useful. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-20T19:56:30.000000Z K 7 svn:log V 131 MFC NFS and VM bug fixes (see my commit 2001/12/13 17:16:57 PST, kern/vfs_bio.c 1.295 and friends) Approved by: Release Engineers END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-20T20:33:30.000000Z K 7 svn:log V 10 Fix codes END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-20T20:48:31.000000Z K 7 svn:log V 99 Add uk_UA.ISO8859-5 locale PR: 32450 Submitted by: partially by Alexey Klimov END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-20T21:10:52.000000Z K 7 svn:log V 160 MFC 1.73 - fix softupdates panic easily produced on NFS server by NFS client. (Jordan's 'Make your FreeBSD box fall over' bug). Approved by: Release Engineers END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T21:33:54.000000Z K 7 svn:log V 54 Add some remarks on em(4). MFC noted: NFS/VM fixes. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-20T21:37:40.000000Z K 7 svn:log V 286 MFC: Remarks on en(4) (Intel supported but i386-only), NFS/VM/fs bugfixes. Non-MFC: pcic(4) fixes. (I know it's MFC-ed from HEAD somewhere, but I haven't got a good-enough handle on that development train to commit a corresponding release note there.) Approved by: re (implicitly) END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-20T22:42:27.000000Z K 7 svn:log V 297 Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() against VM_WAIT in the pageout code. Both fixes involve adjusting the lockmgr's timeout capability so locks obtained with timeouts do not interfere with locks obtained without a timeout. Hopefully MFC: before the 4.5 release END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-20T22:47:20.000000Z K 7 svn:log V 29 Fix typo. s/pa/va/. *blush* END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-12-20T23:37:42.000000Z K 7 svn:log V 84 MFC: enable soft updates by default for everything but the root fs. Approved by: re END K 10 svn:author V 3 jkh K 8 svn:date V 27 2001-12-20T23:39:30.000000Z K 7 svn:log V 271 Enable soft updates by default for everything but the root filesystem. The user can still toggle it back off in the label editor (or post-install for that matter) if they explicitly do not want soft updates to be used for some reason. Agreed to be a good thing by: kirk END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-20T23:48:31.000000Z K 7 svn:log V 400 Introduce a standard name for the lock protecting an interrupt controller and it's associated state variables: icu_lock with the name "icu". This renames the imen_mtx for x86 SMP, but also uses the lock to protect access to the 8259 PIC on x86 UP. This also adds an appropriate lock to the various Alpha chipsets which fixes problems with Alpha SMP machines dropping interrupts with an SMP kernel. END K 10 svn:author V 6 pirzyk K 8 svn:date V 27 2001-12-21T01:28:59.000000Z K 7 svn:log V 78 Add support for the Intel 82443MX chipset PR: kern/33032 MFC after: 1 month END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-12-21T01:44:11.000000Z K 7 svn:log V 70 Use a more secure method of creating the temporary install directory. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-21T02:13:31.000000Z K 7 svn:log V 89 MFC rev 1.21: recommend noauto for non-NFS remote filesystems Approved by: re (blanket) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-21T02:27:46.000000Z K 7 svn:log V 107 New release notes: sysinstall(8) now turns on Soft Updates by default for new filesystems, fdc(4) update. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-21T02:31:53.000000Z K 7 svn:log V 97 MFC: sysinstall(8) now turns on Soft Updates for new filesystems. Approved by: re (implicitly) END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-21T03:31:12.000000Z K 7 svn:log V 24 Remove duplicated chars END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-21T04:30:49.000000Z K 7 svn:log V 312 Avoid an interaction between syncache and accept filters. The syncache code only passed up the connection to the tcp stack when it was complete, so it went directly into the so_comp (complete) queue. However, with accept filters, there is an additional phase before calling it "complete". Reviewed by: jlemon END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-12-21T04:41:08.000000Z K 7 svn:log V 169 If syncookies are disabled (net.inet.tcp.syncookies) then use the faster arc4random() routine to generate ISNs instead of creating them with MD5(). Suggested by: silby END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-12-21T05:07:39.000000Z K 7 svn:log V 52 Remove a change that snuck in from my private tree. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T08:10:28.000000Z K 7 svn:log V 46 mdoc(7) police: fix markup, remove stray .Xr. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T08:11:57.000000Z K 7 svn:log V 50 MFC: 1.12: fix markup. Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T08:40:52.000000Z K 7 svn:log V 40 mdoc(7) police: removed duplicate xref. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-12-21T08:40:53.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T09:00:51.000000Z K 7 svn:log V 118 Move netgraph manpages to their location in -CURRENT. Reduce gratuitous diffs to -CURRENT. Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T09:05:32.000000Z K 7 svn:log V 55 mdoc(7) police: fix markup. Approved by: re (blanket) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-12-21T09:25:40.000000Z K 7 svn:log V 1022 Forced commit to provide background for previous delta: There are two reasons why automounting remote filesystems can't be delayed until after network initialization: 1) The right way would be to teach mount to distinguish between network filesystems and local filesystems. This is not as easy as it was for df, because the latter only has to cope with filesystems for which kernel support is already present. 2) The easy way (see rev 1.268 of src/etc/rc for an extensible example) is made awkward by a problem reported by dougb and addressed in rev 1.286 of src/etc/rc, where mount_nfs misuses vfsload() and does not correctly arrage for the loading of nfsclient support. Since neither of these problems looks like it will be solved before 4.5-RELEASE, the previous delta to this file provides a safety belt, which I'd like to encourage folks to use by applying a change to sysinstall, described in a message sent to the freebsd-audit list (Message-ID <5062.1008868549@axl.seasidesoftware.co.za>). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T09:51:30.000000Z K 7 svn:log V 55 mdoc(7) police: fix markup. Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T10:07:21.000000Z K 7 svn:log V 55 mdoc(7) police: fix markup. Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T10:18:54.000000Z K 7 svn:log V 64 Reduce gratuitous diffs to -CURRENT. Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T11:31:30.000000Z K 7 svn:log V 176 From ChangeLog: : 2001-11-16 Ruslan Ermilov : : * tmac/doc-common (doc-header): Handle very long document titles : better. PR: docs/10349 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T11:35:20.000000Z K 7 svn:log V 41 MFV: Handle long document titles better. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T11:37:20.000000Z K 7 svn:log V 84 MFC: Handle long document titles better. PR: docs/10349 Approved by: re (blanket) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T11:46:21.000000Z K 7 svn:log V 54 Bring in latest (cosmetic) vendor fixes to this file. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T11:46:21.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r88345, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-21T11:49:27.000000Z K 7 svn:log V 43 MFC: cosmetics. Approved by: re (blanket) END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-21T13:14:02.000000Z K 7 svn:log V 529 Slightly re-work locale messages storage scheme. Before this commit LC_MESSAGES related data was installed to /LC_MESSAGES file. Now it go to /LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES directory is supposed to be storage of message catalogs of userland tools. This should allow us to avoid many potential problems with future libintl related functionality introduction. Thanks for useful suggestions about correct way how to replace plain files with directories at installworld stage to: Ruslan Ermilov END K 10 svn:author V 6 nectar K 8 svn:date V 27 2001-12-21T15:21:32.000000Z K 7 svn:log V 64 MFC 1.18: Use correct mode for temporary file. Approved by: re END K 10 svn:author V 6 nectar K 8 svn:date V 27 2001-12-21T15:23:04.000000Z K 7 svn:log V 47 MFC 1.18: Use correct mode for temporary file. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-12-21T17:24:10.000000Z K 7 svn:log V 70 The VM_STACK option is long dead. MAP_STACK is available everywhere. END K 10 svn:author V 7 roberto K 8 svn:date V 27 2001-12-21T17:39:21.000000Z K 7 svn:log V 192 MFC: ntp 4.1.0. See ChangeLog for all the many changes/bug fixes/new drivers. This code has been in CURRENT for months and several people use this version on 4.4-STABLE. Approved by: re END K 10 svn:author V 7 roberto K 8 svn:date V 27 2001-12-21T17:42:35.000000Z K 7 svn:log V 57 MFC: ntp 4.1.0 Merge of the Makefile glue and config.h END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-21T18:08:54.000000Z K 7 svn:log V 217 o Don't make 'Moderate Security Settings' the DEFAULT, as otherwise selecting 'Cancel' to avoid making changes doesn't work. Really, we should deprecate security profiles and move to a more fine-grained model. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-21T18:17:32.000000Z K 7 svn:log V 44 MFCs noted: route(8) -ifa/-ifp, NTP 4.1.0. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-12-21T18:17:58.000000Z K 7 svn:log V 67 MFC: route(8) -ifa/-ifp, NTP 4.1.0. Approved by: re (implicitly) END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-21T18:26:01.000000Z K 7 svn:log V 19 add missing MLINKS END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-21T18:30:50.000000Z K 7 svn:log V 395 o Add a configSecurity menu to generally configure security settings, and pull configSecurityProfile under that menu. Add a menu option to determine whether LOMAC is enabled at boot. Probably, eventually, many of the 'Security Profile' menu choices should be pulled out independently into the Security Menu, so as to make them individually selectable. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 3 yar K 8 svn:date V 27 2001-12-21T18:43:02.000000Z K 7 svn:log V 87 Implement matching IP precedence in ipfw(4). Submitted by: Igor Timkin END K 10 svn:author V 3 yar K 8 svn:date V 27 2001-12-21T18:43:37.000000Z K 7 svn:log V 89 Implement matching IP precedence in ipfw(4). Submitted by: Igor Timkin END K 10 svn:author V 5 orion K 8 svn:date V 27 2001-12-21T19:20:28.000000Z K 7 svn:log V 114 Save and restore state for suspend/resume. PR: kern/28692 Obtained from: SAKIYAMA Nobuo END K 10 svn:author V 6 nectar K 8 svn:date V 27 2001-12-21T19:47:50.000000Z K 7 svn:log V 34 Bump patchlevel for fix to pw(8). END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-21T19:51:44.000000Z K 7 svn:log V 653 o Expand the text describing the Security options menu. o Move nfs_reserved_port_only out of security profiles (where it was set somewhat improperly) to the Security options menu directly. Previously, the variable was set to true for Moderate, but not for Extreme, which is at best inconsistent. o Update the Security Profiles help file to remove reference to the NFS reserved port. o Note that the kernel currently defaults the sysctl to '0', but sysinstall has changed it to '1' as a default as of late; however, rc.conf sets the value to NO as the default. This change brings them relatively into sync. Sponsored by: DARPA, NAI Labs END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-21T19:59:15.000000Z K 7 svn:log V 60 o Wording and spelling fixes for security menu description. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T21:01:41.000000Z K 7 svn:log V 59 MFC the new cdboot replacement for cdldr. Approved by: re END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T21:02:08.000000Z K 7 svn:log V 59 MFC: Switch from old cdldr to new cdboot. Approved by: re END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T21:02:36.000000Z K 7 svn:log V 41 MFC: Axe the old cdldr. Approved by: re END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:27:01.000000Z K 7 svn:log V 109 Add partial support for NFS_ROOT for sparc64 (only supported in in connection with BOOTP_NFSROOT right now). END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:28:54.000000Z K 7 svn:log V 67 Make the apb driver independent of the standard PCI bridge driver. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:31:44.000000Z K 7 svn:log V 109 Fix a bug that was indroduced while moving this code around (use the correct length for ethernet addresses). END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:35:47.000000Z K 7 svn:log V 210 Add a workaround for quirky PCI devices that set the intpin register to 0, but use this mechanism to generate interrupts. Preserve the child device when setting up and tearing down interrupts. Some style nits. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:40:55.000000Z K 7 svn:log V 255 Add a rman_reserve_resource_bound() function that takes an additional argument specifying the boundary for the resource allocation. Use ulmin()/ulmax() instead of min()/max() in some places to correctly deal with the u_long resource range specifications. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:45:09.000000Z K 7 svn:log V 269 Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions, and a generic resource_list_print_type() function to print all resouces of a certain type in a resource list. Use ulmin()/ulmax() instead of min()/max() in two places to handle u_longs correctly. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:46:55.000000Z K 7 svn:log V 76 Move the PCI_ENABLE_IO_MODES option from conf/options.i386 to conf/options. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:49:57.000000Z K 7 svn:log V 151 Use the new resource_list_print_type() function to print resource list contents, and the new __BUS_ACCESSOR macro to construct the accessor functions. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T21:54:56.000000Z K 7 svn:log V 125 Use the new resource_list_print_type() function. Pass the bus device to isa_init() (this is needed for the sparc64 version). END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-21T22:00:52.000000Z K 7 svn:log V 214 Use the new rman_reserve_resource_bound() function to get boundaries for DVMA allocations right, instead of trying to kluge around it. Use the correct tag to pass the dmamap unload call up to. Some minor cleanups. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T22:17:44.000000Z K 7 svn:log V 187 MFC: Revs 1.9 - 1.11: - Use ANSI function declarations and prototypes. - Add a simple SUSP parser. - Add RockRidge support when looking up names as well as in readdir(). Approved by: re END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T22:19:13.000000Z K 7 svn:log V 40 MFC: Add a DEVT_CD type for CD drivers. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T22:19:58.000000Z K 7 svn:log V 113 MFC: Add device driver for the BIOS device for CD-ROM's booted via El Torito no emulation mode. Approved by: re END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-12-21T22:20:37.000000Z K 7 svn:log V 46 MFC: Turn on cdboot support. Approved by: re END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-12-21T22:34:01.000000Z K 7 svn:log V 48 fix mmapped playback remove dead debugging code END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-12-21T23:14:40.000000Z K 7 svn:log V 60 MFC: rev 1.73, make mmapped playback work. Approved by: re END K 10 svn:author V 2 pb K 8 svn:date V 27 2001-12-21T23:26:55.000000Z K 7 svn:log V 128 Fixes apparent hang at probe time due to an extremely long timeout (experienced with an Opti931/ISA PnP card). Approved by: cg END K 10 svn:author V 2 pb K 8 svn:date V 27 2001-12-22T00:07:07.000000Z K 7 svn:log V 92 MFC: rev. 1.76, fix hang at probe time due to long timeout (Opti931 card). Approved by: re END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T00:35:49.000000Z K 7 svn:log V 23 MFi386: revision 1.486 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T00:38:32.000000Z K 7 svn:log V 23 MFi386: revision 1.179 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T00:42:10.000000Z K 7 svn:log V 23 MFi386: revision 1.163 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T00:48:39.000000Z K 7 svn:log V 23 MFi386: revision 1.159 END K 10 svn:author V 3 jwd K 8 svn:date V 27 2001-12-22T01:21:44.000000Z K 7 svn:log V 391 MFC of kern/32106 1.30 src/lib/libc/sys/execve.2 1.23 src/sys/kern/imgact_shell.c 1.25 src/sys/sys/imgact.h Return a more meaningful errno when the length of the interpreter exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution. Update execve man page to reflect change. Increase MAXSHELLCMDLEN to a slightly more meaningful value. Approved by: re END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T01:25:54.000000Z K 7 svn:log V 63 Merged from files.i386 revision 1.384. Removed acpica entries. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T01:30:19.000000Z K 7 svn:log V 18 cosmetic changes. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T01:32:32.000000Z K 7 svn:log V 54 Merged from sys/dev/syscons/syscons.c revision 1.377. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T01:34:09.000000Z K 7 svn:log V 23 MFi386: revision 1.124 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T01:35:44.000000Z K 7 svn:log V 23 MFi386: revision 1.178 END K 10 svn:author V 6 babkin K 8 svn:date V 27 2001-12-22T02:40:58.000000Z K 7 svn:log V 130 Added ability to do ">/dev/stdout". The apsfilter people are anxious to get it MFCed in time for release 4.5. MFC after: 2 weeks END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-12-22T03:20:24.000000Z K 7 svn:log V 128 Add cross-references to vaccess(9) and vaccess_acl_posix1e(9). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-12-22T03:46:33.000000Z K 7 svn:log V 126 Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 4 mike K 8 svn:date V 27 2001-12-22T05:18:37.000000Z K 7 svn:log V 42 Fix support for K&R C. MFC after: 3 days END K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-12-22T06:06:17.000000Z K 7 svn:log V 230 Save and restore t12 in the jmp_buf. t12 is used during function calls. This change allows libc_r to create thread contexts with a different stack and return address. With much detective work by: Bernd Walter END K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-12-22T06:11:06.000000Z K 7 svn:log V 277 Use the real function address (instead of function address + 8) for the return address when modifying a jmp_buf to create a new thread context. Also set t12 with the return address. This should fix libc_r on alpha. With much detective work by: Bernd Walter END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-22T06:56:12.000000Z K 7 svn:log V 53 add LC_MESSAGES directory for uk_UA.ISO8859-5 locale END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:22:02.000000Z K 7 svn:log V 87 Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:25:55.000000Z K 7 svn:log V 81 Add support for the AVM Fritz!Card PCI version 2 controller. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:29:03.000000Z K 7 svn:log V 42 Add the ifpi2 driver. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:38:24.000000Z K 7 svn:log V 81 Add support for the AVM Fritz!Card PCI version 2 controller. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:38:53.000000Z K 7 svn:log V 56 Add a manpage for the ifpi2 driver. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:47:46.000000Z K 7 svn:log V 69 Add the AVM Fritz!Card PCI version 2 controller. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T09:59:56.000000Z K 7 svn:log V 58 Add the ifpi2 driver. Reminded by hm. MFC after: 4 weeks END K 10 svn:author V 2 gj K 8 svn:date V 27 2001-12-22T10:08:48.000000Z K 7 svn:log V 71 Update my email address, forgot to do this before. MFC after: 4 weeks END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-12-22T11:13:42.000000Z K 7 svn:log V 24 Add an entry for Eterm. END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-12-22T11:48:57.000000Z K 7 svn:log V 132 disable useless dedicated-mic and efx recording channels. this makes recording work again, using the adc channel. Approved by: re END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-12-22T12:35:03.000000Z K 7 svn:log V 40 declare locally used globals as static. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-22T14:19:20.000000Z K 7 svn:log V 205 o Update tuning(7) to reflect auto-tuning of kern.maxusers in recent versions of FreeBSD. This should be merged before 4.5-RELEASE, as this functionality is present in 4.5-RELEASE. MFC after: 3 days END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-22T14:21:20.000000Z K 7 svn:log V 290 o Refer to hw.ata.wc as a 'loader tunable' rather than a 'kernel variable' for consistency with the rest of the document. Since we've already described the properties of loader tunables elsewhere, remove the duplicate description of it being a boot-time property. MFC after: 3 days END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-22T14:25:31.000000Z K 7 svn:log V 114 o Expand on the definition of a sysctl, and add cross-references to rc.conf and sysctl.conf. MFC after: 3 days END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T15:08:07.000000Z K 7 svn:log V 43 MFi386: revision 1.15.2.4 Approved by: re END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-12-22T15:08:49.000000Z K 7 svn:log V 43 MFi386: revision 1.17.2.6 Approved by: re END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-12-22T15:26:46.000000Z K 7 svn:log V 42 Merge the changes in the English version. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-12-22T16:05:41.000000Z K 7 svn:log V 937 Add OS layer ACPI mutex and threading support. - Temporary fix a bug of Intel ACPI CA core code. - Add OS layer ACPI mutex support. This can be disabled by specifying option ACPI_NO_SEMAPHORES. - Add ACPI threading support. Now that we have a dedicate taskqueue for ACPI tasks and more ACPI task threads can be created by specifying option ACPI_MAX_THREADS. - Change acpi_EvaluateIntoBuffer() behavior slightly to reuse given caller's buffer unless AE_BUFFER_OVERFLOW occurs. Also CM battery's evaluations were changed to use acpi_EvaluateIntoBuffer(). - Add new utility function acpi_ConvertBufferToInteger(). - Add simple locking for CM battery and temperature updating. - Fix a minor problem on EC locking. - Make the thermal zone polling rate to be changeable. - Change minor things on AcpiOsSignal(); in ACPI_SIGNAL_FATAL case, entering Debugger is easier to investigate the problem rather than panic. END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-12-22T16:17:02.000000Z K 7 svn:log V 66 other half of last commit, fixes playback panic. Approved by: re END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-12-22T19:12:18.000000Z K 7 svn:log V 73 Allow some broken PCCARD CDROMS to be used. Approved by: RE@freebsd.org END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-12-22T20:09:08.000000Z K 7 svn:log V 209 Move prototype of _mext_free to mbuf.h, where it belongs, because it is used in MEXTFREE and needs to be in scope for external MEXTFREE users. Pointed out by: Chad David Confirmed by: bde END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-22T20:54:45.000000Z K 7 svn:log V 123 o Most users will use sysinstall(8) for partition layout, rather than disklabel(8), so add a reference to sysinstall(8). END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-22T21:01:07.000000Z K 7 svn:log V 290 o Softupdates is now enabled by default on non-root file systems. Update language about softupdates to reference this fact, as well as slightly moderate the "recommend Softupdates for use on all filesystems" to "most filesystems" so as to be consistent with what sysinstall selects. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-22T21:02:33.000000Z K 7 svn:log V 81 o s/softupdates/it/ to reduce over-use of 'softupdates' in a single paragraph. END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-12-22T22:07:02.000000Z K 7 svn:log V 128 Add in the new security documentation guidelines document. Obtained from: NAI Labs CBOSS Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-12-22T22:16:48.000000Z K 7 svn:log V 130 Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve tilde-escapes documentation. Mostly obtained from: NetBSD END K 10 svn:author V 3 jim K 8 svn:date V 27 2001-12-22T23:37:51.000000Z K 7 svn:log V 54 MFC: Add missing snd_ich_load entry. Approved by: re END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-12-23T00:19:48.000000Z K 7 svn:log V 243 o Change the layout of the tagged lists to be like those in acl(3). o Document the following capabilities: CAP_NET_ADMIN, CAP_SYS_RAWIO, CAP_SYS_ADMIN, and CAP_SYS_TTY_CONFIG. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-23T00:48:37.000000Z K 7 svn:log V 301 This problem has been in the serial driver for years, and I occassionally see people trip over it. Do not set the FIFO trigger to just before it would otherwise overflow. Give it a little more slop so characters aren't lost if the interrupt is delayed by other system activities. MFC maybe: 7 days END K 10 svn:author V 3 bde K 8 svn:date V 27 2001-12-23T02:38:04.000000Z K 7 svn:log V 39 Backed out previous unapproved commit. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-23T02:48:25.000000Z K 7 svn:log V 219 Back out an inappropriate backout. If Anyone wants to set the FIFO level that high they should first fix the problems with the system that cause silo overflows. It is far more important for the serial device to work. END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-12-23T06:12:41.000000Z K 7 svn:log V 13 Fix comment. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-12-23T07:00:24.000000Z K 7 svn:log V 82 Define our own version of abs now that we compile with -ffreestanding by default. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-12-23T07:02:23.000000Z K 7 svn:log V 118 - Add a file for machine dependant loader metdata types. Include this in machdep.c. - Adapt to critical_* changes. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-12-23T07:04:05.000000Z K 7 svn:log V 149 Newer versions of gcc have a bug where switch statements with only a default: label cause a segmentation fault. So just return EINVAL from sysarch. END K 10 svn:author V 6 pirzyk K 8 svn:date V 27 2001-12-23T08:17:47.000000Z K 7 svn:log V 93 Add support for the Intel 82443MX chipset PR: kern/33032 Approved by: re Prodded by: silby END K 10 svn:author V 5 mckay K 8 svn:date V 27 2001-12-23T11:16:14.000000Z K 7 svn:log V 245 The previous fix caused cp to emit spurious warnings under some circumstances. This is a reworked version of the same fix, that does not have this defect, and which fixes some style bugs at the same time. Bug reported and fix reviewed by: bde END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-12-23T13:10:29.000000Z K 7 svn:log V 25 make mmapped vchans work END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-12-23T16:04:29.000000Z K 7 svn:log V 39 Fix CRITICAL_FORK so that it compiles. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-12-23T16:17:50.000000Z K 7 svn:log V 59 Merge the changes in the English version (1.149 -> 1.155). END K 10 svn:author V 2 cg K 8 svn:date V 27 2001-12-23T17:58:12.000000Z K 7 svn:log V 55 mfc rev 1.7: make mmapped vchans work Approved by: re END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-23T20:35:44.000000Z K 7 svn:log V 217 o Broaden SYSV limitation on the install floppy to also exclude SYSVSEM and SYSVSHM. These appear not to be required for correctness during the install process, and the install floppy is currently overflowing. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-23T20:52:32.000000Z K 7 svn:log V 260 o Remove more stuff from the install floppy image to improve the chances of it actually fitting on the install floppy. These are largely synchronizations with current, and disable inclusion of the following: device txp options P1003_1B device ugen END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-23T20:54:07.000000Z K 7 svn:log V 70 Whitespace correction: txp should be proceeded by \t rather than ' '. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-23T21:26:57.000000Z K 7 svn:log V 69 o When excluding P1003_1B, also exclude _KPOSIX_PRIORITY_SCHEDULING. END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-12-23T21:43:48.000000Z K 7 svn:log V 97 Sort the disknames when we get them from the kernel. Submitted by: END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-12-23T22:04:08.000000Z K 7 svn:log V 240 On the first day of Christmas bde gave to me: A [hopefully] conforming style(9) revamp of mb_alloc and related code. (This was possible due to bde's remarkable patience.) Submitted by: (in large part) bde Reviewed by: (the other part) bde END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-12-23T22:49:06.000000Z K 7 svn:log V 32 Specify the full path to mktemp END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2001-12-24T01:24:38.000000Z K 7 svn:log V 33 Fix typo first, then controvert. END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-12-24T03:20:10.000000Z K 7 svn:log V 81 WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier. PR: bin/32567 END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-12-24T03:24:28.000000Z K 7 svn:log V 79 Argh...save buffer before committing. NO_WERROR takes a value of 'yes', not 2. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-12-24T05:32:58.000000Z K 7 svn:log V 222 Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/) in fxp_stop(). Reference: http://www.freebsd.org/cgi/mid.cgi?id=7md718f0qo.wl@waterblue.imgsrc.co.jp Submitted by: Keiichi SHIMA END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-12-24T07:04:23.000000Z K 7 svn:log V 64 Add note about __stdoutp to the compat stuff. Submitted by: ru END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-24T08:53:15.000000Z K 7 svn:log V 204 From ChangeLog: : 2001-12-22 Ruslan Ermilov : : * tmac/doc-common, tmac/doc-syms: Small updates. This adds support for FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, and POSIX.1-2001. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-24T08:59:48.000000Z K 7 svn:log V 57 MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-24T09:12:59.000000Z K 7 svn:log V 84 MFC: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001. Approved by: re (blanket) END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-24T11:49:49.000000Z K 7 svn:log V 86 Back out recent replacement of LC_MESSAGES file with directory. Requested by: ache END K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-12-24T13:35:43.000000Z K 7 svn:log V 71 Add -mcmodel=medlow to COPTS. This is needed to build working kernels. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-12-24T19:34:33.000000Z K 7 svn:log V 94 Document MODULES_OVERRIDE. PR: docs/32560 Submitted by: Maxim Konovalov END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-12-24T20:18:45.000000Z K 7 svn:log V 330 o sysctl.conf cannot be used to set sysctls that are present in unloaded kernel modules. Remove the example linux compat sysctls because they break if the linux emulator is loaded as a module, rather than compiled in. Add a BUGS entry indicating as much. Reported by: jack MFC after: 3 days END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-12-24T22:27:04.000000Z K 7 svn:log V 40 backout rev 1.14, it's breaking things. END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-25T00:36:57.000000Z K 7 svn:log V 22 MFC: add strcasestr() END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-25T01:23:25.000000Z K 7 svn:log V 72 Fix type-o in previous commit (tsleep was using wrong rendezvous point) END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-25T01:27:55.000000Z K 7 svn:log V 75 Correction, type-o was in original commit (1.332), not in previous commit. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-25T01:44:45.000000Z K 7 svn:log V 967 MFC the following: * LK_TIMEOUT lock flag to separate lock acquisition with and without a timeout (dillon) * use of LK_TIMEOUT in BUF_TIMELOCK to avoid timeout race aginst BUF_LOCK (dillon) * use of LK_TIMEOUT in pageout vget() code to avoid deadlock (dillon) * move vnode reclaim into its own kthread to avoid deadlocks (Yahoo) * remove 'VXLOCK interlock avoided' messages.. they can occur under normal operation and create a choking hazzard on the console. * Adjust VMIGHTFREE macro used with vnode reclaim code to avoid eating large amounts of cpu with little to show for it in certain situations. * Add VREF/VRELE around UFS_UPDATE() call to avoid update/reclaim race (note: snuck in at last minute but I accidently did a partial commit a moment ago and the tree is broken until I commit the rest of it). This is minor and will be tested heavily. Approved by: Release Engineers END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-12-25T01:51:14.000000Z K 7 svn:log V 257 MFC 1.20 (part of vnode lru reclaim MFC) - use the process address as a wakeup rendezvous point, allowing kthreads to tsleep without a timeout if they also use that as their sleep/wakeup rendezvous point. Submitted by: peter Approved by: Release Engineers END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-25T04:10:50.000000Z K 7 svn:log V 241 Preserve errno. According to C99: "The functions atof, atoi, atol, and atoll need not affect the value of the integer expression errno on an error. If the value of the result cannot be represented, the behavior is undefined." END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-12-25T06:06:56.000000Z K 7 svn:log V 80 Oops, wrong option name. It's should be ACPI_MAX_THREADS, not ACPI_NO_THREADS. END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-25T08:10:34.000000Z K 7 svn:log V 41 strtoq -> strtoll (strtoq is deprecated) END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-12-25T08:43:35.000000Z K 7 svn:log V 104 Add "except the handling of errors" into "equivalent to" paragraph. Pointed by: bde Inspired by: POSIX END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-25T10:57:03.000000Z K 7 svn:log V 76 Optimize locale data Makefiles as well as make their style more consistent. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-25T11:10:16.000000Z K 7 svn:log V 66 Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-12-25T13:40:33.000000Z K 7 svn:log V 22 Fix unbalanced paren. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-12-25T14:00:15.000000Z K 7 svn:log V 100 Merge the changes in the English version (1.155 -> 1.168). Add local configuration for psgml-emacs. END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-12-25T14:43:08.000000Z K 7 svn:log V 55 Fix yet another fake slave problem for PCCARD devices. END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-12-25T14:44:26.000000Z K 7 svn:log V 57 Add support for even more SiS chipsets. Misc cosmetics. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-12-25T18:50:49.000000Z K 7 svn:log V 73 Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions) END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-12-25T21:21:18.000000Z K 7 svn:log V 291 Second round of floppy disk driver documentation updates: document the changes in the userland utilities. For fdcontrol(8), i now finally keep my promise made more than 7 years ago that ``the fdcontrol utility is currently under development and the user interface will likely change''. :-) END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-12-26T03:19:16.000000Z K 7 svn:log V 108 Merge the changes in the English version (1.168 -> 1.169). This is structure changes only. Thanks, Bruce! END