y91893 107 226 184 456 145 221 166 152 175 180 292 261 256 413 223 152 163 188 162 122 177 282 165 396 310 315 364 116 161 113 422 306 144 220 294 184 137 451 128 164 123 126 110 150 156 165 307 124 475 166 207 178 192 145 788 219 195 296 320 291 237 140 146 396 238 156 154 1151 315 134 193 270 273 154 135 191 696 339 163 125 106 120 354 153 121 113 146 152 203 116 121 563 361 361 150 282 166 148 813 223 175 199 293 243 311 202 144 129 K 10 svn:author V 3 phk K 8 svn:date V 27 2002-03-08T14:31:12.000000Z K 7 svn:log V 133 #include in the SMP case. don't include at all. Fallout from: probably something jake did. Hint by: jhb END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2002-03-08T14:46:13.000000Z K 7 svn:log V 88 Add an entry for coldsync, to facilitate synchronising a Handspring Visor with FreeBSD. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-03-08T15:34:23.000000Z K 7 svn:log V 359 Synchronize NOTES with -STABLE LINT with respects to the placement and commenting of NETSMB, NETWMBCRYPTO, and SMBFS. In NOTES, they had all floated to the bottom of the file with the list of seemingly random and unclassified kernel options. This change moves them back up to the network protocol and file system areas, and also documents the dependencies. END K 10 svn:author V 3 yar K 8 svn:date V 27 2002-03-08T16:37:10.000000Z K 7 svn:log V 53 MFC rev. 1.29-1.30: Kill input line on ^U in ddb(4). END K 10 svn:author V 4 jhay K 8 svn:date V 27 2002-03-08T16:51:59.000000Z K 7 svn:log V 127 In -stable it is called INTR_TYPE_FAST and not INTR_FAST like in -current. PR: 35660 Submitted by: Tony Finch END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-08T17:12:40.000000Z K 7 svn:log V 73 Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware list. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-03-08T17:22:20.000000Z K 7 svn:log V 57 MFC 1.213, fix mmap/msync bug which can panic the kernel END K 10 svn:author V 4 jhay K 8 svn:date V 27 2002-03-08T17:41:22.000000Z K 7 svn:log V 82 Remove the #if __FreeBSD_version glue now that the puc driver is part of -stable. END K 10 svn:author V 4 jhay K 8 svn:date V 27 2002-03-08T17:49:47.000000Z K 7 svn:log V 87 MFC: Remove the #if __FreeBSD_version glue now that the puc driver is part of -stable. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-03-08T18:47:32.000000Z K 7 svn:log V 195 Apply part of the patch from conf/35674 to move the PFIL_HOOKS option to somewhere more useful, and improve documentation of it. PR: conf/35674 Submitted by: Hiten Pandya END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-03-08T18:50:07.000000Z K 7 svn:log V 164 Apply a bit more of the patch from conf/35674: document the various clock options in more detail. PR: conf/35674 Submitted by: Hiten Pandya END K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-03-08T18:55:59.000000Z K 7 svn:log V 163 Read KTR_CPU into a temporary variable so that we use a consistent value for both the cpumask check and the cpu entry field w/o needing to use a critical section. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-03-08T18:57:57.000000Z K 7 svn:log V 320 - Use a MI critical section in witness_sleep() and witness_list() as they simply need to prevent switching from another CPU and do not need interrupts disabled. - Add a comment to witness_list() about why displaying spin locks for threads on other CPU's really is just a bad idea and probably shouldn't be done. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-03-08T18:59:05.000000Z K 7 svn:log V 126 Note that several of the recently documented clock-related kernel options are for debugging purposes only. Suggested by: bde END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-03-08T19:06:46.000000Z K 7 svn:log V 61 make pcvt compile again without "options XSERVER". PR: 35577 END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-08T20:14:37.000000Z K 7 svn:log V 69 MFC: 1.181->1.182, cache result of previous lookups in skipto rules. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-08T20:33:48.000000Z K 7 svn:log V 94 MFC: send out an ARP packet when the lladdr is changed so other nodes can keep talking to us. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-08T20:40:37.000000Z K 7 svn:log V 69 Fix up (content) of rpc.lockd(8) release note. Submitted by: alfred END K 10 svn:author V 5 green K 8 svn:date V 27 2002-03-08T20:52:52.000000Z K 7 svn:log V 28 Synch with OpenBSD (style). END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-03-08T21:00:27.000000Z K 7 svn:log V 81 Improve punctuation consistency: all errors had a '.' after them except ENOATTR. END K 10 svn:author V 5 green K 8 svn:date V 27 2002-03-08T21:14:00.000000Z K 7 svn:log V 187 Update readpassphrase(3)to the latest revisions. Changes are mainly due to return value constraints now changing as well as more intelligent handling of signals. Obtained from: OpenBSD END K 10 svn:author V 3 sos K 8 svn:date V 27 2002-03-08T21:36:49.000000Z K 7 svn:log V 73 Even more Highpoint RAID support. Fix the 80pin cable detection system. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-08T21:42:31.000000Z K 7 svn:log V 301 MFC (from src/sys/conf/kern.post.mk 1.7 -> 1.9) Use make -V VARIABLE | xargs ... to pass argument lists to program so that this is safe even if VARIABLE is longer than kern.argmax. The same should be done to Makefile.pc98 and Makefile.alpha, but i cannot do it for lack of suitable test environment. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-08T22:57:25.000000Z K 7 svn:log V 216 New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC), IPSec inbound SPD fix for IPv4 (+ MFC), ata(4) RAID1 rebuild, /etc/rc.firewall{,6} don't add their own implicit rules (+ MFC). MFCs noted: puc(4) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-08T23:00:08.000000Z K 7 svn:log V 221 MFC: puc(4), wi(4) Prism II/2.5 support and WEP fixes, IPSec IPv4 inbound SPD checks, /etc/rc.firewall{,6} don't add their own hard-coded rules. While I'm here, rename "Security-Related Fixes" to "Security Advisories". END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-09T00:03:44.000000Z K 7 svn:log V 270 New/changed release notes: OpenPAM has replaced Linux-PAM. We used to have a note about new PAM modules; I moved it from the contrib section back to the generic userland area. The list of new modules was incomplete, so I've punted on trying to list them all for now. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-09T00:19:40.000000Z K 7 svn:log V 23 MFC: Locale renaming. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-09T01:12:03.000000Z K 7 svn:log V 68 Fix SA-02:13 release note item (missing text). Reviewed by: nectar END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-09T01:14:44.000000Z K 7 svn:log V 20 MFC: SA-02:13 fix. END K 10 svn:author V 5 green K 8 svn:date V 27 2002-03-09T03:16:41.000000Z K 7 svn:log V 327 Fix build. I commented out getpass() in readpassphrase.c because the implementation did not match our manpage description (i.e., it could return NULL). I mistakenly thought we were still using getpass.c because, for some reason, CVS never removed it from the tree. Pointy hat received from: alfred Kick in the groin to: CVS END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T03:52:14.000000Z K 7 svn:log V 214 When reporting that a line is too long, include the line number in the error message. While I'm here, add a note that the "line too long" message isn't always accurate. PR: 35395 Submitted by: andrew@ugh.net.au END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T03:54:10.000000Z K 7 svn:log V 53 MFC 1.125: redirect stdout of `ipf -y' to /dev/null. END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T04:00:53.000000Z K 7 svn:log V 128 Bring a comment in line with the code, and fix some spelling errors while I'm here. PR: 35394 Submitted by: andrew@ugh.net.au END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T04:29:00.000000Z K 7 svn:log V 202 The -a switch didn't cause send-pr to attach the specified file if the PR template was obtained from the environment variable $PF_FORM. PR: 34831 Submitted by: Mike Makonnen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T04:38:25.000000Z K 7 svn:log V 93 Assorted mechanical fixes. PR: 34790 Submitted by: Mike Makonnen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T04:43:21.000000Z K 7 svn:log V 46 MFC 1.91: nuke incorrect comment. PR: 34791 END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T04:55:35.000000Z K 7 svn:log V 359 In the words of the submitter: Kerberized CVS (kserver) listens on the same port as normal CVS (pserver). In /etc/inetd.conf cvs kserver is disabled by default, but set to listen to the service port 'cvs' which doesn't exist. It should listen to 'cvspserver'. PR: 34317 Submitted by: Sean Chittenden END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T05:19:21.000000Z K 7 svn:log V 37 This API will appear in FreeBSD 4.6. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-03-09T05:19:22.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 dd K 8 svn:date V 27 2002-03-09T05:20:26.000000Z K 7 svn:log V 32 MFC: struct xucred and cru2x(). END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T05:22:23.000000Z K 7 svn:log V 35 MFC: LOCAL_PEERCRED socket option. END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T05:23:56.000000Z K 7 svn:log V 19 MFC: getpeereid(3) END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-09T07:05:22.000000Z K 7 svn:log V 59 Correct a typo. Submitted by: peter.kusenda@accenture.com END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T08:02:52.000000Z K 7 svn:log V 62 Make the DEVICE_POLLING code compile with -Werror and in LINT END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T08:04:58.000000Z K 7 svn:log V 71 Enable DEVICE_POLLING in LINT now that it is safe to compile it there. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T08:17:40.000000Z K 7 svn:log V 212 Make this fit again into a 1.44 floppy. We had to give up DDB and grep this time... Add a hint in "config" on how to increase the image size so we can stuff more things in the image (mostly for use on a CDROM). END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T08:28:11.000000Z K 7 svn:log V 30 Nuke abandoned configuration. END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-03-09T11:38:01.000000Z K 7 svn:log V 377 If syslog fails to talk to syslogd, then it tries to write a message to the console in a final attempt to log something. Make this final attempt non-blocking so that a blocking console doesn't end up blocking process which attempt to syslog something. In particular, this means you should be able to su and fix the problem if the console becomes blocking. MFC after: 3 weeks END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-03-09T13:14:49.000000Z K 7 svn:log V 75 After joergs merge of i4b's sppp with the main sppp, remove obsolete file. END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-03-09T13:18:24.000000Z K 7 svn:log V 115 remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS merger is IMHO likely not to happen anymore ... END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-03-09T13:31:56.000000Z K 7 svn:log V 87 after joerg's recent merge of i4b's sppp with the main sppp, remove now obsolete file. END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-03-09T13:37:24.000000Z K 7 svn:log V 100 after joerg's recent merge of i4b's isppcontrol to the main spppcontrol, remove now obsolete files. END K 10 svn:author V 5 wosch K 8 svn:date V 27 2002-03-09T15:30:42.000000Z K 7 svn:log V 51 Off by one error in checking max file name length. END K 10 svn:author V 5 tegge K 8 svn:date V 27 2002-03-09T16:24:27.000000Z K 7 svn:log V 693 Revert change in revision 1.53 and add a small comment to protect the revived code. vm pages newly allocated are marked busy (PG_BUSY), thus calling vm_page_delete before the pages has been freed or unbusied will cause a deadlock since vm_page_object_page_remove will wait for the busy flag to be cleared. This can be triggered by calling malloc with size > PAGE_SIZE and the M_NOWAIT flag on systems low on physical free memory. A kernel module that reproduces the problem, written by Logan Gabriel , can be found in the freebsd-hackers mail archive (12 Apr 2001). The problem was recently noticed again by Archie Cobbs . Reviewed by: dillon END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-03-09T17:44:10.000000Z K 7 svn:log V 122 MFC NOTES:1.1004, NOTES:1.1005 Document clock debugging options. Requested by: Thierry Herbelot END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-09T18:04:47.000000Z K 7 svn:log V 101 More markup fixes, wordsmithing. It's not quite yet ready for prime time, but we're getting closer. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T18:27:02.000000Z K 7 svn:log V 201 Remove host.conf, and introduce a way to override the content of selected files (at the moment /etc/host.conf and /etc/resolv.conf) from /etc/rc.conf , so the number of places to customize is reduced. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T18:27:39.000000Z K 7 svn:log V 225 MFC: sync with current. Remove host.conf, and introduce a way to override the content of selected files (at the moment /etc/host.conf and /etc/resolv.conf) from /etc/rc.conf , so the number of places to customize is reduced. END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-03-09T19:15:37.000000Z K 7 svn:log V 198 Hide the DIOCGPART ioctl from userland where it has no decent use. It's use in the kernel is also highly suspect due to the total absense of any kind of lifetime definition of the passed pointers. END K 10 svn:author V 5 wosch K 8 svn:date V 27 2002-03-09T20:00:08.000000Z K 7 svn:log V 142 apropos(1) manual page doesn't tell that keyword can be regular expression PR: gnu/31685 Submitted by: Andrey Simonenko END K 10 svn:author V 6 gioria K 8 svn:date V 27 2002-03-09T20:04:36.000000Z K 7 svn:log V 45 Adding Network Protocols section translation END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-03-09T20:11:25.000000Z K 7 svn:log V 54 Delete "notyet" code before it becomes "ohh no" code. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T20:16:06.000000Z K 7 svn:log V 301 Lots of updates on the install process, detailing how to install PicoBSD on hard disks and CDROM images, and on the bootstrap sequence and the places where you can customise a PicoBSD image. Now if some of the -doc guys want to put this stuff in a nice handbook page, that would be extremely useful! END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T20:18:31.000000Z K 7 svn:log V 143 Forgot to update the date. The manpage describes the latest batch of changes, and especially the runtime config was totally different before. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T20:19:15.000000Z K 7 svn:log V 62 MFC: sync with current, describe picobsd operation in detail. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-09T20:46:37.000000Z K 7 svn:log V 61 MFRelnotes: Add some missing text to SA-02:13 errata entry. END K 10 svn:author V 4 mike K 8 svn:date V 27 2002-03-09T21:02:16.000000Z K 7 svn:log V 1056 o Don't require long long support in bswap64() functions. o In i386's , macros have some advantages over inlines, so change some inlines to macros. o In i386's , ungarbage collect word_swap_int() (previously __uint16_swap_uint32), it has some uses on i386's with PDP endianness. Submitted by: bde o Move a comment up in that was accidentially moved down a few revisions ago. o Reenable userland's use of optimized inline-asm versions of byteorder(3) functions. o Fix ordering of prototypes vs. redefinition of byteorder(3) functions, so that the non-GCC (libc asm) case has proper prototypes. o Add proper prototypes for byteorder(3) functions in . o Prevent redundant duplicate prototypes by making use of the _BYTEORDER_PROTOTYPED define. o Move the bswap16(), bswap32(), bswap64() C functions into MD space for platforms in which asm versions don't exist. This significantly reduces the complexity of some things at the cost of duplicate code. Reviewed by: bde END K 10 svn:author V 5 silby K 8 svn:date V 27 2002-03-09T21:05:47.000000Z K 7 svn:log V 220 MFC rev 1.53: Unconditionally limit maxproc so that it is not possible to exhaust all kmaps. The only reward for setting maxproc to a value which will cause kmap exhaustion is a panic during a forkbomb attack. END K 10 svn:author V 4 jake K 8 svn:date V 27 2002-03-09T21:06:50.000000Z K 7 svn:log V 41 Couple minor updates. Reviewed by: bmah END K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-03-09T21:50:25.000000Z K 7 svn:log V 100 Fix some bugs in the handling of the case of not enough tx descriptors being free to send a packet. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-03-09T21:52:31.000000Z K 7 svn:log V 177 Set the busmaster enable bit in the PCI command register, as the firmware of sparc64 machines will not do this for us if the interface is not used for booting over the network. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T21:55:09.000000Z K 7 svn:log V 178 Make this suitable for compilation with LINT (the ugly way -- by including "opt_lint.h" -- hopefully this will become unnecessary when sys/conf/options is fixed as in -current). END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-09T21:56:54.000000Z K 7 svn:log V 60 MFC: add DEVICE_POLLING entry in LINT now that it compiles. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-03-09T22:00:30.000000Z K 7 svn:log V 43 Fix a warning by adding a missing include. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-03-09T22:02:02.000000Z K 7 svn:log V 99 Set the interrupt map type accordingly if we need to fall back to using the PCI bus interrupt map. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-03-09T22:06:31.000000Z K 7 svn:log V 600 Don't deref NULL mutex pointer when pipeclose()'ing a pipe that is not fully instaniated. Revert the logic in pipeclose so that we don't have the entire function pretty much under a single if() statement, instead invert the test and just return if it fails. Submitted (in different form) by: bde Don't use pool mutexes for pipes. We can not use pool mutexes because we will need to grab the select lock while holding a pipe lock which is not allowed because you may not aquire additional mutexes when holding a pool mutex. Instead malloc(9) space for the mutex that is shared between the pipes. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-03-09T22:08:14.000000Z K 7 svn:log V 246 Change back to using vfork() now that execvp() is vfork()-safe. If execvp() fails, errno is saved to a volatile variable that the parent later inspects. PR: bin/34898 Submitted by: Tim J. Robbins MFC after: 1 week END K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-03-09T22:33:16.000000Z K 7 svn:log V 71 Add a driver for the mem and kmem devices, based off the i386 version. END K 10 svn:author V 6 gioria K 8 svn:date V 27 2002-03-09T22:35:40.000000Z K 7 svn:log V 30 MFen 1.22.2.196 -> 1.22.2.206 END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-03-09T22:44:37.000000Z K 7 svn:log V 11 Remove __P END K 10 svn:author V 6 gioria K 8 svn:date V 27 2002-03-09T22:44:55.000000Z K 7 svn:log V 25 MFen 1.1.2.55-> 1.1.2.57 END K 10 svn:author V 4 jake K 8 svn:date V 27 2002-03-09T23:35:50.000000Z K 7 svn:log V 260 Increase VM_KMEM_SIZE to 16 megs from 12. Define VM_KMEM_SIZE_SCALE so that the number of physical pages per KVA page allocated scales properly with memory size. This fixes problems with kmem_map being too small. Noticed by: mike, wollman Submitted by: tmm END K 10 svn:author V 5 tegge K 8 svn:date V 27 2002-03-10T00:23:13.000000Z K 7 svn:log V 59 MFC rev 1.163: Avoid mount list corruption and vnode leak. END K 10 svn:author V 4 jake K 8 svn:date V 27 2002-03-10T01:25:47.000000Z K 7 svn:log V 28 Make this build on sparc64. END K 10 svn:author V 4 jake K 8 svn:date V 27 2002-03-10T01:34:22.000000Z K 7 svn:log V 20 Add sparc64 ifdefs. END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-03-10T02:11:38.000000Z K 7 svn:log V 54 Condition the compilation of trapwrite() on I386_CPU. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-03-10T02:52:44.000000Z K 7 svn:log V 59 Spell-check and fix some other typos. Pointed out by: tmm END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-03-10T05:03:19.000000Z K 7 svn:log V 110 MFC: [vm/vm_contig.c rev 1.5] Call vm_page_unqueue_nowakeup() in contigmalloc1() rather than duplicating it. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-03-10T06:19:37.000000Z K 7 svn:log V 23 MFi386: revision 1.501 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-03-10T06:23:11.000000Z K 7 svn:log V 28 MFi386: revision 1.179.2.13 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-03-10T06:26:45.000000Z K 7 svn:log V 469 MFC: several sio driver changes. - sys/dev/sio/sio_pci.c revision 1.4 (pc98 support) - sys/dev/sio/sio_puc.c revision 1.2 (pc98 support) - sys/pc98/pc98/sio.c revision 1.164 - The pc98_ttspeedtab() function returns an error status instead of a divisor, and sets a divisor to the third argument. - The second argument of the pc98_set_baud_rate() function is changed from int to u_int. MFi386: Add support for different serial clock frequencies. END K 10 svn:author V 4 mike K 8 svn:date V 27 2002-03-10T06:42:27.000000Z K 7 svn:log V 267 o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to for POSIX.1-2001 conformance. o Add magic to and to prevent redefining INET_ADDRSTRLEN and INET6_ADDRSTRLEN. o Add a note about missing typedefs in . END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-03-10T07:21:24.000000Z K 7 svn:log V 268 MFC 1.15: - In nd6_rtrequest(), ignored a route when it is created by cloning and is not a neighbor. see comments for the detailed reason. - Rejected the process of nd6_rtrequest() when the request is RESOLVE and the interface does not need neighbor caches. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-03-10T07:22:42.000000Z K 7 svn:log V 57 Free allocated buffer at siodetach(). MFC after: 3 days END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-03-10T07:23:28.000000Z K 7 svn:log V 189 MFC: - Set inc_isipv6 in tcp6_usr_connect(). - When making a pcb from a sync cache, do not forget to copy inc_isipv6. sys/netinet/tcp_syncache.c: 1.13 sys/netinet/tcp_usrreq.c: 1.70 END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-03-10T07:23:29.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'. END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-03-10T08:21:14.000000Z K 7 svn:log V 56 MFC 1.11: Sync with latest KAME's manpage of prefix(8). END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-03-10T08:29:53.000000Z K 7 svn:log V 718 Fix one genuine bug and a potential one: -#if defined(__FreeBSD__) && __FreeBSD_version__ >= 500023 +#if defined(__FreeBSD__) && __FreeBSD_version >= 500023 is a genuine bug -- __FreeBSD_version__ does not exist. The other one: -#if (__FreeBSD__ < 5) +#if (__FreeBSD_version < 500000) pops out when you cross-compile the code: __FreeBSD__ is a compiler predefine, __FreeBSD_version is defined in . Given that in this case (and all others in sys/dev/usb and sys/i4b) the goal is to adapt to a different kernel interface, and not to a compiler feature, I believe the correct form is the second one (in the best case the two are synonyms so the change does not break anything anyways). END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-03-10T08:38:53.000000Z K 7 svn:log V 130 Do not touch "m" after IF_ENQUEUE. (Since the equivalent change was made by 1.6, this is for RELENG_4 only.) Obtained from: KAME END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-10T08:50:53.000000Z K 7 svn:log V 84 Minor English fixes. PR: 35730 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-10T09:10:06.000000Z K 7 svn:log V 107 Remove inappropriate .Op calls in examples. PR: 35689 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-10T09:15:22.000000Z K 7 svn:log V 201 The chapter on kernel debugging is now in the Developers' Handbook. Add a trailing slash to a URL while I'm here. PR: 35637 Submitted by: Gary W. Swearingen , setantae@submonkey.net END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-10T09:20:28.000000Z K 7 svn:log V 151 Don't refer the reader to look for a word that doesn't exist anywhere else in the page. PR: 35623 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-10T09:21:50.000000Z K 7 svn:log V 219 Link scbus(4) to scsi(4). Most of the other CAM devices have their own manual pages, but this is better than nothing until someone writes a real scbus(4). PR: 35641 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-03-10T09:53:39.000000Z K 7 svn:log V 110 Document `sysctl variable=/dev/foo' syntax. PR: 34184 Submitted by: Thomas Quinot END K 10 svn:author V 3 phk K 8 svn:date V 27 2002-03-10T10:50:05.000000Z K 7 svn:log V 52 Make the proposed name arg to dev_stdclone() const. END K 10 svn:author V 5 billf K 8 svn:date V 27 2002-03-10T12:08:28.000000Z K 7 svn:log V 35 cosmetic: spell 'cashe' as 'cache' END