summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-06-05Xr rmdirTheo de Raadt
1997-06-04use bzero instead of FD_ZEROdm
1997-06-03howmany(x+1, NFDBITS)Theo de Raadt
1997-06-03WE INCREMENT THE GOD DAMNED MINOR NUMBER WHEN WE ADD A SYSCALL, OK?Jason Downs
1997-06-02Man page claims O_WRONLY is allowed. Why not?dm
1997-06-02incorrect description; bgrayson@ece.utexas.eduTheo de Raadt
1997-06-02no MAP_WRITE, fix like freebsd; spotted by bgrayson@ece.utexas.eduTheo de Raadt
1997-06-02fix; jonb@metronet.comTheo de Raadt
1997-06-01A few minor changes from tcp_wrappers 7.6Jason Downs
1997-05-31Need <errno.h>Thorsten Lockert
1997-05-31Make it possible to not output warnings (errors causing aborts are alwaysThorsten Lockert
output).
1997-05-31Add x/X option to behave like X11 xmalloc; from FreeBSDThorsten Lockert
Reduce diffs wrt. FreeBSD some
1997-05-31Set errno to EBADF when trying to write to a stream not open for writing;Thorsten Lockert
required by POSIX
1997-05-30add getpgrp(2) from NetBSDkstailey
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-05-293rd arg to clock_getres() is not a const ptrkstailey
1997-05-28malloc fd_set dynamically, for very large fd usesTheo de Raadt
1997-05-28malloc fd_set dynamically, for very large fd usesTheo de Raadt
1997-05-28repair comments about 2 byte xdrred headersTheo de Raadt
1997-05-08delete line left in by accident.kstailey
1997-05-08subject/verb pluralization correction.kstailey
1997-05-08add tagkstailey
1997-05-08make clock_gettime.cat2kstailey
1997-05-08STANDARDS not HISTORYkstailey
1997-05-08documentation for POSIX version of gettimeofday(2) -- the horizon leans ↵kstailey
forward offering you space for new steps of change
1997-04-30Be more careful about possible type promotionThorsten Lockert
1997-04-30Make possible truncation of long value more explicitThorsten Lockert
1997-04-30Remove unused variablesThorsten Lockert
1997-04-30Be specific about using unsigned valuesThorsten Lockert
1997-04-30Be more careful with mixing typesThorsten Lockert
1997-04-30Remove dead code and variablesThorsten Lockert
1997-04-30Don't do pointer arithmetic on void pointersThorsten Lockert
1997-04-30Be silent about unused argumentsThorsten Lockert
1997-04-29possible buf oflowTheo de Raadt
1997-04-29oopsTheo de Raadt
1997-04-29careful buffer handlingTheo de Raadt
1997-04-29mention that write updates timestampskstailey
1997-04-29something is wrong with this level of randomness; let 2.1 go out with this ↵Theo de Raadt
"problem"
1997-04-28- cast usages of *printf() to void since we don't check return valTodd C. Miller
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
1997-04-27Typo and return value for arc4random().Angelos D. Keromytis
1997-04-27re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.ilTheo de Raadt
1997-04-27handle hex-like hostnamesTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-26document the meaning of protocol = 0.michaels
1997-04-26my keyboard made a typo.michaels
1997-04-26correct declaration given for herror(3) and describe better.michaels
1997-04-26Use SYSLIBC_SCCS; these are syscallsThorsten Lockert
1997-04-26Add $OpenBSD$ tagsThorsten Lockert
1997-04-25added select(2) to see also, mostly to test cvs commitkstailey
1997-04-25less inaccuratekstailey