summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
1997-05-05hopefully the last tahoe relict in the tree goes now ...Thomas Graichen
1997-05-04Fix writing of pid file. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1997-04-30clone boot sector that existed there? bad idea. No idea why thoughTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-27Correct assumed editing mistakes.Jason Downs
1997-04-24Enforce read only mounts. No exceptions.Jason Downs
1997-04-24Don't build LFS, it doesn't work.Jason Downs
1997-04-20support for -o port=N; provosTheo de Raadt
1997-04-20sparc/sun3 labels want cyl-alignment; grrTheo de Raadt
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-04-19force readonly, hehTheo de Raadt
1997-04-19replace -r (disable Rockridge extensions) with -R ..flipk
1997-04-19thorpej:kstailey
1997-04-17fix start address for first extended filesystemNiels Provos
1997-04-16_PATH_DEFTAPE is now defined in <paths.h>Todd C. Miller
1997-04-16No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>Todd C. Miller
1997-04-15indentTheo de Raadt
1997-04-14works a bit better with extended partitions. hack.Niels Provos
1997-04-14if -s not specified, attempt to grok the disklabelTheo de Raadt
1997-04-14strtol to strtoulNiels Provos
1997-04-11 - check existing pid file and don't start up if there is alreadyTodd C. Miller
1997-04-11add more partition types. add (non-functional) Extended partition supportTheo de Raadt
1997-04-11add support for a script called /etc/rc.shutdownTheo de Raadt
1997-04-10Error if bsize < fsize. Problem noted by Dieter Dworkin MullerTodd C. Miller
1997-04-10allow syntax of the form "route add -net 192.168.64.0/20 <destaddr>";Theo de Raadt
1997-04-09add tagskstailey
1997-04-09correct paragraph fillkstailey
1997-04-09spellingkstailey
1997-04-09spellingkstailey
1997-04-09the theTheo de Raadt
1997-04-06Add partition type 0x12.Jason Downs
1997-04-06Use a size_t as arg 4 to sysctl(3).Todd C. Miller
1997-04-06Fix int vs. long problemsTodd C. Miller
1997-04-05settimeofday(2) restruction moved to secure level 2.Todd C. Miller
1997-04-04#include <string.h> since we use string functions...Todd C. Miller
1997-04-02Remove FreeBSD-specific stuff from BUGS section.Todd C. Miller
1997-04-02fix bios geometry calculationMichael Shalayeff
1997-03-29Avoid infinite loops; from NetBSD PR 3285Thorsten Lockert
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
1997-03-23Minor 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 someTodd C. Miller
1997-03-22removed code that was inside #if 0 ... #endifkstailey