aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* MFC:Chris D. Faulhaber2003-03-201-1/+1
* MFC: Implement non-blocking tcp-connectionsMartin Blapp2003-01-162-1/+8
* MFC: revert getbsize's headerlenp argument back to an int *.David E. O'Brien2003-01-081-1/+1
* MFC: Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE.Tim J. Robbins2003-01-081-2/+6
* MFC: pthread_attr_get_np now takes 'pthread_t' (not 'pthread_t *')Max Khon2003-01-071-1/+1
* MFC: Introduce FireWire userland utility.Hidetoshi Shimokawa2003-01-051-2/+2
* MFC rev 1.66 (partial):Mike Barcroft2002-12-311-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2002-12-131-228/+0
* 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
* Zap the early-adopter transition aid before we get into seriousPeter Wemm2002-10-111-8/+0
* Add support for the 6 new C99 struct lconv members dealing with formattingTim J. Robbins2002-10-091-0/+6
* Remove duplicate uninstalled aio.h header.Mike Barcroft2002-10-071-2/+1
* o Move location of the fpos_t typedef to be closer to other typedefs.Mike Barcroft2002-10-061-14/+33
* o Use relatively new visibility primitives from <sys/cdefs.h>.Mike Barcroft2002-10-061-16/+25
* Make stpcpy() only visiable w/in __BSD_VISIBLE.David E. O'Brien2002-10-051-1/+1
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-13/+13
* install sys/opencrypto include files in /usr/include/cryptoSam Leffler2002-10-041-1/+6
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-041-0/+2
* Add stpcpy(3).David E. O'Brien2002-10-031-0/+1
* Cope with a GCC bug by using an alternative, but equivalent functionMike Barcroft2002-10-031-1/+6
* Fix various style(9) bugs:Mike Barcroft2002-10-031-12/+16
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-6/+7
* o Add typedef for size_t.Mike Barcroft2002-10-021-4/+11
* Add prototypes for rstat(3) and havedisk(3).Alfred Perlstein2002-10-011-0/+7