| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build. | njl | 2004-06-30 | 4 | -1/+3 |
* | Like usbdevs, use before-depend to ensure ordering. | njl | 2004-06-30 | 1 | -1/+1 |
* | Restore the terminating backslash lost by a typo. | njl | 2004-06-30 | 1 | -1/+1 |
* | Make acpi_quirks.h conditional on device acpi. | njl | 2004-06-30 | 1 | -1/+1 |
* | Add glue for building acpi_quirk.c | njl | 2004-06-30 | 1 | -0/+1 |
* | Document the MUTEX_WAKE_ALL option and turn it on in LINT. | jhb | 2004-06-30 | 1 | -0/+5 |
* | Add acpi methods for HID/CID probing, evaluating objects, and walking the | njl | 2004-06-29 | 2 | -1/+2 |
* | Add two new kernel options to allow rudimentary profiling of the internal | jhb | 2004-06-29 | 2 | -0/+10 |
* | We need to build miidevs.h when we have miibus, not mii. | imp | 2004-06-28 | 1 | -1/+1 |
* | We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and | imp | 2004-06-27 | 2 | -8/+5 |
* | Only build miidevs.h when we have mii in the kernel | imp | 2004-06-27 | 1 | -3/+3 |
* | Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build. | rwatson | 2004-06-27 | 3 | -0/+3 |
* | Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built into | rwatson | 2004-06-27 | 3 | -0/+3 |
* | Spelling fixes. | mpp | 2004-06-26 | 1 | -14/+14 |
* | MFp4: | imp | 2004-06-26 | 1 | -3/+2 |
* | MFp4: | imp | 2004-06-26 | 1 | -3/+3 |
* | Catch up with sparc64 OFWCONS_POLL_HZ change | grehan | 2004-06-25 | 1 | -0/+2 |
* | Hook acpi_quirks up to the build for kernel and modules. | njl | 2004-06-24 | 2 | -0/+16 |
* | Better OFW console support on Sun Ultra2 machines. | obrien | 2004-06-24 | 1 | -0/+1 |
* | Add support for TCP Selective Acknowledgements. The work for this | ps | 2004-06-23 | 2 | -0/+2 |
* | el(4) stopped needing to me a count device in December 2000. | brooks | 2004-06-23 | 1 | -1/+1 |
* | Correct a misleading comment regarding the IPSEC_FILTERGIF option. | bms | 2004-06-22 | 1 | -3/+2 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -0/+1 |
* | Fix the following error: | marcel | 2004-06-20 | 1 | -0/+2 |
* | Commit pf version 3.5 and link additional files to the kernel build. | mlaier | 2004-06-16 | 1 | -0/+2 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 5 | -0/+38 |
* | Add a new driver to support IP over firewire. This driver is intended to | dfr | 2004-06-13 | 2 | -0/+3 |
* | Move uma_small_alloc() and uma_small_free() out of the pmap and into their | alc | 2004-06-11 | 1 | -0/+1 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 2 | -7/+0 |
* | Add esp(4) to NOTES. | scottl | 2004-06-10 | 1 | -0/+2 |
* | Add the esp(4) files. Two of them are sbus-specific and therefore only | scottl | 2004-06-10 | 2 | -0/+3 |
* | Step 1 in moving EISA devices to kobj/newbus. Use kobj methods for | imp | 2004-06-09 | 2 | -1/+2 |
* | Remove references to L1 in the comments, according to Alan they are | netchild | 2004-06-07 | 1 | -5/+5 |
* | Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.c | julian | 2004-06-07 | 1 | -0/+1 |
* | Axe the old midi drivers and framework. matk has developed a new | tanimura | 2004-06-01 | 2 | -35/+0 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -1/+1 |
* | Provide the _start_ctors and _stop_ctors symbols. As on i386, the addresses | tjr | 2004-05-29 | 1 | -0/+4 |
* | First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ... | tackerman | 2004-05-28 | 1 | -0/+3 |
* | Add pccarddevs.h and usbdevs.h as depends, ala miidevs.h, in the right | imp | 2004-05-26 | 1 | -5/+5 |
* | MFi386: revision 1.493. | nyan | 2004-05-26 | 1 | -2/+2 |
* | MFamd64: | bde | 2004-05-26 | 1 | -2/+2 |
* | Move to generating pccarddevs.h on the fly, both for the kernel and | imp | 2004-05-26 | 2 | -5/+17 |
* | Fix disorder introduce in 1.862 by sorting emu10k before miidevs.h, | imp | 2004-05-26 | 1 | -5/+5 |
* | devlist2h.awk is too generic a name for what it does. It really | imp | 2004-05-26 | 2 | -4/+4 |
* | Fixed profiling of trap, syscall and interrupt handlers and some | bde | 2004-05-24 | 1 | -3/+3 |
* | Fixed insertion sort error in previous commit (prof_machdep.c). | bde | 2004-05-24 | 1 | -4/+4 |
* | Build prof_machdep.c if profiling. | bde | 2004-05-23 | 1 | -0/+1 |
* | - Connect geom(8) and its libraries to the build. | pjd | 2004-05-20 | 3 | -0/+6 |
* | MFi386: Add NETGRAPH_CRONYX. | nyan | 2004-05-18 | 1 | -0/+3 |
* | MFi386: revision 1.492. | nyan | 2004-05-18 | 1 | -0/+2 |