| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 3 | -12/+3 |
* | Add a lwpid field into per-cpu structure, the lwpid represents current | davidxu | 2006-12-20 | 1 | -0/+3 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -5/+3 |
* | Since printf also has at least one critical section, we need to | marcel | 2006-11-18 | 1 | -5/+7 |
* | Now that printf() needs the PCPU, set it up before we call printf(). | marcel | 2006-11-18 | 5 | -26/+16 |
* | Revert previous commit. PC_CONS_BUFR is not used nor needed by | marcel | 2006-11-18 | 1 | -1/+0 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | Make pmap_enter() responsible for setting PG_WRITEABLE instead | alc | 2006-11-12 | 1 | -0/+2 |
* | Add missing includes of priv.h. | rwatson | 2006-11-06 | 1 | -0/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | 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 |
* | Make sure kern_envp is never NULL. If we don't get a pointer to | marcel | 2006-11-03 | 1 | -3/+4 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 1 | -0/+1 |
* | 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/+2 |
* | 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 |
* | o Eliminate nexus_print_resources(). Use resource_list_print_type() | marcel | 2006-10-23 | 1 | -50/+5 |
* | Eliminate unnecessary PG_BUSY tests. | alc | 2006-10-22 | 1 | -1/+1 |
* | Move more MD devices and options out of MI NOTES. | des | 2006-10-20 | 1 | -3/+57 |
* | The VGA_DEBUG option only exists on {amd64,i386,ia64}. | des | 2006-10-20 | 1 | -0/+3 |
* | Fix previous revision: | marcel | 2006-10-19 | 1 | -2/+2 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 1 | -4/+4 |
* | Add a newline to the printf(). | hrs | 2006-10-15 | 1 | -1/+1 |
* | Include freebsd32_signal.h now that signal-related definitions are | marcel | 2006-10-06 | 1 | -0/+1 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |
* | PR: | jb | 2006-10-04 | 1 | -86/+0 |
* | Use calendrical calculations from subr_clock.c instead of home-rolled. | phk | 2006-10-02 | 1 | -68/+26 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -25/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -4/+1 |
* | Added COMPAT_FREEBSD6 option. | ru | 2006-09-26 | 1 | -0/+1 |
* | 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 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 1 | -0/+50 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -8/+0 |
* | First pass at allowing memory to be mapped using cache modes other than | jhb | 2006-08-11 | 1 | -0/+2 |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 1 | -34/+37 |
* | 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 | 2 | -3/+3 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 2 | -22/+1 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 2 | -14/+26 |
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have it | jhb | 2006-07-27 | 2 | -0/+15 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 1 | -0/+5 |
* | Move default GEOM classes from files.ia64, where they were marked | marcel | 2006-07-17 | 1 | -0/+5 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -4/+2 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 1 | -0/+1 |
* | Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, since | bde | 2006-07-05 | 1 | -5/+5 |
* | Partial support for branch long emulation. This only emulates the | marcel | 2006-06-29 | 3 | -1/+111 |
* | Make several changes to pmap_enter_quick_locked(): | alc | 2006-06-27 | 1 | -20/+39 |