summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Actually install include/fs/smbfs and include/netsmb directories.bp2001-04-111-5/+6
* It's not CUT (the french would accept that back in 1879) and TUC wasn'tphk2001-03-311-1/+5
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportwpaul2001-03-271-0/+1
* give the "netgrent" functions a home in netdb.halfred2001-03-271-0/+5
* const'ifyalfred2001-03-271-1/+1
* fix: text following `#else' violates ANSI standardalfred2001-03-261-1/+1
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-6/+6
* change callrpc() from taking "char *" args, I'm quite sure they really meantalfred2001-03-231-2/+2
* forgot prototyle for __rpc_get_local_uid()alfred2001-03-221-0/+2
* Unbreak LINT.alfred2001-03-201-0/+2
* The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedefalfred2001-03-201-1/+6
* comment out #pragma directive containing Sun SCM tagsalfred2001-03-201-1/+1
* 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
OpenPOWER on IntegriCloud