| Commit message (Expand) | Author | Age | Files | Lines |
| * | Link pf to the build and install: | Max Laier | 2004-03-08 | 1 | -0/+9 |
| * | Add a netgraph node to handle ATM LLC encapsulation. This currently handles | Benno Rice | 2004-03-08 | 1 | -0/+6 |
| * | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | Bill Paul | 2004-03-07 | 2 | -2/+2 |
| * | - Some older Atheros drivers want KeInitializeTimer(), so implement it, | Bill Paul | 2004-03-04 | 1 | -1/+0 |
| * | Add proper support for DbgPrint(): only print messages if bootverbose | Bill Paul | 2004-03-03 | 1 | -0/+1 |
| * | 1. Add modules makefile for Cronyx Tau/ISA driver (ctau). | Roman Kurakin | 2004-03-02 | 1 | -0/+37 |
| * | Netgraph node type for IEEE 802.1Q VLAN tagging. | Ruslan Ermilov | 2004-03-01 | 2 | -1/+8 |
| * | Hook acpi_video up to the build. | Nate Lawson | 2004-03-01 | 1 | -1/+1 |
| * | Add the ACPI standard video extensions driver. I've done some style cleanup | Nate Lawson | 2004-03-01 | 1 | -0/+11 |
| * | add driver for BWCT console management serials | Bernd Walter | 2004-03-01 | 2 | -0/+10 |
| * | Clean all the object files whether or not ACPI_DEBUG is specified. | Nate Lawson | 2004-02-28 | 1 | -1/+1 |
| * | add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/... | MIHIRA Sanpei Yoshiro | 2004-02-28 | 2 | -0/+10 |
| * | Tweak existing header and other build infrastructure to be able to build | Max Laier | 2004-02-26 | 3 | -0/+80 |
| * | Connect geom_concat.ko module to the build. | Pawel Jakub Dawidek | 2004-02-23 | 1 | -0/+1 |
| * | Makefile needed for building geom_concat module. | Pawel Jakub Dawidek | 2004-02-19 | 1 | -0/+8 |
| * | Adding missing cx (cronyx/Sigma) entry. | Roman Kurakin | 2004-02-14 | 1 | -0/+2 |
| * | Removed -g from CFLAGS. There is a better way to build debugging | Ruslan Ermilov | 2004-02-13 | 10 | -16/+6 |
| * | Always build ext2fs module. There is no written policy preventing the | David E. O'Brien | 2004-01-28 | 1 | -4/+0 |
| * | Enable ndis for AMD64 (for the time that modules are supported)... | David E. O'Brien | 2004-01-28 | 1 | -0/+4 |
| * | Add NO_BLUETOOTH knob to the build process | Maksim Yevmenkin | 2004-01-28 | 1 | -0/+2 |
| * | Removed custom "load" and "unload" targets. | Ruslan Ermilov | 2004-01-19 | 4 | -27/+0 |
| * | Normalize SUBDIR. | Ruslan Ermilov | 2004-01-19 | 3 | -20/+21 |
| * | - Build things in pure alphabetical dictionary order. | Ruslan Ermilov | 2004-01-16 | 1 | -148/+227 |
| * | Use generic net80211 framework for awi driver. | Atsushi Onoe | 2004-01-15 | 1 | -1/+1 |
| * | Include "../Makefile.inc" to propagate the configuration to subdirectories. | Yoshihiro Takahashi | 2004-01-13 | 1 | -0/+3 |
| * | MODULE_DEPEND is a C macro, not a make(1). | Ruslan Ermilov | 2004-01-13 | 1 | -1/+0 |
| * | bsd.kmod.mk does not deal with manpages anymore. | Ruslan Ermilov | 2004-01-13 | 24 | -25/+0 |
| * | Don't put .depend in CLEANFILES, it's cleaned by cleandepend. | Ruslan Ermilov | 2004-01-13 | 1 | -1/+0 |
| * | Hook up acpi_toshiba | Nate Lawson | 2004-01-12 | 1 | -1/+1 |
| * | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | Nate Lawson | 2004-01-11 | 1 | -0/+9 |
| * | Add Audigy support. | David E. O'Brien | 2004-01-11 | 1 | -2/+11 |
| * | The ida module is not needed for pc98. | Yoshihiro Takahashi | 2004-01-11 | 1 | -1/+1 |
| * | ida(4) module. PCI only for now. | Matthew N. Dodd | 2004-01-11 | 2 | -0/+10 |
| * | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). | Bill Paul | 2004-01-09 | 1 | -1/+1 |
| * | Always clean all files, including ones under ACPI_DEBUG when doing a | Nate Lawson | 2004-01-08 | 1 | -7/+9 |
| * | Use double quotes instead of single quotes for echos to build options | Bruce Evans | 2003-12-29 | 3 | -3/+4 |
| * | Fixed some style bugs (mainly the bad examples @echo, NOMAN, and non-use | Bruce Evans | 2003-12-29 | 1 | -10/+6 |
| * | Fixed some style bugs: | Bruce Evans | 2003-12-29 | 1 | -8/+6 |
| * | Fixed some style bugs. SRCS and the opt_*.h rules were totally | Bruce Evans | 2003-12-29 | 1 | -11/+10 |
| * | Fix to support pc98 and currect typo. | Yoshihiro Takahashi | 2003-12-28 | 1 | -2/+11 |
| * | New sio module. A number of people have suggested this over the years | Warner Losh | 2003-12-27 | 1 | -0/+25 |
| * | Move the acpi module down a directory. This will allow us to import | Nate Lawson | 2003-12-24 | 2 | -76/+81 |
| * | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | Bruce M Simpson | 2003-12-15 | 1 | -1/+1 |
| * | Turn off build of if_ndis.ko by default, since it depends on an | Bill Paul | 2003-12-12 | 1 | -1/+0 |
| * | Grrr. Put the right .PATH statements in the right Makefiles. | Bill Paul | 2003-12-11 | 2 | -2/+2 |
| * | Ack! Only build if_ndis.ko and ndis.ko if arch == i386. | Bill Paul | 2003-12-11 | 1 | -2/+2 |
| * | Commit the first cut of Project Evil, also known as the NDISulator. | Bill Paul | 2003-12-11 | 3 | -0/+20 |
| * | hea is gone, remove its module | Warner Losh | 2003-12-07 | 2 | -12/+0 |
| * | Remove hea module. | Warner Losh | 2003-12-07 | 1 | -1/+0 |
| * | Remove SMP option support from building the ACPI module as it is no longer | John Baldwin | 2003-12-05 | 1 | -3/+0 |