| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -0/+13 |
* | 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 |
* | Fix remaining compile error. | grehan | 2006-10-18 | 2 | -2/+2 |
* | Attempt to fix compiling problem. | davidxu | 2006-10-18 | 2 | -2/+2 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 2 | -14/+14 |
* | The powerpc and sparc64 MD `reboot' commands should never have existed | bde | 2006-10-10 | 1 | -14/+0 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |
* | Catch up with recent clock modifications: | grehan | 2006-10-05 | 2 | -2/+2 |
* | PR: | jb | 2006-10-04 | 1 | -88/+0 |
* | remove orphaned sysctl_machdep_adjkerntz() | phk | 2006-10-02 | 2 | -22/+0 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -20/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -4/+0 |
* | Added COMPAT_FREEBSD6 option. | ru | 2006-09-26 | 1 | -1/+2 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Add audit hooks for ppc, ia64 system call paths. | rwatson | 2006-09-16 | 2 | -0/+8 |
* | In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000 | marcel | 2006-09-01 | 2 | -2/+2 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 2 | -0/+12 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -7/+0 |
* | Add skeletal support for GDB. In particular gdb_cpu_getreg() needs | marcel | 2006-08-24 | 2 | -0/+125 |
* | Use proper trap code for the EXC_ALI traps. This fixes SIGBUS during | sobomax | 2006-08-03 | 2 | -2/+2 |
* | Don't ignore errors from intr_event_add_handler(). | jhb | 2006-08-02 | 1 | -3/+1 |
* | Add device to access and modify Open Firmware NVRAM settings in | sobomax | 2006-08-01 | 1 | -0/+3 |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 4 | -174/+106 |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 1 | -1/+0 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 2 | -2/+2 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 2 | -18/+0 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 2 | -10/+26 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 2 | -0/+10 |
* | Turn this into an uart(4) bus attachment. | marcel | 2006-07-26 | 1 | -40/+19 |
* | Repocopy from: src/sys/powerpc/psim/sio_iobus.c | marcel | 2006-07-26 | 1 | -108/+0 |
* | o Remove device zs | marcel | 2006-07-26 | 1 | -5/+1 |
* | o Enable -Werror | marcel | 2006-07-26 | 1 | -3/+2 |
* | o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. | marcel | 2006-07-26 | 5 | -2/+38 |
* | Include needed clock.h. | marcel | 2006-07-26 | 2 | -0/+2 |
* | Forward declare struct trapframe. | marcel | 2006-07-26 | 1 | -0/+2 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -4/+1 |
* | Add synchronization to moea_zero_page() and moea_zero_page_area(). | alc | 2006-07-10 | 2 | -16/+34 |
* | Eliminate the acquisition and release of Giant from moea_extract_and_hold() | alc | 2006-07-01 | 2 | -12/+0 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 1 | -1/+0 |
* | Synchronize accesses to the PTEG table. | alc | 2006-06-25 | 2 | -6/+58 |
* | The common UID/GID space implementation. It has been discussed on -arch | babkin | 2006-06-25 | 1 | -0/+1 |
* | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | rink | 2006-06-17 | 2 | -0/+4 |
* | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | netchild | 2006-06-15 | 1 | -1/+0 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 4 | -19/+12 |
* | Some machines have an ESCC. Make sure we build uart(4) with support | marcel | 2006-06-12 | 1 | -0/+1 |
* | Add the ability to subset the devices that UART pulls in. This allows | imp | 2006-06-12 | 1 | -0/+3 |
* | Correct a typo in the previous revision. | alc | 2006-06-06 | 2 | -2/+2 |