summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1997-03-29Use arc4random() not random().Todd C. Miller
1997-03-27fix -u/-p problems reported by mks@msc.edu; but be a bit more careful..Theo de Raadt
1997-03-27if lost+found generation code is enabled, create it with a nice modeTheo de Raadt
1997-03-27use 700 not 777 for new lost+found dirskstailey
1997-03-26added ipsec subdirNiels Provos
1997-03-26more pedantic description of secure levels on file flags; rickb@iaw.on.caTheo de Raadt
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-03-25closelog() more oftenTheo de Raadt
1997-03-23Use POSIX regexp, not v8 to avoid linking with -lcompat.Todd C. Miller
Parsing config files w/o regular expressions may be slightly slower but since this is normally done only once it's not a big deal.
1997-03-23Minor updates from lite2 + some KNF and strdup(3) checking.Todd C. Miller
Also, no need to change umask now that we use mkstemp(3).
1997-03-23-Wall happiness, use mkstemp(3) instead of mktemp(3), and someTodd C. Miller
minor KNF.
1997-03-22removed code that was inside #if 0 ... #endifkstailey
1997-03-20use ${COMPILE.c} even for the custom buildNiklas Hallqvist
1997-03-14Update from 4.4BSD-lite2Todd C. Miller
1997-03-10Allow noaccesstime as a synonym for noatime.Todd C. Miller
1997-03-09noatime changed to noaccesstime for consistency with BSD/OS.Todd C. Miller
1997-03-04Initialize path earlier so we never try to use it before it has beenThorsten Lockert
initialized; from Time Pierce <twpierce@mail.bsd.uchicago.edu>
1997-03-02Add noatime option to not update atime on files in a filesystem (unlessTodd C. Miller
ctime or mtime has changed). Useful for laptops and news servers.
1997-03-02Update based on latest NetBSD version.Todd C. Miller
Now uses functions from util.[ch] instead of local ones. Also some anal KNF from me...
1997-03-01Unified ipsec prgs in ipsecadmNiels Provos
1997-02-28Add -f to getopt() -- that'll teach me to test first.Todd C. Miller
1997-02-28From NetBSD (ws)Todd C. Miller
Fix handling of clusters marked bad; Noted by Rafal Boni
1997-02-28Silently ignore -f so that "fsck -f" works if you have an msdosTodd C. Miller
partition listed in fstab.
1997-02-28Corrected the length field.Angelos D. Keromytis
1997-02-28Set data size resource limit to its max value so fsck will workTodd C. Miller
on large disks (and ccd's).
1997-02-28Slightly more sane rlimit usage.Todd C. Miller
1997-02-27Fix function decl, get rid of a couple of warnings.Angelos D. Keromytis
1997-02-26post 1.3.8 patcheskstailey
1997-02-26FILES sectionskstailey
1997-02-26fix italicskstailey
1997-02-26add italicskstailey
1997-02-26add italicskstailey
1997-02-26move .DT before .SH FILESkstailey
1997-02-26mention /usr/share/ipf in FILES sectionkstailey
1997-02-26mention /usr/share/ipf in FILES sectionkstailey
1997-02-26version 1.3.8kstailey
1997-02-25-b option was being ignored when used in conjunction with -d.Todd C. Miller
NetBSD PR #3254, fix from Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
1997-02-23Note that newfs now contains fsirand(8) functionality.Todd C. Miller
1997-02-23Inline fsirand(8) (at no noticable cost in speed).Todd C. Miller
1997-02-22Update to lite2 -- man page is the only thing that changed.Todd C. Miller
1997-02-22Use rlimit to set datasize to max.Todd C. Miller
1997-02-22progname -> __progname and exec fsirand after mkfs().Todd C. Miller
1997-02-22headerNiels Provos
1997-02-22Amended the copyleft.Angelos D. Keromytis
1997-02-22Changed to reflect new TTL-option in kernel.Angelos D. Keromytis
1997-02-21Integration of IPSEC userland tools, no manpages yet, sorry.Niklas Hallqvist
1997-02-21Don't expose private copies of malloc(), calloc(), free(). Ewwww.Todd C. Miller
1997-02-20CFLAGS+=, from m4@umn.eduTheo de Raadt
1997-02-20From FreeBSD [Terry Lambert]:Thorsten Lockert
The following small diff fixes the annoying fsck bug that causes it to need to be run twice to end up with correct reference counts for inodes for directories that had subdirectories relocated into the lost+found directory. I found the need to rerun *extremely* annoying. This fix causes the count to be correctly adjusted later in pass 4 by correctly stating the parent reference count. Note that the parent reference count is incremented when the directory entry is made (for ".."), but is not really there in the case of a directory that does not make an entry in its parent dir. This can be tested by waiting for the inode sync after cd'ing from a shell into a test fs. Then you "mkdir xxx yyy zzz", wait a second, and hit the machine reset button.
1997-02-17Trivial change. Restored from backupimp