| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <sys/cdefs.h> for definition of __BSD_VISIBLE. | mike | 2002-04-12 | 1 | -0/+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 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | dillon | 2002-04-01 | 2 | -5/+72 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 2 | -13/+6 |
* | Guard against redefining __gnuc_va_list. | obrien | 2002-03-24 | 1 | -1/+2 |
* | ASM versions of __FBSDID. | obrien | 2002-03-23 | 1 | -0/+6 |
* | Fix abuses of cpu_critical_{enter,exit} by converting to | imp | 2002-03-21 | 1 | -0/+13 |
* | Remove __P(). This was tested on the GENERIC kernel. | obrien | 2002-03-20 | 12 | -124/+124 |
* | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the | des | 2002-03-16 | 1 | -10/+1 |
* | o Don't require long long support in bswap64() functions. | mike | 2002-03-09 | 1 | -6/+16 |
* | add inlines for bswap*. | gallatin | 2002-02-28 | 1 | -5/+38 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 2 | -0/+72 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -45/+10 |
* | Use struct __ucontext in prototypes and associated functions instead of | deischen | 2002-02-17 | 2 | -3/+10 |
* | Resurrect one of the easiest changes from my big include files roll-up | wollman | 2002-02-15 | 1 | -0/+1 |
* | Fixes for alpha pmap on SMP machines: | jhb | 2002-02-06 | 1 | -2/+7 |
* | Allow alpha kernels to compile again- make sure opt_ddb.h is included | mjacob | 2002-01-17 | 1 | -1/+4 |
* | Add missing prototype for pmap_unmapdev(). | jhb | 2002-01-11 | 1 | -0/+1 |
* | Use a spare slot in the machine context to identify the context format | deischen | 2002-01-10 | 1 | -1/+4 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 1 | -0/+2 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 2 | -4/+4 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 7 | -167/+16 |
* | style(9) | obrien | 2001-12-09 | 1 | -9/+8 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 1 | -2/+0 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Detach the prom console when platform.cons_init is called. This seems | mjacob | 2001-10-26 | 1 | -0/+1 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -4/+10 |
* | Try two on the preprocessing logic. | obrien | 2001-10-19 | 1 | -1/+1 |
* | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | obrien | 2001-10-19 | 1 | -1/+1 |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -1/+4 |
* | Sync comments with i386. | obrien | 2001-10-18 | 1 | -6/+6 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 2 | -2/+2 |
* | Whitespace fixes. | jhb | 2001-09-12 | 1 | -3/+3 |
* | Style(9) fixes. | jhb | 2001-09-12 | 1 | -2/+2 |
* | Restore style(9) fixes from commit prior to previous commit. | jhb | 2001-09-12 | 2 | -18/+18 |
* | KSE Milestone 2 | julian | 2001-09-12 | 13 | -43/+52 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 2 | -2/+2 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 2 | -12/+16 |
* | 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 |
* | Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif. | jhb | 2001-08-21 | 1 | -0/+2 |
* | Remove redundant declarations of functions that are declared in | jhb | 2001-08-18 | 1 | -2/+0 |
* | Prototype the ptrace_*() | obrien | 2001-08-16 | 1 | -0/+4 |
* | 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 |