Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-06 | As we parse MBRs on alpha, why not? | Niklas Hallqvist | |
1997-07-06 | Explicit typing | Niklas Hallqvist | |
1997-07-05 | NULL vs 0 confusion | Theo de Raadt | |
1997-07-05 | vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion | Todd 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-05 | Fix 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-05 | Mention how to enable bad block remapping on a scsi drive. | Todd C. Miller | |
1997-07-02 | typo | Niels Provos | |
1997-07-01 | remove obsolete sources | Niels Provos | |
1997-07-01 | remove obsolete sources | Niels Provos | |
1997-07-01 | reflect changes in ipsec | Niels Provos | |
1997-07-01 | split -a into -a/-A | Theo de Raadt | |
1997-06-30 | s_addr is not long | Theo de Raadt | |
1997-06-30 | print fs_maxfilesize; bde@freebsd | Theo de Raadt | |
1997-06-29 | Don't assume sizeof(in_addr_t) == 4 and don't coerce an in_addr_t | Todd C. Miller | |
to struct in_addr. | |||
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-28 | hmmm, must have forgot to commit this with the other sparc libkvm/dump stuff | grr | |
1997-06-28 | fix the rnd types | Theo de Raadt | |
1997-06-26 | typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-24 | in_addr_t all over | Theo de Raadt | |
1997-06-24 | Remove an errant line that got missed in the merge. | Todd C. Miller | |
1997-06-24 | Add real prototypes. | Todd C. Miller | |
1997-06-24 | Make mask and subnetshift in_addr_t and bring back a cast of | Todd C. Miller | |
mask to make it signed for the shift. | |||
1997-06-24 | Fix "route show" on alpha. Some parts from Theo. | Todd C. Miller | |
1997-06-24 | more accounting! | Michael Shalayeff | |
1997-06-24 | Fix void * -> int casts -- change int's to long's | dgregor | |
1997-06-23 | 64 bit clean and Wall | Theo de Raadt | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | fix tag | kstailey | |
1997-06-23 | use masks | kstailey | |
1997-06-23 | Slightly cleaner. (Change nosync to an int, like the rest.) | Jason Downs | |
1997-06-23 | sizeof(int) != sizeof(long) | Theo de Raadt | |
1997-06-22 | Support halt -p. | Jason Downs | |
1997-06-22 | Support RB_POWERDOWN. | Jason Downs | |
1997-06-22 | Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 by | Thorsten Lockert | |
Ian Dowse <iedowse@maths.tcd.ie> | |||
1997-06-20 | need fewer of these | Theo de Raadt | |
1997-06-20 | Now 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-20 | Now 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-20 | Now 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-20 | ah-sha1 + esp-3des | Niels Provos | |