| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove argument names from a function declaration. | dwmalone | 2003-06-22 | 1 | -1/+1 |
* | Add devname_r(3) which takes a buffer as argument. | phk | 2003-06-20 | 1 | -0/+1 |
* | Use __builtin_alloca() on compilers that have it. Keep the prototype for | des | 2003-06-15 | 1 | -1/+17 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 1 | -3/+3 |
* | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 1 | -4/+4 |
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 1 | -1/+1 |
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | markm | 2002-10-23 | 1 | -1/+1 |
* | Whitespace cleanup (half for fixing missing whitespace before `__restrict' | bde | 2002-09-21 | 1 | -20/+21 |
* | Use new visibility macros. Reorder some disordered declarations. Add | wollman | 2002-09-21 | 1 | -52/+104 |
* | Without fixing the namespace issues, add prototypes for the new _Exit() | wollman | 2002-09-10 | 1 | -2/+5 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -8/+8 |
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | tjr | 2002-09-01 | 1 | -3/+3 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -11/+10 |
* | - Add the 'restrict' qualifier to the function prototypes and | robert | 2002-08-15 | 1 | -5/+5 |
* | Don't define wchar_t if we are a C++ compiler. | obrien | 2002-07-09 | 1 | -0/+2 |
* | Convince lint via the standard lint-comment /* LONGLONG */ to not | markm | 2002-07-04 | 1 | -0/+5 |
* | Const poison. | phk | 2002-05-30 | 1 | -1/+1 |
* | Constify _malloc_options. | phk | 2002-04-24 | 1 | -1/+1 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -90/+88 |
* | const poison just like NetBSD. | imp | 2002-03-22 | 1 | -7/+7 |
* | Move user_from_uid to pwd.h | imp | 2002-02-14 | 1 | -2/+0 |
* | Revert 1.29. It breaks the build. Will figure out a better way to do | imp | 2002-02-13 | 1 | -2/+2 |
* | Make the user_from_uid and group_from_gid prototypes match the actual | imp | 2002-02-13 | 1 | -2/+2 |
* | Fix support for K&R C. | mike | 2001-12-22 | 1 | -1/+1 |
* | Oops, actually fix the namespace pollution for atoll() as the previous | bde | 2001-11-29 | 1 | -4/+4 |
* | Fixed namespace pollution and/or breakage of K&R and C90 support related to | bde | 2001-11-28 | 1 | -16/+21 |
* | Whitespace formatting | ache | 2001-11-28 | 1 | -1/+2 |
* | Fix just added atoll prototype | ache | 2001-11-28 | 1 | -1/+1 |
* | Add atoll(3) to conform POSIX and C99 | ache | 2001-11-28 | 1 | -0/+1 |
* | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | mike | 2001-11-15 | 1 | -0/+13 |
* | Introduce getprogname(3) and setprogname(3) library calls. These get | dd | 2001-05-15 | 1 | -0/+3 |
* | Move sranddev() to !ANSI_SOURCE !POSIX_SOURCE section | ache | 2001-04-23 | 1 | -1/+1 |
* | Add sranddev() prototype | ache | 2001-04-23 | 1 | -0/+1 |
* | Impliment the ISO-C99 strto[u]ll() | obrien | 2001-02-27 | 1 | -0/+4 |
* | Make it possible to override the function which writes messages to | phk | 2000-11-26 | 1 | -0/+3 |
* | Fixed missing declaration of rand_r(3). | bde | 1999-12-23 | 1 | -0/+2 |
* | Little reorganization: | dt | 1998-12-19 | 1 | -5/+3 |
* | Add reallocf to the library. This function is simliar to realloc, but | imp | 1998-09-14 | 1 | -0/+1 |
* | Change the return types for strtoq and strtouq to int64_t and u_int64_t | jb | 1998-05-11 | 1 | -3/+2 |
* | Moved include of <sys/cdefs.h> earlier for the same reasons as moving | bde | 1998-02-27 | 1 | -2/+2 |
* | Move machine/types.h to non-standard section | ache | 1997-06-14 | 1 | -2/+3 |
* | Add arc4random family declaration | ache | 1997-06-14 | 1 | -0/+5 |
* | Instead of copying fallback code over and over in each program, | ache | 1997-06-14 | 1 | -1/+1 |
* | Add srandomdev() prototype | ache | 1997-03-23 | 1 | -0/+1 |
* | Merge Lite2 changes - | peter | 1997-03-11 | 1 | -10/+3 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -12/+6 |
* | Fixed longstanding namespace convolution involving rune_t vs wchar_t. | bde | 1996-05-01 | 1 | -3/+7 |
* | Don't declare rune_t, putenv() or setenv() if _POSIX_SOURCE is declared. | bde | 1995-04-15 | 1 | -21/+19 |
* | Reviewed by: Bruce Evans | ats | 1994-11-21 | 1 | -0/+10 |
* | Declare functions that don't return as having attribute __dead2. | bde | 1994-09-08 | 1 | -2/+2 |