| Commit message (Expand) | Author | Age | Files | Lines |
* | Install the include files in sys/dev/ofw. | Thomas Moestl | 2002-10-18 | 1 | -1/+1 |
* | install "fast ipsec" include files | Sam Leffler | 2002-10-18 | 1 | -1/+1 |
* | - Remove the lsearch() and lfind() functions and their manpage from | Robert Drehmel | 2002-10-16 | 1 | -0/+4 |
* | - Remove the old insque() and remque() functions and their manual | Robert Drehmel | 2002-10-16 | 1 | -3/+7 |
* | Fixed style bug near $FreeBSD$. VCS ids in copyrights should not be | Bruce Evans | 2002-10-16 | 1 | -1/+0 |
* | Correct visibility conditionals for memccpy(), strdup(), and | Mike Barcroft | 2002-10-14 | 1 | -18/+29 |
* | o Move forward declaration for struct timespec to a more appropriate | Mike Barcroft | 2002-10-14 | 1 | -2/+14 |
* | Use a weak reference instead of a macro to make vfscanf an alias | Tim J. Robbins | 2002-10-14 | 1 | -11/+2 |
* | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | Mike Barcroft | 2002-10-13 | 1 | -2/+1 |
* | Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix a | Mike Barcroft | 2002-10-13 | 1 | -5/+8 |
* | Add restrict type-qualifier. | Mike Barcroft | 2002-10-12 | 2 | -18/+13 |
* | Zap the early-adopter transition aid before we get into serious | Peter Wemm | 2002-10-11 | 1 | -8/+0 |
* | Add support for the 6 new C99 struct lconv members dealing with formatting | Tim J. Robbins | 2002-10-09 | 1 | -0/+6 |
* | Remove duplicate uninstalled aio.h header. | Mike Barcroft | 2002-10-07 | 1 | -2/+1 |
* | o Move location of the fpos_t typedef to be closer to other typedefs. | Mike Barcroft | 2002-10-06 | 1 | -14/+33 |
* | o Use relatively new visibility primitives from <sys/cdefs.h>. | Mike Barcroft | 2002-10-06 | 1 | -16/+25 |
* | Make stpcpy() only visiable w/in __BSD_VISIBLE. | David E. O'Brien | 2002-10-05 | 1 | -1/+1 |
* | Fix namespace issues by using visibility conditionals from | Mike Barcroft | 2002-10-05 | 1 | -13/+13 |
* | install sys/opencrypto include files in /usr/include/crypto | Sam Leffler | 2002-10-04 | 1 | -1/+6 |
* | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | Tim J. Robbins | 2002-10-04 | 1 | -0/+2 |
* | Add stpcpy(3). | David E. O'Brien | 2002-10-03 | 1 | -0/+1 |
* | Cope with a GCC bug by using an alternative, but equivalent function | Mike Barcroft | 2002-10-03 | 1 | -1/+6 |
* | Fix various style(9) bugs: | Mike Barcroft | 2002-10-03 | 1 | -12/+16 |
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | Robert Drehmel | 2002-10-02 | 1 | -6/+7 |
* | 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 |