| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix include path for recent acpica update. | Takanori Watanabe | 2001-05-30 | 2 | -2/+2 |
| * | Don't ask to build something that doesn't exist anymore. | Doug Barton | 2001-05-30 | 1 | -1/+1 |
| * | Move the mfs deletion process down the road a few steps | Doug Barton | 2001-05-30 | 1 | -10/+0 |
| * | New files for the ACPI CA 20010518 update. | Mike Smith | 2001-05-29 | 2 | -56/+48 |
| * | Name this module msdos.ko so that mount_msdos(8) can autoload | Ruslan Ermilov | 2001-05-28 | 1 | -1/+1 |
| * | - sys/n[tw]fs moved to sys/fs/n[tw]fs | Ruslan Ermilov | 2001-05-26 | 2 | -2/+2 |
| * | - sys/msdosfs moved to sys/fs/msdosfs | Ruslan Ermilov | 2001-05-25 | 3 | -18/+3 |
| * | Build snp(4) as a module. | Dima Dorfman | 2001-05-23 | 1 | -2/+2 |
| * | Name this module `umapfs'. | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 10 | -42/+12 |
| * | Add a makefile for snp(4) since it can be compiled as a module now. | Dima Dorfman | 2001-05-22 | 1 | -0/+9 |
| * | Add vinumobj.h to SRCS. | Greg Lehey | 2001-05-22 | 1 | -2/+2 |
| * | digiio.h has moved to /usr/include/sys | Brian Somers | 2001-05-19 | 1 | -1/+1 |
| * | Backed out rev.1.8. Rev.1.8 was just to support a bogus unused include | Bruce Evans | 2001-05-17 | 1 | -2/+1 |
| * | Catch up with some recent changes: | Warner Losh | 2001-05-16 | 1 | -1/+6 |
| * | Update makefile to reflect vlan support. | Jonathan Lemon | 2001-05-13 | 1 | -1/+5 |
| * | Unbreak release. *sigh* | Bill Paul | 2001-05-12 | 1 | -1/+1 |
| * | Add support for gigabit ethernet cards based on the NatSemi DP83820 | Bill Paul | 2001-05-11 | 3 | -3/+15 |
| * | Add a ``digi'' driver. | Brian Somers | 2001-05-02 | 11 | -1/+74 |
| * | pseudo-device -> device in kernel config. | Jens Schweikhardt | 2001-05-01 | 1 | -1/+1 |
| * | Revert previous delta, which was completely bogus. | Sheldon Hearn | 2001-04-24 | 1 | -1/+1 |
| * | Disconnect linux from the build. The buildkernel target has been | Sheldon Hearn | 2001-04-24 | 1 | -1/+1 |
| * | Add als4000 subdir. | Orion Hodson | 2001-04-23 | 1 | -3/+3 |
| * | Initial version of Avance Logic ALS4000 pcm driver. | Orion Hodson | 2001-04-23 | 1 | -0/+9 |
| * | add MARVELL to the list of phys to go into miibus | Matt Jacob | 2001-04-21 | 1 | -1/+1 |
| * | NFS module now requires nfs_lock.c | Alfred Perlstein | 2001-04-18 | 3 | -3/+3 |
| * | Add missing sound module. | Mark Murray | 2001-04-16 | 1 | -0/+1 |
| * | Move the isa parts to a separate file. | John Hay | 2001-04-16 | 2 | -2/+2 |
| * | dgm now builds as a module | Brian Somers | 2001-04-14 | 2 | -1/+9 |
| * | Add smbfs module. Currently it includes smbfs, netsmb and DES parts. | Boris Popov | 2001-04-13 | 2 | -1/+63 |
| * | We now depend on miibus_if.h. | Matt Jacob | 2001-04-09 | 1 | -1/+2 |
| * | enable the rate conversion feeder. | Cameron Grant | 2001-04-09 | 2 | -2/+2 |
| * | Style fix. | David E. O'Brien | 2001-04-08 | 1 | -1/+1 |
| * | Add support for MODULES_OVERRIDE. This is a list of modules to build | Warner Losh | 2001-04-02 | 1 | -0/+4 |
| * | Make an attempt to get the asr driver to compile on Alpha by fixing some i386 | Scott Long | 2001-04-01 | 1 | -0/+4 |
| * | Forgot to add pci_if.h to SRCS | Alfred Perlstein | 2001-03-28 | 1 | -1/+1 |
| * | Remove NOMAN | Coleman Kane | 2001-03-27 | 1 | -1/+0 |
| * | Catch these modules up with obrien's recent cleanup commit. | Peter Wemm | 2001-03-24 | 4 | -18/+22 |
| * | Drop 'KMODDEPS = snd_pcm' - it isn't used. | Peter Wemm | 2001-03-24 | 1 | -1/+0 |
| * | Back out 'KMODDEPS = miibus' addition in last commit. This isn't used. | Peter Wemm | 2001-03-24 | 1 | -1/+0 |
| * | o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h. | Robert Watson | 2001-03-19 | 1 | -1/+1 |
| * | pcm driver for S3 Sonicvibes chipset. | Orion Hodson | 2001-03-19 | 1 | -0/+9 |
| * | Fix the building of the aac driver as a module. Add a comment about enabling | Scott Long | 2001-03-17 | 1 | -1/+2 |
| * | Adjust the fxp module to use the correct directory path, and add a | Jonathan Lemon | 2001-03-12 | 1 | -2/+3 |
| * | Add Intel 82553, 82555 PHY driver. | Jonathan Lemon | 2001-03-12 | 1 | -1/+1 |
| * | The /dev/random driver used Rijndael, not Blowfish, now. | Mark Murray | 2001-03-10 | 1 | -2/+2 |
| * | Remove now unused opt_ipx.h and opt_inet.h | Boris Popov | 2001-03-10 | 1 | -17/+1 |
| * | Remove vn(4) driver. | Poul-Henning Kamp | 2001-03-09 | 2 | -10/+1 |
| * | #if 0 out a variable only used in #if 0'd code to quiet a warning. | John Baldwin | 2001-03-06 | 1 | -0/+4 |
| * | Add support for Dlink DL10022 to the ed driver. This is a mii part | Warner Losh | 2001-03-03 | 1 | -1/+1 |