Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-02-09 | Fix casts to off_t, problem noted and fixed by Theo. | Todd C. Miller | |
1997-02-09 | Get block size from disklabel. | Todd C. Miller | |
Adds support for setting fs_id for when when we have that in struct fs. | |||
1997-02-08 | more names. | Michael Shalayeff | |
1997-02-07 | fixed order of tests in printnat() so that it catches tcp/udp first | kstailey | |
1997-02-07 | one more tcpudp->tcp/udp | kstailey | |
1997-02-07 | make output look like input (and like docs) | kstailey | |
1997-02-07 | fix tags | kstailey | |
1997-02-07 | make protocol string be tcp/udp not tcpudp since this is how it is documented. | kstailey | |
1997-02-07 | i hate tabs and spaces | Michael Shalayeff | |
1997-02-07 | add missed variables | Michael Shalayeff | |
1997-02-07 | more SEE ALSO cross-refs | kstailey | |
1997-02-06 | Cosmetic 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-04 | Changed ICMP "unreachable" code #defines to match the ones in | kstailey | |
tcpdump/print-icmp.c since they were in BSD first. | |||
1997-02-04 | RFC-1812 addtion | kstailey | |
1997-02-04 | maxbsize hack i did was not portable | Theo de Raadt | |
1997-02-04 | Fix formatting, add OpenBSD to HISTORY and add AUTHOR section. | Todd C. Miller | |
1997-02-03 | new -a option autosizes, meaning it runs till it hits EOM (no need for | Theo de Raadt | |
pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack) | |||
1997-02-02 | discourage use of -n | Theo de Raadt | |
1997-01-31 | avoid some division by zero in hackish ways | Theo de Raadt | |
1997-01-30 | deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.com | Theo de Raadt | |
1997-01-29 | getopt & int | Theo de Raadt | |
1997-01-28 | repairs by msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-01-28 | Only print the partition if doing multiple devices. | Todd C. Miller | |
1997-01-28 | Revert back to old fsirand but do things a cylinder group at a time | Todd C. Miller | |
and allow multiple devices. | |||
1997-01-27 | Faster fsirand based in part on code from fsck_ffs. | Todd C. Miller | |
1997-01-27 | Support fdisk on bigendian systems. Does the necessary byte swabbing to | Dale S. Rahn | |
read and write the fdisk label. Added powerpc to systems to build this for. Currently uses local functions getshort, putshort, getlong, and putlong. These functions probably should be moved and renamed. Something like htoles, letohs, htolel, letohl, or htole16, htole32 should be used instead. | |||
1997-01-27 | Support lchown(2). | Jason Downs | |
1997-01-26 | add fsirand | Todd C. Miller | |
1997-01-26 | ffs inode randomizer | Todd C. Miller | |
1997-01-22 | call err() correctly | Theo de Raadt | |
1997-01-21 | typo, msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-01-21 | fixes from msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-01-21 | spacing glitch | Theo de Raadt | |
1997-01-18 | unlink /tmp file on failure too. | Michael Shalayeff | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |