summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-09-21index/rindex as deprecated synonyms to strchr/strrchr.Marc Espie
1999-09-21crank minor; costa forgotTheo de Raadt
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
Add OpenBSD tags to files
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-16adopt to the new frame frameworkMichael Shalayeff
1999-09-16use writev() where possibleTheo de Raadt
1999-09-16appropiate -> appropriate; inspired by it being misspelled in a NetBSD commitAaron Campbell
message :-)
1999-09-15Add CAVEATS sections.Aaron Campbell
1999-09-15redo master.passwd.byname check if either the uid or euid changes, this wasTheo de Raadt
a case of bad caching; peter and I
1999-09-14indentTheo de Raadt
1999-09-14Tidying and spellingPaul Janzen
1999-09-14Supply examples and discuss limitations.Paul Janzen
1999-09-14this is the bcopy we useMichael Shalayeff
1999-09-14some basic frameworkMichael Shalayeff
1999-09-13use stronger language when pointing people at strtol()Theo de Raadt
1999-09-08TAILQ_FOREACH now is in queue.hMarc Espie
1999-09-07typoMarc Espie
1999-09-06succesful -> successfulAaron Campbell
1999-09-04Using .Li inside a .Bd -literal block messes up the fonts thereafter;Paul Janzen
.Li ... -> \&...
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
errors reasonably and deal correctly with unsigned quantities.
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; ↵Theo de Raadt
steuck@iname.com
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
to an attack pointed out by David Wagner.
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 ↵Niklas Hallqvist
dlopen and it is not there.
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
the trailing '/' would not be chopped; pho@freebsd.org
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