aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Unbreak LINT.Alfred Perlstein2001-03-201-0/+2
* The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedefAlfred Perlstein2001-03-201-1/+6
* comment out #pragma directive containing Sun SCM tagsAlfred Perlstein2001-03-201-1/+1
* Add missing comma when KERBEROS is defined.Alfred Perlstein2001-03-191-1/+2
* Introduce the GLOB_MAXPATH flag, which allows the user to limit theJonathan Lemon2001-03-191-0/+3
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-1931-482/+2492
* Add D_MD_ORDER (local extension) to get month/day order from localeAndrey A. Chernov2001-03-191-0/+2
* Nuke non-standard EAI_RESNULL.Hajimu UMEMOTO2001-03-171-2/+1
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-0/+1
* mark pthread_exit() as non-returning.Alfred Perlstein2001-03-041-1/+1
* Hide the definition of struct __sFILEX and add the neededDaniel Eischen2001-03-011-6/+1
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-271-0/+4
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO2001-02-191-1/+2
* Be extra certain that "#include <osreldate.h>" must not be used inPeter Wemm2001-02-181-1/+5
* Fix the current libc breakage in current:Warner Losh2001-02-161-8/+11
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-2/+15
* Commit a libc fix going by the current state of the version numberingPeter Wemm2001-02-141-4/+6
* It sounded like a good idea at the time. The previous change breaksPeter Wemm2001-02-121-6/+3
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andPeter Wemm2001-02-121-3/+6
* libc MT-safety, part 2.Daniel Eischen2001-02-111-0/+4
* add langinfo.hAlexey Zelkin2001-02-081-1/+1
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butAlexey Zelkin2001-02-081-0/+109
* Fix some nits:Jeroen Ruigrok van der Werven2001-02-061-8/+5
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Declare strunvisx().Bruce Evans2001-02-061-0/+1
* Add a lock to DIR to make telldir and friends MT-safe.Daniel Eischen2001-01-242-54/+5
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>Peter Wemm2001-01-091-2/+3
* Remove struct.h, which has been punted into the Attic.Sheldon Hearn2001-01-031-1/+1
* Finally put this mistake to rest.Poul-Henning Kamp2001-01-031-45/+0
* Change prototype to getlogin_r to reflect recent change to itsDaniel Eischen2001-01-011-1/+1
* Use TAILQ instead of CIRCLEQ.Poul-Henning Kamp2000-12-291-4/+4
* Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don'tJason Evans2000-12-281-3/+0
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-111-4/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-0/+2
* Add a LIST_HEAD to DIR for a queue of telldir positions.Daniel Eischen2000-12-061-1/+6
* Make <struct.h> #error instead of #warn that it is going away on jan 1st.Poul-Henning Kamp2000-12-011-13/+1
* remove unneeded sys/ucred.h includeAlfred Perlstein2000-11-301-1/+0
* Fix stdbool.h to actually work as advertised.Jeroen Ruigrok van der Werven2000-11-291-11/+3
* Make it possible to override the function which writes messages toPoul-Henning Kamp2000-11-261-0/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-1/+9
* Add netnatm to LDIRSBrian Somers2000-10-161-1/+1
* Cleanup of bitstring.h:David Malone2000-10-091-39/+46
* Add a definition for RTLD_DEFAULT.John Polstra2000-09-191-4/+3
* Update the prototype for "r_brk" to correspond with the change inJohn Polstra2000-09-181-1/+2
* Welcome stdbool.h. A header file from the ANSI C99 specification.Jeroen Ruigrok van der Werven2000-09-162-2/+56
* Use MTREE_FOLLOWS_SYMLINKS optionAndrey A. Chernov2000-09-151-1/+1
* There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev}Ruslan Ermilov2000-09-141-3/+0
* I have not tested this to completion yet, but this appears to fix world.Peter Wemm2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-064-11/+288