| Commit message (Expand) | Author | Age | Files | Lines |
* | I have no idea how a '#' became a '*'... | phk | 2000-09-16 | 1 | -1/+1 |
* | Update for aic7xxx driver reorganization. | gibbs | 2000-09-16 | 1 | -8/+9 |
* | Make LINT compile. | phk | 2000-09-16 | 1 | -4/+3 |
* | Reserve major number 156 for uscanner | n_hibma | 2000-09-15 | 1 | -0/+1 |
* | Add pmtimer instance. | iwasaki | 2000-09-14 | 1 | -0/+2 |
* | Add Timer device driver for power management events. | iwasaki | 2000-09-14 | 1 | -0/+1 |
* | Take out the RANDOMDEV option. The entropy device is a (pseudo-)device | markm | 2000-09-14 | 1 | -1/+0 |
* | Install the kernel KLM as "kernel" by default. | obrien | 2000-09-14 | 4 | -4/+4 |
* | - Newbus'ify and bus_space'ify. | nyan | 2000-09-14 | 3 | -2/+4 |
* | Add Quicknet LineJACK and PhoneJACK cards | roger | 2000-09-14 | 1 | -0/+1 |
* | Activate the rest of the aac driver, otherwise even GENERIC fails to build. | peter | 2000-09-13 | 1 | -0/+3 |
* | A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA | msmith | 2000-09-13 | 2 | -0/+6 |
* | Turn the /dev/random device into a (pseudo-)device, not an option. | markm | 2000-09-12 | 2 | -7/+7 |
* | Sign tx driver as using miibus code. | semenu | 2000-09-11 | 1 | -2/+2 |
* | Large upgrade to the entropy device; mainly inspired by feedback | markm | 2000-09-10 | 1 | -0/+1 |
* | Add a comment, that a LINT file can be produced from NOTES via | alex | 2000-09-09 | 1 | -0/+3 |
* | Merged from sys/conf/files.i386 revision 1.327 (adding synch_machdep.c | kato | 2000-09-07 | 1 | -0/+2 |
* | Create an "expert" mode where the device hints are not checked during | obrien | 2000-09-07 | 4 | -0/+8 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 6 | -2/+20 |
* | Remove superfluous `/'s before KODIR. | obrien | 2000-09-07 | 4 | -51/+51 |
* | Add refcounts to the "global" DEVFS inode slots, this allows us | phk | 2000-09-06 | 1 | -0/+4 |
* | DESTDIR'ify the device.hints checking code. | obrien | 2000-09-06 | 4 | -8/+8 |
* | I forgot the leading `DESTDIR' before the kernel directory. | obrien | 2000-09-06 | 4 | -4/+4 |
* | The kernel is now known as `kernel.ko' and it and its matching modules | obrien | 2000-09-05 | 5 | -107/+138 |
* | Merged from sys/conf/files.i386 revisions 1.325 and 1.326. | kato | 2000-09-03 | 1 | -17/+18 |
* | Add device list supported by `sym' | groudier | 2000-09-03 | 1 | -0/+4 |
* | Move svr4 here as well... | phk | 2000-09-02 | 1 | -17/+17 |
* | List opt_asr.h for creation, as it's expected by the 'asr' driver in a | msmith | 2000-09-01 | 1 | -0/+3 |
* | Document the tap driver | nsayer | 2000-09-01 | 1 | -0/+2 |
* | Move the 'asr' driver to cdev major 154, since 97 is already taken. | msmith | 2000-09-01 | 1 | -0/+1 |
* | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | msmith | 2000-09-01 | 2 | -0/+7 |
* | New netgraph node type for Ethernet bridging. | archie | 2000-09-01 | 2 | -1/+3 |
* | Merge rest piece of ACPI driver.To activate acpi driver ,add | takawata | 2000-08-31 | 4 | -0/+25 |
* | activate fm801 | cg | 2000-08-29 | 1 | -0/+1 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 2 | -2/+5 |
* | Make if_xe eepend on both xe and card. | imp | 2000-08-26 | 1 | -1/+1 |
* | If a ${KERNEL}.hints file exists, and no hints are specified explicitly, | peter | 2000-08-25 | 4 | -4/+4 |
* | Add some anti-foot-shooting protection to the kernel install target. | peter | 2000-08-25 | 4 | -0/+32 |
* | Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a new | msmith | 2000-08-23 | 1 | -35/+42 |
* | This is the initial import of a new driver for the current family of | msmith | 2000-08-23 | 1 | -0/+3 |
* | Connect the new sources in /sys/compat/linux and the new file | marcel | 2000-08-22 | 2 | -18/+20 |
* | Style fixes: | marcel | 2000-08-22 | 3 | -119/+120 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -3/+3 |
* | - Fixed the conversion to bus_space interface. | nyan | 2000-08-17 | 1 | -1/+3 |
* | add dev/awi/awi_wicfg.c to support wi(4) compatible configuration interface. | onoe | 2000-08-14 | 1 | -0/+3 |
* | Add PAO devices supported by drivers. | alex | 2000-08-13 | 1 | -20/+31 |
* | activate via82c686 audio driver | cg | 2000-08-09 | 1 | -1/+3 |
* | Fix the comments to properly document the PQ_MEDIUMCACHE and | kbyanc | 2000-08-08 | 1 | -2/+2 |
* | * Create entire directory path for modules. | obrien | 2000-08-03 | 4 | -4/+4 |
* | Don't bitch when trying to create a ${DESTDIR}/modules which already | sheldonh | 2000-08-03 | 2 | -2/+2 |