summaryrefslogtreecommitdiff
path: root/sys/i386/include/ansi.h
Commit message (Expand)AuthorAgeFilesLines
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-53/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-123/+0
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-291-13/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Gcc 3.1 varargs support.David E. O'Brien2002-05-101-1/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-0/+1
* Guard against redefining __gnuc_va_list.David E. O'Brien2002-03-241-1/+2
* Resurrect one of the easiest changes from my big include files roll-upGarrett Wollman2002-02-151-0/+1
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-0/+34
* Remove funky right justification.Mike Barcroft2001-10-231-9/+9
* Try two on the preprocessing logic.David E. O'Brien2001-10-191-2/+2
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.David E. O'Brien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.David E. O'Brien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeDavid E. O'Brien2001-10-181-0/+8
* Minor comment tweaking.David E. O'Brien2001-10-171-4/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-301-0/+2
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpDavid E. O'Brien2001-05-181-1/+1
* Style changes -- revert ordering to mostly two revs ago.David E. O'Brien2001-05-181-51/+51
* Consistently define the rune types.David E. O'Brien2001-05-161-1/+19
* Move the int typedefs to the top so they can be used in defining other types.David E. O'Brien2001-05-161-30/+30
* Fixed disordering in previous commit. "Fixed" a null comment in previousBruce Evans2001-02-171-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-0/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-0/+5
* Protect the i386 machine-dependant type definitions of __int64_tSheldon Hearn2000-01-141-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Little reorganization:Dmitrij Tejblum1998-12-191-4/+14
* Added typedefs for __int64_t and __uint64_t. These will be used to avoidBruce Evans1998-06-141-9/+24
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,Alexander Langer1998-01-081-1/+4
* Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer supportPeter Wemm1997-05-081-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Oops, this should have been with the ctype changes.Bruce Evans1996-05-011-11/+9
* Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long toBruce Evans1996-04-131-2/+2
* Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use insteadBruce Evans1995-06-281-3/+12
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Define _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ to support correctBruce Evans1995-02-031-4/+17
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-18/+15
* First pass at adding locale support. This code only deals with the LC_CTYPEGarrett Wollman1994-04-041-2/+19
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+57