| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove clkbrd(4) as a separate device and compile it solely based | marius | 2008-08-23 | 2 | -2/+0 |
* | - Add kbdmux(4); since sunkbd(4) was tought to emulate atkbd(4) like | marius | 2008-08-23 | 1 | -3/+5 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+1 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 1 | -2/+0 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | Resort the if_ti driver to match the PCI Network cards instead of placing | remko | 2008-05-17 | 1 | -1/+1 |
* | enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default | sam | 2008-05-03 | 1 | -0/+2 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 2 | -2/+0 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -2/+0 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 1 | -0/+1 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -3/+0 |
* | Uncomment vr(4), vr(4) should work on all architectures. | yongari | 2008-03-11 | 1 | -1/+1 |
* | Uncomment sf(4), sf(4) should work on all architectures. | yongari | 2008-01-21 | 1 | -1/+1 |
* | Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6. | jhb | 2008-01-07 | 1 | -0/+1 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 1 | -0/+1 |
* | Make ADAPTIVE_GIANT as the default in the kernel and remove the option. | attilio | 2007-11-28 | 1 | -1/+0 |
* | Let sunkbd(4) emulate an AT keyboard by default. | marius | 2007-11-18 | 1 | -0/+2 |
* | Use the correct expanded name for SCTP. | brueffer | 2007-09-26 | 1 | -1/+1 |
* | Enable SCTP by default for GENERIC kernels in order to give it | delphij | 2007-06-14 | 1 | -0/+1 |
* | Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan. | thompsa | 2007-06-11 | 1 | -0/+2 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 1 | -0/+5 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | Enable fwip and dcons in GENERIC. They seem fairly stable. | simokawa | 2007-05-28 | 1 | -0/+3 |
* | Remove trailing '.' for consistency! | pjd | 2007-04-10 | 1 | -1/+1 |
* | Add UFS_GJOURNAL options to the GENERIC kernel. | pjd | 2007-04-10 | 1 | -0/+1 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | Remove the KDTRACE option again because of the complaints about having | jb | 2006-11-04 | 1 | -3/+0 |
* | Build in kernel support for loading DTrace modules by default. This | jb | 2006-11-04 | 1 | -0/+3 |
* | - In sunkbd_probe_keyboard() don't bother to determine the keyboard layout | marius | 2006-11-02 | 1 | -0/+10 |
* | Remove the atkbd(4), atkbdc(4) and psm(4) hints. In theory they can be | marius | 2006-11-01 | 1 | -6/+0 |
* | Remove the KSE option now that it's in DEFAULTS on these arches/machines. | jb | 2006-10-26 | 1 | -1/+0 |
* | Add 'options KSE' to the kernel config DEFAULTS on all arches/machines | jb | 2006-10-26 | 1 | -0/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+1 |
* | Move "device splash" back to MI NOTES and "files", it's MI. | ru | 2006-10-23 | 1 | -2/+0 |
* | Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off: | ru | 2006-10-23 | 1 | -0/+4 |
* | Mechanically kill redundant nodevice/nooption/nomakeoption, i.e., | ru | 2006-10-23 | 1 | -7/+0 |
* | Move more MD devices and options out of MI NOTES. | des | 2006-10-20 | 1 | -7/+33 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |
* | Added COMPAT_FREEBSD6 option. | ru | 2006-09-26 | 1 | -0/+1 |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 1 | -3/+0 |
* | Add stge(4) to the list of drivers supported by GENERIC kernel. | yongari | 2006-07-25 | 1 | -0/+1 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 1 | -1/+2 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 1 | -1/+0 |
* | The common UID/GID space implementation. It has been discussed on -arch | babkin | 2006-06-25 | 1 | -0/+1 |
* | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | netchild | 2006-06-15 | 1 | -1/+0 |
* | Correct transposed digits in device names which were added in the | marius | 2006-06-13 | 1 | -2/+2 |
* | Add the ability to subset the devices that UART pulls in. This allows | imp | 2006-06-12 | 1 | -0/+5 |
* | add ath & co. | sam | 2006-06-07 | 1 | -0/+9 |
* | Uncomment sk(4) as it's now working. | yongari | 2006-04-27 | 1 | -1/+1 |