Age | Commit message (Expand) | Author |
1997-03-29 | Use arc4random() not random(). | Todd C. Miller |
1997-03-27 | fix -u/-p problems reported by mks@msc.edu; but be a bit more careful.. | Theo de Raadt |
1997-03-27 | if lost+found generation code is enabled, create it with a nice mode | Theo de Raadt |
1997-03-27 | use 700 not 777 for new lost+found dirs | kstailey |
1997-03-26 | added ipsec subdir | Niels Provos |
1997-03-26 | more pedantic description of secure levels on file flags; rickb@iaw.on.ca | Theo de Raadt |
1997-03-26 | no libcrypt, fix DPADD | Theo de Raadt |
1997-03-25 | closelog() more often | Theo de Raadt |
1997-03-23 | Use POSIX regexp, not v8 to avoid linking with -lcompat. | Todd C. Miller |
1997-03-23 | Minor updates from lite2 + some KNF and strdup(3) checking. | Todd C. Miller |
1997-03-23 | -Wall happiness, use mkstemp(3) instead of mktemp(3), and some | Todd C. Miller |
1997-03-22 | removed code that was inside #if 0 ... #endif | kstailey |
1997-03-20 | use ${COMPILE.c} even for the custom build | Niklas Hallqvist |
1997-03-14 | Update from 4.4BSD-lite2 | Todd C. Miller |
1997-03-10 | Allow noaccesstime as a synonym for noatime. | Todd C. Miller |
1997-03-09 | noatime changed to noaccesstime for consistency with BSD/OS. | Todd C. Miller |
1997-03-04 | Initialize path earlier so we never try to use it before it has been | Thorsten Lockert |
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller |
1997-03-02 | Update based on latest NetBSD version. | Todd C. Miller |
1997-03-01 | Unified ipsec prgs in ipsecadm | Niels Provos |
1997-02-28 | Add -f to getopt() -- that'll teach me to test first. | Todd C. Miller |
1997-02-28 | From NetBSD (ws) | Todd C. Miller |
1997-02-28 | Silently ignore -f so that "fsck -f" works if you have an msdos | Todd C. Miller |
1997-02-28 | Corrected the length field. | Angelos D. Keromytis |
1997-02-28 | Set data size resource limit to its max value so fsck will work | Todd C. Miller |
1997-02-28 | Slightly more sane rlimit usage. | Todd C. Miller |
1997-02-27 | Fix function decl, get rid of a couple of warnings. | Angelos D. Keromytis |
1997-02-26 | post 1.3.8 patches | kstailey |
1997-02-26 | FILES sections | kstailey |
1997-02-26 | fix italics | kstailey |
1997-02-26 | add italics | kstailey |
1997-02-26 | add italics | kstailey |
1997-02-26 | move .DT before .SH FILES | kstailey |
1997-02-26 | mention /usr/share/ipf in FILES section | kstailey |
1997-02-26 | mention /usr/share/ipf in FILES section | kstailey |
1997-02-26 | version 1.3.8 | kstailey |
1997-02-25 | -b option was being ignored when used in conjunction with -d. | Todd C. Miller |
1997-02-23 | Note that newfs now contains fsirand(8) functionality. | Todd C. Miller |
1997-02-23 | Inline fsirand(8) (at no noticable cost in speed). | Todd C. Miller |
1997-02-22 | Update to lite2 -- man page is the only thing that changed. | Todd C. Miller |
1997-02-22 | Use rlimit to set datasize to max. | Todd C. Miller |
1997-02-22 | progname -> __progname and exec fsirand after mkfs(). | Todd C. Miller |
1997-02-22 | header | Niels Provos |
1997-02-22 | Amended the copyleft. | Angelos D. Keromytis |
1997-02-22 | Changed to reflect new TTL-option in kernel. | Angelos D. Keromytis |
1997-02-21 | Integration of IPSEC userland tools, no manpages yet, sorry. | Niklas Hallqvist |
1997-02-21 | Don't expose private copies of malloc(), calloc(), free(). Ewwww. | Todd C. Miller |
1997-02-20 | CFLAGS+=, from m4@umn.edu | Theo de Raadt |
1997-02-20 | From FreeBSD [Terry Lambert]: | Thorsten Lockert |
1997-02-17 | Trivial change. Restored from backup | imp |