summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2013-08-22Add m68000/coldfire.matt
2013-08-11A number of new earm MACHINE_ARCH have shown up recently; make sureriz
2013-05-15%td is for ptrdiff_t not for off_tchristos
2013-05-13CVE 1020933: Prevent integer overflow by using wider typechristos
2013-05-13CVE 1020935: Prevent overflowchristos
2013-05-05Add an arch_endian entry for x86_64.skrll
2013-05-03Make sure to initialize byteorder if native.matt
2013-05-03Fix tpyos.matt
2013-05-03Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determinematt
2013-01-17move dk_ioctl to a header file for the benefit of x-building.christos
2013-01-15- simplify getinput.christos
2012-04-08PR bin/45744cyber
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-29Use __deadjoerg
2011-08-18Define USE_MBR for ofppc.phx
2011-08-02Sort sections. Remove comma in enumeration of two items.wiz
2011-07-25mention that we don't handle more than 2TB disks/partitions.christos
2011-02-12Disable COMPAT_386BSD_MBRPART. The code is still here if anyone needs itdholland
2011-01-06Change printf formats to match the data type of the values beingapb
2011-01-06match printf formats and types from Patrick Welchechristos
2010-05-28Change getnum() to use intmax_t instead of int, so it doesn't overflowdholland
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