Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-02-28 | Set data size resource limit to its max value so fsck will work | Todd C. Miller | |
on large disks (and ccd's). | |||
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 | |
NetBSD PR #3254, fix from Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>. | |||
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 | |
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-17 | Trivial change. Restored from backup | imp | |
1997-02-17 | __OpenBSD__ | Theo de Raadt | |
1997-02-16 | when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK... | Theo de Raadt | |
this appears to prevent the intermediate shell from playing with the signals such that it gets a tty signal inside an editor such as emacs. this was very annoying | |||
1997-02-16 | Just for the hell of it..? | Jason Downs | |
1997-02-14 | 64-bit clean | Niklas Hallqvist | |
1997-02-13 | don't fail completely in if_addr() just because one interface won't SIOCGIFADDR. | kstailey | |
1997-02-13 | Allow use of interface name in rules file. This way if you have a dynamic | kstailey | |
IP address you don't have to edit the rules file every time you connect. Example of usage: coyote% cat /etc/nat.rules map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000 ppp0 is automagically transformed into the IP address of the ppp0 interface. | |||
1997-02-12 | add tag | kstailey | |
1997-02-12 | Sign extension problem. | dm | |
1997-02-11 | IPF 1.3.7 | kstailey | |
1997-02-11 | document that -B may blow away important bits (on i386 it blows away MBR) | Theo de Raadt | |
1997-02-11 | Remove occurences of headswitch and trackseek, they no longer | Todd C. Miller | |
exist in struct fs. | |||
1997-02-11 | We now has fs_id in struct fs. | Todd C. Miller | |
1997-02-10 | Make dump(8) really honor -a. Fix up formatting in man page and remove | Todd C. Miller | |
duplicate entry. | |||
1997-02-09 | unexploitable buf oflow, eivind@freebsd | Theo de Raadt | |