Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-19 | thorpej: | kstailey | |
icmpcode() returns an int, and, more importantly, -1 on failure. So, make this work on systems with unsigned chars by placing the return value of icmpcode() in a temporary variable, checking for failure, and then only setting fil.fr_icode (a char) upon success. | |||
1997-04-17 | fix start address for first extended filesystem | Niels Provos | |
1997-04-16 | _PATH_DEFTAPE is now defined in <paths.h> | Todd C. Miller | |
Change man page to reflect new default tape drive (/dev/rst0) | |||
1997-04-16 | No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h> | Todd C. Miller | |
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm" | |||
1997-04-15 | indent | Theo de Raadt | |
1997-04-14 | works a bit better with extended partitions. hack. | Niels Provos | |
1997-04-14 | if -s not specified, attempt to grok the disklabel | Theo de Raadt | |
1997-04-14 | strtol to strtoul | Niels Provos | |
1997-04-11 | - check existing pid file and don't start up if there is already | Todd C. Miller | |
a mountd running - if there is a problem with an entry in an exports line don't throw away the whole line unless it is obviously bogus. | |||
1997-04-11 | add more partition types. add (non-functional) Extended partition support | Theo de Raadt | |
which can be finished by someone who has Extended partitions (HINT: I would really like to see this working for 2.1) | |||
1997-04-11 | add support for a script called /etc/rc.shutdown | Theo de Raadt | |
1997-04-10 | Error if bsize < fsize. Problem noted by Dieter Dworkin Muller | Todd C. Miller | |
<dworkin@village.org> | |||
1997-04-10 | allow syntax of the form "route add -net 192.168.64.0/20 <destaddr>"; | Theo de Raadt | |
phk@freebsd, man page changes done by me 'cause i'm a bit bored | |||
1997-04-09 | add tags | kstailey | |
1997-04-09 | correct paragraph fill | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-06 | Add partition type 0x12. | Jason Downs | |
1997-04-06 | Use a size_t as arg 4 to sysctl(3). | Todd C. Miller | |
1997-04-06 | Fix int vs. long problems | Todd C. Miller | |
1997-04-05 | settimeofday(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-02 | Remove FreeBSD-specific stuff from BUGS section. | Todd C. Miller | |
1997-04-02 | fix bios geometry calculation | Michael Shalayeff | |
1997-03-29 | Avoid infinite loops; from NetBSD PR 3285 | Thorsten Lockert | |
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 | |
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-23 | Minor 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 some | Todd C. Miller | |
minor KNF. | |||
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 | |
initialized; from Time Pierce <twpierce@mail.bsd.uchicago.edu> | |||
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller | |
ctime or mtime has changed). Useful for laptops and news servers. | |||
1997-03-02 | Update 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-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 | |
Fix handling of clusters marked bad; Noted by Rafal Boni | |||
1997-02-28 | Silently ignore -f so that "fsck -f" works if you have an msdos | Todd C. Miller | |
partition listed in fstab. | |||
1997-02-28 | Corrected the length field. | Angelos D. Keromytis | |