Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback | |
partitions since the kernel doesn't put them or look for them there anymore. | |||
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback | |
partitions since the kernel doesn't put them or look for them there anymore. | |||
2006-10-12 | Should be correct for landisk. | Dale Rahn | |
2006-09-27 | Oops. Missed a line. Fix so disklabel(8) compiles again. | Kenneth R Westerback | |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback | |
floppies and cd's were removable, displaying that fact in disklabel output was unlikely to help. And the display in disklabel was the only use of D_REMOVABLE in the tree. ok marco@ | |||
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback | |
not being used in the tree for anything obviously useful. Get it done early so we can find if there are non-obvious uses out there. ok deraadt@ beck@ | |||
2006-07-11 | Let armish and cats recognize MBR partitioning, to come up with proper | Miod Vallat | |
disklabel bounds in disklabel -E; while there, sort of sort the architectures. | |||
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback | |
calls in alpha, hppa, hppa64 and mips63 when accessing the two DOS MBR u_int32_t fields dp_size and dp_start. No functional change. | |||
2006-05-16 | change only use of slice to 'partition letter' to be consistent with | Kevin Steves | |
use of partition everywhere else; ok jmc@ | |||
2006-04-26 | man page is gzip'd, should store as unsigned char array. | Theo de Raadt | |
2006-04-14 | Remove duplicate code, okay ray@ | Pedro Martelletto | |
2005-12-05 | Avoid an out-of-bounds array access in editor_delete() for invalid partition | Miod Vallat | |
name; spotted by Laurent Coustet (ed, debian-fr net) ok deraadt@ otto@ | |||
2005-11-16 | Fix conversion of K units to handle case where sector size > 1024. e.g. | Kenneth R Westerback | |
Sony Hi-MD usb drive. ok millert@ | |||
2005-11-13 | missing fclose(); from dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt | |
2005-08-30 | Get the start of the A6 partition from fdisk. Fixes wrong suggestion of | Uwe Stuehler | |
offset 0 for the start of slice a. ok deraadt@ | |||
2005-04-30 | Better header at the top: | Theo de Raadt | |
# Inside MBR partition 3: type A6 start 2570463 size 75569697 | |||
2005-04-01 | will do disklabels like hppa | Theo de Raadt | |
2005-03-07 | more macro simplification; | Jason McIntyre | |
2005-02-16 | Prevent gzip from storing mtime and filename in the header so we | Todd C. Miller | |
get identical binaries. | |||
2005-01-13 | be aware of zaurus | Theo de Raadt | |
2005-01-07 | Print disk size and free space in requested unit. Some refactoring to | Otto Moerbeek | |
avoid code duplication as well. ok marco@ deraadt@ | |||
2004-12-11 | A compare function for heapsort(3) should not just subtract two | Otto Moerbeek | |
offsets, it does not work if the difference is large. Problem found by Jean-Gerard Pailloncyi who had false warnings of overlapping partitions. ok millert@ tedu@ | |||
2004-11-06 | update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@ | Otto Moerbeek | |
2004-11-06 | gzip embedded man pages, and pipe through gunzip when viewing. | Otto Moerbeek | |
ok deraadt@ | |||
2004-10-25 | typo, from Nathan Rickerby | Otto Moerbeek | |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek | |
spotted by and ok krw@ | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-28 | Tidy disklabel output for todays big disks. Based on a diff from f | Otto Moerbeek | |
at obiit dot org in PR 3847. ok tedu@ deraadt@ millert@ | |||
2004-09-18 | remove unused var, and then fix the code to watch for waitpid() errors | Theo de Raadt | |
ok otto millert | |||
2004-08-08 | spacing | Theo de Raadt | |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of | Otto Moerbeek | |
negative number of sectors on large disks and other similar problems. Also make reading of ASCII disk labels more robust by using strtonum(3) instead of atoi(3). ok millert@ deraadt@ | |||
2004-05-20 | Typo from Jared Yanovich phirerunner@comcast.net | Marco Peereboom | |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-02-25 | correct NOMAN= case | Theo de Raadt | |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2003-12-30 | s/inadvertantly/inadvertently; | Jason McIntyre | |
2003-12-29 | Add support for % and & units to indicate percent of total space and | Todd C. Miller | |
percent of available space respectively. From Sebastian Horzela. | |||
2003-12-20 | make disklabel docs more readable: more logical SYNOPSIS; sort options; | Jason McIntyre | |
make internal editor help and usage() match the docs; make sure all the forms described in SYNOPSIS are explained; various other tweaks. input from millert@; ok deraadt; | |||
2003-10-31 | These should build on pegasos | Dale Rahn | |
2003-09-24 | realloc fixes; ok ho | Theo de Raadt | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-29 | exclude __sparc64__ since it can handle 16k blocks. from jason@ | Ted Unangst | |
2003-08-28 | sparcs cannot handle booting from > 8k block partitions, so set the root | Ted Unangst | |
partition block size back down. | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-07-16 | new default frag/block sizes. | Ted Unangst | |
reminded by millert@ | |||
2003-07-02 | missing protos | Theo de Raadt | |
2003-07-01 | - add info from disklabel(8) documenting default label; suggested by millert@ | Jason McIntyre | |
- .Xr disklabel 8 instead of .Em | |||
2003-06-25 | remove junk protos | Theo de Raadt | |