summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
1997-02-10Make dump(8) really honor -a. Fix up formatting in man page and removeTodd C. Miller
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
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
1997-02-04Changed ICMP "unreachable" code #defines to match the ones inkstailey
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
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
1997-01-27Faster fsirand based in part on code from fsck_ffs.Todd C. Miller
1997-01-27Support fdisk on bigendian systems. Does the necessary byte swabbing toDale S. Rahn
1997-01-27Support lchown(2).Jason Downs
1997-01-26add fsirandTodd C. Miller
1997-01-26ffs inode randomizerTodd C. Miller
1997-01-22call err() correctlyTheo de Raadt
1997-01-21typo, msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-01-21fixes from msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-01-21spacing glitchTheo de Raadt
1997-01-18unlink /tmp file on failure too.Michael Shalayeff
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-16Correct logic such that newfs w/o -t on a device w/o a labelTodd C. Miller
1997-01-16Speak in English and note that editline(3) now exists.Todd C. Miller
1997-01-16Update from NetBSD: adds chlen command and makes -Wall happy.Todd C. Miller
1997-01-16Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while...Todd C. Miller
1997-01-16getopt(3) returns an int, not char.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-13egid for open; spotted by oliver@secnet.comTheo de Raadt
1997-01-10one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32jkatz
1997-01-10use opendev(3) + man page correctionkstailey
1997-01-03change all refs from mkdosfs to newfs_msdoskstailey
1997-01-03make it work again, 'twas broken for a long time 'coze of ../fsck/preen.cMichael Shalayeff
1996-12-29remove one / from the printf of the filenames (_PATH_UNIX begings with aThomas Graichen
1996-12-27epilepsy in csrg?Theo de Raadt