summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2002-07-20correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.eduPeter Valchev
2002-07-20ansiTheo de Raadt
2002-07-18typoTodd C. Miller
2002-07-16ansiTheo de Raadt
2002-07-15suppress ctags warnings; millert@ okMichael Shalayeff
2002-07-14indent, and double free fix; millert okTheo de Raadt
2002-07-12Add a missing check for fts_alloc() returning NULL; Chad LoderTodd C. Miller
2002-07-11Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.Todd C. Miller
2002-07-08we can live very well w/ MI ffs()Michael Shalayeff
2002-07-08Use qsort() instead of mergesort() since the latter can fail dueTodd C. Miller
2002-07-08offload the arguments from the stack before performingMichael Shalayeff
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-06KNFTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-06cope better if realloc fails; better fix than cloder@acm.orgTheo de Raadt
2002-07-05more refinementTheo de Raadt
2002-07-02missing priority argument in example; ok millert@Kevin Steves
2002-07-01more type pedantJun-ichiro itojun Hagino
2002-07-01lint clean (and don't mixup signed/unsigned). from martin husemannJun-ichiro itojun Hagino
2002-07-01need string.hTheo de Raadt
2002-07-01Disc -> Disk for EDQUOT; now the error and log messages that appear whenPaul Janzen
2002-07-01Fix strnvis(): don't truncate unnecessarily, set the return value correctlyPaul Janzen
2002-07-01typoMarc Espie
2002-07-01make more pedantic check on strtoul. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-07-01indentTheo de Raadt
2002-06-29correct port range check. from deraadt. sync w/kame. bind-bugs have alread...Jun-ichiro itojun Hagino
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
2002-06-28minor bump for readpassphrase() flag additionTodd C. Miller
2002-06-28Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.Todd C. Miller
2002-06-28Lies, damn lies and getcap(3). The description for cgetclose() wasTodd C. Miller
2002-06-27%uTheo de Raadt
2002-06-27KNFTheo de Raadt
2002-06-27note Supplementary group IDs remain unchanged; ok deraadt@ tholo@Kevin Steves
2002-06-27%u and uid/gidTheo de Raadt
2002-06-27%d -> %u. mostly in #ifdef DEBUG.Jun-ichiro itojun Hagino
2002-06-27%d/%u mixup (in #ifdef DEBUG)Jun-ichiro itojun Hagino
2002-06-27ntohs() returns unsigned valueJun-ichiro itojun Hagino
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-06-20Close log file when leaving syslog_r(). deraadt@ okJean-Jacques Bernard-Gundol
2002-06-19Update license based on lite2 versionTodd C. Miller
2002-06-18Rewrite to get proper Copyright.Marc Espie
2002-06-17make fabs use asm, and license repairTheo de Raadt
2002-06-16match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>Todd T. Fries
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12__indr_reference() and the definition in the same compilation unit areFederico G. Schwindt
2002-06-11Document kern.userasymcryptoAngelos D. Keromytis
2002-06-11random cleanup that's cheaper to commit than to remove from my tree.Artur Grabowski