| Commit message (Expand) | Author | Age | Files | Lines |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -25/+8 |
* | Missing part of dillon's coredump commit. cpu_coredump() was still | peter | 2001-09-08 | 1 | -2/+1 |
* | Add options to select between 4k, 8k and 16k page sizes on ia64. The | dfr | 2001-09-07 | 1 | -0/+15 |
* | Typo in comment. | dfr | 2001-09-07 | 1 | -2/+2 |
* | * Track ref/mod information properly when a mapping changes. | dfr | 2001-09-07 | 1 | -4/+36 |
* | Remove old setjmp/longjmp stubs. | dfr | 2001-09-07 | 2 | -138/+0 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 1 | -3/+1 |
* | Add struct tags to avoid warnings in kernel code. | dfr | 2001-09-06 | 1 | -2/+2 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 2 | -2/+2 |
* | Nuke #if 0'ed "setredzone()" stub. We never used it, and probably | peter | 2001-09-04 | 1 | -17/+0 |
* | Add a working version of setjmp/longjmp. | dfr | 2001-09-03 | 3 | -27/+790 |
* | Since we're cross compiling from x86, ignore the x86 CPUTYPE by default. | peter | 2001-09-03 | 1 | -0/+1 |
* | Dont conflict with sysctl debug.mddebug | peter | 2001-09-03 | 1 | -1/+1 |
* | Sync with i386 / alpha. Whitespace unindent / style prep for kse. | peter | 2001-09-02 | 1 | -79/+77 |
* | Merge from i386: various cleanups including moving the map calculations | peter | 2001-09-02 | 1 | -14/+26 |
* | Same as i386/i386/pmap.c: clean up some style. This is irrelevant since | peter | 2001-08-31 | 1 | -15/+12 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 2 | -12/+16 |
* | Enable hardwiring of things like tunables from embedded enironments | peter | 2001-08-27 | 1 | -1/+4 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Strip out some #if's for old implementations of global data pointers. | peter | 2001-08-21 | 1 | -4/+0 |
* | Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this | peter | 2001-08-21 | 1 | -0/+2 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 2 | -24/+26 |
* | OFF_T -> OFF (more standard style) | ache | 2001-08-15 | 2 | -4/+4 |
* | Add OFF_T_MAX/OFF_T_MIN | ache | 2001-08-15 | 2 | -0/+6 |
* | Style changes to commonize the various platforms. | obrien | 2001-08-15 | 1 | -8/+8 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 2 | -19/+2 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 2 | -58/+0 |
* | Grab Giant arond page faults. ia64 boots again in the simulator now. | jhb | 2001-08-07 | 1 | -4/+4 |
* | Make this compile again. | dfr | 2001-08-06 | 1 | -0/+1 |
* | Remove usage of nonexistent vm_mtx. | dfr | 2001-08-06 | 2 | -6/+0 |
* | GC some obsolete alpha code. | jhb | 2001-07-31 | 1 | -390/+1 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -0/+11 |
* | Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel | peter | 2001-07-27 | 1 | -1/+4 |
* | Call the early tunable setup functions as soon as kern_envp is available. | peter | 2001-07-26 | 1 | -0/+3 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 1 | -0/+1 |
* | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | bsd | 2001-07-11 | 1 | -0/+33 |
* | A set of changes to reduce the number of include files the kernel | julian | 2001-07-08 | 2 | -2/+2 |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 1 | -65/+0 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -12/+9 |
* | Allow Giant to be recursed when a process terminates. | jhb | 2001-07-03 | 1 | -2/+2 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -1/+1 |
* | Don't need the .keep_me files. Obrien and I committed past each other. | imp | 2001-07-01 | 2 | -1/+1 |
* | Ensure sys/${MACHINE}/compile/FOO exists | obrien | 2001-06-30 | 1 | -0/+0 |
* | Really do proper keepme files in the compile directories. Use | imp | 2001-06-30 | 2 | -0/+1 |
* | Ensure sys/${MACHINE}/compile/FOO exists | obrien | 2001-06-30 | 1 | -0/+0 |
* | Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges | imp | 2001-06-30 | 1 | -1/+1 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 2 | -113/+0 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 5 | -26/+23 |
* | Catch up to mbuf allocator changes from last September so this compiles | jhb | 2001-06-27 | 1 | -15/+4 |