Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-07 | -d is not always needed. the magic cookie stuff works | Theo de Raadt | |
1996-12-07 | months are from 1-12 not 0-12, netbsd pr#2806, mouse@Rodents.Montreal.QC.CA | Theo de Raadt | |
1996-12-05 | inverted logic | Theo de Raadt | |
1996-12-03 | cleanup debug; pointed out by darcy@druid.com | Theo de Raadt | |
1996-12-02 | bail nice | Theo de Raadt | |
1996-12-01 | Fix byte-order bug in net number comparison (NetBSD). | Todd C. Miller | |
From Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>, NetBSD PR #2961. | |||
1996-11-29 | Another explicit include of machine/endian.h blowing up | imp | |
1996-11-25 | ipx sysctl. | Michael Shalayeff | |
cleanup (protyping, printf formats and so) 1 (one) bug fix in printf's arg (struct instead of field) | |||
1996-11-25 | Liar, -w doesn't have a default value. | Todd C. Miller | |
1996-11-24 | Add recognition for remaining mount flags (from <sys/mount.h>) | Todd C. Miller | |
that make sense to "pstat -v". From NetBSD. | |||
1996-11-16 | Revoke privilages before restarting, from leshka@leshka.chuvashia.su | Jason Downs | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-12 | initialize: | Michael Shalayeff | |
int thiszone=0; | |||
1996-11-12 | *mountroot protos is in systm.h now | Niklas Hallqvist | |
1996-11-12 | add NetBIOS printing. | Michael Shalayeff | |
1996-11-12 | add NetBIOS printing. | Michael Shalayeff | |
1996-11-11 | plug db descriptor leak | Niklas Hallqvist | |
1996-11-11 | Add another Cw | Thorsten Lockert | |
1996-11-10 | Fix the fucking typo. | Jason Downs | |
1996-11-08 | Fix grammatical error | Niklas Hallqvist | |
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-05 | lpr suite uses getcap(3) so this is never used! | Todd C. Miller | |
1996-11-05 | sendmail 8.9.1 | Thorsten Lockert | |
1996-11-05 | Enable NFS | Thorsten Lockert | |
Add configuration for test machine | |||
1996-11-04 | Remove dead code as pointed out by bitblt. Also nuke the gross #defines, | Todd C. Miller | |
making things printcap specific (we don't use the old termcap code anyway...) We should really just use getcap(3). | |||
1996-11-04 | Don't use access(2) -- from Theo. | Todd C. Miller | |
1996-11-03 | Improve portability by using ANSI/POSIX interfaces when possible. | Todd C. Miller | |
1996-11-02 | "K" and "Kb" -> "KB" as well as "Mb" -> "MB" so people don't get confused | Todd C. Miller | |
and thing we are talking about *bits as opposed to *bytes. From NetBSD. | |||
1996-11-01 | Check malloc/strdup ret val and deal. | Todd C. Miller | |
1996-11-01 | gethostname correctly | Theo de Raadt | |
1996-11-01 | Revert obvious comment | imp | |
1996-11-01 | Buffer oflow possible, but unlikely | imp | |
1996-11-01 | 40 buf oflows | Theo de Raadt | |
1996-11-01 | HAVENIS | Theo de Raadt | |
1996-10-31 | bye bye | Theo de Raadt | |
1996-10-31 | buf oflows pendantry | Todd C. Miller | |
1996-10-31 | Proper strncpy() usage. | Todd C. Miller | |
1996-10-30 | import ctm (current through mail) | Thomas Graichen | |
for more see http://www.openbsd.org/ctm.html - it's basicaly the FreeBSD version adapted to OpenBSD - i'll bring in the latest FreeBSD changes in the next days | |||
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-10-27 | Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller | |
1996-10-26 | Prefer $LOGNAME to $USER. | Todd C. Miller | |
1996-10-26 | we are so ftp bounce paranoid, we checked twice! | Theo de Raadt | |
1996-10-26 | getopt returns -1 on OpenBSD | imp | |
1996-10-25 | proactive buf check | Theo de Raadt | |
1996-10-25 | proactive bounds checking; help from millert | Theo de Raadt | |
1996-10-23 | Merge of NetBSD 961020. Includes flexible build/source dir specs | Niklas Hallqvist | |
1996-10-16 | kill __yp_token. | Jason Downs | |
1996-10-16 | check strdup ret val. | Todd C. Miller | |
1996-10-16 | check malloc() ret val! | Todd C. Miller | |
1996-10-12 | Stop if the sum of unreachables and timeouts are >= number of probes, but | Thorsten Lockert | |
only if we have at least one unreachable |