summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-05-05nsems must be > 0, not >= 0; Michael KnudsenTodd C. Miller
2002-05-02SWAP_OFF has been implemented a long time ago.Artur Grabowski
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Some errno entries were not documented or added to _sys_errlist[] whenDale Rahn
2002-04-30Initial cleanup:Mike Pechkin
2002-04-29Stash string lengths in variables instead of computing multiple times.Todd C. Miller
2002-04-29fix for NetBSD lib/16483Marc Espie
2002-04-29wierd -> weirdPeter Valchev
2002-04-23sync doc, export->export_info.Marc Espie
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-17Use __func__ in assert.Marc Espie
2002-04-10don't attach to system processes.Federico G. Schwindt
2002-04-08.Xr getpeereid.Marc Espie
2002-04-05Use the more likely pointer in a sample code fragment; miod@ ok.Aaron Campbell
2002-04-04Minor updates from tzcode2002cTodd C. Miller
2002-04-03WCCPv1 GRE sysctl -- ok deraadt@Angelos D. Keromytis
2002-04-02Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me.Camiel Dobbelaar
2002-04-01better translations by Paul WeissmanJan-Uwe Finck
2002-03-31doc ECONNREFUSED; maurice@amaze.nlTheo de Raadt
2002-03-27VM is a history. From lazy form@.Mike Pechkin
2002-03-26Fix variable name. PR2492Hugh Graham
2002-03-25Fix temporary buffer memory leak with big hash keys and data;Todd C. Miller
2002-03-20fix memleak.Mike Pechkin
2002-03-16Add CAVEATS section similar to authenticate.3Todd C. Miller
2002-03-16Add CAVEATS section that details which functions call getpw* soTodd C. Miller
2002-03-16Add auth_getpwd MLINKTodd C. Miller
2002-03-16o Document auth_getpwd()Todd C. Miller
2002-03-14Fix error; open(2) is not supposed to restart when SA_RESTART is set,Todd C. Miller
2002-03-13Convert indentation whitespace -> tabs and kill $@%^#! ^M'sTodd C. Miller
2002-03-12Document reality.Artur Grabowski
2002-03-12Tack on MagniComp (BSD) license since this originally came from rdist.Todd C. Miller
2002-03-11Document PT_IOArtur Grabowski
2002-03-11More fp-related libc pieces for hppa.Miod Vallat
2002-03-10Clarify rename(2) behavior in the presence of a system crash.Todd C. Miller
2002-03-08reverse the conditionMichael Shalayeff
2002-03-08set ret for mem*, no mycopy, better reverse copy checkMichael Shalayeff
2002-03-07Xr getifaddrs(3) and networking(4) in SEE ALSO section.Todd C. Miller
2002-03-07Replace SIOCGIFCONF-using NRL versions with KAME versions that useTodd C. Miller
2002-03-05style(9) for the example; Alexander YurchenkoTodd C. Miller
2002-03-02Document how NOTE_TRACK behaves.Artur Grabowski
2002-03-02document tcp.ackonpushNiels Provos
2002-03-01document cryptodevallowsoftNiels Provos
2002-02-25Cosmetic changes such as correct printf format specifiers on LP64Todd C. Miller
2002-02-25use c versionsMichael Shalayeff
2002-02-25skip sockaddr correctly if sa_len < sockaddr. from niklasJun-ichiro itojun Hagino
2002-02-24We have search.h in /usr/include so we don't need this private one.Todd C. Miller
2002-02-24sys/types.h is needed as well.Federico G. Schwindt
2002-02-23deraadt@ objects to the caveat remark, so remove it.Miod Vallat