| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -0/+3 |
* | I am not sure why ## was used in this macro, as w/o the string concatenation | obrien | 2002-04-17 | 1 | -2/+2 |
* | Remove code that updates vm->vm_ssize. This duplicates work already | alc | 2002-04-16 | 1 | -20/+0 |
* | Remove the .stab directives. I do not understand what is different about | obrien | 2002-04-15 | 2 | -4/+1 |
* | Fix an "oops!" that turned out to be mostly harmless (but gave a warning). | peter | 2002-04-15 | 1 | -3/+3 |
* | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | peter | 2002-04-15 | 1 | -10/+10 |
* | Modernize SCM ID. | obrien | 2002-04-14 | 1 | -4/+1 |
* | Add comment that sigreturn() is MPSAFE. | alc | 2002-04-13 | 1 | -0/+3 |
* | Rework logic of syscalls that modify process credentials as described in | jhb | 2002-04-13 | 1 | -4/+16 |
* | Turn on TGA support. | obrien | 2002-04-13 | 2 | -0/+2 |
* | Quiet GCC 3.1 warning. | obrien | 2002-04-13 | 1 | -1/+1 |
* | Include <sys/cdefs.h> for definition of __BSD_VISIBLE. | mike | 2002-04-12 | 1 | -0/+1 |
* | Add a comment that osigreturn() is MPSAFE. | alc | 2002-04-11 | 1 | -0/+2 |
* | LCA based systems can't handle more than 16 devices on pci bus 0. | ticso | 2002-04-11 | 1 | -1/+1 |
* | Remove the hack for segsz_t from <sys/types.h>; use the normal | mike | 2002-04-10 | 1 | -0/+1 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 1 | -6/+15 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -12/+0 |
* | GC the "dumplo" variable, which is no longer used. | phk | 2002-04-07 | 1 | -1/+0 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 3 | -68/+44 |
* | Spell "privileges" correctly. | eric | 2002-04-05 | 1 | -2/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 5 | -6/+6 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 2 | -0/+5 |
* | Dike out a highly insecure UCONSOLE option. | ru | 2002-04-03 | 3 | -3/+0 |
* | - Move the MI mutexes sched_lock and Giant from being declared in the | jhb | 2002-04-02 | 1 | -14/+2 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | dillon | 2002-04-01 | 3 | -23/+73 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 4 | -5/+5 |
* | Centralize the "bootdev" and "dumpdev" variables. They are still pretty | phk | 2002-03-31 | 1 | -3/+0 |
* | Make the comment section resemble English | wilko | 2002-03-29 | 1 | -9/+8 |
* | Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). | alc | 2002-03-29 | 1 | -3/+3 |
* | Remove abuse of intr_disable/restore in MI code by moving the loop in ast() | jake | 2002-03-29 | 2 | -2/+28 |
* | style(9) | obrien | 2002-03-28 | 1 | -3/+7 |
* | On 2nd thought, we can do without plip altogether | wilko | 2002-03-27 | 2 | -2/+0 |
* | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | jeff | 2002-03-27 | 1 | -1/+1 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 3 | -13/+65 |
* | Initialise the AS4100 console at the same time as most of the other | dfr | 2002-03-26 | 5 | -4/+69 |
* | plip has produced an error during attach on Alpha as long as I care | wilko | 2002-03-24 | 2 | -2/+2 |
* | Guard against redefining __gnuc_va_list. | obrien | 2002-03-24 | 1 | -1/+2 |
* | ASM versions of __FBSDID. | obrien | 2002-03-23 | 1 | -0/+6 |
* | only read from the possibly bad address if we did not get a machine | gallatin | 2002-03-22 | 1 | -1/+1 |
* | Allow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha. | gallatin | 2002-03-22 | 1 | -1/+1 |
* | shut up the compiler | gallatin | 2002-03-21 | 1 | -1/+1 |
* | Fix abuses of cpu_critical_{enter,exit} by converting to | imp | 2002-03-21 | 9 | -48/+61 |
* | Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined. | jhb | 2002-03-20 | 1 | -25/+6 |
* | Remove __P(). This was tested on the GENERIC kernel. | obrien | 2002-03-20 | 63 | -666/+664 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -15/+6 |
* | Remove unused header. | jeff | 2002-03-20 | 1 | -1/+0 |
* | Force the boot cpu to wait for the APs to finish starting up. This eliminates | jeff | 2002-03-20 | 1 | -0/+3 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -2/+16 |
* | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the | des | 2002-03-16 | 1 | -10/+1 |
* | Remove a bogus cast and deconstification that broke the Alpha kernel build. | des | 2002-03-13 | 1 | -2/+3 |