| Commit message (Expand) | Author | Age | Files | Lines |
| * | o Add typedef for size_t. | Mike Barcroft | 2002-10-02 | 1 | -4/+11 |
| * | Add prototypes for rstat(3) and havedisk(3). | Alfred Perlstein | 2002-10-01 | 1 | -0/+7 |
| * | test -h is deprecated; use -L instead. | Ruslan Ermilov | 2002-10-01 | 1 | -1/+1 |
| * | Merged all interesting difference between the old math.h and the current | Bruce Evans | 2002-10-01 | 1 | -124/+0 |
| * | Don't install mqueue.h, since it only makes things harder for porting | Mike Barcroft | 2002-09-30 | 1 | -2/+3 |
| * | Add getopt_long(3). | Eric Melville | 2002-09-29 | 2 | -1/+75 |
| * | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | Tim J. Robbins | 2002-09-28 | 1 | -5/+0 |
| * | Back down to 1003.2-1992 for the time being -- it is causing too many | Garrett Wollman | 2002-09-25 | 1 | -1/+1 |
| * | Add forgotten <sys/_types.h> include. Fix some style bugs while I'm | Mike Barcroft | 2002-09-24 | 1 | -39/+40 |
| * | o Move select() helper macros from <sys/types.h> to <sys/select.h>. | Mike Barcroft | 2002-09-23 | 1 | -0/+5 |
| * | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | Tim J. Robbins | 2002-09-23 | 1 | -0/+8 |
| * | Add the remaining C99 wide character string to integer conversion functions. | Tim J. Robbins | 2002-09-22 | 2 | -10/+8 |
| * | Whitespace cleanup (half for fixing missing whitespace before `__restrict' | Bruce Evans | 2002-09-21 | 1 | -20/+21 |
| * | Whitespace fixes (mainly for a space instead of a tab after #define). | Bruce Evans | 2002-09-21 | 1 | -18/+20 |
| * | Add implementations of the wprintf() family of functions, which perform | Tim J. Robbins | 2002-09-21 | 1 | -0/+9 |
| * | Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case. | Tim J. Robbins | 2002-09-21 | 1 | -2/+5 |
| * | Define constants for those POSIX options and option groups which are | Garrett Wollman | 2002-09-21 | 1 | -18/+237 |
| * | Use new visibility macros. Reorder some disordered declarations. Add | Garrett Wollman | 2002-09-21 | 1 | -52/+104 |
| * | Use new visibility macros. (1 of 5) | Garrett Wollman | 2002-09-21 | 1 | -10/+10 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 1 | -3/+10 |
| * | Fix an error which prevented ssize_t from becoming defined. Add | Mike Barcroft | 2002-09-20 | 1 | -3/+3 |
| * | Add dev/iicbus and dev/smbus to LSUBDIRS list | Peter Wemm | 2002-09-19 | 1 | -1/+2 |
| * | Install _semaphore.h. | Alfred Perlstein | 2002-09-19 | 1 | -1/+1 |
| * | style(9): tab after #define. | Mike Barcroft | 2002-09-18 | 1 | -12/+12 |
| * | o Don't include <nl_types.h>, instead provide a typedef for nl_item. | Mike Barcroft | 2002-09-18 | 1 | -1/+11 |
| * | Move definition of nl_item type to <sys/_types.h>, so that it can be | Mike Barcroft | 2002-09-18 | 1 | -1/+5 |
| * | Use relatively new visibility primitives for conditionals. Document | Mike Barcroft | 2002-09-18 | 1 | -6/+13 |
| * | style(9): line up function names | Mike Barcroft | 2002-09-17 | 1 | -8/+8 |
| * | Use the relatively new visibility primitives for conditionals. | Mike Barcroft | 2002-09-17 | 1 | -3/+3 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -4/+0 |
| * | Add wcstod() as a wrapper around strtod(). It does not handle any characters | Tim J. Robbins | 2002-09-15 | 1 | -0/+1 |
| * | Style: tab between #define and macro name. | Tim J. Robbins | 2002-09-12 | 1 | -4/+4 |
| * | Protect arguments to the putwc and putwchar macros with parens. | Tim J. Robbins | 2002-09-12 | 1 | -2/+2 |
| * | Add an implementation of wcsftime() (wide character version of strftime()). | Tim J. Robbins | 2002-09-11 | 1 | -0/+3 |
| * | Conditionalize some objects to match the functions that they are used | Mike Barcroft | 2002-09-11 | 1 | -2/+5 |
| * | Fix some style bugs: | Mike Barcroft | 2002-09-10 | 1 | -30/+32 |
| * | Fix namespace issues by using the relatively new visibility | Mike Barcroft | 2002-09-10 | 1 | -17/+30 |
| * | Replace FILE with struct __sFILE in the prototypes for the wide character | Tim J. Robbins | 2002-09-10 | 1 | -10/+10 |
| * | Without fixing the namespace issues, add prototypes for the new _Exit() | Garrett Wollman | 2002-09-10 | 1 | -2/+5 |
| * | Remove the typedef of wctype_t from this header; we don't support the | Tim J. Robbins | 2002-09-09 | 1 | -5/+0 |
| * | Solve the <runetype.h> pollution problem by disabling inline | Mike Barcroft | 2002-09-09 | 2 | -8/+32 |
| * | style(9): line up function names. | Mike Barcroft | 2002-09-09 | 1 | -13/+14 |
| * | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | Tim J. Robbins | 2002-09-08 | 1 | -0/+3 |
| * | Add an implementation of wcstok(), based on strtok_r(). | Tim J. Robbins | 2002-09-07 | 1 | -0/+2 |
| * | Add restrict qualifiers to wcsstr()'s arguments. | Tim J. Robbins | 2002-09-07 | 1 | -1/+1 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 7 | -29/+29 |
| * | o Fix namespace scope issues in <ctype.h> by using the relatively new | Mike Barcroft | 2002-09-06 | 4 | -44/+72 |
| * | remove #pragma ident | Alfred Perlstein | 2002-09-04 | 1 | -2/+0 |
| * | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | Mike Barcroft | 2002-09-03 | 1 | -4/+2 |
| * | Be more explicit about a namespace by using the relatively new | Mike Barcroft | 2002-09-01 | 1 | -1/+1 |