| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel | rwatson | 2011-12-29 | 1 | -0/+2 |
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). | jhibbits | 2011-12-24 | 4 | -6/+28 |
* | Support infrastructure for X11 on PS3. | nwhitehorn | 2011-12-18 | 4 | -8/+49 |
* | Add version header to output file. | nwhitehorn | 2011-12-18 | 1 | -0/+1 |
* | kern cons: introduce infrastructure for console grabbing by kernel | avg | 2011-12-17 | 1 | -0/+12 |
* | Allow this to work on embedded systems without Open Firmware by making | nwhitehorn | 2011-12-16 | 1 | -35/+67 |
* | Zero BSS on start, in case the ELF loader that started the kernel did not | nwhitehorn | 2011-12-16 | 1 | -0/+11 |
* | Eliminate vestiges of page coloring. | alc | 2011-12-15 | 2 | -4/+2 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 2 | -6/+12 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | Increase the available virtual address space for user programs on PowerPC | nwhitehorn | 2011-12-11 | 1 | -7/+12 |
* | Keep track of PVO entries in each pmap, which allows much faster | nwhitehorn | 2011-12-11 | 3 | -26/+60 |
* | Fix style(9) issues from r228270. | jhibbits | 2011-12-05 | 1 | -2/+2 |
* | Add a devd notification for closing/opening the lid on PowerBooks and iBooks. | jhibbits | 2011-12-05 | 2 | -0/+15 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 2 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 14 | -60/+38 |
* | The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC. | nwhitehorn | 2011-11-21 | 1 | -0/+2 |
* | Use a global __pure2 function instead of a global register variable for | nwhitehorn | 2011-11-17 | 3 | -6/+23 |
* | Add an extra invariant here which was useful on 64-bit CPUs. | nwhitehorn | 2011-11-17 | 1 | -0/+2 |
* | Refactor the code that performs physically contiguous memory allocation, | alc | 2011-11-16 | 1 | -7/+9 |
* | As it turns out, r186347 actually is insufficient to avoid the use of the | marius | 2011-11-15 | 2 | -3/+3 |
* | Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered. | nwhitehorn | 2011-11-09 | 2 | -2/+4 |
* | Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on | attilio | 2011-11-08 | 1 | -0/+3 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 4 | -4/+5 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 8 | -8/+9 |
* | Adjust the debugger options slightly. This should help me do the right | kensmith | 2011-10-27 | 1 | -2/+5 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+10 |
* | Add a warning about why sbp(4) is commented out so that curious folks | kensmith | 2011-10-19 | 1 | -0/+1 |
* | Enforce a memory barrier in stream operations, as is done on other | nwhitehorn | 2011-10-15 | 1 | -0/+7 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | Revert r225875, r225877: | mav | 2011-10-03 | 1 | -11/+0 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -17/+20 |
* | Add header missed in r225875. | mav | 2011-09-29 | 1 | -0/+1 |
* | Handle the race in cpu_idle() when due to the critical section CPU could get | mav | 2011-09-29 | 1 | -0/+10 |
* | Remove locking of the vm page queues from several pmaps, which only | kib | 2011-09-28 | 1 | -2/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 2 | -0/+4 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 4 | -42/+42 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -2/+0 |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | rwatson | 2011-08-26 | 1 | -19/+3 |
* | Add support for the Blu-Ray drive found in the Sony Playstation 3 and fix | nwhitehorn | 2011-08-14 | 1 | -0/+703 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 4 | -58/+44 |
* | Cross a T and dot an I: | marcel | 2011-08-02 | 1 | -2/+3 |
* | It's invalid to use GLOBAL() for kernload_ap, as the macro switches | marcel | 2011-08-02 | 1 | -1/+2 |
* | There's no ':' after GLOBAL(). Missed due to no SMP testing. | marcel | 2011-08-02 | 1 | -1/+1 |
* | Add support for Juniper's loader. The difference between FreeBSD's and | marcel | 2011-08-02 | 3 | -125/+128 |
* | Apply r221124 to Book-E: switch to the new NFS client. | marcel | 2011-07-31 | 1 | -1/+1 |
* | Fix r222813: we need to include sys/cpuset.h. because the PIC interface | marcel | 2011-07-31 | 1 | -2/+2 |
* | Fix r224187: .word defines a 16-bit object and size_t is defined as | marcel | 2011-07-31 | 1 | -2/+2 |
* | Fix an error that could cause sysctl -a to enter an infinite loop in the | nwhitehorn | 2011-07-30 | 1 | -6/+6 |