summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* o Move location of the fpos_t typedef to be closer to other typedefs.mike2002-10-061-14/+33
* o Use relatively new visibility primitives from <sys/cdefs.h>.mike2002-10-061-16/+25
* Make stpcpy() only visiable w/in __BSD_VISIBLE.obrien2002-10-051-1/+1
* Fix namespace issues by using visibility conditionals frommike2002-10-051-13/+13
* install sys/opencrypto include files in /usr/include/cryptosam2002-10-041-1/+6
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givestjr2002-10-041-0/+2
* Add stpcpy(3).obrien2002-10-031-0/+1
* Cope with a GCC bug by using an alternative, but equivalent functionmike2002-10-031-1/+6
* Fix various style(9) bugs:mike2002-10-031-12/+16
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-021-6/+7
* o Add typedef for size_t.mike2002-10-021-4/+11
* Add prototypes for rstat(3) and havedisk(3).alfred2002-10-011-0/+7
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
* Merged all interesting difference between the old math.h and the currentbde2002-10-011-124/+0
* Don't install mqueue.h, since it only makes things harder for portingmike2002-09-301-2/+3
* Add getopt_long(3).eric2002-09-292-1/+75
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().tjr2002-09-281-5/+0
* Back down to 1003.2-1992 for the time being -- it is causing too manywollman2002-09-251-1/+1
* Add forgotten <sys/_types.h> include. Fix some style bugs while I'mmike2002-09-241-39/+40
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.mike2002-09-231-0/+5
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-231-0/+8
* Add the remaining C99 wide character string to integer conversion functions.tjr2002-09-222-10/+8
* Whitespace cleanup (half for fixing missing whitespace before `__restrict'bde2002-09-211-20/+21
* Whitespace fixes (mainly for a space instead of a tab after #define).bde2002-09-211-18/+20
* Add implementations of the wprintf() family of functions, which performtjr2002-09-211-0/+9
* Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.tjr2002-09-211-2/+5
* Define constants for those POSIX options and option groups which arewollman2002-09-211-18/+237
* Use new visibility macros. Reorder some disordered declarations. Addwollman2002-09-211-52/+104
* Use new visibility macros. (1 of 5)wollman2002-09-211-10/+10
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-3/+10
* Fix an error which prevented ssize_t from becoming defined. Addmike2002-09-201-3/+3
* Add dev/iicbus and dev/smbus to LSUBDIRS listpeter2002-09-191-1/+2
* Install _semaphore.h.alfred2002-09-191-1/+1
* style(9): tab after #define.mike2002-09-181-12/+12
* o Don't include <nl_types.h>, instead provide a typedef for nl_item.mike2002-09-181-1/+11
* Move definition of nl_item type to <sys/_types.h>, so that it can bemike2002-09-181-1/+5
* Use relatively new visibility primitives for conditionals. Documentmike2002-09-181-6/+13
* style(9): line up function namesmike2002-09-171-8/+8
* Use the relatively new visibility primitives for conditionals.mike2002-09-171-3/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-4/+0
* Add wcstod() as a wrapper around strtod(). It does not handle any characterstjr2002-09-151-0/+1
* Style: tab between #define and macro name.tjr2002-09-121-4/+4
* Protect arguments to the putwc and putwchar macros with parens.tjr2002-09-121-2/+2
* Add an implementation of wcsftime() (wide character version of strftime()).tjr2002-09-111-0/+3
* Conditionalize some objects to match the functions that they are usedmike2002-09-111-2/+5
* Fix some style bugs:mike2002-09-101-30/+32
* Fix namespace issues by using the relatively new visibilitymike2002-09-101-17/+30
* Replace FILE with struct __sFILE in the prototypes for the wide charactertjr2002-09-101-10/+10
* Without fixing the namespace issues, add prototypes for the new _Exit()wollman2002-09-101-2/+5
* Remove the typedef of wctype_t from this header; we don't support thetjr2002-09-091-5/+0
OpenPOWER on IntegriCloud