| Commit message (Expand) | Author | Age | Files | Lines |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 2 | -18/+5 |
| * | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 6 | -163/+16 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 2 | -2/+2 |
| * | style(9) | David E. O'Brien | 2001-12-09 | 1 | -13/+14 |
| * | Add multiple inclusion protection. | John Baldwin | 2001-12-06 | 1 | -0/+5 |
| * | o Stop abusing MD headers with non-MD types. | Mike Barcroft | 2001-12-01 | 1 | -2/+0 |
| * | The interrupt nesting level is per-thread not per-CPU on FreeBSD. | John Baldwin | 2001-11-14 | 2 | -2/+0 |
| * | Clean up the trap handling code and make it consistent with the other platforms. | Mark Peek | 2001-11-05 | 2 | -6/+2 |
| * | o Add new header <sys/stdint.h>. | Mike Barcroft | 2001-11-02 | 4 | -0/+470 |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 1 | -8/+8 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 2 | -5/+12 |
| * | Try two on the preprocessing logic. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | Cleanup of the stdarg code. | Mark Peek | 2001-10-19 | 2 | -54/+11 |
| * | Add support for the gcc-2.95 stdarg implementation. | Mark Peek | 2001-10-18 | 2 | -0/+40 |
| * | My attempts at minimizing the number of #def's got me in trouble. | David E. O'Brien | 2001-10-18 | 1 | -5/+5 |
| * | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | David E. O'Brien | 2001-10-18 | 1 | -2/+5 |
| * | - Correct the type of the argument to delay() so as to not conflict with | Benno Rice | 2001-10-15 | 1 | -1/+2 |
| * | Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closer | Mark Peek | 2001-10-15 | 1 | -0/+2 |
| * | Implement pmap_mapdev. | Benno Rice | 2001-10-14 | 1 | -0/+1 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -1/+1 |
| * | Update PowerPC MD code to compile and do initial bootstrap based on | Mark Peek | 2001-09-20 | 5 | -7/+10 |
| * | GC obsolete cruft from this file. | John Baldwin | 2001-09-18 | 1 | -14/+0 |
| * | Whitespace fixes. | John Baldwin | 2001-09-18 | 1 | -2/+2 |
| * | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | John Baldwin | 2001-09-18 | 2 | -20/+20 |
| * | - Fix a missed idleproc -> idlethread conversion. | John Baldwin | 2001-09-18 | 2 | -4/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 4 | -21/+30 |
| * | style(9) the structure definitions. | David E. O'Brien | 2001-09-05 | 1 | -1/+1 |
| * | o Remove some GCCisms in src/powerpc/include/endian.h. | Mike Barcroft | 2001-08-30 | 2 | -12/+16 |
| * | vm_page_zero_idle() is no longer MD. | Peter Wemm | 2001-08-25 | 1 | -1/+0 |
| * | Minor style(9)'ing | David E. O'Brien | 2001-08-16 | 1 | -2/+9 |
| * | style(9) and make consistent across platforms | David E. O'Brien | 2001-08-16 | 2 | -28/+26 |
| * | OFF_T -> OFF (more standard style) | Andrey A. Chernov | 2001-08-15 | 2 | -4/+4 |
| * | Add OFF_T_MAX/OFF_T_MIN | Andrey A. Chernov | 2001-08-15 | 2 | -0/+6 |
| * | Style changes to commonize the various platforms. | David E. O'Brien | 2001-08-15 | 1 | -11/+11 |
| * | - Close races with signals and other AST's being triggered while we are in | John Baldwin | 2001-08-10 | 1 | -2/+0 |
| * | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | Peter Wemm | 2001-08-08 | 1 | -5/+0 |
| * | Axe unused and invalid astpending globaldata member. | John Baldwin | 2001-08-04 | 2 | -2/+0 |
| * | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | Jake Burkholder | 2001-07-31 | 1 | -0/+11 |
| * | Register definitions for the OpenPIC used in various models of | Benno Rice | 2001-07-01 | 1 | -0/+93 |
| * | Add TRAPF_* macros required by MI-ification of ast() and userret(). | Benno Rice | 2001-07-01 | 1 | -0/+3 |
| * | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin | 2001-06-29 | 2 | -2/+1 |
| * | Fix the atomic_*_32 operations. These were written before I had the ability | Benno Rice | 2001-06-27 | 3 | -55/+78 |
| * | Don't initialise ret in atomic_cmpset_32. | Benno Rice | 2001-06-26 | 1 | -2/+1 |
| * | Fix asm constraints for atomic_cmpset_32. This fix may also be needed | Benno Rice | 2001-06-24 | 1 | -1/+1 |
| * | This commit (along with one pending in sys/dev/ofw and one in sys/conf) give | Benno Rice | 2001-06-16 | 14 | -89/+293 |
| * | Add CVS id. | David E. O'Brien | 2001-06-15 | 1 | -1/+2 |
| * | Bring in NetBSD code used in the PowerPC port. | Benno Rice | 2001-06-10 | 19 | -0/+2649 |
| * | fix RCS ID style nit | David E. O'Brien | 2001-06-09 | 1 | -1/+1 |
| * | ID style nit. | David E. O'Brien | 2001-06-09 | 1 | -1/+1 |
| * | Style fix FreeBSD ID, and change continuation style slightly. | David E. O'Brien | 2001-06-09 | 1 | -4/+3 |