summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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
1997-02-17__OpenBSD__Theo de Raadt
1997-02-16when 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-16Just for the hell of it..?Jason Downs
1997-02-1464-bit cleanNiklas Hallqvist
1997-02-13don't fail completely in if_addr() just because one interface won't SIOCGIFADDR.kstailey
1997-02-13Allow use of interface name in rules file. This way if you have a dynamickstailey
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-12add tagkstailey
1997-02-12Sign extension problem.dm
1997-02-11IPF 1.3.7kstailey
1997-02-11document that -B may blow away important bits (on i386 it blows away MBR)Theo de Raadt
1997-02-11Remove occurences of headswitch and trackseek, they no longerTodd C. Miller
exist in struct fs.
1997-02-11We now has fs_id in struct fs.Todd C. Miller
1997-02-10Make dump(8) really honor -a. Fix up formatting in man page and removeTodd C. Miller
duplicate entry.
1997-02-09unexploitable buf oflow, eivind@freebsdTheo de Raadt
1997-02-09Fix casts to off_t, problem noted and fixed by Theo.Todd C. Miller
1997-02-09Get block size from disklabel.Todd C. Miller
Adds support for setting fs_id for when when we have that in struct fs.
1997-02-08more names.Michael Shalayeff
1997-02-07fixed order of tests in printnat() so that it catches tcp/udp firstkstailey
1997-02-07one more tcpudp->tcp/udpkstailey
1997-02-07make output look like input (and like docs)kstailey
1997-02-07fix tagskstailey
1997-02-07make protocol string be tcp/udp not tcpudp since this is how it is documented.kstailey
1997-02-07i hate tabs and spacesMichael Shalayeff
1997-02-07add missed variablesMichael Shalayeff
1997-02-07more SEE ALSO cross-refskstailey
1997-02-06Cosmetic change: "device not configured" -> "Device not configured"dima
so it would match it's prorotype entry in errlist. The same for "device already in use"
1997-02-04Changed ICMP "unreachable" code #defines to match the ones inkstailey
tcpdump/print-icmp.c since they were in BSD first.
1997-02-04RFC-1812 addtionkstailey
1997-02-04maxbsize hack i did was not portableTheo de Raadt
1997-02-04Fix formatting, add OpenBSD to HISTORY and add AUTHOR section.Todd C. Miller
1997-02-03new -a option autosizes, meaning it runs till it hits EOM (no need forTheo de Raadt
pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack)
1997-02-02discourage use of -nTheo de Raadt
1997-01-31avoid some division by zero in hackish waysTheo de Raadt
1997-01-30deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.comTheo de Raadt
1997-01-29getopt & intTheo de Raadt
1997-01-28repairs by msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-01-28Only print the partition if doing multiple devices.Todd C. Miller
1997-01-28Revert back to old fsirand but do things a cylinder group at a timeTodd C. Miller
and allow multiple devices.