| Commit message (Expand) | Author | Age | Files | Lines |
* | The Sun disk label only uses 16-bit fields for cylinders, heads and | marius | 2008-02-11 | 2 | -0/+65 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -6/+6 |
* | 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 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Update two tracepoints, i.e., CTRx() invocations, to reflect the demise of | alc | 2007-12-27 | 2 | -6/+4 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 3 | -3/+3 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 4 | -34/+132 |
* | Fix a non-fatal off-by-one error in the previous revision. | marius | 2007-12-01 | 1 | -1/+1 |
* | - Add the PCI side of the HOST-PCI bridge itself to the bus. This | marius | 2007-11-30 | 3 | -14/+76 |
* | Make ADAPTIVE_GIANT as the default in the kernel and remove the option. | attilio | 2007-11-28 | 1 | -1/+0 |
* | Extend critical section coverage in the low-level interrupt handlers to | scottl | 2007-11-21 | 1 | -1/+1 |
* | Let sunkbd(4) emulate an AT keyboard by default. | marius | 2007-11-18 | 1 | -0/+2 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+20 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 1 | -1/+6 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 2 | -2/+7 |
* | - Make failure to route a ISA interrupt non fatal. Apparently the | marius | 2007-10-28 | 1 | -14/+16 |
* | - Fix the handling of R_SPARC_OLO10, which is a bit of a special case | marius | 2007-10-16 | 1 | -8/+14 |
* | Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is | alc | 2007-10-07 | 1 | -1/+1 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 3 | -4/+12 |
* | - Use the actual clock frequency of the PCI bus instead of assuming | marius | 2007-09-26 | 1 | -17/+16 |
* | Use the correct expanded name for SCTP. | brueffer | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -1/+0 |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 1 | -4/+4 |
* | o Revamp the sparc64 interrupt code in order to be able to interface | marius | 2007-09-06 | 11 | -545/+703 |
* | Style(9) fix - use #define<tab> consistently. | marius | 2007-09-06 | 1 | -15/+15 |
* | - Divorce the IOTSBs, which so far where handled via a global list | marius | 2007-08-05 | 7 | -143/+95 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 2 | -6/+10 |
* | - Remove the global definition of sched_lock in mutex.h to break | jeff | 2007-07-18 | 1 | -0/+7 |
* | - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface, | marius | 2007-06-18 | 5 | -97/+55 |
* | For sun4u also add PCI busses with a device unit number of -1 | marius | 2007-06-18 | 1 | -8/+1 |
* | Remove unused softc. | marius | 2007-06-17 | 1 | -6/+2 |
* | - Don't register the over-temperature and power-fail interrupt | marius | 2007-06-16 | 1 | -20/+14 |
* | - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(), | marius | 2007-06-16 | 2 | -60/+54 |
* | - Add support for sending IPIs with USIII and greater sun4u CPUs. | marius | 2007-06-16 | 3 | -42/+132 |
* | - Flesh out the support for the EBus variant which actually is the | marius | 2007-06-16 | 1 | -21/+75 |
* | Remove the code for displaying the OFW hostid during boot for the | marius | 2007-06-16 | 1 | -25/+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 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | Teach the bridge wrapper how to handle the filter+ithread case. | piso | 2007-06-06 | 3 | -36/+77 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Commit 10/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -6/+2 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 2 | -3/+4 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-04 | 1 | -0/+38 |