Age | Commit message (Expand) | Author |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-05-19 | When zeroing out the parition table, make 'c' the entire disk, not just | Todd C. Miller |
2001-04-05 | permit tree build with NOMAN is set | Theo de Raadt |
2001-03-12 | correct warning; maurice@maurice.wan.nl | Theo de Raadt |
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski |
2001-02-04 | mention scan_ffs; map@infinitum.ch | Theo de Raadt |
2001-01-24 | mention that sparc & amiga have weird partition tables | Theo de Raadt |
2001-01-18 | Fix NOMAN builds. | Artur Grabowski |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-22 | Use clearerr(3) to clear EOF on stdin when aborting a command due to ^D. | Todd C. Miller |
2000-08-13 | Get rid of fflush(stdout); rewind(stdin); pairs since we should not | Todd C. Miller |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-04 | Don't exit just because we couldn't get the default label... | Todd C. Miller |
2000-06-04 | Add 'D' and 'z' commands to editor to use the default partition and | Todd C. Miller |
2000-05-05 | Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treat | Todd C. Miller |
2000-04-04 | Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert | Todd C. Miller |
2000-03-23 | Don't use the BIOS geometry by default, it causes too many problems. | Todd C. Miller |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-02-21 | missing newline | Theo de Raadt |
1999-10-10 | Tweak. | Aaron Campbell |
1999-10-09 | Reformat. Aaron will probably change this three-times over, but it's a | Angelos D. Keromytis |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-08-14 | Add -c flag that uses DIOCRLDINFO to clear (and update) the in-core label. | Todd C. Miller |
1999-08-13 | microseconds; vax@linkdead.paranoia.com | Theo de Raadt |
1999-07-14 | put in a check for architectures that demand that partition A start at sector 0 | Theo de Raadt |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-06-16 | missed i386 -> __i386__ | Marc Espie |
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen |
1999-06-06 | typo; mcsmart@engin.umich.edu | Aaron Campbell |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-04-07 | Kill -F option, it is not needed and just plain wrong anyway | Todd C. Miller |
1999-04-07 | XXX temp fix for whole_mode; todd will fix better in tomorrow | Theo de Raadt |
1999-04-07 | o Be silent on fstab writing | Todd C. Miller |
1999-04-01 | get mountpoint before fsize/bsize/cpg and crunch things a bit | Todd C. Miller |
1999-04-01 | Fix filesystem type when writing fstab in -f mode | Todd C. Miller |
1999-04-01 | Use fstypenames, not fstypesnames since fstypesnames does not list strings fo... | Todd C. Miller |
1999-03-25 | typo | Marc Espie |
1999-03-23 | Rename -F option to -f and add a new -F (full disk) option to use in -E mode. | Todd C. Miller |
1999-03-21 | dosdp should be extern | Todd C. Miller |
1999-03-21 | Add support for switching disk geometry between disk, bios, and user | Todd C. Miller |
1999-03-21 | If there are any BSD or SWAP partitions beyond ending_sector we extend | Todd C. Miller |
1999-03-18 | make sure mountpoint starts with '/' and call get_mp() from editor_name() ins... | Todd C. Miller |
1999-03-18 | Sort entries by mountpoint, not partition number when writing fstab via | Todd C. Miller |
1999-03-16 | put duplicate code into its own functions and fix some minor problems this br... | Todd C. Miller |
1999-03-16 | Add -F flag to cause editor to prompt for mount points and save the resulting... | Todd C. Miller |
1999-03-16 | Fix longstanding problem when rounding values to neared cylinder. | Todd C. Miller |
1999-03-14 | Fix check for partition ending on a cylinder boundary. Previously it | Todd C. Miller |