summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
1997-04-25less inaccuratekstailey
1997-04-25skipped too many idsNiels Provos
1997-04-25Use nanosleep(2)Thorsten Lockert
1997-04-24Revert last changeThorsten Lockert
1997-04-24Pad out trailing parts of the address with zeros so we get a legal networkThorsten Lockert
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)
1997-04-23pmod to u_int16_t, Angelos kindly reminded meNiels Provos
1997-04-23Fix "bug" in linker. actually was bug in asm files that did not correctlyDale S. Rahn
align the global data. This allows the workaround in crt0 to be removed.
1997-04-21Ugly hack to work around bug in 88k linker.Dale S. Rahn
1997-04-20New POSIX 1003.1b syscalls; from pk@NetBSDThorsten Lockert
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-19constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhTheo de Raadt
1997-04-19change time() to gettimeofday()Niels Provos
1997-04-19make things more complicated.Niels Provos
1997-04-18move #includes to top; isTheo de Raadt
1997-04-18constrain length of db lookups better; reported by adam@math.tau.ac.ilTheo de Raadt
1997-04-17Fix __STDC__ macro handling of #, only hurt for mkdep not cpp duegvf
to cpp's use of -traditional. NetBSD PR port-m68k/3222. Fix from <horimoto@cs-aoi.cs.sist.ac.jp>.
1997-04-16Don't modify variables in the child since we vfork()'d toTodd C. Miller
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson).
1997-04-16typoTheo de Raadt
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos
some corrections.