summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-0710-39/+12
* Add support for timeout: and attempts: resolver options.murray2003-12-071-0/+2
* Install UDF header files to unbreak /sbin building when /sys is not present.scottl2003-11-221-1/+1
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-141-0/+9
* Add the pthread_atfork() prototype.deischen2003-11-041-0/+2
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-301-0/+1
* *blush*. stdhash.h != strhash.hpeter2003-10-291-1/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-281-64/+0
* Argh. Forward declare some structs rather than increase include filepeter2003-10-261-0/+2
* Prototype yp_maplist()peter2003-10-261-0/+1
* style.ume2003-10-241-1/+1
* oops, EAI_NONAME is not EAINONAME.ume2003-10-241-1/+1
* workaround to have backward compatibility for EAI_NODATA.ume2003-10-231-0/+1
* oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.ume2003-10-231-0/+6
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-0/+2
* Add code to support pthread spin lock.davidxu2003-09-091-0/+7
* Add small piece of code to support pthread_rwlock_timedrdlock anddavidxu2003-09-061-0/+4
* Add code to support barrier synchronous object and implementdavidxu2003-09-041-0/+16
* Add a new machine independent varargs.h and use it as a central placekan2003-09-012-3/+46
* Update gethostname() prototype to match source and standard.wollman2003-08-191-1/+1
* Make C++ safeimp2003-07-141-0/+4
* Don't be so chatty about osreldate.h creation steps when make(1)ru2003-07-041-1/+1
* Fixed namespace pollution and unsorting of the 1003.1-1990 list inbde2003-07-011-1/+1
* Add /rescue bits. This basically encompasses all of bin and sbin alonggordon2003-06-291-0/+35
* Move path definitions to include/paths.h. This makes it easier to overridegordon2003-06-291-0/+3
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.gordon2003-06-291-0/+3
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-291-0/+1
* enable installation of sys/net80211sam2003-06-281-2/+2
* Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)phantom2003-06-252-2/+1
* back out install of net80211 include files until I can remove the old codesam2003-06-251-2/+2
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-251-2/+0
* Fix a mismerge.obrien2003-06-251-1/+1
* Don't blindly provide alloca() for all compilers -- it is too implementationobrien2003-06-251-4/+5
* install new 802.11 headerssam2003-06-251-2/+2
* Install the include file for the netgraph ATM node.harti2003-06-251-2/+3
* Bring back IPFilter headers to /usr/include, now that SHARED=symlinksru2003-06-231-2/+10
* Remove argument names from a function declaration.dwmalone2003-06-221-1/+1
* Remove _PATH_DEVDBphk2003-06-201-1/+0
* Add devname_r(3) which takes a buffer as argument.phk2003-06-201-0/+1
* Use __builtin_alloca() on compilers that have it. Keep the prototype fordes2003-06-151-1/+17
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-151-5/+0
* Finish the repocopy of bitstring.h to sys so it can be usedphk2003-06-131-122/+7
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-121-1/+1
* Centralize _PATH_* definitions.obrien2003-05-051-0/+4
* Install symlinks to individual headers instead of symlinks to directoriesbde2003-05-051-39/+67
* Use __FBSDID vs. rcsid[].obrien2003-05-0421-57/+41
* 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
OpenPOWER on IntegriCloud