| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't execute MAC address initialization for non-pccard sn devices. | hosokawa | 2000-01-22 | 4 | -7/+19 |
* | Clean up some of the SAF-TE matching code. Add | mjacob | 2000-01-21 | 1 | -10/+16 |
* | There seems to be some problems, particularly on alpha, with | mjacob | 2000-01-21 | 1 | -0/+5 |
* | updated comments | wilko | 2000-01-21 | 4 | -8/+14 |
* | Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The | dillon | 2000-01-21 | 1 | -25/+29 |
* | - Merge from sys/i386/conf/GENERIC rev 1.224, 1.225 and 1.226. | nyan | 2000-01-21 | 2 | -38/+50 |
* | Add ID for the AMD-756 OHCI controller | n_hibma | 2000-01-21 | 2 | -0/+18 |
* | Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Card | hosokawa | 2000-01-21 | 2 | -14/+19 |
* | Fix the style bugs in the style bugs fix. The style bug fix made the | imp | 2000-01-21 | 1 | -4/+6 |
* | Propagate MAC address in CIS tupple to dev/ed/ driver. | hosokawa | 2000-01-21 | 3 | -0/+40 |
* | Fix style bugs in the last commit. | green | 2000-01-21 | 1 | -10/+8 |
* | Remove definition of the unimplemented "control" hook. | archie | 2000-01-21 | 10 | -16/+6 |
* | Add a new TUNSIFPID ioctl to update the tun_pid (recorded in | brian | 2000-01-21 | 2 | -0/+4 |
* | Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN | n_hibma | 2000-01-20 | 5 | -10/+17 |
* | Remove duplicate include | n_hibma | 2000-01-20 | 1 | -1/+0 |
* | Properly remove interrupts if initialisation fails. | n_hibma | 2000-01-20 | 2 | -58/+74 |
* | Fix test for deciding when a bulk IN transfer got truncated. I thought | wpaul | 2000-01-20 | 1 | -1/+1 |
* | bdeize last commit: | imp | 2000-01-20 | 1 | -3/+0 |
* | Make devices behind PPBs work on DS10s (and any other single pchip tsunamis) | gallatin | 2000-01-20 | 1 | -9/+1 |
* | Synced with the sc driver in the sys/dev/syscons directory. | kato | 2000-01-20 | 10 | -1294/+2529 |
* | - Add some comment from bde on the keyboard interrupt. | yokota | 2000-01-20 | 2 | -22/+38 |
* | Do not explicitly create empty option files; they are taken | yokota | 2000-01-20 | 1 | -8/+1 |
* | Do not include `ukbd.h'; it's not used. | yokota | 2000-01-20 | 1 | -1/+0 |
* | Unconditionally define sc_paste(). | yokota | 2000-01-20 | 2 | -4/+0 |
* | Fix wrong usage of FONT_NONE. It was not meant to be set in | yokota | 2000-01-20 | 4 | -5/+4 |
* | Fixed typo. | nyan | 2000-01-20 | 2 | -2/+2 |
* | Synced with sys/isa/sio.c rev 1.285. | kato | 2000-01-20 | 2 | -0/+14 |
* | Synced with sys/i386/i386/userconfig.c rev 1.169. | kato | 2000-01-20 | 1 | -0/+2 |
* | Synced with sys/i386/conf/GENERIC rev 1.230. | kato | 2000-01-20 | 2 | -2/+20 |
* | Back out the previous spl change, since it opens a race window. | jasone | 2000-01-20 | 1 | -1/+1 |
* | Track libc_r addition of semaphores implementation. | jasone | 2000-01-20 | 2 | -20/+32 |
* | Regen. | wpaul | 2000-01-20 | 2 | -507/+625 |
* | More USB ethernet tweaks: | wpaul | 2000-01-20 | 23 | -524/+1040 |
* | When we are execing a setugid program, and we have a procfs filesystem | imp | 2000-01-20 | 3 | -0/+61 |
* | A few more style cleanups | rwatson | 2000-01-20 | 1 | -14/+9 |
* | Move ENTRY and ALTENTRY definitions to asm.h where they belong. | jasone | 2000-01-20 | 2 | -2/+8 |
* | Add the pcdmx theatre lighting controller major number | msmith | 2000-01-20 | 1 | -0/+1 |
* | Don't tsleep() while at splbio(). | jasone | 2000-01-20 | 1 | -2/+12 |
* | Fix an #ifdef that should have been and #ifndef. | archie | 2000-01-20 | 3 | -3/+3 |
* | Port of the PC-98 ppc to the newbus system. | kato | 2000-01-20 | 4 | -648/+1090 |
* | Add support for the Davicom DM9102A 10/100 ethernet controller chip. | wpaul | 2000-01-19 | 4 | -10/+46 |
* | Add parallel port clock driver. | jkh | 2000-01-19 | 1 | -0/+348 |
* | Import simple driver for a parallel port radio clock which receives | jkh | 2000-01-19 | 6 | -0/+13 |
* | Quantify the calls to ad_attach and atapi_attach so that diskless | sos | 2000-01-19 | 1 | -0/+4 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 12 | -145/+128 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 5 | -68/+68 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -12/+25 |
* | Reference machine/param.h rather than the nonexistent | msmith | 2000-01-19 | 1 | -2/+2 |
* | Fix a couple of bugs: | wpaul | 2000-01-19 | 2 | -5/+8 |
* | Rearrange the probecode, so that 80pin cables can be identified | sos | 2000-01-18 | 10 | -639/+473 |