summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add missing comma when KERBEROS is defined.alfred2001-03-191-1/+2
* Introduce the GLOB_MAXPATH flag, which allows the user to limit thejlemon2001-03-191-0/+3
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-1931-482/+2492
* Add D_MD_ORDER (local extension) to get month/day order from localeache2001-03-191-0/+2
* Nuke non-standard EAI_RESNULL.ume2001-03-171-2/+1
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,obrien2001-03-081-0/+1
* mark pthread_exit() as non-returning.alfred2001-03-041-1/+1
* Hide the definition of struct __sFILEX and add the neededdeischen2001-03-011-6/+1
* Impliment the ISO-C99 strto[u]ll()obrien2001-02-271-0/+4
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Someume2001-02-191-1/+2
* Be extra certain that "#include <osreldate.h>" must not be used inpeter2001-02-181-1/+5
* Fix the current libc breakage in current:imp2001-02-161-8/+11
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-2/+15
* Commit a libc fix going by the current state of the version numberingpeter2001-02-141-4/+6
* It sounded like a good idea at the time. The previous change breakspeter2001-02-121-6/+3
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-121-3/+6
* libc MT-safety, part 2.deischen2001-02-111-0/+4
* add langinfo.hphantom2001-02-081-1/+1
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butphantom2001-02-081-0/+109
* Fix some nits:asmodai2001-02-061-8/+5
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Declare strunvisx().bde2001-02-061-0/+1
* Add a lock to DIR to make telldir and friends MT-safe.deischen2001-01-242-54/+5
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>peter2001-01-091-2/+3
* Remove struct.h, which has been punted into the Attic.sheldonh2001-01-031-1/+1
* Finally put this mistake to rest.phk2001-01-031-45/+0
* Change prototype to getlogin_r to reflect recent change to itsdeischen2001-01-011-1/+1
* Use TAILQ instead of CIRCLEQ.phk2000-12-291-4/+4
* Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don'tjasone2000-12-281-3/+0
* Move telldir position recording type definitions and prototypesdeischen2000-12-111-4/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-0/+2
* Add a LIST_HEAD to DIR for a queue of telldir positions.deischen2000-12-061-1/+6
* Make <struct.h> #error instead of #warn that it is going away on jan 1st.phk2000-12-011-13/+1
* remove unneeded sys/ucred.h includealfred2000-11-301-1/+0
* Fix stdbool.h to actually work as advertised.asmodai2000-11-291-11/+3
* Make it possible to override the function which writes messages tophk2000-11-261-0/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-1/+9
* Add netnatm to LDIRSbrian2000-10-161-1/+1
* Cleanup of bitstring.h:dwmalone2000-10-091-39/+46
* Add a definition for RTLD_DEFAULT.jdp2000-09-191-4/+3
* Update the prototype for "r_brk" to correspond with the change injdp2000-09-181-1/+2
* Welcome stdbool.h. A header file from the ANSI C99 specification.asmodai2000-09-162-2/+56
* Use MTREE_FOLLOWS_SYMLINKS optionache2000-09-151-1/+1
* There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}ru2000-09-141-3/+0
* I have not tested this to completion yet, but this appears to fix world.peter2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-064-11/+288
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-0/+1
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.des2000-08-312-1/+50
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-0/+2
OpenPOWER on IntegriCloud