summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
AgeCommit message (Expand)Author
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-11-10bump minor, for void set_rpc_maxgrouplist(int);Alexander von Gernler
2006-10-24add rthread syscalls and bump minor.Ted Unangst
2006-10-10system call changes (the file says "changes", leaving it purposelyTheo de Raadt
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-05-27Make libc's getcwd() use the new __getcwd() system callPedro Martelletto
2006-01-13Major version bump to deal with potential fallout from the types changes.Todd C. Miller
2005-11-16CODESET support. okay millert@, otto@Marc Espie
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
2005-06-17next citrus step.Marc Espie
2005-05-11major abi changes:Marc Espie
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-04-30isw* classification functions from citrus, with a `stub' implementationMarc Espie
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie
2005-03-30welcome libc35.0Ted Unangst
2004-10-17minor bump for new functionsTodd C. Miller
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-06-24change note as to when thread lib needs updating. OK deraadt@Marco S Hyman
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertTheo de Raadt
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-05-03libc major number crankTodd C. Miller
2004-01-12new syscall closefrom(2). ok deraadt millertTed Unangst
2003-07-21minor number bump due to added functionsTodd C. Miller
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