summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
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
function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times.
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
with the "C" function start();
1999-07-23replace the stub ieeefp functions with the real working functions,Dale S. Rahn
from NetBSD.
1999-07-21Add missing hosts_ctl() prototype.Oleg Safiullin
1999-07-21Xr fparseln(3); deraadt@Aaron Campbell
1999-07-21fix bad English, spelling, grammar, comma splices, etc.Aaron Campbell
1999-07-21Remove PARAMETERS section. Different bad. Kjell bad.Kjell Wooding
Add references to sockaddr_storage.
1999-07-21Updated man pages to be useful. Include description of typical uses.Kjell Wooding
1999-07-20insert a missing .El macroAaron Campbell
1999-07-20Added fparseln from NetBSD.Jakob Schlyter
ok deraadt@
1999-07-20better english; deraadt@/millert@Aaron Campbell
1999-07-20changes brought in from v0.4; started by brad, more by me, being tested by mtsTheo de Raadt
1999-07-19if pcap_dump_open() specified a snaplen of -1, make sure pcap_open_offline() ↵Theo de Raadt
does not malloc -1, but uses max snaplen; pointed out by mts@nfr.net
1999-07-18I think that libm_i387 has lived too longTheo de Raadt
1999-07-18do not make excessive shared libraries for these tiny libraries..Theo de Raadt
1999-07-17Add a warning that our implementation is different from other vendors (Solaris).Jason Downs
1999-07-15change /etc/host.random to /var/db/host.randomNiels Provos