Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
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 | |||
1997-02-11 | document that -B may blow away important bits (on i386 it blows away MBR) | Theo de Raadt | |
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 | |
1996-10-01 | Make it compilable even if NUMBOOT=1 (vax). -moj | Mats O Jansson | |
1996-09-30 | # using message; more donothing stuff | Theo de Raadt | |
1996-09-24 | use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on disk | Theo de Raadt | |
1996-09-24 | flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems, | Theo de Raadt | |
ensure the OpenBSD disklabel/bootblocks are written inside 165 partition (RAW_PART must start at block 0 of unit) -- this makes the kernel algorithm and userland algorithms the same. unify & pretty the usage message | |||
1996-09-22 | warnx does not take a \\n | Theo de Raadt | |
1996-09-21 | When reading label -r first try the correct label location. | Per Fogelstrom | |
Don't allow updates when original disklabel is found by scanning. NetBSD -> OpenBSD in printouts. | |||
1996-09-20 | arc, not pica | Theo de Raadt | |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE | Todd C. Miller | |
1996-08-10 | avoid division by zero (avoid printing the incalculateable); netbsd pr#2683; ↵ | Theo de Raadt | |
nathanw@MIT.EDU | |||
1996-06-25 | mkstemp & fdopen; fix FILE * leak | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-19 | pstat == stat | Theo de Raadt | |
1996-06-19 | do not use system() to start $EDITOR, but fake system() ourselves | Theo de Raadt | |
1996-06-17 | opendev.h -> util.h | Jason Downs | |
1996-06-17 | Switch over to generic opendev(3). | Jason Downs | |
1996-06-12 | kill RAWPARTITION, use RAW_PART | Jason Downs | |
1996-06-08 | missing brace | dm | |
1996-06-06 | system() $EDITOR safely | Theo de Raadt | |
1996-05-18 | Minor glitch when no boot is used fixed. | Per Fogelstrom | |
1996-05-17 | from Hiroyuki Ito: | Michael Shalayeff | |
there is a race condition exists when disklabel trashes boot blocks (writing label w/o -B). fix this. | |||
1996-05-16 | Introduced DOSLABEL to control Dos label handling instead of associate with ↵ | Per Fogelstrom | |
i386. | |||
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
1995-12-14 | from netbsd; alpha has 2-leval boot | Theo de Raadt | |
1995-10-27 | attempt to open name as given incase it is a relative pathname | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |