ƒ«63000 229 186 267 217 350 204 297 177 171 184 136 350 218 416 193 166 383 146 149 216 234 213 309 199 145 194 164 329 346 217 163 337 221 833 296 467 308 128 146 460 187 128 253 127 156 173 416 588 217 128 369 203 143 239 234 158 143 473 245 198 189 246 256 137 177 140 221 154 193 164 362 157 104 214 260 184 144 204 499 154 177 395 163 271 238 154 154 303 179 140 128 374 267 538 250 284 194 454 552 376 393 147 153 143 267 383 243 162 130 193 178 193 161 109 232 162 160 128 130 393 179 187 139 136 358 229 233 230 261 109 235 169 127 113 162 131 296 136 122 118 118 586 298 279 132 118 152 158 209 188 385 319 118 698 334 300 312 112 257 262 207 142 237 442 150 317 106 229 169 146 146 250 170 191 187 561 766 137 183 105 204 559 225 253 625 190 169 247 294 396 180 179 183 169 180 154 137 153 250 353 181 287 155 167 255 155 127 145 126 123 123 123 120 865 163 225 130 165 195 217 177 136 131 131 202 245 323 395 181 120 K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T05:16:49.000000Z K 7 svn:log V 94 MFC: Always install boot loader forth files and default loader.conf during installworld. END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-07-12T05:20:41.000000Z K 7 svn:log V 171 correct rtentry reference count in in6_ifloop_request(). if you reconfigure inet6 too much, the reference count can go into negative by mistake. KAME in6.c 1.98 -> 1.99. END K 10 svn:author V 5 assar K 8 svn:date V 27 2000-07-12T06:19:14.000000Z K 7 svn:log V 122 MFC: make sure we do not write out non-printable characters in file names and symbolic links (by default) PR: bin/19354 END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-07-12T06:19:22.000000Z K 7 svn:log V 252 Ensure that block and character devices as well as fifo's and sockets all have zero length. A non-zero length panic's the kernel when one of these is deleted. PR: 19426 Submitted by: Ian Dowse Reviewed by: dwmalone@FreeBSD.org END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-12T08:27:56.000000Z K 7 svn:log V 108 MFC: rev 1.10 does not exist anymore. use now. Forgotten by: obrien^2 END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-12T08:29:52.000000Z K 7 svn:log V 204 Rework the stats code to avoid code duplication. Fix a bug where the stats code would print the expected size instead of the number of bytes received. Fix the reading code so it'll support partial reads. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-07-12T08:50:09.000000Z K 7 svn:log V 81 MFC: fix some output cosmetics so that the finger -s output is properly lined up END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-07-12T09:50:20.000000Z K 7 svn:log V 75 Backout previous commit. (Mental note: don't forget -rRELENG_4 next time.) END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-07-12T09:52:36.000000Z K 7 svn:log V 88 MFC: Really fix some output cosmetics so that the finger -s output is properly lined up END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-07-12T09:57:00.000000Z K 7 svn:log V 44 This in essence completes the receive path. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-07-12T10:13:07.000000Z K 7 svn:log V 257 Add support for Intel's i810 chipset with integrated graphics. An associated patch to XFree86 allows the X server to work with this chipset on FreeBSD. Additional work will include porting the Linux 3D driver. Submitted by: Ruslan Ermilov END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-07-12T10:15:43.000000Z K 7 svn:log V 124 Backed out a part of previous commit. The function name conflicts. Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda) END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-12T10:39:56.000000Z K 7 svn:log V 323 Extensive rewrite of the HTTP code. The new code is significantly cleaner and more robust, and somewhat more efficient. It also handles authorization and redirects properly, and supports timeouts like the FTP code. Many thanks to Umemoto-san for his assistance with IPv6 support, both here and in other parts of libfetch. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-12T10:41:29.000000Z K 7 svn:log V 100 Fully document the HTTP authorization feature. Update the BUGS section to reflect the HTTP rewrite. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-12T11:00:28.000000Z K 7 svn:log V 71 Detect and handle comment lines in master.passwd files. PR: bin/19664 END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-12T11:02:01.000000Z K 7 svn:log V 290 Now that the HTTP code supports timeouts, we don't need to use alarm() around the call to fetchStat(). Catch SIGINT, and rework the signal handling so it doesn't skimp on the cleanup after a timeout or interrupt. Also, don't just bail out after a timeout; there may be more files to fetch. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-12T11:09:40.000000Z K 7 svn:log V 51 MFC: Skip comments in master.passwd PR: bin/19664 END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-12T11:10:29.000000Z K 7 svn:log V 54 MFC: Handle comments in master.passwd. PR: bin/19664 END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-12T11:50:08.000000Z K 7 svn:log V 119 o update extattrctl man page to reflect obligatory arguments to initattr -r and -w arguments Submitted by: sheldonh END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-12T12:04:02.000000Z K 7 svn:log V 137 o Other half of Sheldon's patch to fix initattr arguments, mistakenly forgotten due to minimal sleep. Thanks! Submitted by: sheldonh END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-07-12T15:08:03.000000Z K 7 svn:log V 118 Fix a rather nasty latency problem that occurs with single tcp sessions thorough an MP setup with only a single link. END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-07-12T15:19:39.000000Z K 7 svn:log V 216 Update the st(4) and sd(4) references to sa(4) and da(4) respectively, maintaining order, were the references ordered already. PR: reminded by 19647 Submitted by: reminded by Jens Schweikhardt END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-07-12T16:13:02.000000Z K 7 svn:log V 103 remove m_pulldown related statistics, it is not for production system (it belongs to kame experiment). END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-07-12T16:31:47.000000Z K 7 svn:log V 51 Correct ``set filter'' usage Spotted by: sheldonh END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-07-12T16:39:13.000000Z K 7 svn:log V 99 remove m_pulldown statistics, which is highly experimental and does not belong to *bsd-merged tree END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-07-12T16:39:14.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T16:41:47.000000Z K 7 svn:log V 236 Add support to the 'ether' address family to support setting of addresses. This allows you to set ether addresses with 'ifconfig ether'. Also, use some saner socket address families that allow several special case tests to be removed. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T16:45:11.000000Z K 7 svn:log V 253 - Always respect cylinder boundaries when creating slices unless the user explicitly sets the geometry. - Allow for MBR boot loaders that are longer than one sector. Only accept boot loaders if their size is a multiple of the sector size, however. END K 10 svn:author V 5 assar K 8 svn:date V 27 2000-07-12T16:53:22.000000Z K 7 svn:log V 122 MFC: make sure we do not write out non-printable characters in file names and symbolic links (by default) PR: bin/19354 END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T17:58:19.000000Z K 7 svn:log V 71 Note that "ether" is a supported address family for setting addresses. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T18:05:18.000000Z K 7 svn:log V 244 - Allow support for MBR boot loaders that are longer than one sector. As with fdisk, ensure that they are a multiple of the sector size in length. - Axe all the 1024 cylinder checks as they are no longer relevant with the fixed bootstrap. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T18:08:27.000000Z K 7 svn:log V 128 - Support MBR boot loaders that are larger than one sector size. - Axe the 1024 cylinder checks as they are no longer relevant. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T18:11:54.000000Z K 7 svn:log V 740 The new and improved boot0, v1.1. This version adds the following: - Autodetection and support of the BIOS EDD extensions to work around the 1024 cylinder limit on all but really ancient BIOS's. - To work around some BIOS's which break when EDD is used with older drives, we only attempt to use EDD if the cylinder is > 1023. - Since this new code required more space than we had left, expand boot0 to 2 sectors (1024 bytes) in length. - Add support for boot0 being multiple sectors using predefined constants. If boot0 needs to be extended in the future, all that is required is bumping the NUM_SECTORS constant. - Now that we have more room to work with, add a few more fs type descriptions while making others more verbose. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T18:12:52.000000Z K 7 svn:log V 203 Grr forgot one important feature: - Add a version number to boot0 to aid in keeping track of new features in the feature if needed. The old boot0 is treated as version 1.0, and this version is 1.1. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T18:15:06.000000Z K 7 svn:log V 374 Update boot0cfg to handle the new boot0: - Allow for boot0 to be more than one sector long. However, ensure that it its length is a multiple of the sector length. - Change the signatures used to determine a valid boot0 as some of the signature code changed. - Use the old signature to detect version 1.0 of boot0, otherwise read the version number from boot0 itself. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-12T19:00:50.000000Z K 7 svn:log V 215 "ls" is note the same as "nlist", but it is the same as "dir". Correct this, and add a bit to the descriptions of "dir" and "nlist" to emphasize the difference. PR: 15408 Submitted by: Joe Smith END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-12T19:04:41.000000Z K 7 svn:log V 36 MFC: clarify dir/ls/nlist commands. END K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2000-07-12T19:09:41.000000Z K 7 svn:log V 50 MFC: [rev 1.16] Catch and report fdopen failures. END K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2000-07-12T19:13:43.000000Z K 7 svn:log V 363 MFC: entry.c [revs 1.10, 1.11] Fix parsing of @ shortcuts; catch and report memory allocation failures. env.c [revs 1.8, 1.9] Fix a situation where a pointer which should point to dynamically allocated memory was instead pointed to a static string. Use consistent types in sizeof for malloc calls. misc.c [rev 1.9] Catch and report memory allocation failures. END K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2000-07-12T19:22:23.000000Z K 7 svn:log V 91 MFC: crontab.5 [revs 1.12-1.14] Clarify quoting in name=value pairs; describe @ shortcuts. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-12T20:28:28.000000Z K 7 svn:log V 36 Mention mtree(8) exclusion support. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-12T20:32:43.000000Z K 7 svn:log V 160 Mention "amd -H" in the synopsis so that references to the "first form listed", etc, make sense. PR: 18592 Submitted by: Patrick Gosling END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-12T20:34:02.000000Z K 7 svn:log V 35 MFC: mention 'amd -H' in synopsis. END K 10 svn:author V 5 asami K 8 svn:date V 27 2000-07-12T20:37:04.000000Z K 7 svn:log V 62 Belatedly bump __FreeBSD_version -- we are in 3.5-stable now. END K 10 svn:author V 8 dannyboy K 8 svn:date V 27 2000-07-12T20:41:11.000000Z K 7 svn:log V 76 MFC: 1.7: Spelling (embedd to embed) fix and change a comma to a semicolon. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-12T20:49:06.000000Z K 7 svn:log V 318 Make builtin ident service work if the request arrives in more than one packet. Also check that the whole request has been recieved before processing it. The patch isn't the exact one from the PR, but a slight varient suggested by Brian. PR: 16086 Submitted by: Hajimu UMEMOTO Reviewed by: green END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-12T20:53:07.000000Z K 7 svn:log V 495 Rework the stats code for the nth time. Much cleaner now. Always display the completion percentage if stderr is a tty. Drop the char-by-char transfer mode, it was based on an incorrect assumption regarding the semantics of fread(). Finally (I hope) straighten out the business of setting the mtime, as well as when to remove the output file and when not to. Thanks are owed to the many who have provided nearly instantaneous and highly constructive feedback and suggestions about these matters. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-12T21:51:22.000000Z K 7 svn:log V 124 minor typo and whitespace fixes. PR: 19583 Submitted by: Bruce A. Mah (one other error spotted by jhb) END K 10 svn:author V 7 jayanth K 8 svn:date V 27 2000-07-12T22:00:46.000000Z K 7 svn:log V 32 re-enable the tcp newreno code. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T22:46:40.000000Z K 7 svn:log V 276 Fix a very obscure bug in select() and poll() where the timeout would never expire if poll() or select() was called before the system had been in multiuser for 1 second. This was caused by only checking to see if tv_sec was zero rather than checking both tv_sec and tv_usec. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T22:52:36.000000Z K 7 svn:log V 110 MFC: Fix select() and poll() to handle timeouts correctly when called with less than 1 second of uptime. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-12T22:56:00.000000Z K 7 svn:log V 48 MFC: rev 1.113 (install /usr/include/dev/ppbus) END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-07-12T23:13:52.000000Z K 7 svn:log V 144 Permit multiple ``allow user'' lines in any given section This avoids line length limits when large numbers of users are allowed access to ppp. END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-07-12T23:55:07.000000Z K 7 svn:log V 138 Fix race condition caused by using NG_SEND_DATAQ() where we meant to use ng_queue_data(). Reported by: Udo Erdelhoff END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-07-12T23:56:33.000000Z K 7 svn:log V 63 MFC: (rev. 1.3) use ng_queue_data() instead of NG_SEND_DATAQ() END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-07-13T00:01:09.000000Z K 7 svn:log V 49 MFC: Cure latency on a single-link MP connection END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-13T02:00:56.000000Z K 7 svn:log V 378 MFC [1.92] Critical non-SMP fix. Without this, a context switch happens for *every* syscall, slowing down syscalls a lot. (eg: 1.6 million getpid() calls per second drops to 400K calls/sec) Matt forgot this when he MFC'ed the SMP changes to RELENG_4. Without this, AST_RESCHED is an undefined symbol in /kernel. It is particularly interesting that gas/ld do not notice it. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-13T02:12:25.000000Z K 7 svn:log V 152 For infinite timeouts, set both the tv_sec and tv_usec fields to zero in poll() and select(). Noticed by: Wesley Morgan END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-13T02:15:25.000000Z K 7 svn:log V 105 MFC: Zero the tv_usec field in the atv timeval struct for infinite timeouts in select() and poll(). END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-07-13T02:17:14.000000Z K 7 svn:log V 98 Prevent possible dereference of NULL pointer. Submitted by: Marius Bendiksen END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-13T03:45:11.000000Z K 7 svn:log V 150 Handle (for now) trivial one level bridge case so we can get the slot that the bridge happens to be in so we get interrupts working on bridged cards. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-07-13T05:35:31.000000Z K 7 svn:log V 163 Two entries: o Mark M has updated the random device to harvest entropy. Put instructions to tell people how to cope. o add entry about phk's malloc changes. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-13T06:28:47.000000Z K 7 svn:log V 42 MFC: rev 1.33 (add dev/ppbus for lptio.h) END K 10 svn:author V 2 dg K 8 svn:date V 27 2000-07-13T07:45:50.000000Z K 7 svn:log V 86 Merged undocumented bug fix from rev 1.41: Fix for timer race that can cause a panic. END K 10 svn:author V 2 dg K 8 svn:date V 27 2000-07-13T07:53:06.000000Z K 7 svn:log V 49 Brought in changes from rev 1.81: optimizations. END K 10 svn:author V 2 dg K 8 svn:date V 27 2000-07-13T07:58:04.000000Z K 7 svn:log V 129 Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintags from dropping below 55 due to temporary resource shortages. END K 10 svn:author V 3 alc K 8 svn:date V 27 2000-07-13T08:30:31.000000Z K 7 svn:log V 62 MFC 1.175: vm_object_shadow(): Remove an incorrect assertion. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-13T08:37:39.000000Z K 7 svn:log V 100 Fix a bug in the stats display that showed up when resuming aborted transfers. Submitted by: green END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-07-13T08:44:50.000000Z K 7 svn:log V 72 MFC: Update st(4) and sd(4) references to sa(4) and da(4) respectively. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-07-13T09:13:58.000000Z K 7 svn:log V 269 Fix a bug (misplaced continue) that caused redirects to fail. Lots of code moved around, but the acutal functional changes are small. Add support for site-internal redirects (where the Location: header gives a path instead of an absolute URI) Pointed out by: kuriyama END K 10 svn:author V 5 mckay K 8 svn:date V 27 2000-07-13T12:55:50.000000Z K 7 svn:log V 63 Fix the ^D -> core dump problem properly. ^D == "quit" again. END K 10 svn:author V 5 mckay K 8 svn:date V 27 2000-07-13T13:49:36.000000Z K 7 svn:log V 10 Spelling. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-07-13T16:13:46.000000Z K 7 svn:log V 121 Add xe driver back. It works for a while now in -stable and is needed in GENERIC for successful installations using it. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-13T16:20:54.000000Z K 7 svn:log V 162 Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab. Fix a typo. PR: 19438 Submitted by: Eoin Lawless Reviewed by: sheldon END K 10 svn:author V 4 jhay K 8 svn:date V 27 2000-07-13T16:31:10.000000Z K 7 svn:log V 91 Fix the world and releases. PR: 19889 Submitted by: Udo Schweigert END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-13T16:41:41.000000Z K 7 svn:log V 47 MFC: 1.7 -> 1.8 Clarify example and fix typo. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-07-13T18:12:47.000000Z K 7 svn:log V 109 Document non-support by SRM for Symbios895 on PC164 Submitted by: Christian Weisgerber END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-07-13T18:19:11.000000Z K 7 svn:log V 404 Temporarily disable support for hardware checksum offload in the Tigon driver. According to dg, ftp.freesoftware.com will begin transmitting packets with bogus checksums after about 12 hours under load and won't stop until the interface is reset. I'm not at all sure how to track this bug down right now since it's most likely in the firmware, and we want this to at least be stable for the 4.1 release. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-13T18:52:23.000000Z K 7 svn:log V 61 MFC: to prevent various MAILTO abusing call sendmail as user END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-13T19:08:06.000000Z K 7 svn:log V 85 * Mention 4.x as well as 3.x * 3.4-stable -> 3.5-stable * 4.0-current -> 5.0-current END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-13T19:31:01.000000Z K 7 svn:log V 297 Extra sanity check when arp proxyall is enabled. Don't send an arp reply if the requesting machine isn't on the interface we believe it should be. Prevents arp wars when you plug cables in the wrong way around. PR: 9848 Submitted by: Ian Dowse Not objected to by: wollman END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-07-13T20:04:21.000000Z K 7 svn:log V 66 magnetic tape support Submitted by: Clem Cole END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-13T20:31:24.000000Z K 7 svn:log V 174 o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file}, syscalls to manage capability sets on files. First of two commits. Obtained from: TrustedBSD Project END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-13T20:38:52.000000Z K 7 svn:log V 141 o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls to modify capability sets on files. Obtained from: TrustedBSD Project END K 10 svn:author V 8 dannyboy K 8 svn:date V 27 2000-07-13T21:17:33.000000Z K 7 svn:log V 57 MFC: 1.10: Add some missing articles (as in a, an, the). END K 10 svn:author V 8 dannyboy K 8 svn:date V 27 2000-07-13T21:22:50.000000Z K 7 svn:log V 57 MFC: 1.10: Add some missing articles (as in a, an, the). END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-07-13T22:13:42.000000Z K 7 svn:log V 210 Added a flag (-S) to mtree to specify that symlinks shouldn't be followed. This allows type=link matches to work properly and match the link itself, instead of the file/directory that the link is pointing to. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-07-13T22:28:39.000000Z K 7 svn:log V 87 Allow symlinks to be created if they appear in the mtree specification. PR: bin/14171 END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-13T22:40:50.000000Z K 7 svn:log V 45 Revert rev 1.24. Facts verfied by: mckusick END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-13T22:42:13.000000Z K 7 svn:log V 33 MFC: rev 1.25 (reverts rev 1.24) END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-07-13T22:54:34.000000Z K 7 svn:log V 278 Make all Ethernet drivers attach using ether_ifattach() and detach using ether_ifdetach(). The former consolidates the operations of if_attach(), ng_ether_attach(), and bpfattach(). The latter consolidates the corresponding detach operations. Reviewed by: julian, freebsd-net END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-07-13T22:56:43.000000Z K 7 svn:log V 174 Add a new command, 'cdid', to calculate and display a serial number for a cd, using the algorithm that the cddb database uses. Submitted by: Sergey Shkonda END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-13T23:05:05.000000Z K 7 svn:log V 445 - When we save the existing MBR to a file, check to see if the MBR we are saving is boot0. If it is, use its version number so that we can grab all of boot0 (1024 bytes with version 1.1 for example) when we save it to a file via the 'f' option. Otherwise, we just save the first sector. - Cleanup this code a bit by splitting some functionality out into separate functions. Suggested by: Patrick Bihan-Faou (1) END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-13T23:14:37.000000Z K 7 svn:log V 154 MFC: Fixes for comments in passwd and group files; sync with RELENG_[45]. PR: misc/19538 Submitted by: Andre Albsmeier END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-13T23:52:49.000000Z K 7 svn:log V 188 Support propogation of file flags when building a homedir from the skeleton directory. sprintf() -> snprintf() cleanup. PR: bin/8756 Submitted by: "Nickolay N. Dudorov" END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-14T00:03:01.000000Z K 7 svn:log V 99 We are now in 4.1-RC (release candidate) mode. Only newvers.sh will need to be changed for 4.1-R. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-14T00:29:00.000000Z K 7 svn:log V 359 Correct an additional off-by-one bug and buffer overflow. A malloc() was being made one byte too short, and the string assembled in it was not null terminated. The string was passed to regcomp() so it never matched anything in /etc/usbd.conf. This is the cause of usbd not working for the last few days.. The new malloc.conf default of AJ triggered this. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-14T01:12:50.000000Z K 7 svn:log V 457 Change various log file modes from mode 664 to 644. Allowing group wheel to trash logfiles is not exactly good security policy. There have been several gid wheel holes in ports. Various other files were changed as well (eg: the locate database were set to more restrictive modes (444) by their generation scripts) so this should be safe for them. utmp and wtmp are mode 644 already on all the systems we checked. Submitted by: jkb Reviewed by: kris END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-14T01:22:07.000000Z K 7 svn:log V 281 Oops. I originally extended the bcopy to 8 characters to include the original \0 on the terminating string, however I changed my mind to make it more obvious that the termination was being taken care of and explicitly added the nul terminator. I forgot to reset the bcopy length. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-14T03:30:52.000000Z K 7 svn:log V 296 o Marius pointed out an unusually inconvenient upper bound on extended attribute data size. o Fortunately it turned out to be an unused constant left over from an earlier implementation, and is therefore being removed so as not to confuse casual observers. Submitted by: mbendiks@eunet.no END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-07-14T03:57:35.000000Z K 7 svn:log V 54 Merged from sys/i386/conf/GENERIC revision 1.246.2.7. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-07-14T04:23:45.000000Z K 7 svn:log V 60 Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31. END K 10 svn:author V 3 ken K 8 svn:date V 27 2000-07-14T05:17:49.000000Z K 7 svn:log V 51 Mention the new camcontrol 'format' functionality. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-07-14T05:30:48.000000Z K 7 svn:log V 172 sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twice due to a small cut & paste-o on my part. It happens this didn't hurt anything, but it's still wrong. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T05:47:08.000000Z K 7 svn:log V 290 - Note that several features have been merged to 4.x. - Add a note about supporting USB out of the box during installs and beyond. - Add a note about the changes to the i386 bootstrap to work around the 1024 cylinder problem. Note that boot0 is now 2 sectors long. Reminded by: kkenn END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T05:49:05.000000Z K 7 svn:log V 150 - Add a note about supporting USB out of the box. - Add a note about the changes to the i386 bootstrap to support working around the 1024 cylinder. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T06:30:59.000000Z K 7 svn:log V 70 MFC: _PATH_DEV'ify libdisk and fix a misspelling in an error message. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T06:38:19.000000Z K 7 svn:log V 38 MFC: Refresh the aout ldconfig table. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T06:54:35.000000Z K 7 svn:log V 100 MFC: Don't die fatally if we can't open a disk. Also, sync up the comments to minimize diffs. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T07:05:17.000000Z K 7 svn:log V 86 MFC: Add the 'Z' key to the fdisk editor to toggle the units of the slice sizes. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T07:20:41.000000Z K 7 svn:log V 100 MFC: Don't try to look up the hostname of the FTP server when installing through a HTTP proxy. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T07:51:47.000000Z K 7 svn:log V 69 MFC: Add support for the mouse_flags rc.conf variable to sysinstall. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-07-14T07:55:26.000000Z K 7 svn:log V 14 use _PATH_DEV END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T07:59:44.000000Z K 7 svn:log V 139 MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server now, and replace the releng3 3.0 snap entry with releng4. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T08:03:31.000000Z K 7 svn:log V 70 MFC: Update the Australian NTP server and add two French FTP mirrors. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T08:09:50.000000Z K 7 svn:log V 68 Ugh. Back out local changes that crept in with my last commit. :( END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T08:12:18.000000Z K 7 svn:log V 36 MFC: Mention the krb5 distribution. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T08:14:05.000000Z K 7 svn:log V 38 MFC: Add #include's to quiet warning. END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-07-14T08:33:10.000000Z K 7 svn:log V 300 IPv6 support. IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T09:10:03.000000Z K 7 svn:log V 87 MFC: Axe the loader.config and kernel.config files on the kern and boot floppies. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-14T09:13:35.000000Z K 7 svn:log V 96 Make control-c exit when in more compatability mode. Submitted by: Scott Long END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T09:14:02.000000Z K 7 svn:log V 47 MFC: Make releases a bit more error-resistant. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T09:16:07.000000Z K 7 svn:log V 44 MFC: Use DOCDISTFILES instead of DISTFILES. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-14T09:18:21.000000Z K 7 svn:log V 263 Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code. ;-( Reported by: Jun Kuriyama END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-14T09:23:46.000000Z K 7 svn:log V 134 MFC: use MAKE_RSAINTL instead of WITH_RSAINTL - that is what the Makefile uses and is consistant with the others (MAKE_KERBEROS etc). END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T09:24:50.000000Z K 7 svn:log V 140 MFC: Make it easier to disable non-English documentation and ports readmes. Add the AUTO_KEYBOARD_DETECT option which defaults to off. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T09:27:00.000000Z K 7 svn:log V 137 MFC: Fix annoynance where you would be asked repeatedly whether or not to assume the network was configured during multi-user mode. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-07-14T09:37:59.000000Z K 7 svn:log V 168 Use -P instead of -S to specify that no symlinks should be followed. There's no reason to make it different from cp(1), chmod(1), chown(1) etc. Requested by: sheldonh END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-14T09:51:40.000000Z K 7 svn:log V 18 Import less v358. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-14T09:51:40.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r63128, 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 2000-07-14T09:51:41.000000Z K 7 svn:log V 73 This commit was manufactured by cvs2svn to create tag 'less-vendor-v358'. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-14T09:57:37.000000Z K 7 svn:log V 36 Merge vendor changes onto mainline. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-14T09:59:37.000000Z K 7 svn:log V 22 Upgrade to less v358. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T10:21:34.000000Z K 7 svn:log V 70 MFC: Use struct uc_device in userconfig instead of struct isa_device. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-07-14T10:28:44.000000Z K 7 svn:log V 35 MFC: fix typo. Neerest -> Nearest. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-07-14T10:30:36.000000Z K 7 svn:log V 198 Fix the NAME section. Order the options which do not take arguments, add the -P option (introduced in rev 1.22), and use mdoc word keeps (Bk -words / Ek) for those options which do take arguments. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T10:39:29.000000Z K 7 svn:log V 44 Add ftp4.tw.FreeBSD.org. Submitted by: nik END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T10:40:31.000000Z K 7 svn:log V 30 MFC: Add ftp4.tw.freebsd.org. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-07-14T11:17:16.000000Z K 7 svn:log V 22 Fix typo, teh -> the. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-07-14T11:23:04.000000Z K 7 svn:log V 22 Fix typo, teh -> the. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-07-14T11:49:44.000000Z K 7 svn:log V 494 Change the way NMI's are handled. Before, if DDB was enabled and a NMI occured, you could type continue in DDB and the kernel would not attempt to detect what type of NMI was recieved. Now we check for the type of NMI first and then go to DDB if it is enabled. This will solve the problem with having DDB enabled and getting an NMI due to some possibly bad error and being able to continue the operation of the kernel when you really want to panic and know what happened. Submitted by: jhb END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T11:52:56.000000Z K 7 svn:log V 200 Certain error contitions cause msdosfs_rename() to decrement the vnode reference count on 'fdvp' more times than it should. PR: 17347 Submitted by: Ian Dowse Approved by: bde END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-07-14T12:14:13.000000Z K 7 svn:log V 181 Actually allow ``options MDNSECT='' in kernel configs to specify the default maximum size of malloc(9)-backed md(4) devices and complete the documentation of this option. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-07-14T12:21:14.000000Z K 7 svn:log V 35 Add optionsMDNSECT=2000 . END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-07-14T12:26:11.000000Z K 7 svn:log V 25 Disabled serial console. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-07-14T12:35:28.000000Z K 7 svn:log V 59 Merged from sys/i386/i386/userconfig.c revision 1.175.2.2. END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-07-14T12:42:03.000000Z K 7 svn:log V 66 MFC: 1.5 consistent sysctl variables, 1.6 sentence restructuring. END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-07-14T13:03:36.000000Z K 7 svn:log V 116 Add to, don't overwrite, user-settable mountd_flags. PR: conf/15745 Submitted by: Vivek Khera END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-07-14T13:48:50.000000Z K 7 svn:log V 96 MFC: 1.222) install /etc/ssl/openssl.cnf MFC: 1.223) don't build manpages if NOMAN has been set END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-07-14T13:56:07.000000Z K 7 svn:log V 287 Make sbsize a size instead of a number. This allows the usual suffixes to be applied to the value given. This does not break installed /etc/login.conf files, since un-suffixed numbers are interpreted as they were before. PR: 19750 Submitted by: Paul Herman END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-07-14T14:18:04.000000Z K 7 svn:log V 225 Fix several language, style and mdoc improvements (such as correct usage of .Xr and removal of hard sentence breaks). PR: 18880 Submitted by: Christian Weisgerber Obtained from: OpenBSD (in parts) END K 10 svn:author V 5 mckay K 8 svn:date V 27 2000-07-14T14:19:37.000000Z K 7 svn:log V 24 MFC(rev 1.8): Spelling. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T15:07:37.000000Z K 7 svn:log V 600 Stop the tcp_wrappers ident code sending a request which is split across several packets. This is done by not turning off buffering on the stdio stream for the ident connection. Originally this was done to avoid reading back what you'd just written into the buffer. However ANSI C gives a list of functions which should allow you to safely change direction on a stdio stream, and Wietse found that fseek seemed to be the most portable. The original patch used a different workaround, but this should be a real fix. PR: 16086 Reviewed by: wietse@porcupine.org (Original version) Approved by: markm END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-07-14T15:38:38.000000Z K 7 svn:log V 240 As per request by sheldonh and others on IRC, seperate language and mdoc fixes (very important in this case). Version 1.40 should be discarded. This version includes the language diffs. To receive them, use cvs diff [-u] -r 1.39 -r 1.41 END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-07-14T15:44:58.000000Z K 7 svn:log V 204 Bump __FreeBSD_version to mark the ether_ifattach()/ether_ifdetach() changes. This allows the VMWare port to be unbroken, using a patch based on it. Requested by: haro@tk.kubota.co.jp (Munehiro Matsuda) END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-07-14T15:49:36.000000Z K 7 svn:log V 218 Now, the mdoc fixes, such as: * remove hard sentence breaks * use of Fl with Ar if argument available * Dq -> Sq where better * Ql -> Dq and Ql -> Fa where better * include sections to Xr macro * It Ar .ss -> It Ar ss END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-14T16:17:42.000000Z K 7 svn:log V 19 ncurses -> termcap END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-07-14T16:54:59.000000Z K 7 svn:log V 162 Add the -z flag to check file sizes first Correct the cmp.1 usage message Correct the -l/-s incompatibility message Submitted by: Mark Knight END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-07-14T17:15:34.000000Z K 7 svn:log V 169 Add IPv6 scoped address support. It enables us to control link-local connections by interface like this: ALL : [fe80::%ed0]/10 : allow ALL : [fe80::]/10 : deny END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T17:27:52.000000Z K 7 svn:log V 114 - Note that a few entries have been merged over to -stable. - Add a note about having USB support out of the box. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T17:28:22.000000Z K 7 svn:log V 50 - Add a note about supporting USB out of the box. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T18:03:32.000000Z K 7 svn:log V 144 - Add in some sanity checking. If NOPORTS is set but NODOC is not set, print an error message and die immediately rather than an hour later. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-14T18:04:39.000000Z K 7 svn:log V 349 * Clarify text on choosing a dump device * Remove the text which states only devices with minor number 1 can be used - this is no longer true. * Mention that dumpon(8) cannot be used to capture dumps from panics during kernel initialization. * /dev/wd -> /dev/ad PR: 19848 Submitted by: Udo Erdelhoff Reviewed by: sheldonh END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T18:04:47.000000Z K 7 svn:log V 58 MFC: Error out at the beginning if NOPORTS without NODOC. END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-07-14T18:08:19.000000Z K 7 svn:log V 224 Sshd writes connected host into utmp directly. If the connection is via IPv6, the hostname is trimed due to the length of IPv6 address. This change saves it as possible. I have a grudge against the shortage of UT_HOSTSIZE. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-14T18:09:05.000000Z K 7 svn:log V 14 MFC: rev 1.14 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-07-14T19:11:02.000000Z K 7 svn:log V 134 Close PR# 19904: remember to call sf_setmulti() when initializing the interface so the multicast filter will be programmed correctly. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-07-14T19:12:53.000000Z K 7 svn:log V 75 MFC: close PR #19904 (call sf_setmulti() at the right point in sf_init()). END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T19:17:27.000000Z K 7 svn:log V 49 MFC: 1.25 Fix moving symlinks across partitions. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T19:26:11.000000Z K 7 svn:log V 49 MFC: 1.25 Fix moving symlinks across partitions. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T19:36:00.000000Z K 7 svn:log V 152 MFC: 1.40 List inode numbers of suid files. WARNING: Will produce a lot output the first time this run as it replaces the list without inode numbers. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T19:40:54.000000Z K 7 svn:log V 75 Add SCSI_CDB6_LEN macro (where 0 ==> 256). Obtained from:gibbs@freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T19:41:43.000000Z K 7 svn:log V 96 Properly initialize softc. Do some minor SCSI_CDB6_LEN changes. Obtained from:gibbs@freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T19:42:47.000000Z K 7 svn:log V 92 Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing on an opened target instance. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T19:45:43.000000Z K 7 svn:log V 465 Pick up some changes from Justin (add tagged queing support, remember to splx(s) if cam_extend_get fails and we return ENXIO, reset ccb flags when we push ATIOs back to the SIM, do some data increment fixes, set priority of command based on whether CAM_DIS_DISCONNECT is set and related changes). Add in some more CAM_DEBUG_PERIPH debug statements and also add in support for TARGIODEBUG which then will enable or disable CAM_DEBUG_PERIPH tracing for an instance. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-07-14T19:46:35.000000Z K 7 svn:log V 673 Add new keyword "logstr". By default, we now use syslog outselves to log insert/remove events using the logstr, if specified for that card, or the manufacturer + version strings from the cis if not. This eliminates the need to have logger in the pccard.conf file which makes it easier to move pcardd to /sbin later if we need to. This also reduces the pccard.conf file size from 53k to 28k, which will help the install disk a little. Also, minor cleanup of free usage (if (x != NULL) free(x); is identical to free(x); for all versions of C that we care about). Reviewed by: iwasaki (who proposed the logstr keyword). Documentation and fixes to pccard.conf to follow. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-07-14T19:54:47.000000Z K 7 svn:log V 45 Add documentation on the new logstr command. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T20:04:05.000000Z K 7 svn:log V 86 MCF: 1.28 Fix sorting by time. Fix rounding of cputime, remove dead code. PR: 18951 END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:12:09.000000Z K 7 svn:log V 10 scsi_sa.c END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:14:19.000000Z K 7 svn:log V 108 Empty commit (sorry about the last) for putting in message: MFC: Add SCSI_CDB6_LEN macro (where 0 ==> 256). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:15:51.000000Z K 7 svn:log V 463 Empty commit (sorry about the last) for putting in message: MFC:Some prettifying for the quirk comments. Add a SA_QUIRK_NO_MODESEL type and use it for the OnStream real SCSI device (not the broken one). This one is still broken in that it can't be set to the same fixed block size it reports [ unflattering comments about this company elided ]. If we're unable to set buffered mode on, complain, but drive on. It's not a fatal error to not be in buffered mode. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:16:48.000000Z K 7 svn:log V 129 Empty commit (sorry about the last) for putting in message: MFC: Properly initialize softc. Do some minor SCSI_CDB6_LEN changes. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:17:18.000000Z K 7 svn:log V 157 Empty commit (sorry about the last) for putting in message: MFC: Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing on an opened target instance. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:17:42.000000Z K 7 svn:log V 529 Empty commit (sorry about the last) for putting in message: MFC:Pick up some changes from Justin (add tagged queing support, remember to splx(s) if cam_extend_get fails and we return ENXIO, reset ccb flags when we push ATIOs back to the SIM, do some data increment fixes, set priority of command based on whether CAM_DIS_DISCONNECT is set and related changes). Add in some more CAM_DEBUG_PERIPH debug statements and also add in support for TARGIODEBUG which then will enable or disable CAM_DEBUG_PERIPH tracing for an instance. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:20:02.000000Z K 7 svn:log V 95 MFC:Thanks for Andrew Gallatin pointing out that freeing contigmalloc'd items via free is bad. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:26:59.000000Z K 7 svn:log V 74 Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:30:28.000000Z K 7 svn:log V 151 Whoops- more changes in last checkin than TARGIODEBUG- some additional TARGIOCCLEAREXCEPTION ioctls added as needed. Obtained from: gibbs@freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T20:31:39.000000Z K 7 svn:log V 198 MFC (1.6, 1.7): Some additional TARGIOCCLEAREXCEPTION ioctls added as needed. Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use). Obtained (partially) from: gibbs@freebsd.org END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-14T20:47:52.000000Z K 7 svn:log V 299 o MFC changes in revisions 1.56 and 1.57 from 5.0-CURRENT to 4.0-STABLE o 1.56 (rwatson) o Further limitations on process use of getpriority() and setpriority() by jailed processes. Addresses problem described in kern/17878. o 1.57 (phk) fix a typo {in microtime warning printf format} END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-07-14T20:48:33.000000Z K 7 svn:log V 86 MFC: merge in support for Accton EN1217D card. (Macronix chip: just add the PCI IDs.) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T21:09:25.000000Z K 7 svn:log V 84 Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unless TAG_ACTION_VALID is set. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-07-14T21:10:26.000000Z K 7 svn:log V 88 MFC:Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unless TAG_ACTION_VALID is set. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-14T22:10:32.000000Z K 7 svn:log V 74 MFC: Allow useradd -d to work without other changes. PR: bin/19649 END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-07-14T22:11:04.000000Z K 7 svn:log V 85 MFC: Allow useradd -d to work without other changes. PR: bin/19649 END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-14T22:25:41.000000Z K 7 svn:log V 62 MFC: Build modules with world and clean up the kernel builds. END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-07-14T22:35:13.000000Z K 7 svn:log V 42 Set NG_INVALID flag when destroying node. END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-07-14T22:36:23.000000Z K 7 svn:log V 58 MFC: (rev. 1.4) set NG_INVALID flag when destroying node. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-07-15T02:43:02.000000Z K 7 svn:log V 153 Admin some amount of responsibility for the current state of lpr/lpd. Also add Garance Drosihn who has been doing a great deal of work on print systems. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-15T03:18:07.000000Z K 7 svn:log V 256 o MFC updates to dot.cshrc and dot.login in /src/share/skel to reflect similar MFC's done by asmodai to /src/etc/root. 5.0-CURRENT user dot files are now on synch with 4.0-STABLE. o This includes the updates in 1.11 of dot.cshrc and 1.15 of dot.login END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-15T03:24:18.000000Z K 7 svn:log V 85 o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel also. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-15T03:25:14.000000Z K 7 svn:log V 190 o Display only a short fortune at the root login prompt, as large ones scroll of our pretty /etc/motd that helps the user know what to do. o Change reflects similar setting in /share/skel END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-15T03:31:10.000000Z K 7 svn:log V 59 o MFC asmodai's spelling improvement from /etc/root (1.12) END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-07-15T03:33:01.000000Z K 7 svn:log V 71 o MFC of 1.22, which forces use of short fortunes instead of long ones END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-07-15T06:02:48.000000Z K 7 svn:log V 159 Make mbstat.m_mtypes seperate and viewable via sysctl, also expand the size from short to ulong Submitted by: Ian Dowse PR: kern/19809 END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-15T06:06:42.000000Z K 7 svn:log V 60 Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-15T06:07:34.000000Z K 7 svn:log V 32 MFC: rev 1.86 (add SOFTUPDATES) END K 10 svn:author V 5 green K 8 svn:date V 27 2000-07-15T06:32:25.000000Z K 7 svn:log V 51 MFC: convert ktrgenio() to use a uio to fix a DoS. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-07-15T07:14:44.000000Z K 7 svn:log V 33 MFC: Merge KAME 2000/07/01 code. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-07-15T07:29:31.000000Z K 7 svn:log V 30 MFC: Merge KAME 2000/07 code. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-07-15T07:38:52.000000Z K 7 svn:log V 30 MFC: Merge KAME 2000/07 code. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-07-15T07:52:50.000000Z K 7 svn:log V 30 MFC: Merge KAME 2000/07 code. END K 10 svn:author V 5 abial K 8 svn:date V 27 2000-07-15T10:18:46.000000Z K 7 svn:log V 26 *** empty log message *** END K 10 svn:author V 5 abial K 8 svn:date V 27 2000-07-15T10:26:04.000000Z K 7 svn:log V 770 These patches implement dynamic sysctls. It's possible now to add and remove sysctl oids at will during runtime - they don't rely on linker sets. Also, the node oids can be referenced by more than one kernel user, which means that it's possible to create partially overlapping trees. Add sysctl contexts to help programmers manage multiple dynamic oids in convenient way. Please see the manpages for detailed discussion, and example module for typical use. This work is based on ideas and code snippets coming from many people, among them: Arun Sharma, Jonathan Lemon, Doug Rabson, Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like to specially thank Brian Feldman for detailed review and style fixes. PR: kern/16928 Reviewed by: dfr, green, phk END K 10 svn:author V 5 abial K 8 svn:date V 27 2000-07-15T10:36:01.000000Z K 7 svn:log V 69 Forced commit to add log message: Add share/examples/kld/dyn_sysctl. END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-15T13:04:33.000000Z K 7 svn:log V 132 Make the NAME section a bit less confusing. PR: 19262 Submitted by: NOKUBI Hirotaka Reviewed by: sheldonh END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-15T13:05:35.000000Z K 7 svn:log V 38 MFC: make NAME section less confusing END K 10 svn:author V 3 ben K 8 svn:date V 27 2000-07-15T13:08:23.000000Z K 7 svn:log V 73 Mention Joe Karthauser's addition of the "cdid" command to cdcontrol(1). END K 10 svn:author V 2 hm K 8 svn:date V 27 2000-07-15T13:16:28.000000Z K 7 svn:log V 103 have pcvt's non-console probe and attach routines called again in case it is configured in the kernel. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T13:37:47.000000Z K 7 svn:log V 123 Fix memory leak/double free found by phkmalloc Uniform mboot.bootinst allocation code to be independent of functions order END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T13:46:57.000000Z K 7 svn:log V 84 Reset corresponding color attributes on 39m and 49m Unify comments related to color END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T13:48:21.000000Z K 7 svn:log V 43 MFC: reset attrs on 39/49m, unify comments END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T14:13:42.000000Z K 7 svn:log V 38 Shorten 49m attr resetting expression END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T14:14:45.000000Z K 7 svn:log V 38 MFC: shorten 49m attrs resetting expr END K 10 svn:author V 4 sada K 8 svn:date V 27 2000-07-15T14:34:37.000000Z K 7 svn:log V 108 Fixd with alias missing. PR: bin/19475 Approved by: Martin Cracauer (with conditions) END K 10 svn:author V 5 marko K 8 svn:date V 27 2000-07-15T14:55:54.000000Z K 7 svn:log V 150 Re-worded the description of the -r option PR: 18792 Submitted by: Bob Johnson Approved by: Alexander Langer END K 10 svn:author V 4 sada K 8 svn:date V 27 2000-07-15T14:59:02.000000Z K 7 svn:log V 229 To make inherit file flags when mv(1) moves file between directories on different file systems. PR: bin/12375 Submitted by: Takashi SHIRAI No response by: steve No problem with: building 5-current world END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-07-15T16:24:21.000000Z K 7 svn:log V 299 Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing a structure member that doesn't exist anymore. Use getsysctlbyname for kern.ipc.mbstat instead of sysctl. Use netstat's method of displaying values from mtnames. Submitted by: Ian Dowse Missed by PR: 19809 END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T17:17:33.000000Z K 7 svn:log V 88 Fix octal numbers parsing PR: 19950 Submitted by: Alexey Klimov END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-07-15T17:19:28.000000Z K 7 svn:log V 27 MFC: octal numbers parsing END