‚‡57868 132 323 337 225 158 140 112 411 145 133 167 174 103 334 147 596 216 437 146 518 157 146 160 254 229 184 129 119 123 141 104 130 168 586 293 633 788 580 466 167 502 157 218 132 260 402 1041 345 1220 182 380 343 387 184 245 164 183 146 204 142 164 135 528 201 577 200 158 187 187 184 273 207 178 238 172 134 303 496 172 268 443 338 201 128 597 236 177 202 164 166 166 166 166 166 166 166 166 204 158 151 185 102 187 211 458 196 282 212 157 249 146 122 157 146 265 221 177 315 159 138 421 107 195 156 123 130 133 153 113 421 262 204 144 K 10 svn:author V 4 paul K 8 svn:date V 27 2000-03-09T18:11:16.000000Z K 7 svn:log V 229 Fix various unsigned vs signed errors that caused problems with uids and gids bigger than 16 bits. Added checks for uids and gids that are bigger than 32 bits. Approved by: jkh (partly, this fix is bigger than I first intended) END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-03-09T18:54:59.000000Z K 7 svn:log V 241 In the 'found' case for ufs_lookup() the underlying bp's data was being accessed after the bp had been releaed. A simple move of the brelse() solves the problem. Approved by: jkh Submitted by: Ian Dowse END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-03-09T18:57:17.000000Z K 7 svn:log V 129 MFC 1.33 - move brelse() so last access of data occurs prior to buffer release rather then after the buffer is released. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-09T19:28:19.000000Z K 7 svn:log V 62 Introduce ethernet bridge support for if_dc Approved by: jkh END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-03-09T19:35:32.000000Z K 7 svn:log V 45 Don't use the old raw name for disk devices. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-09T20:13:48.000000Z K 7 svn:log V 16 MFC: groff 1.15 END K 10 svn:author V 2 hm K 8 svn:date V 27 2000-03-09T20:57:47.000000Z K 7 svn:log V 319 Fix a problem which caused i/o resource allocation conflict of this particular ISDN card with the 2nd IDE controller and/or other cards depending on configuration. The amount of i/o ports allocated are reduced from 0x40 per range to 0x20 per range. Submitted by: Andrew Gordon Approved by: jkh END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-09T21:11:44.000000Z K 7 svn:log V 49 Make sure the locale information gets installed. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-09T21:25:57.000000Z K 7 svn:log V 37 MFC: devhtml and grohtml bmake glue. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-09T21:34:47.000000Z K 7 svn:log V 74 Use the ccs update command mechanism for dowloading parameters on startup END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-03-09T22:52:30.000000Z K 7 svn:log V 79 Add in IPV4 NIS support. PR: 17290 (but not the same patch) Approved by: jkh END K 10 svn:author V 4 grog K 8 svn:date V 27 2000-03-09T22:53:13.000000Z K 7 svn:log V 10 Fix typo. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-10T00:43:49.000000Z K 7 svn:log V 241 Minor tweaks to Xircom entries. With this I can now attach to the modem side of my Xircom CreditCard Ethernet+Modem 33.6. Eliminate bad Xircom entry. Complete IBM Push/Pop Modem(14.4 -> Push/Pop Modem(14.4K). Approved in concept by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-10T05:26:32.000000Z K 7 svn:log V 55 Correct PnP ids for pcic-like cards. Approved by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-10T05:43:29.000000Z K 7 svn:log V 503 Add support for PnP ISA cards, and some laptop PnP support: o break out some of the probe routine the allocation of resources into an attach routine o Recognize PnP ids o Allocate IRQ per card rather than per system o Better polling reporting o Remove unneeded include files in slot.h o store a pseudo unit number on each device we find. o Pass a unit number to interrupt/timeout routine and use it for polling the hardware. Tested on: My VAIO and with the Linksys pccard reader. Approved by: jkh END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-10T08:09:53.000000Z K 7 svn:log V 123 Dont call make_dev until we are sure the device is there, this prevents panic'ing when the device is tried accessed later. END K 10 svn:author V 3 alc K 8 svn:date V 27 2000-03-10T09:11:24.000000Z K 7 svn:log V 344 shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ, VM_PROT_EXECUTE must be added to prot before calling vm_map_find. Without this change, an mprotect on a shmat'ed region fails (when it shouldn't). This bug was reported Feb 28 by Brooks Davis on -hackers. Reviewed by: bde Approved by: jkh END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-10T10:34:36.000000Z K 7 svn:log V 53 Merged from sys/isa/sio.c revisions 1.289 and 1.290. END K 10 svn:author V 3 nik K 8 svn:date V 27 2000-03-10T11:48:49.000000Z K 7 svn:log V 425 - typos - Add double spaces following full stops to improve typeset output - mdoc-ification. (Though I'm uncertain whether option values and contents should be .Dq or something else). - Fix a missed /etc/ssh change - Expand wording on RandomSeed and behaviour when X11 isn't forwarded. - Change examples to literal mode. - Trim trailing whitespace PR: docs/17292 Submitted by: Peter Jeremy END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-10T14:44:50.000000Z K 7 svn:log V 60 MFC rev 1.14: The default pager is more(1) and not less(1). END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-10T14:46:30.000000Z K 7 svn:log V 49 Fix whitepace in the arguments of two Xr macros. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-10T14:47:32.000000Z K 7 svn:log V 63 MFC rev 1.15: Fix whitepace in the arguments of two Xr macros. END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-10T17:56:33.000000Z K 7 svn:log V 156 Change the default FPU control word so that exceptions for new processes are now masked until set by fpsetmask(3). Submitted by: bde Approved by: jkh, bde END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-03-10T18:59:03.000000Z K 7 svn:log V 131 Added notes about: (1) ed and ep PC-card drivers. (2) sn driver and Megahertz X-Jack Ethernet (3) Melco Airconnect under wi driver END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-10T19:53:53.000000Z K 7 svn:log V 92 s/chose/choose/ in all the relevant places. Noticed by: John Reynolds END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-10T20:34:22.000000Z K 7 svn:log V 37 Do the right thing with USA_RESIDENT END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-03-10T20:38:24.000000Z K 7 svn:log V 24 Correct man page title. END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-03-10T20:38:55.000000Z K 7 svn:log V 28 MFC: correct man page title END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-10T22:03:00.000000Z K 7 svn:log V 49 -e -> -I change. -s for sumary Approved by: jkh END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-10T22:10:34.000000Z K 7 svn:log V 12 Cosmetics.. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-10T22:54:04.000000Z K 7 svn:log V 38 Fix fd leak in libdisk's Disk_Names() END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-10T23:17:51.000000Z K 7 svn:log V 76 Add COM1 SA MC220 Submitted by: Michael Reifenberger END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-11T00:24:29.000000Z K 7 svn:log V 489 The function arpintr() incorrectly checks m->m_len to detect incomplete ARP packets. This can incorrectly reject complete frames since the frame could be stored in more than one mbuf. The following patches fix the length comparisson, and add several diagnostic log messages to the interrupt handler for out-of-the-norm ARP packets. This should make ARP problems easier to detect, diagnose and fix. Submitted by: C. Stephen Gunn Approved by: jkh Reviewed by: rwatson END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-03-11T05:20:56.000000Z K 7 svn:log V 197 Teach the 'dc' driver how to pick up settings left over by the SRM on alpha systems. This is an expedient if not entirely elegant solution to the problem. Submitted by: gallatin Approved by: jkh END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-11T07:44:10.000000Z K 7 svn:log V 537 One more patch for the atkbd driver. It will make sure that the keyboard port and interrupt is enabled and the driver is attached even when the keyboard itself is not present when the system is booting. (This has been the behavior through out 2.X and 3.X, but is somehow broken in 4.0.) # I certainly don't recommend people to `hot-plug' the AT keyboard, # because the interface isn't designed for hot-plugging and such act # will often break the keyboard controller. But, so many people want to # do that anyway... Approved by: jkh END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T11:17:24.000000Z K 7 svn:log V 694 IPv6 6to4 support. Now most big problem of IPv6 is getting IPv6 address assignment. 6to4 solve the problem. 6to4 addr is defined like below, 2002: 4byte v4 addr : 2byte SLA ID : 8byte interface ID The most important point of the address format is that an IPv4 addr is embeded in it. So any user who has IPv4 addr can get IPv6 address block with 2byte subnet space. Also, the IPv4 addr is used for semi-automatic IPv6 over IPv4 tunneling. With 6to4, getting IPv6 addr become dramatically easy. The attached patch enable 6to4 extension, and confirmed to work, between "Richard Seaman, Jr." and me. Approved by: jkh Reviewed by: itojun END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T11:20:52.000000Z K 7 svn:log V 486 This is null commit to add correct comment for the last fix to this file. (Last commit message is not related to this file. This file is mistakenly committed with last commit of other files.) Prevent possible kernel panic at tcp_input(). When some IPv4 apps do setsockopt() to control message receipt, then kernel will panic at control message creation processing. (Currently, only bgp daemon in KAME package known to cause the problem.) Submitted by: jinmei@kame.net END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T11:25:00.000000Z K 7 svn:log V 372 Prevent sockstat print out some empty entries related to IPv6. Sockstat use netstat tcp/udp socket print, and fstat tcp/udp socket print, but it just specify all of IPPROTO_IP and IPPROTO_IPV6 sockets for fstat. Now IPv6 socket also use raw socket, but only netstat don't print it, so now they are printed as empty entries in sockstat output. Approved by: jkh END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T11:28:08.000000Z K 7 svn:log V 74 Make inetd compilable without INET6. Approved by: jkh Submitted by: jhb END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-11T13:25:33.000000Z K 7 svn:log V 408 Start to use ray_start_join_net (my old code removed on next checkin) requires current and desired network parameters, so I have created a network parameter structure and used two on them in the softc. This gives a bit of room of expansion. Re-wrote the update check in _net to work with this. Tidyed up softc due to above. Removed startccs and startcmd as they were only used by NetBSDs startup timeout. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-11T13:34:13.000000Z K 7 svn:log V 64 Remove old hand crafted version of start_join_net for download. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T14:33:13.000000Z K 7 svn:log V 124 Add "-l" option description. Noticed the necessity by Ben Smithurst message on freebsd-current. END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-11T18:31:21.000000Z K 7 svn:log V 35 Note FPU exceptions default change END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T19:51:04.000000Z K 7 svn:log V 166 Fix sockaddr_storage related macro definition, as ss_family member type change. (Currently, no effect but for future portability) Approved by: jkh Reviewed by: bde END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T20:03:22.000000Z K 7 svn:log V 308 Replace m_pkthdr.rcvif with oif when oif is not NULL, to count icmp6 error statistics based on sending interface. This also prevent kernel panic when rcvif is not initialized after M_PKTHDR(). (The initialization issue also need to be fixed in the future.) Approved by: jkh Submitted by: k-sugyou@kame.net END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T20:10:39.000000Z K 7 svn:log V 947 Prevent multicast packets from being sent over stf0 interface, to avoid error messages printed on /var/log/messages. Recently added "stf" interface has IFF_MULTICAST bit set, because IPv6 don't work on non IFF_MULTICAST set interfaces in current implementation. But "stf" interface is multi-dest IPv6 over IPv4 tunnel, so can't treat multicast packet with no special configuration. On the other hand, tools like "rtadvd", "pim6dd", "pim6sd" send messages on IFF_MULTICAST set interfaces by default. So there will be many bogus error message on /var/log/messages, that multicast packets sent to "stf0" failed. So, -strip "stf0" from rtadvd sending interfaces in rc.network6 ("rtadvd" is a daemon used only for local subnet, so it will never need to send its packets over "stf0" interfaces.) -Add default configuration files for "pim6dd" and "pim6sd", and disable "stf0" in those files. Approved by: jkh END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T20:14:08.000000Z K 7 svn:log V 251 Add a flag to the usage display. There was a missing description for a new flags to netstat. I already added the fix to netstat man, but usage() change is also necessary. Specified by: Ben Smithurst Approved by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-11T20:22:09.000000Z K 7 svn:log V 1126 Fix crashes on card eject for pccard modems. We check for NULL when we get the com address. If so, we go ahead and return. Bruce thinks there's a bug in the pccard layer that it terminates devices with extreme prejustice rather than letting them deside for themselves when to terminate (and he's likely right). This fix doesn't change that, but instead works around it by checking for NULL pointers at more places than before. The detach routine still calls functions at interrupt level that aren't reentrant. In theory this could cause a problem, but none showed up in practice. Future versions should correct this problem, likely by making the detach process a thread/process at the pccard level. NEWCARD will do this, and the current pccard layer should likely be modified to that as well, should it live long enough. A few style nits of the same form that were in my original patch sent off to bde were also fixed as part of this process. Mostly use of !ptr and return ENOPARENS. This should prevent a crash on suspend with an active ppp link as well, but that wasn't tested. Reviewed by: bde Approved by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-11T20:23:34.000000Z K 7 svn:log V 90 Correct socket ethernet card entry. Remove ^M that snuck into the last commit by mistake. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T20:44:53.000000Z K 7 svn:log V 286 Forbid include of netinet6/ip6.h from user-land, and if included, print an error message which say, "include netinet/ip6.h". This is postponed to apply to avoid tcpdump compile error. Now apply this because tcpdump has been already fixed. Approved by: jkh Obtained from: KAME project END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T20:52:01.000000Z K 7 svn:log V 249 Clear sin6_scope_id before passing routes into kernel, becaues kernel don't support routes with sin6_scope_id set. Without this fix, routes with IPv6 scoped addr won't work when it is assigned by "route" command. Approved by: jkh Reviewed by: ume END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T20:57:31.000000Z K 7 svn:log V 293 Add missing return. "ndp" command should deletes only neighbor cache entries, but the program lacks necessary "return" after the neighbor cache entry check, so it might deletes non neighbor cache entries. (it seems that usually no problem happens.) Approved by: jkh Reviewed by: ume END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T22:11:57.000000Z K 7 svn:log V 91 Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security. Approved by: jkh END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-03-11T22:34:10.000000Z K 7 svn:log V 151 Remove the last vestiges of libRSAglue now that it's an empty stub. This should fix the buildworld problems some people were seeing. Approved by: jkh END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-11T22:55:32.000000Z K 7 svn:log V 71 Import stf(6to4 interface) man from KAME. Obtained from: KAME project END K 10 svn:author V 7 cpiazza K 8 svn:date V 27 2000-03-12T01:24:15.000000Z K 7 svn:log V 87 Recognize newer NVidia graphics cards. (GeForce and Quadro families) Approved by: jkh END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-12T03:57:26.000000Z K 7 svn:log V 54 Remove PkgInteractive hack - it won't work like this. END K 10 svn:author V 4 grog K 8 svn:date V 27 2000-03-12T05:05:41.000000Z K 7 svn:log V 110 sdio: If sd I/O fails because of an I/O error, set the sd state correctly. Reported-by: phk Approved-by: jkh END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-03-12T12:52:14.000000Z K 7 svn:log V 47 fix partially commented out dangling sentence. END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-03-12T12:54:33.000000Z K 7 svn:log V 69 comment out extra .Pp (which is necessary by comment-out of .Bl-.El) END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-12T13:14:51.000000Z K 7 svn:log V 42 Merged from sys/isa/sio.c revision 1.291. END K 10 svn:author V 7 dufault K 8 svn:date V 27 2000-03-12T13:25:14.000000Z K 7 svn:log V 431 Disable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICE for a scheduling boost. This is a conservative change that should make no difference in practice and eliminate concerns about this being the source of some SMP hangs. Configuration scripts should never auto-configure P1003.1B without a second test. The behavior with respect to regular time sharing, who can access it, etc., is not defined. Approved by: jkh END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-12T13:56:05.000000Z K 7 svn:log V 108 Dont call ad_start unless the controller is idle. This effectively nullified the usefullness of disksort(). END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-12T14:23:21.000000Z K 7 svn:log V 484 Try harder to make the lower 16 bits of fsids unique. The vfs type number was packed very wastefully, giving perfect non-uniqeness in the lower 16 bits of fsids for filesystems with the same vfs type. This made linux_stat() return perfectly non-unique (broken) 16-bit st_dev's for nfs mount points, and effectively reduced mntid_base to 8 bits so that the vfs_getnewfsid() looped endlessly when there are already 256 mounted filesystems with the required vfs type. Approved by: jkh END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T16:10:13.000000Z K 7 svn:log V 106 Remove period at the end of Xr macro sentences. (merge from KAME repository) Obtained from: KAME project END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T16:29:51.000000Z K 7 svn:log V 65 Import ip6 and icmp6 man from KAME. Obtained from: KAME project END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T16:37:25.000000Z K 7 svn:log V 94 Merge from KAME. Basically man doc improvement and contents fix. Obtained from: KAME project END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T18:09:58.000000Z K 7 svn:log V 94 Import from KAME. Mainly, IPv6 sysctl mib values related update. Obtained from: KAME project END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T18:45:49.000000Z K 7 svn:log V 91 Import from KAME. Advanced API related function descriptions. Obtained from: KAME project END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T19:12:03.000000Z K 7 svn:log V 179 Correct MLINKS contents for rcmd.3, because it is obsolete due to recent changes to rcmd.3. links to iruserok_af.3, ruserok_af.3 are removed. link to iruserok_sa.3 is added. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-12T19:19:31.000000Z K 7 svn:log V 114 Add USA_RESIDENT to release make variables; can't hurt. Submitted by: Tatsumi Hosokawa END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T19:29:52.000000Z K 7 svn:log V 85 Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical order. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T19:38:22.000000Z K 7 svn:log V 144 Merge from NetBSD. Addition of inet_ntop() and inet_pton() description. Specified by: Robert Muir Obtained from: NetBSD END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T19:50:12.000000Z K 7 svn:log V 79 Typo fixes. PR: docs/17333 Submitted by: Kazuo Horikawa END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T19:56:30.000000Z K 7 svn:log V 41 Typo fix. s/SAD/SPD/. Specified by: jdp END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T20:27:26.000000Z K 7 svn:log V 209 Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify the system with other platform and/or other version of FreeBSD, which is also integrated KAME code based on another date. Approved by: jkh END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-12T20:35:54.000000Z K 7 svn:log V 402 IPv6 related configuration updates. - 6to4(stf) interface configuration. - Static route configuration. - Comment additions. - Replaced a still existed '@' to '%' in IPv6 scoped addr format. (This became necessary as previous IPv6 scoped addr format change.) Much thanks to ume, who helped me reviewing, testing, and finding problems with these changes. Approved by: jkh Reviewed by: ume END K 10 svn:author V 5 wosch K 8 svn:date V 27 2000-03-12T21:54:18.000000Z K 7 svn:log V 78 Added upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current. END K 10 svn:author V 7 cpiazza K 8 svn:date V 27 2000-03-12T21:55:15.000000Z K 7 svn:log V 171 Since I didn't look hard enough in the GNATS db I feel this deserves a mention. The last commit was also: PR: 17298 Submitted by: Arindum Mukerji END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-12T22:08:35.000000Z K 7 svn:log V 346 Add sample databases for sendmail (access, mailertable, virtusertable), as well as rename access.txt back to the standard access. Also modify the Makefile to know how to build hashes for each of these databases. If one of the databases is missing when Make is run, use a commented out version of the sample. Reviewed by: peter Approved by: jkh END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-12T22:16:18.000000Z K 7 svn:log V 241 Expand the increasingly inaccurately named NOSPAM /etc file list to include new sample database files, so that they will be installed with make distribution. NOSPAM probably ought to be renamed to MAIL. Reviewed by: peter Approved by: jkh END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-12T22:51:33.000000Z K 7 svn:log V 107 Use ssid length from 80211.h moved and extended ioctl's added string and size definitions for raycontrol END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-12T22:52:00.000000Z K 7 svn:log V 35 structure for error counters added END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-12T22:54:29.000000Z K 7 svn:log V 503 * add the start_join_net - done * i needed it anyway * remove startccs and startcmd - done * as those were used for the NetBSD start timeout * multicast - done but UNTESTED * I don't have the ability/facilty to test this * rxlevel - done * stats reported via raycontrol * getparams ioctl - done * reported via raycontrol * start_join_done needs a restart in download_done - done * now use netbsd style start up removed spare timerh implemented start_assoc in ray_ccs_done bit more knfing END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-03-13T00:17:43.000000Z K 7 svn:log V 142 Various manpage style/grammar/formatting cleanups Submitted by: Peter Jeremy , jedgar PR: 17292 (remainder of) END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-13T01:38:46.000000Z K 7 svn:log V 84 Add missing end of semi colon of an example setkey command. Submitted by: kuriyama END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-13T04:59:43.000000Z K 7 svn:log V 108 Register recently added pim6dd.conf and pim6sd.conf. Specified by: haro@tk.kubota.co.jp (Munehiro Matsuda) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:44.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:45.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_4'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:46.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_4'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:47.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_4'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:48.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_4'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:49.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:50.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:51.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-13T04:59:52.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-13T09:10:25.000000Z K 7 svn:log V 111 Backout the previous fix, it is _not_ that easy too fix. Leave it as is for 4.0 the real solution comes later. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-03-13T09:12:36.000000Z K 7 svn:log V 63 Move some cflag contents down to where they are acutally used. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-13T09:13:01.000000Z K 7 svn:log V 59 Welcome to 5.0-current! "First commit" claimed by: jkh :) END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-13T09:13:36.000000Z K 7 svn:log V 93 Updates for new FALC chips and other nits. (And try to make it first post-freeze commit :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-13T09:17:32.000000Z K 7 svn:log V 10 MFC: 1.61 END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-13T09:42:09.000000Z K 7 svn:log V 95 Add another Linksys OUI. PR: 16922 Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-13T09:45:12.000000Z K 7 svn:log V 118 Add IO DATA card built around the linksys parts. Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp PR: 16922 END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-03-13T09:55:53.000000Z K 7 svn:log V 364 Add a new function stub to libcrypto() which resolves to a symbol in the librsa* library and reports which version of the library (OpenSSL/RSAREF) is being used. This is then used in openssh to detect the failure case of RSAREF and a RSA key >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai led.' This is a 4.0-RELEASE candidate. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-13T10:07:30.000000Z K 7 svn:log V 102 Backout the previous change to __KAME_VERSION (FreeBSD4.x addition), because this is now 5.0-current. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-13T10:19:32.000000Z K 7 svn:log V 189 Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. Define ISADMA_{READ,WRITE,RAW} macros with the same numeric values as the B_{READ,WRITE,RAW} and use them instead throughout. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T10:46:52.000000Z K 7 svn:log V 115 Fix spammage introduced in an older version to fix the y2k bug. This will ensure it is synched with 4.0's version. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-13T10:47:24.000000Z K 7 svn:log V 65 Remove unused 3rd argument from vsunlock() which abused B_WRITE. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-13T10:55:21.000000Z K 7 svn:log V 151 Fix nits in previous commit: restore option ordering of the option description list; break an overly long line; use the Fx macro instead of "FreeBSD". END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-13T11:12:30.000000Z K 7 svn:log V 54 Remove #ifdef UVM stuff which will never be relevant. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-03-13T11:20:09.000000Z K 7 svn:log V 31 Finally unifdef -DINTERNAL_LS. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-03-13T11:37:43.000000Z K 7 svn:log V 66 Remove option MD5, it has been standardized almost two years ago. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T11:43:53.000000Z K 7 svn:log V 52 Set the RF_SHAREABLE flage when we allocate an IRQ. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T11:48:03.000000Z K 7 svn:log V 170 Call epstop() in ep_attach(). While this shouldn't be necessary we'll do it just in case. (Actually, with PCMCIA cards we can get in a state where it may be required.) END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T11:51:44.000000Z K 7 svn:log V 126 Get rid of table lookup in favor of just subtracting. Everyone else does it like this and I see no point in being different. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T11:55:09.000000Z K 7 svn:log V 83 Follow the docs a bit more in epstop() with respect to delays. Trivial formatting. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T11:59:21.000000Z K 7 svn:log V 220 Copy how everyone else is doing packet transmission. (NetBSD mostly) I've been running this for a month or so and have had no problems with it and if I recall it was my last speed tweak. Holler if this breaks anything. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-13T12:04:58.000000Z K 7 svn:log V 67 Enable disksort the right way both on ATA disks and ATAPI devices. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T12:12:31.000000Z K 7 svn:log V 42 Remove DHAVE_CC_OSFCN_H just like in 4.0. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T12:23:32.000000Z K 7 svn:log V 326 Initial ifmedia support. Once I figure out autoselection I'll put the rest of the code in (so changing media actually works.) Add a few more register definitions for use with this and other new code. Print a few details in the probe message; this should be useful in bug reports and such but should not add to the clutter. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-13T12:27:11.000000Z K 7 svn:log V 15 Cleanup sweep. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-03-13T12:27:21.000000Z K 7 svn:log V 100 Add 'bootverbose' debug messages to assist with tracking down problems some users have encountered. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T12:39:46.000000Z K 7 svn:log V 60 Enable installation and build of grog, grohtml and devthml. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T12:40:14.000000Z K 7 svn:log V 27 MFC the Makefile for grog. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-13T13:19:42.000000Z K 7 svn:log V 33 Add appropriate MLINKS for rc.*. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T13:36:40.000000Z K 7 svn:log V 37 Fix include error. Submitted by: ru END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T13:41:40.000000Z K 7 svn:log V 57 Fix another include error. Inspired by the last commit. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-13T13:44:03.000000Z K 7 svn:log V 17 MFC: 1.7 and 1.8 END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-13T14:47:46.000000Z K 7 svn:log V 328 Disabled the optimization of not doing an invltlb_1pg() when changing pte's from zero. The TLB is supposed to be invalidated when pte's are changed _to_ zero, but this doesn't occur in all cases for global pages (PG_G stops invltlb() from working, and invltlb_1pg() is not used enough). PR: 14141, 16568 Submitted by: dillon END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-13T14:54:55.000000Z K 7 svn:log V 164 Add a standard option list and make appropriate changes to the body of the description. This is based on a patch from Nick Sanders . PR: 11978 END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2000-03-13T15:27:19.000000Z K 7 svn:log V 108 Fix some style bugs. The long line is in a chunk of code that's being rewritten, though. Submitted by: bde END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-13T15:29:47.000000Z K 7 svn:log V 52 Fixed a spelling error that disabled the rc driver. END