summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Add definitions for WCHAR_MIN and WCHAR_MAX.kan2003-04-281-0/+6
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-201-0/+2
* Revert the definitions of _PW_KEY* to their previous values. There isnectar2003-04-181-8/+27
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-172-12/+35
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-173-14/+133
* Dynamic object dependency mapping: libmap.mdodd2003-04-071-0/+1
* - Add setfstab() and getfstab().mdodd2003-04-071-0/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-311-1/+1
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-131-0/+3
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-121-3/+3
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-071-1/+1
* Drop netns from include file installationpeter2003-03-051-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-0/+5
* Implement dlinfo() function.kan2003-02-131-3/+34
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-101-0/+4
* Install geom include files.phk2003-02-081-1/+1
* unifdef -D_THREAD_SAFEfjoe2003-01-241-4/+0
* In the absence of consensus as to implement stubs for these TSH-shadedwollman2003-01-231-12/+0
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-191-4/+2
* Sync with NetBSD -- sl_add() now returns an int.obrien2003-01-191-1/+1
* MFCrypto: update RFC assigned telnet options (r1.9)billf2003-01-181-3/+8
* Implement non-blocking tcp-connections.mbr2003-01-162-1/+8
* Add prototypes for the non-standard _unlocked functions.tjr2003-01-131-0/+6
* No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to betjr2003-01-081-9/+0
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')fjoe2003-01-071-1/+1
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these aretjr2003-01-041-2/+11
* Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLStjr2003-01-041-0/+4
* Describe WRDE_NOCMD in the same way that we describe the rest of the flags.tjr2003-01-031-1/+1
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-01-021-4/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-014-4/+4
* Back out the s/int */size_t */ commit.obrien2002-12-301-1/+1
* Install /sys/dev/firewire/*.h under /usr/include/dev/firewiresimokawa2002-12-301-2/+2
* o Add typedef for off_t, pid_t, and useconds_t.mike2002-12-291-6/+17
* Unbreak for the !__XSI_VISIBLE case when another header that definestjr2002-12-261-5/+5
* Add "restrict" qualifiers to the prototype for wordexp().tjr2002-12-261-1/+1
* Add the POSIX <wordexp.h> header file.tjr2002-12-262-1/+77
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-221-0/+2
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* Don't install old LOMAC include files; do install new mac_lomacrwatson2002-12-031-1/+1
* Align the comment with functionality changes from previous revision.ru2002-11-251-4/+3
* Re-enable installing of Bluetooth include filesjulian2002-11-211-2/+2
* Temporarily remove the install of bluetooth include files..julian2002-11-211-1/+2
* Populate with bluetooth includesjulian2002-11-211-0/+1
* libc header files are normally in src/include. Therefore, uuid.h hasmarcel2002-11-181-14/+10
* Fix XSI (X/Open) namespace support.mike2002-11-121-11/+18
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingjmallett2002-11-051-0/+2
* Implement DCE 1.1 compliant UUID functions. Immediate use of thesemarcel2002-10-301-0/+57
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-281-0/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-272-6/+39
OpenPOWER on IntegriCloud