| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add device driver support for the Broadcom BCM570x family of gigabit | Bill Paul | 2001-09-27 | 2 | -0/+9 |
| * | Add ng_ip_input. A new netgraph node for queuing IP packets into the | Brooks Davis | 2001-09-27 | 2 | -0/+8 |
| * | /home/brooks/ng_gif.message | Brooks Davis | 2001-09-26 | 3 | -0/+20 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 2 | -0/+16 |
| * | Only call kldxref(8) once, after installing all modules. | Ruslan Ermilov | 2001-09-21 | 1 | -0/+7 |
| * | Add nfs_lock.c to the build list. *blush* | Peter Wemm | 2001-09-20 | 1 | -1/+1 |
| * | I forgot to rm the nfs module directory. | Peter Wemm | 2001-09-20 | 1 | -18/+0 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 3 | -20/+16 |
| * | KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60. | Ruslan Ermilov | 2001-09-18 | 1 | -1/+0 |
| * | Added pc98 support. | Yoshihiro Takahashi | 2001-09-16 | 1 | -0/+5 |
| * | Conditionalize building of ex2fs module by WANT_EXT2FS_MODULE | Michael Reifenberger | 2001-09-15 | 1 | -1/+4 |
| * | Add ext2fs module | Michael Reifenberger | 2001-09-13 | 2 | -0/+13 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 2 | -3/+6 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 1 | -5/+5 |
| * | Use MACHINE_ARCH instead of MACHINE to fix pc98 module. | Yoshihiro Takahashi | 2001-09-06 | 1 | -3/+3 |
| * | Attach if_vlan to the build process. | Brooks Davis | 2001-09-05 | 1 | -0/+1 |
| * | vlan.h is obsolete, don't create it anymore. | Brooks Davis | 2001-09-05 | 4 | -20/+4 |
| * | Update tx(4) to always enable vlan(4) support. | Brooks Davis | 2001-09-05 | 1 | -5/+1 |
| * | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis | 2001-09-05 | 1 | -0/+12 |
| * | Kill the NCCD constant by modernizing the ccd driver. | Poul-Henning Kamp | 2001-09-04 | 1 | -7/+1 |
| * | Make the fe driver kernel object module to compile in default. | Takeshi Shibagaki | 2001-09-02 | 2 | -0/+18 |
| * | Remove old acpica module | Mike Smith | 2001-08-30 | 1 | -49/+0 |
| * | Build the ACPI module by default. | Mike Smith | 2001-08-30 | 1 | -0/+1 |
| * | Update for slightly changed ACPI OSD module. Make debugging code conditional | Mike Smith | 2001-08-30 | 1 | -13/+22 |
| * | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | Andrew Gallatin | 2001-08-29 | 1 | -2/+2 |
| * | wi driver now includes pci.h, so we need to generate it to generate it. | Warner Losh | 2001-08-28 | 1 | -1/+4 |
| * | Add support for 802.1Q VLAN and oversized ethernet frames. | Semen Ustimenko | 2001-08-13 | 1 | -1/+5 |
| * | Build modules from the main src/sys tree. | Peter Wemm | 2001-08-09 | 23 | -1960/+23 |
| * | Unbreak ip_mroute_mod | Bill Fenner | 2001-07-25 | 2 | -4/+14 |
| * | Add build infrastructure for a libiconv loadable kernel module. | Sheldon Hearn | 2001-07-25 | 1 | -0/+12 |
| * | sys/kern/tty_snoop.c is now sys/dev/snp/snp.c. | Dima Dorfman | 2001-07-25 | 1 | -2/+2 |
| * | Move netgraph to i386 only. Which is where it works only. | Matt Jacob | 2001-07-25 | 1 | -1/+1 |
| * | Make ng_split part of the module building process. | Brooks Davis | 2001-07-24 | 1 | -0/+1 |
| * | Grrr. Module depends on vlan.h, and I committed the wrong version | Bill Paul | 2001-07-23 | 1 | -1/+1 |
| * | You were knocked senseless by the Boomerang, spun around by the Cyclone, | Bill Paul | 2001-07-23 | 2 | -0/+13 |
| * | Add ACPI S2-S4BIOS Suspend/Resume code. | Takanori Watanabe | 2001-07-20 | 2 | -2/+12 |
| * | Unconditinally turn on VLAN support when building fxp as a module, since | Jonathan Lemon | 2001-07-19 | 1 | -1/+1 |
| * | Put module directories one per line so adding new modules creates readable | Brooks Davis | 2001-07-15 | 2 | -14/+137 |
| * | Merge with latest version of the Mylex 6+ driver. | Mike Smith | 2001-07-14 | 1 | -1/+2 |
| * | turn on the null-modem device. | Julian Elischer | 2001-07-08 | 1 | -1/+1 |
| * | Ha! This time, I remembered the ACPI module. Update the sources list | Mike Smith | 2001-07-07 | 2 | -8/+8 |
| * | - Don't overwrite inb, inw and outw. | Yoshihiro Takahashi | 2001-07-04 | 1 | -1/+9 |
| * | gif(4) and stf(4) modernization: | Brooks Davis | 2001-07-02 | 3 | -2/+36 |
| * | intel ich/ich2 driver - this needs some work but is functional enough for | Cameron Grant | 2001-07-01 | 2 | -3/+11 |
| * | Two more "oops"es here: i didn't mean to turn on fdc debugging by | Joerg Wunsch | 2001-06-29 | 1 | -2/+2 |
| * | Duh-oh! When beautifying a comment right before my last commit, i | Joerg Wunsch | 2001-06-29 | 1 | -1/+1 |
| * | First stab at fixing resource deallocation, and implementing fdc(4) as | Joerg Wunsch | 2001-06-29 | 2 | -1/+30 |
| * | Follow Mike's commit by adding acpi_powerres.c. | Takanori Watanabe | 2001-06-28 | 2 | -2/+2 |
| * | Remove dgm module. | Dima Dorfman | 2001-06-28 | 2 | -9/+1 |
| * | add sndstat.c so module users have /dev/sndstat again | Cameron Grant | 2001-06-23 | 2 | -2/+2 |