summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2001-06-27Why was a very large chunk of code commited to the source tree withoutTheo de Raadt
2001-06-26Install kerberosV includefilesHans Insulander
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
2001-06-13Simplify.Artur Grabowski
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
2001-06-08oops.Artur Grabowski
2001-06-08Ooops. Add struct r_debug, from powerpc.Artur Grabowski
2001-06-05repair copyright notices for NRL & cmetz; cmetzTheo de Raadt
2001-05-31If DT_PROCNUM is not defined, assume it's 0Artur Grabowski
2001-05-31correct prototype for dlerror.Artur Grabowski
2001-05-31Install link.h and dlfcn.h on alpha.Artur Grabowski
2001-05-26Change protection of struct exception back from #ifdef __LIBM_PRIVATETodd C. Miller
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
2001-05-14Speed-up:Marc Espie
2001-03-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
2001-03-18GLOB_LIMIT changes from christosTheo de Raadt
2001-03-09Move nanosleep() proto to from sys/time.h to time.h where it belongs.Todd C. Miller
2001-03-03plug many memory leaksTheo de Raadt
2001-03-02Add ohash_* functions to libc.Marc Espie
2001-02-21change ai_addrlen to socklen_t. now it conforms toJun-ichiro itojun Hagino
2001-02-13_PW_NAME_LEN doesn't include the NUL, MAXLOGNAME does.Paul Janzen
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-29Include <nl_types.h>. Conforms to SUSv2, mirrors NetBSD. ok deraadt@Christian Weisgerber
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-24indentAaron Campbell
2001-01-09Amend c_count comment per PR 1576.Angelos D. Keromytis
2001-01-04spellingTodd T. Fries
2001-01-01Guard agaist multiple inclusionTodd C. Miller
2001-01-01Guard against multiple inclusionTodd C. Miller
2000-12-21Better english; from provos@Aaron Campbell
2000-12-18*cough*someone forgot to remove libgmp*cough*Brad Smith
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-11-21Add references to new files.Todd C. Miller
2000-11-21BSD authentication routines from BSDI. Presently this is not used butTodd C. Miller
2000-11-21Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asTodd C. Miller
2000-11-21Missed this in the strnvis(3) commit.Todd C. Miller
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller
2000-11-19Remove prototypes for old BSD auth functions. New ones will live inTodd C. Miller
2000-10-12proto _rpc_dtablesize()Theo de Raadt
2000-10-10Don't install ieeefp.h on vax. derradt Ok.Hugh Graham
2000-10-04Remove parameter names in prototypes (always a bad idea)Marc Espie
2000-10-01Now that powerpc has shared libraries, make certain that link.h and dlfcn.hDale S. Rahn
2000-09-19install netnatm includes; stoklund@cp.dyndns.dkTheo de Raadt
2000-09-12o add missing getsid() prototypeTodd C. Miller
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-22proto svc_getreqset2Theo de Raadt
2000-08-22Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIXTodd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
2000-07-19from freebsd:Michael Shalayeff
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesJun-ichiro itojun Hagino