ƒ¬N58240 238 3240 223 122 194 239 158 142 113 235 283 195 149 624 192 133 142 188 171 1794 228 142 108 108 170 173 143 174 501 581 581 202 190 133 1283 385 1158 139 128 130 180 208 211 173 138 379 183 267 503 177 158 140 198 143 261 133 280 174 349 359 119 215 188 122 106 209 239 156 109 217 153 116 237 176 319 109 148 119 117 159 146 140 346 284 148 165 331 154 167 137 129 166 149 114 249 128 114 123 173 116 135 115 163 243 160 257 826 122 305 123 338 304 161 240 136 118 161 108 139 166 137 167 212 126 139 117 165 114 114 136 139 144 142 306 161 158 186 182 529 227 171 342 111 116 183 295 194 182 114 252 484 115 151 149 115 102 122 124 122 115 102 307 138 133 158 120 120 143 195 187 157 135 154 131 158 129 165 158 121 504 647 279 164 190 185 140 225 163 158 129 117 130 160 98 145 128 213 144 154 239 246 190 152 119 126 164 119 357 191 113 156 146 130 423 347 678 218 546 232 181 144 144 202 237 330 136 216 313 154 124 124 448 145 132 257 172 155 121 185 K 10 svn:author V 5 joerg K 8 svn:date V 27 2000-03-18T18:27:01.000000Z K 7 svn:log V 3144 Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work under -current. It doesn't work yet as stable as the 3.x/PAO version of the driver does, however, i get occasional `FDC direction bit not set' and other weird messages, but it basically works at least. The old (defunct) #ifdef FDC_YE stuff has been eliminated completely now, PCMCIA-FDC specific functions have been implemented differently where needed. Unfortunately, due to the fact that the traditional PeeCee FDC with its funny non-contiguous register space (one register for WD1003 harddisk controllers is interleaved into the FDC register set), and Peter's subsequent changes involving two different bus space handles for normal FDCs, the changes required for the Y-E stuff are more complex than i'd love them to be. I've done my best to keep the logic for normal FDCs intact. Since the Y-E FDC seems to lose interrupts after a FDC reset sometimes, i've also replaced the timeout logic in fd_turnoff() to generate an artificial pseudo interrupt in case of a timeout while the drive has still outstanding transfers waiting. This avoids the total starvation of the driver that could be observed with highly damaged media under 3.x/PAO. This part of the patch has been revied by bde previously. I've fixed a number of occasions where previous commits have been missing the encapuslation of ISA DMA related functions inside FDC_NODMA checks. I've added one call to SET_BCDR() during preparation of the format floppy operation. Floppy formatting has been totally broken before in 3.x/PAO (garbage ID fields have been written to the medium, causing `wrong cylinder' errors upon media reading). This is just black magic, i don't have the slightes idea _why_ this needs to be but just copied over the hack that has been used by the PAO folks in the normal read/write case anyway. The entired device_busy() stuff seems to be pointless to me. In any case, i had to add device_unbusy() calls symmetrical to the device_busy() calls, otherwise the PCMCIA floppy driver could never be deactivated. (As it used to be, it caused a `mark the device busier and busier' situation.) IMHO, all block device drivers should be marked busy based on active buffers still waiting for the driver, so the device_unbusy() calls should probably go to biodone(). Only one other driver (whose name escapes me at the moment) uses device_busy() calls at all, so i question the value of all this... I think this entire `device busy' logic simply doesn't fit for PCMCIA &al. It cannot be the decision of some piece of kernel software to declare a device `busy by now, you can't remove it', when the actual physical power of removing it is the user pulling the card. The kernel simply has to cope with the removal, however busy the device might have been by the time of the removal, period. Perhaps a force flag needs to be added? Upon inserting the card a second time, i get: WARNING: "fd" is usurping "fd"'s cdevsw[] WARNING: "fd" is usurping "fd"'s bmaj I suspect this is related to the XXX comment at the call to cdevsw_add(). Does anybody know what the correct way is to cleanup this? END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-18T18:39:02.000000Z K 7 svn:log V 126 Put the undocumented options back at the bottom as per old practice. Place the debug options above the undocumented options. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-18T18:45:48.000000Z K 7 svn:log V 26 Add the entries for urio. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-18T19:04:43.000000Z K 7 svn:log V 98 MF5C: Put undocumented options back at the bottom. Put debug options abve the undocumented ones. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-18T19:18:36.000000Z K 7 svn:log V 142 Print the PCI resources even if they are disabled. This shows more clearly when the BIOS is forgetful about initialising the USB controllers. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-18T19:30:58.000000Z K 7 svn:log V 62 Put ASUSCOM_IPAC in the section where it belongs, namely i4b. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-18T19:53:51.000000Z K 7 svn:log V 46 MF5C: Put the ASUSCOM entry where it belongs. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-18T20:13:47.000000Z K 7 svn:log V 21 MFC: rsaref back-out END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-18T20:14:58.000000Z K 7 svn:log V 142 Sigh, it would have been nice but I just can't make the rsaref hack work until we figure out some better way of handling package interaction. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-18T21:51:16.000000Z K 7 svn:log V 186 After about two months I am the first to notice that SPLASERT.9 never got installed. Also, correct the copyright to a more realistic date (1996->2000). Fix some wordings and omissions. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-18T21:54:34.000000Z K 7 svn:log V 99 MF5C: rev 1.61 of Makefile: install SPLASSERT manpage rev 1.2 of SPLASSERT.9: various small fixes END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-03-18T22:03:41.000000Z K 7 svn:log V 54 Per Justin's request- remove his name from Copyright. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T22:13:27.000000Z K 7 svn:log V 529 o clear the ccb_flags field before sending an accept target I/O ccb to an HBA. Garbage in this field confuses the driver in targdone(). o When completing a CCB on behalf of a user process, we need to *de-queue* the ccb from our pending ccb list, not queue it again. o All continue target I/O operations need to have a timeout set. We use 5 seconds throughout this driver. o Remove some logging printfs. o During abort processing, remove ccbs that are on the pending queue from the pending queue, not the work queue. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T22:15:00.000000Z K 7 svn:log V 98 KNR -> ANSI function definition in two places. This matches the rest of the code in this driver. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-03-18T22:26:06.000000Z K 7 svn:log V 39 MFC: update Tigon firmware to 12.3.20. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-18T22:26:29.000000Z K 7 svn:log V 50 Remove the old DSC code, it doesn't work anymore. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-18T22:26:54.000000Z K 7 svn:log V 93 Use __alias__ instead of alias in the definition of __strong_reference(). Submitted by: jdp END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-03-18T22:27:09.000000Z K 7 svn:log V 77 MFC: add vendor/device code for yet another KLSI-based USB ethernet adapter. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T22:28:20.000000Z K 7 svn:log V 1698 o Correct the offsets into the syncrate table for paritcular negotiation features (DT, ULTRA2, ULTRA, FAST). The offsets where not properly updated when the DT entry was added and so the driver could attempt to negotiate a speed faster than that supported by the target device or even requested by the user via SCSI-Select settings. * o Update the target mode incoming command queue kernel index value ever 128 commands instead of 32. This means that the kernel will always try to keep its index (as seen on the card - the kernel may actually have cleared more space) 128 commands ahead of where the sequencer is adding entries. o Use the HS_MAILBOX register instead of the KERNEL_TQINPOS location in SRAM to indicate the kernel's target queue possition on Ultra2 cards. This avoids the "pause bug" on these cards and also turns out to be much more efficient. o When enabling or disabling a particular target id for target mode, make sure that the taret id in the SCSIID register does not reference an ID that is not to receive target selections. This is only an issue on chips that support the multiple target id feature where the value in SCSIID will still affect selection behavior regardless of the values in the target id bit field registers. o Remove some target mode debugging printfs. o Make sure that the sense length reported in ATIO commands is always zero. This driver does not, yet, report HBA generated sense information for accepted commands. o Honor the CAM_TIME_INFINITY and CAM_TIME_DEFAULT values for the CCB timeout field. o Make the driver compile with AHC_DEBUG again. * Noticed by: Andrew Gallatin END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-18T22:36:46.000000Z K 7 svn:log V 132 Explicitly include sys/cdefs.h to get the definition of __strong_reference(), rather than getting lucky due to header dependencies. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-18T22:42:45.000000Z K 7 svn:log V 50 Remove the old DSC code, it doesn't work anymore. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T22:56:55.000000Z K 7 svn:log V 14 MFC: Rev 1.23 END K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T22:57:48.000000Z K 7 svn:log V 14 MFC: Rev 1.30 END K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T23:00:13.000000Z K 7 svn:log V 76 MFC: aic7xxx.c Rev 1.42 aic7xxx.reg Rev 1.20 aic7xxx.seq Rev 1.94 END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-18T23:13:29.000000Z K 7 svn:log V 78 MFC: For libc_r, do not create both weak and strong symbols of the same name. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-18T23:20:12.000000Z K 7 svn:log V 48 MFC: Define the _POSIX_SEMAPHORES feature flag. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-18T23:30:03.000000Z K 7 svn:log V 79 MFC: Use __alias__ instead of alias in the definition of __strong_reference(). END K 10 svn:author V 4 lile K 8 svn:date V 27 2000-03-18T23:51:54.000000Z K 7 svn:log V 407 o Replace the old "oltr" driver with the completely re-written new-bus Olicom driver, previously known as "ol". The new driver unfortunately does not support ISA cards yet. o Update the microcode files, interface library and include files to the latest PowerMACH works version. Force even byte alignment of adapter microcode. o Roll in some of the patches from Nikolai Saoukh . END K 10 svn:author V 4 lile K 8 svn:date V 27 2000-03-19T00:32:42.000000Z K 7 svn:log V 487 MFC: New-bus Olicom driver o Replace the old "oltr" driver with the completely re-written new-bus Olicom driver, previously known as "ol". The new driver unfortunately does not support ISA cards yet. o Update the microcode files, interface library and include files to the latest PowerMACH works version. Force even byte alignment of adapter microcode. o Roll in some of the patches from Nikolai Saoukh . * Approved by: Jordan K. Hubbard END K 10 svn:author V 4 lile K 8 svn:date V 27 2000-03-19T01:53:56.000000Z K 7 svn:log V 487 MFC: New-bus Olicom driver o Replace the old "oltr" driver with the completely re-written new-bus Olicom driver, previously known as "ol". The new driver unfortunately does not support ISA cards yet. o Update the microcode files, interface library and include files to the latest PowerMACH works version. Force even byte alignment of adapter microcode. o Roll in some of the patches from Nikolai Saoukh . * Approved by: Jordan K. Hubbard END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-03-19T02:49:26.000000Z K 7 svn:log V 107 MFC: In vn_isdisk(), return ENXIO if vp->v_rdev is NULL before passing that pointer to anything else. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-19T03:25:13.000000Z K 7 svn:log V 95 - Properly keep track of I/O port resources. - Use bus_space_read/write() to access the ports. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-19T04:37:18.000000Z K 7 svn:log V 38 Missing pieces of the last commit ;-( END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-19T05:42:34.000000Z K 7 svn:log V 1185 The advent of if_detach, allowing interface removal at runtime, makes it possible for a panic to occur if BPF is in use on the interface at the time of the call to if_detach. This happens because BPF maintains pointers to the struct ifnet describing the interface, which is freed by if_detach. To correct this problem, a new call, bpfdetach, is introduced. bpfdetach locates BPF descriptor references to the interface, and NULLs them. Other BPF code is modified so that discovery of a NULL interface results in ENXIO (already implemented for some calls). Processes blocked on a BPF call will also be woken up so that they can receive ENXIO. Interface drivers that invoke bpfattach and if_detach must be modified to also call bpfattach(ifp) before calling if_detach(ifp). This is relevant for buses that support hot removal, such as pccard and usb. Patches to all effected devices will not be committed, only to if_wi.c, due to testing limitations. To reproduce the crash, load up tcpdump on you favorite pccard ethernet card, and then eject the card. As some pccard drivers do not invoke if_detach(ifp), this bug will not manifest itself for those drivers. Reviewed by: wes END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-19T05:46:50.000000Z K 7 svn:log V 288 Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as to prevent a page fault if the card is ejected while BPF is in use. This could happen if DHCP or tcpdump was in use on that interface during ejection. Other drivers may also require this modification. Reviewed by: wes END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-19T05:55:36.000000Z K 7 svn:log V 1060 MFC: support for BIOC[GS]SEESENT ioctl and bd_seesent BPF descriptor flag Commit message from -CURRENT: rwatson 2000/03/17 22:30:43 PST Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or not the current BPF device should report locally generated packets or not. This allows sniffing applications to see only packets that are not generated locally, which can be useful for debugging bridging problems, or other situations where MAC addresses are not sufficient to identify locally sourced packets. Default to true for this flag, so as to provide existing behavior by default. Introduce two new ioctls, BIOCGSEESENT and BIOCSSEESENT, which may be used to manipulate this flag from userland, given appropriate privilege. Modify bpf.4 to document these two new ioctl arguments. Reviewed by: asmodai Revision Changes Path 1.22 +9 -1 src/share/man/man4/bpf.4 1.60 +20 -1 src/sys/net/bpf.c 1.22 +3 -1 src/sys/net/bpf.h 1.15 +2 -1 src/sys/net/bpfdesc.h END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-19T08:05:54.000000Z K 7 svn:log V 46 MFC: Fixed to support old parallel interface. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-19T08:07:41.000000Z K 7 svn:log V 35 MFC: Changed key assign for PC-98. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-19T08:12:10.000000Z K 7 svn:log V 37 MFC: Fixed to probe extended memory. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-19T09:11:05.000000Z K 7 svn:log V 86 Make _FindLinkIn() static and only define GetDestPort when NO_FW_PUNCH isn't defined. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-03-19T09:49:03.000000Z K 7 svn:log V 114 Add and document a NO_X knob to force disabling of X support in doscmd Requested by: sysop@silver.komanda.com.ua END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T10:19:23.000000Z K 7 svn:log V 114 Add device isic to the ASUSCOM_IPAC entry. Remove quotes around some i4b options to be consistent with the rest. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T10:26:40.000000Z K 7 svn:log V 77 MF5C: add device isic to ASUSCOM_IPAC get rid of some quotes in i4b options END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-19T11:39:26.000000Z K 7 svn:log V 47 Add conditional splassert. Reviewed by: peter END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-19T11:42:34.000000Z K 7 svn:log V 284 Remove the old a.out-only boot loader, we don't use it any more. The new boot1/boot2 can load a.out and elf kernels directly. I think the sys/pc98 version can go too as the sys/boot/pc98 code appears to be functional, but I'll leave that for the pc98 folks. "There can be only one." END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-19T12:37:27.000000Z K 7 svn:log V 89 Add some diagnostics to prove that incoming IP fragments are being dealt with correctly. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-19T12:57:49.000000Z K 7 svn:log V 172 Completely decouple userconfig from 'struct isa_device' and friends. Userconfig was only using this for convenience since newbus, and even then it was rather inconvenient. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-19T13:07:12.000000Z K 7 svn:log V 408 Connect the ISA and PCI compatability shims to an option. In this case it's options COMPAT_OLDISA and COMPAT_OLDPCI. This is meant to be a fairly strong incentive to update the older drivers to newbus, but doesn't (quite) leave anybody hanging with no hardware support. I was talking with a few folks and I was encouraged to simply break or disable the shims but that was a bit too drastic for my liking. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-19T13:33:26.000000Z K 7 svn:log V 83 Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release' still works. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-19T13:57:09.000000Z K 7 svn:log V 64 Add the COMPAT_OLDPCI option for the alpha so GENERIC compiles. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-19T14:42:52.000000Z K 7 svn:log V 47 Added COMPAT_OLDPCI and COMPAT_OLDISA options. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T14:43:03.000000Z K 7 svn:log V 101 Add the manpage for CONDSPLASSERT(). This was based upon the manpage written by jmb for SPLASSERT(). END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-19T14:46:22.000000Z K 7 svn:log V 50 Merged from sys/i386/i386/userconfig.c rev 1.178. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T14:46:56.000000Z K 7 svn:log V 164 Spell Jonathan's name correctly in the copyright. Which is funny, considering the fact he wrote it himself. =) Also add his email address in the AUTHORS section. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T14:51:20.000000Z K 7 svn:log V 37 MF5C: rev 1.3: fix name, add address END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-19T14:55:42.000000Z K 7 svn:log V 188 Make SPLASSERT sysctl and boot time tunable with kern.splassertmode. The following values are understood: 0 (ignore), 1 (log), and 2 (panic). The default value is 1. Reviewed by: peter END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-19T15:06:18.000000Z K 7 svn:log V 81 Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains `#ifdef PC98'. END K 10 svn:author V 4 lile K 8 svn:date V 27 2000-03-19T15:08:39.000000Z K 7 svn:log V 255 o Fix typo in the RapidFire 3540 adapter name 4/16/100 -> 100/16/4 so that it matches all of the others. o Since we went to all the trouble of getting the correct working memory size actually use it. * Submitted by: Nikolai Saoukh END K 10 svn:author V 4 lile K 8 svn:date V 27 2000-03-19T15:10:35.000000Z K 7 svn:log V 265 o MFC: Fix typo in the RapidFire 3540 adapter name 4/16/100 -> 100/16/4 so that it matches all of the others. o MFC: Since we went to all the trouble of getting the correct working memory size actually use it. * Submitted by: Nikolai Saoukh END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-19T15:18:22.000000Z K 7 svn:log V 26 Merged from sys/isa/fd.c. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-19T15:46:32.000000Z K 7 svn:log V 118 Add the ID for the SiS 5571 OHCI controller. Remove the use of device_t parent. We can do the same thing without it. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T15:47:33.000000Z K 7 svn:log V 92 Document the sysctl knob for setting the severity of the SPLASSERT macros. Reviewed by: ps END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T15:55:38.000000Z K 7 svn:log V 26 Trim trailing whitespace. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-19T16:52:59.000000Z K 7 svn:log V 10 Fix typo. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-19T19:21:37.000000Z K 7 svn:log V 114 Set the bits in the mask from the left to the right, not backwards. Submitted by: Coleman Kane END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-19T19:22:24.000000Z K 7 svn:log V 144 Enable the K6-2 MTRR driver again, since there are reports of it working with the applied change. Submitted by: Coleman Kane END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-19T19:30:46.000000Z K 7 svn:log V 62 2"5MFC: Correctly fill the mask from the left, not the right. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-19T19:39:41.000000Z K 7 svn:log V 15 Add $FreeBSD$. END K 10 svn:author V 7 patrick K 8 svn:date V 27 2000-03-19T19:41:04.000000Z K 7 svn:log V 120 MF5C: Remove "conflicts" from kernel config files for picobsd. PR: 17383 Submitted by: Kelly Yancey END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-19T19:41:53.000000Z K 7 svn:log V 59 Add a new flag: -E enables "extended" regular expressions. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-03-19T21:18:09.000000Z K 7 svn:log V 23 Initial import of v4.1 END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-03-19T21:18:09.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r58310, 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-03-19T21:18:10.000000Z K 7 svn:log V 80 This commit was manufactured by cvs2svn to create tag 'libreadline-vendor-v4_1'. END K 10 svn:author V 4 lile K 8 svn:date V 27 2000-03-19T21:34:39.000000Z K 7 svn:log V 225 o Replace most magic numbers related to token ring with #defines from iso88025.h. o Add minimal llc support to iso88025_input. o Clean up most of the source routing code. * Submitted by: Nikolai Saoukh END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-03-19T22:00:57.000000Z K 7 svn:log V 16 Merge conflicts END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-03-19T22:26:49.000000Z K 7 svn:log V 55 Upgrade to 4.1 Minor bumped because new function added END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-03-19T23:04:23.000000Z K 7 svn:log V 26 Install readline API info END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-03-19T23:07:39.000000Z K 7 svn:log V 24 Add missing depend file END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-03-19T23:47:50.000000Z K 7 svn:log V 64 Make the SUBDIR list more granular to assist in my GCC hacking. END K 10 svn:author V 4 paul K 8 svn:date V 27 2000-03-20T00:53:46.000000Z K 7 svn:log V 53 Update the copyright. Remove the advertising clause. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T01:22:27.000000Z K 7 svn:log V 46 Bandaid for src/sys/modules which broke world END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T01:29:59.000000Z K 7 svn:log V 251 Use an intermediate file containing the module binary before converting it into a ``shared'' .ko file. This intermediate file can be directly linked into a static kernel. This isn't all that useful yet but will become much more interesting shortly. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-20T03:55:29.000000Z K 7 svn:log V 190 Increment number of retries before giving up. This may fix the problem that some CD-ROM drives are not recognized if they are empty. Submitted by: Tomokazu HARADA END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T04:47:40.000000Z K 7 svn:log V 54 Tag a warning on the isa compat shims at config time. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-20T06:54:06.000000Z K 7 svn:log V 74 Only character devices exsist these days. Make savecore understand this. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-20T07:09:32.000000Z K 7 svn:log V 238 Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 is too many, so I removed the checks for the valid OUIs. We already do a checksum of the entire ethernet address, so extra checking against the OUI shouldn't be needed. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T07:21:40.000000Z K 7 svn:log V 60 This file was repo copied and I forgot to cvs rm this here. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T07:22:21.000000Z K 7 svn:log V 73 MFC: this file was repo copied to sys/dev/advansys and should have gone. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-20T08:11:11.000000Z K 7 svn:log V 42 Add Mitsumi Wireless Scroll Mouse PnP ID. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T08:17:34.000000Z K 7 svn:log V 35 Make this compile. This is a hack. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-20T08:18:00.000000Z K 7 svn:log V 71 White-space-only change. The file originally had screwed indentation. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-20T08:21:30.000000Z K 7 svn:log V 58 MFC: 1.29 Make savecore understand only char devs exsist. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T08:21:52.000000Z K 7 svn:log V 20 Unused definitions. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-20T08:43:54.000000Z K 7 svn:log V 156 Bump ahead for release re-roll. Soren's ATA bug fix (2 devices on one channel croak) makes this pretty necessary, so I'm re-rolling 4.0 (gack, spit, pft). END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-20T08:45:25.000000Z K 7 svn:log V 36 Whoops, fix a typo while I'm at it. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-20T08:46:02.000000Z K 7 svn:log V 22 Now we're in 4-STABLE END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-20T08:47:52.000000Z K 7 svn:log V 31 Temporary go to -release again END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-20T08:47:53.000000Z K 7 svn:log V 77 This commit was manufactured by cvs2svn to create tag 'RELENG_4_0_0_RELEASE'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-20T08:48:25.000000Z K 7 svn:log V 24 put us back on 4-stable END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T09:18:46.000000Z K 7 svn:log V 41 A fairly simple newbusification of if_de END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T09:44:18.000000Z K 7 svn:log V 21 MFC: newbusify if_de END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T10:17:13.000000Z K 7 svn:log V 69 Argh, fix cut/paste mistake. This contributed to LINT not building. END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-20T10:22:19.000000Z K 7 svn:log V 145 Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that they are compatible with the older ones implemented in FreeBSD 3.x. PR: 15488 END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-20T10:27:52.000000Z K 7 svn:log V 63 MFC: Exchange FPE_INTDIV and FPE_INTOVF for 3.x compatibility. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-20T10:40:44.000000Z K 7 svn:log V 161 - This is the second attempt to fix the `-3' option for moused :-) It also adds a new option, `-E', to set the timeout value for the three button emulation. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-20T10:44:49.000000Z K 7 svn:log V 733 Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new field in struct buf: b_iocmd. The b_iocmd is enforced to have exactly one bit set. B_WRITE was bogusly defined as zero giving rise to obvious coding mistakes. Also eliminate the redundant struct buf flag B_CALL, it can just as efficiently be done by comparing b_iodone to NULL. Should you get a panic or drop into the debugger, complaining about "b_iocmd", don't continue. It is likely to write on your disk where it should have been reading. This change is a step in the direction towards a stackable BIO capability. A lot of this patch were machine generated (Thanks to style(9) compliance!) Vinum users: Greg has not had time to test this yet, be careful. END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-20T10:51:05.000000Z K 7 svn:log V 25 MFC: Sync with 4.x fixes END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T10:52:28.000000Z K 7 svn:log V 210 A bandaid to try and make this buildable. This should probably be rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry. END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-20T10:55:19.000000Z K 7 svn:log V 26 Complete syncing with 4.x END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-20T11:29:10.000000Z K 7 svn:log V 245 Rename the existing BUF_STRATEGY() to DEV_STRATEGY() substitute BUF_WRITE(foo) for VOP_BWRITE(foo->b_vp, foo) substitute BUF_STRATEGY(foo) for VOP_STRATEGY(foo->b_vp, foo) This patch is machine generated except for the ccd.c and buf.h parts. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T11:51:05.000000Z K 7 svn:log V 206 Replace erroneous use of Ic (internal command) with the intended It (list item) and remove a duplicated list entry obscured by this mistake. PR: 17500 Submitted by: Yoshihiko SARUMARU END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T11:52:30.000000Z K 7 svn:log V 64 MFC rev 1.3: Fix flag description list for the disable command. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T12:06:18.000000Z K 7 svn:log V 142 Fix a typo inherited from the HTML documentation: assocation -> association PR: 17501 Submitted by: Yoshihiko SARUMARU END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T12:07:27.000000Z K 7 svn:log V 39 MFC rev 1.4: assocation -> association END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-20T12:14:12.000000Z K 7 svn:log V 25 Removed old boot loader. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-20T12:19:46.000000Z K 7 svn:log V 68 Sync with sys/i386/isa/isa_compat.h revision 1.27.2.1 and 1.27.2.2. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:21:05.000000Z K 7 svn:log V 14 MFC: fix tags END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-20T12:22:49.000000Z K 7 svn:log V 42 MFC: allow comments in #!/bin/sh # - line END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:23:48.000000Z K 7 svn:log V 72 MFC up to rev 1.93; sort; camcontrol rescan on aic insertionl new card. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:24:56.000000Z K 7 svn:log V 43 MFC rev 1.6; deal with cue devices as well END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:28:40.000000Z K 7 svn:log V 73 MFC part of 1.37; fix typo in statement: "var | flag;" -> "var |= flag;" END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-20T12:29:59.000000Z K 7 svn:log V 115 Fix some mdoc nits. .Fd - > .Cd EXAMPLE - > EXAMPLES man page -> manual page Submitted by: large part by sheldonh END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:30:05.000000Z K 7 svn:log V 32 MFC: remove stray -DINTERNAL_LS END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:31:24.000000Z K 7 svn:log V 45 MFC: typo/spelling fix in a visible printf() END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:33:15.000000Z K 7 svn:log V 23 MFC: doc update for -I END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-20T12:34:21.000000Z K 7 svn:log V 73 diff, patch and cvs didn't like these three last time around, try again. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:35:06.000000Z K 7 svn:log V 20 MFC: .Xr formatting END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:36:46.000000Z K 7 svn:log V 20 MFC: spelling error END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:50:46.000000Z K 7 svn:log V 42 MFC rev 1.5; unicast/multicast correction END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T12:52:37.000000Z K 7 svn:log V 45 MFC rev 1.8; use snprintf instead of sprintf END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T13:00:36.000000Z K 7 svn:log V 50 MFC: fix a bad regexp that failed on valid names. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T13:03:01.000000Z K 7 svn:log V 48 MFC rev 1.3; do not abort on unexpected packets END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T13:30:11.000000Z K 7 svn:log V 208 Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctly removed an erroneous cross-reference to ld.so(1), which doesn't exist in FreeBSD. PR: 17468 Submitted by: Randall Hopper END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T13:32:22.000000Z K 7 svn:log V 64 MFC rev 1.13: Remove once again the erroneous xref to ld.so(1). END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-20T13:58:48.000000Z K 7 svn:log V 63 MFC: `Newbus'ified the driver (mse.c 1.50, isa_compat.h 1.32). END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-20T13:59:55.000000Z K 7 svn:log V 91 MFC: Fix bugs when painting border and the mouse cursor in the raster text mode (rev 1.6). END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-20T14:00:55.000000Z K 7 svn:log V 87 MFC: White-space-only change. The file originally had screwed indentation. (rev 1.5). END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-20T14:09:06.000000Z K 7 svn:log V 436 Isolate the Timecounter internals in their own two files. Make the public interface more systematically named. Remove the alternate method, it doesn't do any good, only ruins performance. Add counters to profile the usage of the 8 access functions. Apply the beer-ware to my code. The weird +/- counts are caused by two repocopies behind the scenes: kern/kern_clock.c -> kern/kern_tc.c sys/time.h -> sys/timetc.h (thanks peter!) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T14:18:31.000000Z K 7 svn:log V 129 Move the Nm macro from the middle of a sentence onto its own line. Submitted by: Brian Handy END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-20T14:20:13.000000Z K 7 svn:log V 74 MFC rev 1.13: Move an Nm from the middle of a sentence onto its own line. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-20T14:44:42.000000Z K 7 svn:log V 247 Both: Get rid of the "char *" before level which made no sense. Change "char *msg" to the properly const-unpoisoned one. Just SPLASSERT.9: Add an Xref to CONDSPLASSERT(9). Change the function name "rtredirect" to the correct "rtalloc". END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-20T14:50:48.000000Z K 7 svn:log V 18 Fixed style bugs. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-20T14:53:26.000000Z K 7 svn:log V 23 MFC: Fixed style bugs. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-03-20T15:21:50.000000Z K 7 svn:log V 92 add a function to reinitialize the mixer, to be called by drivers on resuming after suspend END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-03-20T15:30:50.000000Z K 7 svn:log V 203 update the ac97 layer: * add a callback for initialising the mixer interface * support ac97 2.1 variable rate audio feature fix ac97-using drivers for the above add suspend/resume support for neomagic END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-03-20T15:34:27.000000Z K 7 svn:log V 102 make als120 cards which report dsp version 3.x whilst only supporting 4.x and *not* 3.x commands work END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-03-20T15:45:19.000000Z K 7 svn:log V 85 MFC: Warn and exit != 0 when file size doesn't meet what server previously announced END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-03-20T15:50:08.000000Z K 7 svn:log V 23 toast warnings on i386 END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-20T16:21:53.000000Z K 7 svn:log V 157 Fix a couple hard sentence breaks I inadvertently introduced. Also, update a bit of English into something easier to read. Prompted by: sheldonh (thanks!) END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-20T16:28:35.000000Z K 7 svn:log V 389 Split the logic of static int setrootbyname(char *name); out into dev_t getdiskbyname(char *name); This makes it easy to create a new DDB command, which is the big reason for the change. You can now do the following in DDB: Example rc.conf entry: dumpdev="/dev/ad0s1b" # Device name to crashdump to (if enabled). db> show disk/ad0s1b dev_t = 0xc0b7ea00 db> p *dumpdev c0b7ea00 END K 10 svn:author V 3 dan K 8 svn:date V 27 2000-03-20T17:08:30.000000Z K 7 svn:log V 23 Document NOUUCP switch END K 10 svn:author V 3 dan K 8 svn:date V 27 2000-03-20T17:10:16.000000Z K 7 svn:log V 59 Wrap building of uucp related programs around NOUUCP knob. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-20T17:12:45.000000Z K 7 svn:log V 57 B_READ is gone, check for BIO_READ instead. Not tested. END K 10 svn:author V 7 gehenna K 8 svn:date V 27 2000-03-20T18:30:04.000000Z K 7 svn:log V 19 Add 80 vendor IDs. END K 10 svn:author V 7 gehenna K 8 svn:date V 27 2000-03-20T18:30:34.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 5 guido K 8 svn:date V 27 2000-03-20T18:33:11.000000Z K 7 svn:log V 28 Add '-L' option to usage(). END K 10 svn:author V 5 guido K 8 svn:date V 27 2000-03-20T18:33:52.000000Z K 7 svn:log V 30 MFC: add -L option to usage() END K 10 svn:author V 5 guido K 8 svn:date V 27 2000-03-20T18:34:54.000000Z K 7 svn:log V 28 MFC: add -L flag to usage() END K 10 svn:author V 7 gehenna K 8 svn:date V 27 2000-03-20T19:49:20.000000Z K 7 svn:log V 19 Add 22 vendor IDs. END K 10 svn:author V 7 gehenna K 8 svn:date V 27 2000-03-20T19:49:50.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 5 billf K 8 svn:date V 27 2000-03-20T19:53:56.000000Z K 7 svn:log V 212 Make syslogd boot -s by default, which prevents Bad People from filling up your diskspace. PR: conf/15737 Submitted by: Kevin Day (PR) Nick Johnson (on -current) END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-20T19:55:08.000000Z K 7 svn:log V 42 Add an entry on the Y-E Data floppy drive END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-20T20:03:52.000000Z K 7 svn:log V 37 Add entry for Y-E Data floppy drive. END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-20T20:07:28.000000Z K 7 svn:log V 66 Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde. END K 10 svn:author V 5 billf K 8 svn:date V 27 2000-03-20T20:08:41.000000Z K 7 svn:log V 26 MFC: rev1.54 (syslogd -s) END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-20T20:23:43.000000Z K 7 svn:log V 28 Actually install KASSERT.9. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-20T20:33:09.000000Z K 7 svn:log V 47 Add entry for the Microtech USB to SCSI cable. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-20T21:31:30.000000Z K 7 svn:log V 100 Uncorrupt the SCCS id (s/ From: / /). Put a tab before the comment for "rflags". Submitted by: bde END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-20T22:53:32.000000Z K 7 svn:log V 93 Make memcontrol(8) able to delete the segments starting at a base of 0 which it can create.. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-20T23:29:27.000000Z K 7 svn:log V 65 Bogusly returned zero always. Return 1 if we pass the checksum. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-03-20T23:40:45.000000Z K 7 svn:log V 41 MFC: teach .Os and .Fx about 4.1 and 5.0 END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-20T23:49:22.000000Z K 7 svn:log V 62 MFC: 1.175 1.176: remove check against valid OUIs for Linksys END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-03-21T01:42:56.000000Z K 7 svn:log V 36 Call bpfdetach() before going away. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-03-21T02:46:28.000000Z K 7 svn:log V 65 Remove references to man pages that don't exist. PR: docs/17506 END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-21T06:03:47.000000Z K 7 svn:log V 38 MFC: 1.112 Add conditional splassert. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-21T06:05:36.000000Z K 7 svn:log V 74 MFC: Make SPLASSERT sysctl and boot time tunable with kern.splassertmode. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-21T07:10:42.000000Z K 7 svn:log V 67 Add sysctl kern.coredump to enable/disable core dumps system wide. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-03-21T07:12:17.000000Z K 7 svn:log V 30 MFC: Add sysctl kern.coredump END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-03-21T09:24:09.000000Z K 7 svn:log V 408 Add a knob to turn off the mostly static docs (src/share/doc/). On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/ takes 2m51.3s, where src/share/doc/ is 1m9.9s of that. However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s respectively. This commit allows one to speed up their build time, without not getting any important and required changes if one used "NOSHARE". END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-21T10:23:20.000000Z K 7 svn:log V 552 MFC: Understand environment variables in commands Understand IP6 addresses in ``show route'' Correct an alignment bug in ``show route'' Add the ``resolv'' command Add ``dns'' logging Rename struct descriptor -> struct fdescriptor Fix some printf-style parameter-type bugs Use instead of when something's not understood Log (debug) information about incoming fragment handling Correct two bugs in the timer code Add some {Net,Open}BSD compatibility stuff Fix some gramar and line breaks in ppp.8 Requested by: peter END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-21T10:25:22.000000Z K 7 svn:log V 183 Add a man page for aio_waitcomplete(). Update the aio_cancel() man page to reflect the fact that aio_cancel() works now. Submitted by: Christopher Sedore END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-21T10:25:23.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-21T11:21:19.000000Z K 7 svn:log V 95 MFC: Add a man page for aio_waitcomplete(). Update aio_cancel() to reflect new functionality. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2000-03-21T12:09:23.000000Z K 7 svn:log V 91 Fix bogus reporting of interface names, the field returned in sdl_data is not 0-terminated END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T13:00:04.000000Z K 7 svn:log V 44 Follow bde's example and install KASSERT.9. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T13:18:40.000000Z K 7 svn:log V 128 Assorted bag o' fixes: fix Jonathan's name, fix copyright date, man -> manual, add const before char *msg, add email address. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T13:21:36.000000Z K 7 svn:log V 67 Fix EXAMPLE -> EXAMPLES. Add Xr's for SPLASSERT and CONDSPLASSERT. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-03-21T13:26:54.000000Z K 7 svn:log V 66 Make ATAPI CD changer devices work, hopefully better than before. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2000-03-21T13:39:03.000000Z K 7 svn:log V 35 MFC: properly print interface name END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T13:43:03.000000Z K 7 svn:log V 21 MF5C: various fixes. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2000-03-21T13:45:44.000000Z K 7 svn:log V 36 MFC: properly print interface name. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T13:46:57.000000Z K 7 svn:log V 64 Fix lameness I introduced by typing the Xr as a filename, sigh. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-21T14:26:38.000000Z K 7 svn:log V 6 Typo. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-21T14:27:46.000000Z K 7 svn:log V 52 Added user level updates and reading of parameters. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-03-21T14:39:36.000000Z K 7 svn:log V 35 For version 0.9 change DNET output END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-21T14:44:12.000000Z K 7 svn:log V 117 MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16, alpha/include/mouse.h 1.17, atkbdcreg.h 1.5). END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-03-21T14:46:00.000000Z K 7 svn:log V 49 MFC: add support for more mice (rev 1.39, 1.40). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-03-21T15:18:51.000000Z K 7 svn:log V 60 Add device ID for LinkSys USB10T ethernet adapter (0x2202). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-03-21T15:20:41.000000Z K 7 svn:log V 144 Regenerate usbdevs files. Also add device entry in if_kue.c for the LINKSYS USB10T adapter. Also add calls to bpfdetach() in detach routines. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T16:38:19.000000Z K 7 svn:log V 149 As bde was kind to point out: "Man pages shouldn't refer to higher level interfaces built using the interfaces in the man pages." Submitted by: bde END K 10 svn:author V 3 dan K 8 svn:date V 27 2000-03-21T17:00:58.000000Z K 7 svn:log V 98 Include a space between hash ('#') and 'Berkeley packet filter' like all the other comments have. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T17:33:05.000000Z K 7 svn:log V 56 MF5C: Don't Xr interfaces which are built upon oneself. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-03-21T17:34:56.000000Z K 7 svn:log V 23 Remove trailing comma. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-03-21T19:13:31.000000Z K 7 svn:log V 34 Adapt to the crypto distribution. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-03-21T19:13:32.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 jkh K 8 svn:date V 27 2000-03-21T19:16:12.000000Z K 7 svn:log V 27 MFC: adapt to crypto dist. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-21T19:19:47.000000Z K 7 svn:log V 264 Massive gut. We're not into 5.0 so remove all 4.x entries from this file and start over. Also note that we're in the traditional whack-a-ball kernel model/api reorg for 5.0 and that one needs to be extra careful about making sure models and kernels are in sync. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-21T19:25:56.000000Z K 7 svn:log V 99 Whine at users who still have block devices in /dev, give them until june 1st to fix their system. END K 10 svn:author V 5 wosch K 8 svn:date V 27 2000-03-21T20:17:17.000000Z K 7 svn:log V 19 Added NetBSD 1.4.2 END K 10 svn:author V 3 nik K 8 svn:date V 27 2000-03-22T00:49:20.000000Z K 7 svn:log V 64 Add the DOC_LANG variable, and associated documentary comments. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-03-22T01:19:17.000000Z K 7 svn:log V 51 MFC: Fix pthread_suspend_np()/pthread_resume_np(). END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-22T01:24:11.000000Z K 7 svn:log V 38 minor mods and BUILD_KERBEROS4 issues END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-22T02:27:30.000000Z K 7 svn:log V 328 in6_pcb.c: Remove a bogus (redundant, just weird, etc.) key_freeso(so). There are no consumers of it now, nor does it seem there ever will be. in6?_pcb.c: Add an if (inp->in6?p_sp != NULL) before the call to ipsec[46]_delete_pcbpolicy(inp). In low-memory conditions this can cause a crash because in6?_sp can be NULL... END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-22T03:01:48.000000Z K 7 svn:log V 252 Call bundle_CleanDatalinks() after UpdateSet() in case we're dropping out of background/foreground/direct mode. This avoids either having to wait for the redial timer before exiting or jaming up in select() waiting for something that'll never happen. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-22T03:01:53.000000Z K 7 svn:log V 583 Do some vfork() trickery so that the parent can determine if the childs exec() has succeeded or failed by taking advantage of the fact that both processes share the same memory. FWIW: I tried to implement this by doing a pipe(), setting the write desciptors close-on-exec flag in the child and writing errno to the descriptor if the exec() fails. The parent can then ``if (read()) got errno else exec worked''. This didn't work though - the child could write() to fd[1] on exec failure, but the parent got 0 trying to read() from fd[0] ! Is this a bug in execve() ? END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-22T03:01:56.000000Z K 7 svn:log V 123 Don't bother setting the dial timer if we've closed a background/foreground/direct and zero'd the redial/reconnect counts. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-22T03:02:00.000000Z K 7 svn:log V 451 If a links LCP FSM has reached TLF and it's the last link, don't bother to re-initialise the NCPs. Instead wait for bundle_LinkClosed() to be called - IFF it actually is called. By initialising the NCPs at this point, ppp was recursing back into the fsm_Down() routing for the link, and losing track of the reason that the link was being brought down. The end result was that ``set reconnect'' would never do anything. Patiently pointed out by: ru END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-03-22T03:02:01.000000Z K 7 svn:log V 137 Correct the parent notification diagnostic emitted from the child process in -background mode (it should report failure if appropriate). END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-22T03:19:37.000000Z K 7 svn:log V 88 Added the joy driver (commented out). Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-22T03:36:45.000000Z K 7 svn:log V 51 MFC: Increment number of retries before giving up. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-22T05:24:07.000000Z K 7 svn:log V 51 MFC: Increment number of retries before giving up. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-03-22T05:27:22.000000Z K 7 svn:log V 108 MFC: Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium III and Pentium III Xeon CPUs. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-03-22T08:40:13.000000Z K 7 svn:log V 144 Fix one place which knew that B_WRITE was zero. Fix a stylistic mistake of mine while here. Found by: Stephen Hocking END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-22T09:36:35.000000Z K 7 svn:log V 232 IgnoreUserKnownHosts is a boolean flag, not an integer value. The fix submitted in the attributed PR is identical to the one adopted by OpenBSD. PR: 17027 Submitted by: David Malone Obtained from: OpenBSD END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-03-22T09:38:44.000000Z K 7 svn:log V 39 MFC rev 1.4: Fix IgnoreUserKnownHosts. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-03-22T10:18:43.000000Z K 7 svn:log V 119 Remove the trailing zeroes on the entries for the kernel config. Submitted by: Anders Andersson END K 10 svn:author V 7 patrick K 8 svn:date V 27 2000-03-22T11:21:16.000000Z K 7 svn:log V 216 MFC: Display CPU (BSP) clock speed on SMP systems. (-CURRENT diff 1.76) Reviewed by: green Tested by: Brandon D. Valentine Tod Luginbuhl END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-03-22T16:02:49.000000Z K 7 svn:log V 63 Refer to the correct include file for the IPTOS_XXX constants. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-03-22T16:07:32.000000Z K 7 svn:log V 33 "can received" -> "can receive". END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-03-23T01:20:46.000000Z K 7 svn:log V 29 This is FreeBSD version 5.0. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-23T04:36:57.000000Z K 7 svn:log V 353 MFC: in6_pcb.c: Remove a bogus (redundant, just weird, etc.) key_freeso(so). There are no consumers of it now, nor does it seem there ever will be. in6?_pcb.c: Add an if (inp->in6?p_sp != NULL) before the call to ipsec[46]_delete_pcbpolicy(inp). In low-memory conditions this can cause a crash because in6?_sp can be NULL... Reviewed by: shin END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2000-03-23T05:06:25.000000Z K 7 svn:log V 48 Move "Melco Airconnect" entry to correct place. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-23T05:57:10.000000Z K 7 svn:log V 40 Add entry about the isa/pci shim issue. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-03-23T05:58:28.000000Z K 7 svn:log V 164 Fix typos. Rearrange a little. Keep the obsolete stuff at the end of the file, but put the common items before them. This should be fairly close to reality now. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-23T08:13:32.000000Z K 7 svn:log V 79 Merged from sys/conf/files.i386 revision 1.310 (re-activate K6-2 MTRR driver). END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-23T08:50:56.000000Z K 7 svn:log V 62 Disable fdctl_wr_foo. This feature is not supported by PC98. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-23T08:53:15.000000Z K 7 svn:log V 28 Removed B_READ and B_WRITE. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-03-23T08:55:45.000000Z K 7 svn:log V 92 Merged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 and 1.292, respectively. END