Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-08 | delete line left in by accident. | kstailey | |
1997-05-08 | subject/verb pluralization correction. | kstailey | |
1997-05-08 | add tag | kstailey | |
1997-05-08 | make clock_gettime.cat2 | kstailey | |
1997-05-08 | STANDARDS not HISTORY | kstailey | |
1997-05-08 | documentation for POSIX version of gettimeofday(2) -- the horizon leans ↵ | kstailey | |
forward offering you space for new steps of change | |||
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert | |
1997-04-30 | Make possible truncation of long value more explicit | Thorsten Lockert | |
1997-04-30 | Remove unused variables | Thorsten Lockert | |
1997-04-30 | Be specific about using unsigned values | Thorsten Lockert | |
1997-04-30 | Be more careful with mixing types | Thorsten Lockert | |
1997-04-30 | Remove dead code and variables | Thorsten Lockert | |
1997-04-30 | Don't do pointer arithmetic on void pointers | Thorsten Lockert | |
1997-04-30 | Be silent about unused arguments | Thorsten Lockert | |
1997-04-29 | possible buf oflow | Theo de Raadt | |
1997-04-29 | oops | Theo de Raadt | |
1997-04-29 | careful buffer handling | Theo de Raadt | |
1997-04-29 | mention that write updates timestamps | kstailey | |
1997-04-29 | something 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 val | Todd 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-27 | Typo and return value for arc4random(). | Angelos D. Keromytis | |
1997-04-27 | re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il | Theo de Raadt | |
1997-04-27 | handle hex-like hostnames | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-26 | document the meaning of protocol = 0. | michaels | |
1997-04-26 | my keyboard made a typo. | michaels | |
1997-04-26 | correct declaration given for herror(3) and describe better. | michaels | |
1997-04-26 | Use SYSLIBC_SCCS; these are syscalls | Thorsten Lockert | |
1997-04-26 | Add $OpenBSD$ tags | Thorsten Lockert | |
1997-04-25 | added select(2) to see also, mostly to test cvs commit | kstailey | |
1997-04-25 | less inaccurate | kstailey | |
1997-04-25 | less inaccurate | kstailey | |
1997-04-25 | skipped too many ids | Niels Provos | |
1997-04-25 | Use nanosleep(2) | Thorsten Lockert | |
1997-04-24 | Revert last change | Thorsten Lockert | |
1997-04-24 | Pad out trailing parts of the address with zeros so we get a legal network | Thorsten Lockert | |
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0) | |||
1997-04-23 | pmod to u_int16_t, Angelos kindly reminded me | Niels Provos | |
1997-04-23 | Fix "bug" in linker. actually was bug in asm files that did not correctly | Dale S. Rahn | |
align the global data. This allows the workaround in crt0 to be removed. | |||
1997-04-21 | Ugly hack to work around bug in 88k linker. | Dale S. Rahn | |
1997-04-20 | New POSIX 1003.1b syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-04-19 | Changed ``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-19 | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duh | Theo de Raadt | |
1997-04-19 | change time() to gettimeofday() | Niels Provos | |
1997-04-19 | make things more complicated. | Niels Provos | |
1997-04-18 | move #includes to top; is | Theo de Raadt | |
1997-04-18 | constrain length of db lookups better; reported by adam@math.tau.ac.il | Theo de Raadt | |
1997-04-17 | Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due | gvf | |
to cpp's use of -traditional. NetBSD PR port-m68k/3222. Fix from <horimoto@cs-aoi.cs.sist.ac.jp>. | |||
1997-04-16 | Don't modify variables in the child since we vfork()'d to | Todd C. Miller | |
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson). | |||
1997-04-16 | typo | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. |