| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a version tag for the rtc port to depend on. | peter | 2000-05-06 | 1 | -0/+2 |
* | Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h). | phk | 2000-05-05 | 1 | -0/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 10 | -6/+11 |
* | Don't use struct buf for random small temporary buffers. | phk | 2000-05-05 | 1 | -5/+7 |
* | Add a little do-nothing ``slopsucker'' device which gives a home | wollman | 2000-05-04 | 1 | -0/+44 |
* | Don't assume that the PCI BIOS is going to clear the unused bits in %ecx | msmith | 2000-05-04 | 4 | -4/+20 |
* | I mentioned yesterday that I could use some work, and Kelly says, "Commit my | dwhite | 2000-05-03 | 1 | -19/+23 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | Move sn and cs drivers from the compat section to the real section. | imp | 2000-05-03 | 1 | -4/+4 |
* | The USB double bulk pipe driver (Host to host cables). Currently there | n_hibma | 2000-05-01 | 3 | -0/+5 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 23 | -1/+36 |
* | Move the MSG* and SEM* options to opt_sysvipc.h | peter | 2000-05-01 | 1 | -21/+0 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 7 | -7/+0 |
* | Fix comments, whitespace to reduce diffs between this and GENERIC. | markm | 2000-04-30 | 1 | -8/+12 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Initial dependency so that the kld's will link. imgact_coff depends | peter | 2000-04-29 | 2 | -0/+4 |
* | Mark two functions as private. | peter | 2000-04-29 | 3 | -0/+11 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 2 | -6/+8 |
* | Remove synchronizing instruction in MP unlock code. It turns out | dillon | 2000-04-26 | 1 | -10/+21 |
* | Fix #! script exec under linux emulation. If a script is exec'd from a | dillon | 2000-04-26 | 3 | -4/+57 |
* | Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. | phk | 2000-04-26 | 2 | -0/+2 |
* | Fix a long-standing bug which caused massive character loss in remote | grog | 2000-04-25 | 1 | -5/+15 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 5 | -472/+3 |
* | Disable PCI BIOS on PC-98. | nyan | 2000-04-23 | 1 | -1/+3 |
* | - PC-98 uses IRQ2 too. | nyan | 2000-04-22 | 2 | -2/+26 |
* | Changed interrupt level to splcam() because of the bs driver is CAM driver. | nyan | 2000-04-22 | 1 | -2/+4 |
* | Fix include paths so that this builds correctly. | msmith | 2000-04-21 | 4 | -4/+4 |
* | IO apics are not necessarily page aligned, they are only required to be aligned | luoqi | 2000-04-20 | 1 | -3/+5 |
* | Move the linprocfs bits under the rest of the i386 linux compatibility | msmith | 2000-04-20 | 5 | -0/+1862 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 5 | -6/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 4 | -4/+0 |
* | Change our ELF binary branding to something more acceptable to the Binutils | obrien | 2000-04-18 | 1 | -2/+2 |
* | hm committed newbused vt driver this weekend, so it is no longer needed | imp | 2000-04-17 | 1 | -5/+0 |
* | When in infrastructure mode, use address 3 from the 802.11 header as the | wpaul | 2000-04-17 | 1 | -2/+7 |
* | Some more i386-only BIOS-friendliness: | msmith | 2000-04-16 | 8 | -53/+476 |
* | Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA | hm | 2000-04-16 | 5 | -187/+157 |
* | Add the scsi-target driver to LINT. | phk | 2000-04-16 | 2 | -0/+2 |
* | Fix typo, extentions -> extensions | asmodai | 2000-04-15 | 1 | -1/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 6 | -177/+177 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 2 | -0/+10 |
* | The ASUSCOM_IPAC isn't broken according to submitter. | asmodai | 2000-04-10 | 2 | -2/+2 |
* | Add new options NETGRAPH_MPPC_COMPRESSION and NETGRAPH_MPPC_ENCRYPTION. | archie | 2000-04-09 | 2 | -0/+6 |
* | Don't complain about not getting resources for the compatibility shim | imp | 2000-04-08 | 1 | -4/+4 |
* | Make the N2 isa cards probe again. Remove the unused frame relay hooks. | jhay | 2000-04-08 | 1 | -215/+8 |
* | * Factor out the object system from new-bus so that it can be used by | dfr | 2000-04-08 | 1 | -1/+1 |
* | Don't use ``grep | sed'' in the example for INCLUDE_CONFIG_FILE | brian | 2000-04-08 | 2 | -2/+2 |
* | Newbusify adv driver. | nyan | 2000-04-07 | 1 | -14/+0 |
* | Finally cvs rm these two files; they were not referenced in conf/files*, | peter | 2000-04-06 | 2 | -2528/+0 |
* | Awi driver, ported from NetBSD from Atsushi Once-san. | imp | 2000-04-06 | 3 | -6/+10 |
* | Add multiple #include protection | roger | 2000-04-04 | 1 | -0/+6 |