| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace | tijl | 2012-02-28 | 1 | -142/+3 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -29/+38 |
* | Also remove the unused __word_swap_int*() macros. | ed | 2009-04-08 | 1 | -19/+0 |
* | Implement __bswap16() without using inline assembly. | ed | 2009-04-08 | 1 | -22/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -13/+3 |
* | Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove | jhb | 2004-11-16 | 1 | -10/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -3/+21 |
* | Microoptimization to allow the compiler to evaluate ntohl() etc on | peter | 2003-09-22 | 1 | -4/+49 |
* | Style sync. | obrien | 2003-08-03 | 1 | -0/+1 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 1 | -2/+11 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -1/+1 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 1 | -6/+15 |
* | o Don't require long long support in bswap64() functions. | mike | 2002-03-09 | 1 | -18/+44 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 1 | -19/+6 |
* | Add C++ support. | mike | 2002-02-19 | 1 | -0/+5 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -39/+19 |
* | Various assembly fixes mostly in the form of using the "+" modifier for | jhb | 2001-12-18 | 1 | -7/+7 |
* | Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier to | jhb | 2001-11-28 | 1 | -2/+4 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 1 | -10/+11 |
* | Back out wrapping the asm ... ; bits in #ifndef lint macros. There | markm | 2001-04-14 | 1 | -6/+0 |
* | Make this more lint-friendly. This file seems to be invoked in just | markm | 2001-04-13 | 1 | -4/+10 |
* | Spell what was originally "unsigned long" as "unsigned long" again, | dwmalone | 2001-03-06 | 1 | -4/+4 |
* | Quick fix for namespace problems which broke many ports. Spell | bde | 2000-10-28 | 1 | -6/+6 |
* | Move __uint16_swap_uint32, __uint8_swap_uint32 and | brian | 2000-10-16 | 1 | -2/+4 |
* | Remove namespace polution (x -> __x) introduced in the last | brian | 2000-10-15 | 1 | -10/+10 |
* | Redefine __word_swap_long, __byte_swap_long and __byte_swap_word | brian | 2000-10-15 | 1 | -34/+31 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h" | bde | 1997-08-31 | 1 | -5/+1 |
* | Fixed linting of and compilation of the gcc byte-swapping macros | bde | 1997-04-20 | 1 | -15/+12 |
* | Don't try to lint the gcc extension byte-swapping macros. | nate | 1997-03-17 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make LKM's build again. I have added the allegedly broken | dyson | 1996-12-07 | 1 | -0/+4 |
* | Change endian.h so that when a kernel is compiled without I386_CPU, and | dyson | 1996-12-07 | 1 | -2/+2 |
* | Relax the constraints on the bswap opcode (it works on non-byte | dyson | 1996-11-29 | 1 | -24/+16 |
* | Support the appropriate use of bswap instruction on non-I386 builds. | dyson | 1996-11-29 | 1 | -1/+10 |
* | When compiling with '-Wall -pedantic', the byte swapping macros gave the | nate | 1996-10-21 | 1 | -3/+3 |
* | Rename the local variable used by various macros outside the user's | jkh | 1995-02-12 | 1 | -21/+21 |
* | Change "asm" to "__asm" - makes it possible to compile code with | csgr | 1994-09-10 | 1 | -6/+6 |
* | adding libc/quad: | alm | 1993-12-19 | 1 | -1/+7 |
* | Made all header files idempotent and moved incorrect common data from | wollman | 1993-11-07 | 1 | -1/+5 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 1 | -9/+2 |
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 1 | -0/+117 |