| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed sound-related hints. (Yes, this is ambiguous but matches reality.) | ru | 2004-09-08 | 1 | -14/+14 |
* | Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USB | des | 2004-09-05 | 1 | -0/+1 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -2/+1 |
* | Fixed more spacing bugs. | ru | 2004-09-03 | 1 | -9/+9 |
* | Fix whitespace from last commit. | scottl | 2004-09-02 | 1 | -1/+1 |
* | Hook autofs to the build. | alfred | 2004-09-02 | 3 | -0/+5 |
* | Turn PREEMPTION into a kernel option. Make sure that it's defined if | scottl | 2004-09-02 | 2 | -2/+8 |
* | General modernization of coda: | brooks | 2004-09-01 | 3 | -3/+1 |
* | Add the mp_watchdog hooks, although it locks up my SMP test box. It might | peter | 2004-08-30 | 2 | -0/+2 |
* | Kill count device support from config. I've changed the last few | peter | 2004-08-30 | 13 | -33/+47 |
* | Finish the removal of the HW_WDOG option. | ru | 2004-08-29 | 1 | -6/+0 |
* | Back out previous commit, ichwd is i386-only. | des | 2004-08-29 | 1 | -1/+0 |
* | Remove the HW_WDOG option; it serves no purpose. | des | 2004-08-29 | 1 | -1/+0 |
* | Back out the two previous commits; ichwd is i386-only. | des | 2004-08-29 | 1 | -6/+0 |
* | Add an entry for ichwd to hopefully unbreak the LINT build. | iedowse | 2004-08-29 | 1 | -0/+1 |
* | Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when building | iedowse | 2004-08-29 | 1 | -0/+3 |
* | Fixed untested change. | ru | 2004-08-28 | 1 | -1/+1 |
* | Add the Intel ICH watchdog timer driver. | netchild | 2004-08-28 | 1 | -0/+6 |
* | Change the default disposition of debug.mpsafenet from 0 to 1, which | rwatson | 2004-08-28 | 1 | -0/+1 |
* | Have the linker provide the btext symbol when referenced. This is needed | marcel | 2004-08-27 | 1 | -0/+1 |
* | Properly document and enable the IPFIREWALL_FORWARD option. | andre | 2004-08-27 | 1 | -0/+5 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 3 | -10/+2 |
* | Have the linker provide btext. It's used for profiling. | marcel | 2004-08-25 | 1 | -0/+1 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 1 | -1/+0 |
* | MFi386: revision 1.215. | nyan | 2004-08-22 | 1 | -3/+0 |
* | Unconditionally support the AMD64 GART HW. | obrien | 2004-08-19 | 1 | -3/+0 |
* | Add comment that IPFIREWALL now requires option PFIL_HOOKS. | andre | 2004-08-19 | 1 | -0/+1 |
* | add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of | jmg | 2004-08-19 | 2 | -0/+6 |
* | Since pc98 shares the AGP driver with the i386, also define the | rwatson | 2004-08-18 | 1 | -0/+3 |
* | HEAD is now 6-CURRENT | scottl | 2004-08-18 | 1 | -1/+1 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 2 | -0/+2 |
* | Add an ISA attachement to the aic7xxx driver to handle 284X controllers. | gibbs | 2004-08-17 | 1 | -2/+2 |
* | Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must | marcel | 2004-08-16 | 2 | -9/+9 |
* | Add MP_WATCHDOG option information to pc98, as it uses the i386 | rwatson | 2004-08-16 | 2 | -0/+2 |
* | Add /dev/mem and /dev/kmem to powerpc. | ssouhlal | 2004-08-16 | 1 | -0/+1 |
* | Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32. | obrien | 2004-08-16 | 1 | -9/+9 |
* | AMD64 on-CPU GART support. | obrien | 2004-08-16 | 3 | -5/+5 |
* | I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support, | obrien | 2004-08-16 | 1 | -1/+1 |
* | Add preliminary support for running 32-bit Linux binaries on amd64, enabled | tjr | 2004-08-16 | 2 | -1/+35 |
* | Connect RAID3 GEOM class to the build. | pjd | 2004-08-16 | 3 | -0/+4 |
* | Add a kludge for building SBus-only kernels, i.e. kernels without support | marius | 2004-08-15 | 1 | -3/+5 |
* | Add an "options MP_WATCHDOG" to i386. This option allows one of the | rwatson | 2004-08-15 | 2 | -0/+2 |
* | sio(4), which never really worked on sparc64, was removed in favour of | marius | 2004-08-15 | 1 | -2/+0 |
* | Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can use | marius | 2004-08-14 | 1 | -1/+2 |
* | Add hme(4) here now that it's MI. | marius | 2004-08-14 | 1 | -0/+2 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 2 | -9/+1 |
* | Removed COPTS support from kmod.mk and kern.pre.mk. | ru | 2004-08-13 | 3 | -4/+4 |
* | Add geom_uzip -- geom class that implements read-only compressed disks. | fjoe | 2004-08-13 | 3 | -0/+4 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 3 | -1/+4 |
* | Allow the ATM call control module to be built into the kernel. | harti | 2004-08-12 | 3 | -0/+10 |