summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2010-01-05Add necessary byteswap ops for tools disklabel(8) used with -F optiontsutsui
2009-12-13System utilities, boot programs and kernel modules are machinenakayama
2009-12-05Remove support for NetBSD/playstation2.pooka
2009-11-28Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features.tsutsui
2009-11-28Make dreamcast, evbsh3, and mmeye use -DUSE_MBR.tsutsui
2009-11-28- Display "Enter '?' for help" when starting interactive modeabs
2009-11-28Shuffle the order of examples to put the interactive option (-i) aheadabs
2009-10-24- u_short -> uint16_ttsutsui
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-05-04fix sign-compare issues in vax-specific code.mhitch
2009-03-16fix sign-compare issueslukem
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2009-01-18Remove local definitions of PRIxxxx macros in favour of theapb
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-11The hpcsh kernel does for sure USE_MBR. Make disklabel use it too on hpcsh.aymeric
2007-06-05Let the operator use the DISKLABELSECTOR and DISKLABELOFFSETdyoung
2007-04-12Remove defunct B from getopt string.matt
2007-02-08include <signal.h> where signal(3) is useddrochner
2007-01-27As pointed out by James Wetterau, we wish to complement, as in theperry
2007-01-17Remove more duplicate #includes,hubertf
2006-12-18zaurus use MBR partition info.nonaka
2006-11-26Add a '-l' flag and a 'L' command to interactive mode to list all knownjmmv
2006-09-01New NetBSD/landisk port uses MBR too.uwe
2006-06-25GCC4 fixes from Mike Pumfordchristos
2006-06-11PR/33695: Arnaud Lacombe: Add compatibility syntax for FreeBSD interoperability.christos
2006-06-07fix gcc warning.christos
2006-03-18Avoid indexing beyond the end of a malloced array.dsl
2006-03-18Coverty 521: fclose() temporary file used when editing label.dsl
2006-03-17Gracefully handle out of memory condition.rumble
2006-02-25mark vinum as obsolete.christos
2006-02-04Use more markup, fix xref, serial comma, other misc. fixes.wiz
2006-01-29Update/rewrite to match reality and in a muchmore succinct format.dsl
2005-12-07Fix acorn buildsjmc
2005-10-20Fix alpha build - pointed out by Kurt Schreiner on port-alphadsl
2005-10-19Rototil the way disklabel -r reads and writes labels.dsl
2005-09-21Sync DK types and FS types with <sys/disklabel.h>.tsutsui
2005-08-27Oops, brain fart. PRIu32 should be "u", not "d".uwe
2005-08-27Define PRIu32 in host environments that don't have it defined.uwe
2005-08-27When building as host tool don't include "../../include/util.h".uwe
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-23If HOSTPROG is empty, do not pull in libutil, since we do not need it in thatfvdl
2005-06-19Quote Fr so options are sorted properly.wiz
2005-06-17Rip out the support for writing bootstrap code. installboot(8) containsdsl
2005-06-15Remove the never changed 'bootxx' variabledsl
2005-06-15Rip out the references to the installation of more than one bootstrap file.dsl
2005-06-15Remove all the code that was under 'NUMBOOT > 1' nothing has set that fordsl
2005-06-12Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.cdyoung
2005-04-07Recognize more units and be more helpful when we enter bad units.christos
2005-01-20WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)xtraeme