summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-09-06succesful -> successfulAaron Campbell
1999-09-04Using .Li inside a .Bd -literal block messes up the fonts thereafter;Paul Janzen
1999-09-03typoTheo de Raadt
1999-09-03sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1999-09-02insert missing commaAaron Campbell
1999-09-01string.h for memcpy protoTheo de Raadt
1999-09-01typoTheo de Raadt
1999-08-31pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuc...Theo de Raadt
1999-08-31Consistify naming of RETURN VALUES section.Aaron Campbell
1999-08-30someone went overboard with Fn. Also Pa the email address. ok aaron@David Leonard
1999-08-28For the moment libcurses++ breaks on mipsNiklas Hallqvist
1999-08-27fts_pathlen and fts_namelen are u_short, not shortTodd C. Miller
1999-08-26add an inner xor to make prediction attacks against the ids harder, dueNiels Provos
1999-08-25Don't need to include sys/ucred.hTodd C. Miller
1999-08-24Do not error out if we have been statically linked but would like ld.so for d...Niklas Hallqvist
1999-08-23Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.Todd C. Miller
1999-08-22ncurses-5.0-990821Todd C. Miller
1999-08-22do { ... } while (0) instead of just { ... } in macrosTodd C. Miller
1999-08-20Fix RCS IdsNiklas Hallqvist
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-16point at isinff and isnanfTheo de Raadt
1999-08-16doc isinff() and isnanf()Theo de Raadt
1999-08-16don't need sys/file.h now that we include fcntl.hTodd C. Miller
1999-08-16missing fcntl.hTodd C. Miller
1999-08-16Explicitly include <sys/types.h> and some minor style points.Todd C. Miller
1999-08-16If the FTS_NOCHDIR flag is set and the final directory is empty,Todd C. Miller
1999-08-16Indentation.Angelos D. Keromytis
1999-08-15more pollTheo de Raadt
1999-08-15Update to ncurses-5.0-990814Todd C. Miller
1999-08-15new fileTodd C. Miller
1999-08-15Update to ncurses-5.0-990814Todd C. Miller
1999-08-13Work with newest version of OpenSSL.Angelos D. Keromytis
1999-08-13Correct ssl include file(s) path.Angelos D. Keromytis
1999-08-13Oops, missed updating distfile version.Angelos D. Keromytis
1999-08-13Update the include paths.Angelos D. Keromytis
1999-08-13Missing commaTodd C. Miller
1999-08-11more unescaped \n lines in nroff documentsTheo de Raadt
1999-08-11paste'o away!Todd T. Fries
1999-08-08missing G in item list; bdeTheo de Raadt
1999-08-07Local changes that should not have gone inTodd C. Miller
1999-08-07If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkTodd C. Miller
1999-08-03Return an open failure if the fstab is zero length or not a regular file.Jason Downs
1999-08-02Add a hook to regexp/regerror.c for overriding the default regerror()Jason Downs
1999-07-31fix printing error; marcTheo de Raadt
1999-07-31document cdev/bdev semantic changeTheo de Raadt
1999-07-26use .AqAaron Campbell
1999-07-23Eliminate namespace pollution, the crt0 file should not conflictDale S. Rahn
1999-07-23replace the stub ieeefp functions with the real working functions,Dale S. Rahn
1999-07-21Add missing hosts_ctl() prototype.Oleg Safiullin