| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES. | marcel | 2008-06-08 | 1 | -0/+1 |
* | Add support for the Apple Big Mac (BMAC) Ethernet controller, | marcel | 2008-06-07 | 1 | -0/+1 |
* | Use the "options " spelling (vs. "options<TAB>") so that commented lines | obrien | 2008-05-21 | 1 | -3/+3 |
* | MFp4: SMP support | marcel | 2008-04-27 | 1 | -2/+0 |
* | Enable NFSLOCKD for MPC85XX kernel to comply with recent NFS rework. | raj | 2008-04-26 | 1 | -0/+1 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 2 | -2/+0 |
* | Switch to using genclock. Have nexus double as clock device for | marcel | 2008-04-21 | 1 | -0/+1 |
* | Get rid of an empty RTC implementation and hook up genclock instead. | phk | 2008-04-13 | 1 | -0/+1 |
* | 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 |
* | Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500. | marcel | 2008-03-04 | 1 | -1/+1 |
* | Comment-out cpu E500. We can't yet build it with AIM at the same time. | marcel | 2008-03-04 | 1 | -1/+1 |
* | Connect MPC85XX to the PowerPC build. | raj | 2008-03-03 | 2 | -0/+74 |
* | Add FPU_EMU. | marcel | 2008-02-23 | 1 | -0/+2 |
* | Enable option WITNESS_SKIPSPIN by default. | marcel | 2008-02-16 | 1 | -0/+1 |
* | There's no need to suppress option GDB. | marcel | 2008-02-12 | 1 | -1/+0 |
* | Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6. | jhb | 2008-01-07 | 1 | -0/+1 |
* | Redefine bus_space_tag_t on PowerPC from a 32-bit integral to | marcel | 2007-12-19 | 1 | -0/+2 |
* | Rename OEA to AIM. The former means nothing as it applies to all | marcel | 2007-12-16 | 2 | -2/+2 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 1 | -0/+1 |
* | Cut over to ULE on PowerPC | grehan | 2007-10-23 | 1 | -1/+1 |
* | o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop() | marius | 2007-09-26 | 1 | -1/+0 |
* | 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 |
* | Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR. | marcel | 2007-06-13 | 1 | -0/+1 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | 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 |
* | If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends on | rwatson | 2007-04-01 | 1 | -0/+1 |
* | Add bge(4). | marcel | 2007-04-01 | 1 | -2/+3 |
* | 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 | 2 | -1/+3 |
* | Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc | marius | 2007-01-10 | 1 | -0/+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 |
* | 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 | -0/+1 |
* | Mechanically kill redundant nodevice/nooption/nomakeoption, i.e., | ru | 2006-10-23 | 1 | -14/+0 |
* | - 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 | -1/+2 |
* | Add device to access and modify Open Firmware NVRAM settings in | sobomax | 2006-08-01 | 1 | -0/+3 |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 1 | -1/+0 |
* | o Remove device zs | marcel | 2006-07-26 | 1 | -5/+1 |
* | o Enable -Werror | marcel | 2006-07-26 | 1 | -3/+2 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 1 | -1/+0 |