| Commit message (Expand) | Author | Age | Files | Lines |
* | add new large page sizes for use by shared loader | kmacy | 2006-12-18 | 1 | -0/+8 |
* | GC unused fields in pcpu | kmacy | 2006-12-17 | 1 | -1/+0 |
* | Do explicit bounds checking as a function of the actual size of the | kmacy | 2006-12-10 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -4/+0 |
* | Turn console printf buffering into a kernel option and only on | jb | 2006-11-30 | 1 | -1/+0 |
* | - Explicitly name the fields in pcb that we use to store trap state for later | kmacy | 2006-11-29 | 1 | -0/+5 |
* | remove unused reference to tsb pa | kmacy | 2006-11-24 | 1 | -1/+0 |
* | Add mechanism to track TSB misses in tsb miss handler | kmacy | 2006-11-22 | 1 | -0/+2 |
* | remove 13 (largely) redundant files and switch to the sparc64/sparc64 version | kmacy | 2006-11-18 | 3 | -5/+21 |
* | Make pmap_enter() responsible for setting PG_WRITEABLE instead | alc | 2006-11-12 | 1 | -1/+4 |
* | Remove the KDTRACE option again because of the complaints about having | jb | 2006-11-04 | 1 | -3/+0 |
* | Backout the previous change. It was not intended to be part of the | jb | 2006-11-04 | 1 | -6/+6 |
* | Build in kernel support for loading DTrace modules by default. This | jb | 2006-11-04 | 2 | -6/+9 |
* | make pcb pad area accessible from asm | kmacy | 2006-11-03 | 1 | -0/+2 |
* | - 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 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 1 | -0/+1 |
* | In the replacement text of the __bswapN_const() macros encapsulate the | marius | 2006-10-30 | 1 | -8/+12 |
* | 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 | 3 | -0/+7 |
* | 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 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 1 | -2/+2 |
* | The T2000 has multiple PCI domains requiring bus allocation to be done differ... | kmacy | 2006-10-12 | 2 | -0/+11 |
* | The powerpc and sparc64 MD `reboot' commands should never have existed | bde | 2006-10-10 | 1 | -11/+0 |
* | unbreak buildkernel for sparc64 - fallout from sun4v | kmacy | 2006-10-09 | 1 | -6/+5 |
* | unbreak sparc64 loader build | kmacy | 2006-10-09 | 1 | -1/+1 |
* | kernel clean up to make the sun4v kernel build | kmacy | 2006-10-09 | 3 | -13/+89 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |
* | PR: | jb | 2006-10-04 | 1 | -84/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -3/+0 |
* | Added COMPAT_FREEBSD6 option. | ru | 2006-09-26 | 1 | -0/+1 |
* | The fix in revision 1.152 converted in the wrong direction. | alc | 2006-09-22 | 1 | -2/+2 |
* | The sparc64/sparc64/pmap.c implementations of pmap_remove(), | alc | 2006-09-22 | 1 | -6/+15 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Do as the USII CPU manual suggests and leave interrupts enabled | marius | 2006-09-03 | 1 | -0/+6 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 1 | -1/+1 |
* | Eliminate the unnecessary acquisition and release of the page queues lock | alc | 2006-08-06 | 1 | -4/+0 |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 1 | -18/+1 |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 1 | -3/+0 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 1 | -1/+1 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -14/+0 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 1 | -5/+13 |
* | Add stge(4) to the list of drivers supported by GENERIC kernel. | yongari | 2006-07-25 | 1 | -0/+1 |
* | Add pmap_clear_write() to the interface between the virtual memory | alc | 2006-07-20 | 1 | -2/+0 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -9/+6 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 1 | -1/+2 |