summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1997-12-21TypoTodd C. Miller
1997-12-21pcmcia_cntrl goes in section 8 and is not called 'pwd' ;-)Todd C. Miller
1997-12-20Refer i386 users to installboot(8).Jim Rees
1997-12-19make mountd abort if getfh() not supported. reported by newsham@secnet.com, ↵Theo de Raadt
fixed by me
1997-12-12pid is pid_tTheo de Raadt
1997-12-12no longer setuid; netbsdTheo de Raadt
1997-12-10Fix tmpnam()...i don't have SCSI though, so i couldn't test.Angelos D. Keromytis
1997-12-08start at appletalk...Theo de Raadt
1997-12-02rewrite using mandoc macros; add an examples section.Niels Provos
1997-12-02Use the proper .Bd -literal .Ed sequence for quoting examples.Niels Provos
1997-11-27indentTheo de Raadt
1997-11-26Add a CCDF_OLD flag used to get the old I/O policyNiklas Hallqvist
1997-11-25Add -t flag to output in disktab format. From Christos ZoulasTodd C. Miller
<christos@deshaw.com> plus correct code for outputing d_drivedata.
1997-11-24add support for ripemd-160, mention it in man page.Niels Provos
1997-11-24fix parsing of various arguments; felix@mamba.pond.sub.orgTheo de Raadt
1997-11-20Document -s in SYNOPSISTodd C. Miller
1997-11-18strong randomkstailey
1997-11-18make old style padding default again, use -netpadding for new styleNiels Provos
padding. allow ip4 encapsulation/tunnels with no encryption/authentication.
1997-11-17Work around a stackframe bug in gcc alpha, who cannot deal with frames > 64kNiklas Hallqvist
1997-11-16fix error messageTheo de Raadt
1997-11-13Say "soft updates" when FS_DOSOFTDEP is set in superblock, could look nicer.Todd C. Miller
1997-11-12typosTheo de Raadt
1997-11-11use nfsproto variable; tron@lyssa.owl.deTheo de Raadt
1997-11-09Don't include <ufs/ffs/ffs_extern.h>. fsck_ffs now compiles.Todd C. Miller
1997-11-07indentTheo de Raadt
1997-11-06Added support for enabling soft updates.Constantine Sapuntzakis
1997-11-05Document ^D to get out of overlap prompt and remove duplicate exit conditionTodd C. Miller
1997-11-04Deal correctly with partitions that have multiple overlaps.Todd C. Miller
1997-11-04remove untrue part of CAVEATS sectionkstailey
1997-11-04support for blowfish and cast. add -authkey to seperate key materialNiels Provos
for encryption and authentication which is needed for variable key length ciphers.
1997-10-28use RAW_PART, not 0Theo de Raadt
1997-10-28Replace a set of "'s with `` '' so that manual.c will build.Todd C. Miller
1997-10-28Document -E bugsTodd C. Miller
1997-10-28Fix a few typos.Todd C. Miller
1997-10-28First cut at -E docs. Perhaps this should go at the end?Todd C. Miller
1997-10-28if printing, we do not need to read the mbr firstTheo de Raadt
1997-10-26do device sysctl operations like installboot does; I hope this is rightTheo de Raadt
1997-10-25fix diskinfo listing, support blk2chr,chr2blkMichael Shalayeff
1997-10-25make diskinfo working; fix one bug and one exploitMichael Shalayeff
1997-10-24TypoTodd C. Miller
1997-10-24Warn that geom may be wrong for ports with old scsi.Todd C. Miller
For ports where boot blocks sit in the first cylinder, don't suggest an offset that would clobber them. Mention the 'b' command when the user tries to go past end of the OpenBSD part. In 'b' command, don't suggest size that extends beyond the disk.
1997-10-24%f not %lf [%f is already a double]Todd C. Miller
1997-10-24Make and use _PATH_LESS.Todd C. Miller
Use the MBR for begin/end of the OpenBSD portion of the disk. Don't suggest an offset that would cause a partition to go past the end. Remove old bounds inference code.
1997-10-22newer bios stuff; needs workMichael Shalayeff
1997-10-22newer bios stuffMichael Shalayeff
1997-10-21make fdisk grok extended partitions again. we have to keep track of theNiels Provos
absolute offset of the current mbr and its relative position. because: the starting sector of the first mbr entry in an extended partition is relative to the starting offset of the whole mbr itself. the starting offset of a new extended partition is relative to the offset of the very first extended partition.
1997-10-20format the "print" units better, in all casesTheo de Raadt
1997-10-20Suport the idea of an OpenBSD portion of the disk.Todd C. Miller
Allow user to abort commands via ^D at a prompt. Normalize usage of sectors vs. blocks Allow real numbers when specifying in b/k/m/g Be smarter when suggesting offsets and sizes Always add a 'c' partition BUGS: not all functions make sure they are operating within the OpenBSD part
1997-10-19when we reinit, show what we didTheo de Raadt
1997-10-19spellingTheo de Raadt