summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1997-07-06As we parse MBRs on alpha, why not?Niklas Hallqvist
1997-07-06Explicit typingNiklas Hallqvist
1997-07-05NULL vs 0 confusionTheo de Raadt
1997-07-05vprintf -> Vprintf and dprintf -> Dprintf to avoid confusionTodd C. Miller
Use err/errx and warn/warnx where it makes sense. Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat. Honor $TMPDIR (based on changes from NetBSD) Use __progname not "restore" (we could be called as rrestore). Some -Wall happiness.
1997-07-05Fix some incorrect strncpy usage.Todd C. Miller
From NetBSD (luke@netbsd.org) * verbosity additions displaying total & per-volume transfer times and rates * Add the ability to dump specific files & directories of a single filesystem. This uses fts(3) to access the directory structure (and not the raw device), so the standard access permissions are adhered to (unlike dumping an entire filesystem, which just requires read access to the raw disk device). * Support SIGINFO status reporting. * Remove now unused variables that previously stored the (e)uid. * Be more informative in a couple of error messages. From NetBSD (mrg) * fix NetBSD PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>. don't pass pw->pw_name into functions; make a copy.
1997-07-05Mention how to enable bad block remapping on a scsi drive.Todd C. Miller
1997-07-02typoNiels Provos
1997-07-01remove obsolete sourcesNiels Provos
1997-07-01remove obsolete sourcesNiels Provos
1997-07-01reflect changes in ipsecNiels Provos
1997-07-01split -a into -a/-ATheo de Raadt
1997-06-30s_addr is not longTheo de Raadt
1997-06-30print fs_maxfilesize; bde@freebsdTheo de Raadt
1997-06-29Don't assume sizeof(in_addr_t) == 4 and don't coerce an in_addr_tTodd C. Miller
to struct in_addr.
1997-06-29new location of des.hNiels Provos
1997-06-28hmmm, must have forgot to commit this with the other sparc libkvm/dump stuffgrr
1997-06-28fix the rnd typesTheo de Raadt
1997-06-26typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-24in_addr_t all overTheo de Raadt
1997-06-24Remove an errant line that got missed in the merge.Todd C. Miller
1997-06-24Add real prototypes.Todd C. Miller
1997-06-24Make mask and subnetshift in_addr_t and bring back a cast ofTodd C. Miller
mask to make it signed for the shift.
1997-06-24Fix "route show" on alpha. Some parts from Theo.Todd C. Miller
1997-06-24more accounting!Michael Shalayeff
1997-06-24Fix void * -> int casts -- change int's to long'sdgregor
1997-06-2364 bit clean and WallTheo de Raadt
1997-06-23merge in 3.1.11kstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23fix tagkstailey
1997-06-23use maskskstailey
1997-06-23Slightly cleaner. (Change nosync to an int, like the rest.)Jason Downs
1997-06-23sizeof(int) != sizeof(long)Theo de Raadt
1997-06-22Support halt -p.Jason Downs
1997-06-22Support RB_POWERDOWN.Jason Downs
1997-06-22Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 byThorsten Lockert
Ian Dowse <iedowse@maths.tcd.ie>
1997-06-20need fewer of theseTheo de Raadt
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20ah-sha1 + esp-3desNiels Provos