aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix pthread_suspend/resume_all_np() declarationsMax Khon2002-10-221-2/+2
* Install the include files in sys/dev/ofw.Thomas Moestl2002-10-181-1/+1
* install "fast ipsec" include filesSam Leffler2002-10-181-1/+1
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-161-0/+4
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-161-3/+7
* Fixed style bug near $FreeBSD$. VCS ids in copyrights should not beBruce Evans2002-10-161-1/+0
* Correct visibility conditionals for memccpy(), strdup(), andMike Barcroft2002-10-141-18/+29
* o Move forward declaration for struct timespec to a more appropriateMike Barcroft2002-10-141-2/+14
* Use a weak reference instead of a macro to make vfscanf an aliasTim J. Robbins2002-10-141-11/+2
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, soMike Barcroft2002-10-131-2/+1
* Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix aMike Barcroft2002-10-131-5/+8
* Add restrict type-qualifier.Mike Barcroft2002-10-122-18/+13
* Zap the early-adopter transition aid before we get into seriousPeter Wemm2002-10-111-8/+0
* Add support for the 6 new C99 struct lconv members dealing with formattingTim J. Robbins2002-10-091-0/+6
* Remove duplicate uninstalled aio.h header.Mike Barcroft2002-10-071-2/+1
* o Move location of the fpos_t typedef to be closer to other typedefs.Mike Barcroft2002-10-061-14/+33
* o Use relatively new visibility primitives from <sys/cdefs.h>.Mike Barcroft2002-10-061-16/+25
* Make stpcpy() only visiable w/in __BSD_VISIBLE.David E. O'Brien2002-10-051-1/+1
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-13/+13
* install sys/opencrypto include files in /usr/include/cryptoSam Leffler2002-10-041-1/+6
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-041-0/+2
* Add stpcpy(3).David E. O'Brien2002-10-031-0/+1
* Cope with a GCC bug by using an alternative, but equivalent functionMike Barcroft2002-10-031-1/+6
* Fix various style(9) bugs:Mike Barcroft2002-10-031-12/+16
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-6/+7
* o Add typedef for size_t.Mike Barcroft2002-10-021-4/+11
* Add prototypes for rstat(3) and havedisk(3).Alfred Perlstein2002-10-011-0/+7
* test -h is deprecated; use -L instead.Ruslan Ermilov2002-10-011-1/+1
* Merged all interesting difference between the old math.h and the currentBruce Evans2002-10-011-124/+0
* Don't install mqueue.h, since it only makes things harder for portingMike Barcroft2002-09-301-2/+3
* Add getopt_long(3).Eric Melville2002-09-292-1/+75
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().Tim J. Robbins2002-09-281-5/+0
* Back down to 1003.2-1992 for the time being -- it is causing too manyGarrett Wollman2002-09-251-1/+1
* Add forgotten <sys/_types.h> include. Fix some style bugs while I'mMike Barcroft2002-09-241-39/+40
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.Mike Barcroft2002-09-231-0/+5
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-0/+8
* Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins2002-09-222-10/+8
* Whitespace cleanup (half for fixing missing whitespace before `__restrict'Bruce Evans2002-09-211-20/+21
* Whitespace fixes (mainly for a space instead of a tab after #define).Bruce Evans2002-09-211-18/+20
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+9
* Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.Tim J. Robbins2002-09-211-2/+5
* Define constants for those POSIX options and option groups which areGarrett Wollman2002-09-211-18/+237
* Use new visibility macros. Reorder some disordered declarations. AddGarrett Wollman2002-09-211-52/+104
* Use new visibility macros. (1 of 5)Garrett Wollman2002-09-211-10/+10
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-3/+10
* Fix an error which prevented ssize_t from becoming defined. AddMike Barcroft2002-09-201-3/+3
* Add dev/iicbus and dev/smbus to LSUBDIRS listPeter Wemm2002-09-191-1/+2
* Install _semaphore.h.Alfred Perlstein2002-09-191-1/+1
* style(9): tab after #define.Mike Barcroft2002-09-181-12/+12
* o Don't include <nl_types.h>, instead provide a typedef for nl_item.Mike Barcroft2002-09-181-1/+11