summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2001-11-06no more vm in LDIRSTheo de Raadt
2001-11-04Ghostscript port refused to build with 'printf' in theKenneth R Westerback
2001-11-02attribute(format) no longer implies nonnull...Marc Espie
2001-11-01Mention printf-like attributes for setproctitle().Miod Vallat
2001-10-11C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite.Marc Espie
2001-10-01new rmd160 implementation. based onMarkus Friedl
2001-09-15prototype cleanupTheo de Raadt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-09-03how did ../lib/libusb not get added? Bad developersTheo de Raadt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warningsFederico G. Schwindt
2001-08-26Change the second arg to pw_mkdb() from a boolean flag to a set ofTodd C. Miller
2001-08-07remove redundant __noreturn__ attributes now that __dead is sane for modern gccTodd C. Miller
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter
2001-07-31add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@Jakob Schlyter
2001-07-31we talked about libsectok having an include target a couple of times....Theo de Raadt
2001-07-25EDNS0 RFC ref typo. ok deraadt@Jakob Schlyter
2001-07-19typo in commentMarc Espie
2001-07-19Expose protos for _{err,warn}{,x} regardless of __indr_reference beingTodd C. Miller
2001-07-15Give login_cap_t a struct name so we can use forward declarations.Todd C. Miller
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-06-30Default login style is now krb4-or-pwd, not krb-or-pwd.Todd C. Miller
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