| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 1 | -0/+4 |
| * | o Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 1 | -4/+10 |
| * | CPU_MAXID should | David E. O'Brien | 2002-10-06 | 1 | -1/+1 |
| * | Fix namespace issues by using visibility conditionals from | Mike Barcroft | 2002-10-05 | 1 | -1/+3 |
| * | style(9) <machine/setjmp.h> headers so they look mostly the same. | Mike Barcroft | 2002-10-04 | 1 | -8/+13 |
| * | New bus_dma interfaces for use by crypto device drivers: | Sam Leffler | 2002-10-04 | 1 | -0/+23 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -10/+10 |
| * | Be careful not to define GCC-specific optimizations in the non-GCC | Mike Barcroft | 2002-09-23 | 1 | -2/+11 |
| * | Wrap GNUish asm() code in #ifdef __GNUC__ | Mark Murray | 2002-09-21 | 1 | -0/+24 |
| * | Implement C99's va_copy() macro. | Mike Barcroft | 2002-09-18 | 1 | -0/+3 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 2 | -22/+3 |
| * | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | Mike Barcroft | 2002-09-03 | 1 | -54/+0 |
| * | Change hw.physmem and hw.usermem to unsigned long like they used to be | Peter Wemm | 2002-08-30 | 1 | -1/+1 |
| * | Renamed poorly named setregs to exec_setregs. Moved its prototype to | Jake Burkholder | 2002-08-29 | 1 | -1/+0 |
| * | Fix a long-standing bug on alpha: | Mike Barcroft | 2002-08-26 | 1 | -2/+2 |
| * | Move several MI types from <machine/_types.h> to <sys/_types.h>. | Mike Barcroft | 2002-08-23 | 1 | -37/+0 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 6 | -180/+152 |
| * | o Introduce pmap_page_is_mapped(). Its purpose is to obsolete | Alan Cox | 2002-08-07 | 1 | -0/+1 |
| * | ptvmmap does not exist on alpha. | Peter Wemm | 2002-08-02 | 1 | -1/+0 |
| * | - Split the unaligned access check flags out of md_flags in struct mdthread | John Baldwin | 2002-07-31 | 1 | -8/+10 |
| * | Create a new header <machine/_stdint.h> for storing MD parts of | Mike Barcroft | 2002-07-29 | 4 | -231/+171 |
| * | Remove label_t and physadr, which seem to have never been used in | Mike Barcroft | 2002-07-10 | 1 | -10/+0 |
| * | Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's | Mike Barcroft | 2002-07-08 | 1 | -5/+0 |
| * | Since printf(3) now supports the `j' conversion specifier, use that | Mike Barcroft | 2002-06-30 | 1 | -11/+11 |
| * | Add files that are new for KSE. | Julian Elischer | 2002-06-29 | 1 | -0/+49 |
| * | Move the "- 1" into the RQB_FFS(mask) macro itself so that | Peter Wemm | 2002-06-20 | 1 | -1/+1 |
| * | Move the definition of ElfN_Hashelt to common headers. The only platform | Doug Rabson | 2002-05-30 | 1 | -11/+0 |
| * | Make the run queue parameters machine dependent. Optimize 64 bit | Jake Burkholder | 2002-05-25 | 1 | -0/+58 |
| * | - Apparently, the Alpha ABI mandates that arguments be passed sign-extended | John Baldwin | 2002-05-17 | 1 | -4/+1 |
| * | Move MI stuff out of MD param.h files. | Poul-Henning Kamp | 2002-05-14 | 1 | -38/+0 |
| * | Remove the unused definitions of ctod() and dotc(). | Poul-Henning Kamp | 2002-05-14 | 1 | -4/+0 |
| * | Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend the | John Baldwin | 2002-05-11 | 1 | -0/+2 |
| * | Opps, remove added bogon. | David E. O'Brien | 2002-05-10 | 1 | -1/+1 |
| * | Gcc 3.1 varargs support. | David E. O'Brien | 2002-05-10 | 3 | -10/+42 |
| * | zapnot the signed bits in atomic_cmpset_32. Previously this did not work with | Jeff Roberson | 2002-05-08 | 1 | -0/+1 |
| * | Tidy up some loose ends. | Peter Wemm | 2002-04-29 | 1 | -3/+2 |
| * | Include <sys/cdefs.h> for definition of __BSD_VISIBLE. | Mike Barcroft | 2002-04-12 | 1 | -0/+1 |
| * | Remove the hack for segsz_t from <sys/types.h>; use the normal | Mike Barcroft | 2002-04-10 | 1 | -0/+1 |
| * | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | Mike Barcroft | 2002-04-10 | 1 | -6/+15 |
| * | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | Matthew Dillon | 2002-04-01 | 2 | -5/+72 |
| * | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | Matthew Dillon | 2002-03-27 | 2 | -13/+6 |
| * | Guard against redefining __gnuc_va_list. | David E. O'Brien | 2002-03-24 | 1 | -1/+2 |
| * | ASM versions of __FBSDID. | David E. O'Brien | 2002-03-23 | 1 | -0/+6 |
| * | Fix abuses of cpu_critical_{enter,exit} by converting to | Warner Losh | 2002-03-21 | 1 | -0/+13 |
| * | Remove __P(). This was tested on the GENERIC kernel. | David E. O'Brien | 2002-03-20 | 12 | -124/+124 |
| * | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the | Dag-Erling Smørgrav | 2002-03-16 | 1 | -10/+1 |
| * | o Don't require long long support in bswap64() functions. | Mike Barcroft | 2002-03-09 | 1 | -6/+16 |
| * | add inlines for bswap*. | Andrew Gallatin | 2002-02-28 | 1 | -5/+38 |
| * | Add the following functions/macros to support byte order conversions and | Thomas Moestl | 2002-02-27 | 2 | -0/+72 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -45/+10 |