Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-03 | Include su# in generated disktab. Because modern disks have a variable | Todd C. Miller | |
number of sectors/track we need to specify the total number of sectors per unit explicitly. Closes PR #2042. | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
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-06-16 | missed i386 -> __i386__ | Marc Espie | |
1999-04-07 | Kill -F option, it is not needed and just plain wrong anyway | Todd C. Miller | |
1999-03-23 | Rename -F option to -f and add a new -F (full disk) option to use in -E mode. | Todd C. Miller | |
When checking for an MBR, only say we have an mbr if there is a signature *or* there is an fdisk partition with an {Open,Free,Net}BSD ID. When setting the bounds in -E mode add hueristics to deal with disks bigger than the BIOS geometry would indicate. | |||
1999-03-16 | Add -F flag to cause editor to prompt for mount points and save the ↵ | Todd C. Miller | |
resulting info in fstab format. To be used by the install script. | |||
1999-03-14 | Fix check for partition ending on a cylinder boundary. Previously it | Todd C. Miller | |
checked for size being a mulitple of sectors/cylinder when you really want size+offset to be a mulitple of sectors/cylinder. | |||
1999-03-07 | dkcksum() requires d_checksum cleared | Theo de Raadt | |
1999-03-01 | Change undocumented '-p' flag to '-d' and document. Also document '-v'. | Todd C. Miller | |
Make 'disklabel -ed' not overwrite your label if you make no changes in the editor (added a cmplabel function to compare two labels). | |||
1999-01-12 | use pid_t | Aaron Campbell | |
1998-10-03 | Add DIOCGPDINFO ioctl and use it in disklabel's new -p mode | Todd C. Miller | |
1998-09-11 | Pass specname in to editor(), missing part of a commit a while ago. | Todd C. Miller | |
1998-09-10 | pass correct args to editor() | Theo de Raadt | |
1998-06-07 | off_t cleanup | Theo de Raadt | |
1998-05-07 | In -v mode print label offset in addition to the block number. | Todd C. Miller | |
1998-04-25 | DOSBBSECTOR is in sectors | Theo de Raadt | |
1998-03-12 | Treat IDE as ESDI in -e mode just like we do in -E mode. | Todd C. Miller | |
1998-02-20 | oops | Theo de Raadt | |
1998-02-19 | deal with partition type renamed | Theo de Raadt | |
1997-11-25 | Add -t flag to output in disktab format. From Christos Zoulas | Todd C. Miller | |
<christos@deshaw.com> plus correct code for outputing d_drivedata. | |||
1997-10-24 | %f not %lf [%f is already a double] | Todd C. Miller | |
1997-10-20 | format the "print" units better, in all cases | Theo de Raadt | |
1997-10-17 | oops; spotted by millert | Theo de Raadt | |
1997-10-17 | shrink an output line | Theo de Raadt | |
1997-10-13 | Well, ppc has to work.... | Per Fogelstrom | |
1997-10-02 | Deal with ^D sanely and kill unused get_yn(). | Todd C. Miller | |
1997-10-02 | Kill newlabel() stuff. The kernel should never fail to write a | Todd C. Miller | |
label just because none exists on the disk. i386 has been fixed in the respect and others may need fixing as well. | |||
1997-09-30 | Implement "disklabel -E" -- a simple interactive label editor for | Todd C. Miller | |
installs and new labels. Documentation to follow :-) Also, give the user the option of writing the fictitious label if no on-disk label exists with the -e, -E, and -w options. | |||
1997-09-26 | Some -Wall. Add display_partition() for use with upcoming editor mode. | Todd C. Miller | |
1997-09-14 | some -Wall | Theo de Raadt | |
1997-09-03 | add xr installboot for i386 | Michael Shalayeff | |
change msg to accomodate multiple man pages in SEEALSO | |||
1997-08-29 | move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs... | Michael Shalayeff | |
disklabel changed to use it that way | |||
1997-07-28 | boot1[] only needed if NUMBOOT > 1; frueauf@ira.uka.de | Theo de Raadt | |
1997-07-19 | some KNF I had lying around | Niklas Hallqvist | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-05-21 | better disklabel -e messaging | Theo de Raadt | |
1997-04-20 | sparc/sun3 labels want cyl-alignment; grr | Theo de Raadt | |
1997-04-10 | Error if bsize < fsize. Problem noted by Dieter Dworkin Muller | Todd C. Miller | |
<dworkin@village.org> | |||
1997-02-17 | Trivial change. Restored from backup | imp | |
1997-02-16 | when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK... | Theo de Raadt | |
this appears to prevent the intermediate shell from playing with the signals such that it gets a tty signal inside an editor such as emacs. this was very annoying | |||
1996-12-13 | If max number of partitions in the label is < highest partition defined, | Todd C. Miller | |
increase d_npartitions as long as we don't go above MAXPARTITIONS. | |||
1996-12-07 | correct a sigsegv during parsing of garbled input; netbsd pr#2659, ↵ | Theo de Raadt | |
dgilbert@jaywon.pci.on.ca | |||
1996-11-12 | Match fs type case-insensetively. | Jason Downs | |
1996-10-04 | -n fix, one more DOSPTYP_OPENBSD change | Theo de Raadt | |