aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Add definitions for WCHAR_MIN and WCHAR_MAX.Alexander Kabaev2003-04-281-0/+6
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andJohn Polstra2003-04-201-0/+2
* Revert the definitions of _PW_KEY* to their previous values. There isJacques Vidrine2003-04-181-8/+27
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-172-12/+35
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-173-14/+133
* Dynamic object dependency mapping: libmap.Matthew N. Dodd2003-04-071-0/+1
* - Add setfstab() and getfstab().Matthew N. Dodd2003-04-071-0/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofJeff Roberson2003-03-311-1/+1
* MFp4: Implementations of the wcstof() and wcstold() functions.Tim J. Robbins2003-03-131-0/+3
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-121-3/+3
* Clean up some signed/unsigned issues in the XDR code.Jacques Vidrine2003-03-071-1/+1
* Drop netns from include file installationPeter Wemm2003-03-051-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+5
* Implement dlinfo() function.Alexander Kabaev2003-02-131-3/+34
* Add pthread_attr_getstack() and pthread_attr_setstack().Alfred Perlstein2003-02-101-0/+4
* Install geom include files.Poul-Henning Kamp2003-02-081-1/+1
* unifdef -D_THREAD_SAFEMax Khon2003-01-241-4/+0
* In the absence of consensus as to implement stubs for these TSH-shadedGarrett Wollman2003-01-231-12/+0
* o Move the contents of <machine/floatingpoint.h> over toMarcel Moolenaar2003-01-191-4/+2
* Sync with NetBSD -- sl_add() now returns an int.David E. O'Brien2003-01-191-1/+1
* MFCrypto: update RFC assigned telnet options (r1.9)Bill Fumerola2003-01-181-3/+8
* Implement non-blocking tcp-connections.Martin Blapp2003-01-162-1/+8
* Add prototypes for the non-standard _unlocked functions.Tim J. Robbins2003-01-131-0/+6
* No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to beTim J. Robbins2003-01-081-9/+0
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')Max Khon2003-01-071-1/+1
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these areTim J. Robbins2003-01-041-2/+11
* Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLSTim J. Robbins2003-01-041-0/+4
* Describe WRDE_NOCMD in the same way that we describe the rest of the flags.Tim J. Robbins2003-01-031-1/+1
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-021-4/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-014-4/+4
* Back out the s/int */size_t */ commit.David E. O'Brien2002-12-301-1/+1
* Install /sys/dev/firewire/*.h under /usr/include/dev/firewireHidetoshi Shimokawa2002-12-301-2/+2
* o Add typedef for off_t, pid_t, and useconds_t.Mike Barcroft2002-12-291-6/+17
* Unbreak for the !__XSI_VISIBLE case when another header that definesTim J. Robbins2002-12-261-5/+5
* Add "restrict" qualifiers to the prototype for wordexp().Tim J. Robbins2002-12-261-1/+1
* Add the POSIX <wordexp.h> header file.Tim J. Robbins2002-12-262-1/+77
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-221-0/+2
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* Don't install old LOMAC include files; do install new mac_lomacRobert Watson2002-12-031-1/+1
* Align the comment with functionality changes from previous revision.Ruslan Ermilov2002-11-251-4/+3
* Re-enable installing of Bluetooth include filesJulian Elischer2002-11-211-2/+2
* Temporarily remove the install of bluetooth include files..Julian Elischer2002-11-211-1/+2
* Populate with bluetooth includesJulian Elischer2002-11-211-0/+1
* libc header files are normally in src/include. Therefore, uuid.h hasMarcel Moolenaar2002-11-181-14/+10
* Fix XSI (X/Open) namespace support.Mike Barcroft2002-11-121-11/+18
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett2002-11-051-0/+2
* Implement DCE 1.1 compliant UUID functions. Immediate use of theseMarcel Moolenaar2002-10-301-0/+57
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-281-0/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-272-6/+39