aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functionsTim J. Robbins2002-10-271-9/+16
* Prototype for pthread_attr_get_np().Alexey Zelkin2002-10-261-0/+1
* Install mac_partition include files.Robert Watson2002-10-241-1/+1
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...Mark Murray2002-10-231-1/+1
* 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