summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-161-0/+4
* - Remove the old insque() and remque() functions and their manualrobert2002-10-161-3/+7
* Fixed style bug near $FreeBSD$. VCS ids in copyrights should not bebde2002-10-161-1/+0
* Correct visibility conditionals for memccpy(), strdup(), andmike2002-10-141-18/+29
* o Move forward declaration for struct timespec to a more appropriatemike2002-10-141-2/+14
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-141-11/+2
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, somike2002-10-131-2/+1
* Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix amike2002-10-131-5/+8
* Add restrict type-qualifier.mike2002-10-122-18/+13
* Zap the early-adopter transition aid before we get into seriouspeter2002-10-111-8/+0
* Add support for the 6 new C99 struct lconv members dealing with formattingtjr2002-10-091-0/+6
* Remove duplicate uninstalled aio.h header.mike2002-10-071-2/+1
* 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
OpenPOWER on IntegriCloud