summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Expand)Author
2003-05-08Major number crank due to setr[ug]id() moving into libcompat.Todd C. Miller
2003-04-14There are two related changes.Artur Grabowski
2003-01-20comment changed to look in libpthread, not libc_rMarco S Hyman
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-21Add strerror_r and functions versions of getchar_unlocked andMarco S Hyman
2002-10-30Minor bump for [gs]etres[ug]id(2)Todd C. Miller
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David HillTodd C. Miller
2002-06-28minor bump for readpassphrase() flag additionTodd C. Miller
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)Marc Espie
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-17Use __func__ in assert.Marc Espie
2002-02-23bump minor, EA support was added to libc.Dale Rahn
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-01new rmd160 implementation. based onMarkus Friedl
2001-08-06add note about updating minor in libc_r/shlib_version; deraadt@Jakob Schlyter
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter
2001-06-26crank minor number, for new getpeereid() syscallDug Song
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-02Add ohash_* functions to libc.Marc Espie
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-11-21crank minor numberTodd C. Miller
2000-11-16kqueue and kevent system callsNiels Provos
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
2000-07-19from freebsd:Michael Shalayeff
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.Todd C. Miller
2000-02-21Increment the minor number for fseeko()/ftello() addition.Todd C. Miller
2000-02-07bump minor (fhopen, fhstat, fhstatfs added)assar
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
1999-11-09Bump minor for addition of strtok_r.Artur Grabowski
1999-06-29temporary crankTheo de Raadt
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-05-22Add swapctl(2), and crank shlib minor.Tobias Weingartner
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1998-11-20crank major, just in caseTheo de Raadt
1998-11-15ftok requires minor crankTheo de Raadt
1998-09-18bump minor for xfspioctlArtur Grabowski
1998-08-10crank minorNiels Provos
1998-07-21crank minor because of castNiels Provos
1998-07-01crank major version since we have added new interfacesTodd C. Miller
1998-06-15recent IPC API changes requires thisNiklas Hallqvist
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-02-04+ strptime, from netbsdTheo de Raadt