aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add code to support pthread spin lock.David Xu2003-09-091-0/+7
* Add small piece of code to support pthread_rwlock_timedrdlock andDavid Xu2003-09-061-0/+4
* Add code to support barrier synchronous object and implementDavid Xu2003-09-041-0/+16
* Add a new machine independent varargs.h and use it as a central placeAlexander Kabaev2003-09-012-3/+46
* Update gethostname() prototype to match source and standard.Garrett Wollman2003-08-191-1/+1
* Make C++ safeWarner Losh2003-07-141-0/+4
* Don't be so chatty about osreldate.h creation steps when make(1)Ruslan Ermilov2003-07-041-1/+1
* Fixed namespace pollution and unsorting of the 1003.1-1990 list inBruce Evans2003-07-011-1/+1
* Add /rescue bits. This basically encompasses all of bin and sbin alongGordon Tetlow2003-06-291-0/+35
* Move path definitions to include/paths.h. This makes it easier to overrideGordon Tetlow2003-06-291-0/+3
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.Gordon Tetlow2003-06-291-0/+3
* Add a libc function execvP that takes the search path as an arguement.Gordon Tetlow2003-06-291-0/+1
* enable installation of sys/net80211Sam Leffler2003-06-281-2/+2
* Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)Alexey Zelkin2003-06-252-2/+1
* back out install of net80211 include files until I can remove the old codeSam Leffler2003-06-251-2/+2
* Push the alloca #error warning farther down to play nicer with some out ofDavid E. O'Brien2003-06-251-2/+0
* Fix a mismerge.David E. O'Brien2003-06-251-1/+1
* Don't blindly provide alloca() for all compilers -- it is too implementationDavid E. O'Brien2003-06-251-4/+5
* install new 802.11 headersSam Leffler2003-06-251-2/+2
* Install the include file for the netgraph ATM node.Hartmut Brandt2003-06-251-2/+3
* Bring back IPFilter headers to /usr/include, now that SHARED=symlinksRuslan Ermilov2003-06-231-2/+10
* Remove argument names from a function declaration.David Malone2003-06-221-1/+1
* Remove _PATH_DEVDBPoul-Henning Kamp2003-06-201-1/+0
* Add devname_r(3) which takes a buffer as argument.Poul-Henning Kamp2003-06-201-0/+1
* Use __builtin_alloca() on compilers that have it. Keep the prototype forDag-Erling Smørgrav2003-06-151-1/+17
* Replace the old SCM_CREDS cred procedures. They can now beMartin Blapp2003-06-151-5/+0
* Finish the repocopy of bitstring.h to sys so it can be usedPoul-Henning Kamp2003-06-131-122/+7
* This is a driver for the physical layer chips used in ATM interfaces.Hartmut Brandt2003-06-121-1/+1
* Centralize _PATH_* definitions.David E. O'Brien2003-05-051-0/+4
* Install symlinks to individual headers instead of symlinks to directoriesBruce Evans2003-05-051-39/+67
* Use __FBSDID vs. rcsid[].David E. O'Brien2003-05-0421-57/+41
* 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