summaryrefslogtreecommitdiff
path: root/sbin/fdisk
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2022-04-02Avoid crashes with invalid or tiny sector sizes.mlelstv
2021-11-03fdisk(8): Convert realloc(x * y) to reallocarr. Eliminate temp variables.nia
2020-05-24Add -g to usage.wiz
2020-05-24Use Nx, fix formatting nit.wiz
2020-05-24Add -g flag to preserve GPT headers when updating MBR.jmcneill
2019-12-15Fix xrefs.wiz
2019-12-14PR/54756: germain: Avoid confusion caused by overuse of the word "file" bothchristos
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-07print the name of the disk causing the error.christos
2019-04-09mention that -B is used to set the timeout for mbr_bootseltnn
2018-11-14In validate_bootsel, the code assumed that arr[j][i] can be accessedmlelstv
2018-08-27Add missing -z flag to usage()sevan
2017-10-02Really don't include ioctl code for tools build.joerg
2017-01-27Fix spelling of simultaneous.abhinav
2016-09-11- Document the HISTORY of fdisk based on the original post to comp.unix.bsd bysevan
2015-11-22explain how to clear an entry (without reading the source)christos
2015-06-16a few more \n's in errorschristos
2015-06-16fix error messages containing \nchristos
2014-04-04remove debugging.christos
2014-04-04-s:wiz
2014-04-04Fix a bug in previous and update detailed -s description.wiz
2014-04-03Update SYNOPSIS.wiz
2014-04-03instead of using ugly -1's make args optionalchristos
2014-04-01default to something reasonable (like the interactive mode does) insteadchristos
2014-03-31Bring back the playstation2 port - now that a toolchain for it ismartin
2014-03-30Allow -1 values in the -s <sysid>/<start>/<size> indicate use the previouschristos
2014-03-10Always print the MBR drive serial number, even if it's 0.jakllsch
2013-10-06Suggest using -b 1023/255/63 for modern disks where the BIOS isapb
2013-04-14Improve support for logical sector sizes greater than 512.jakllsch
2013-02-13Don't produce spurious errors when creating labels on files.christos
2013-02-09CID/979997: missing va_end()christos
2012-10-06Revert my previous commit, I misunderstood the intention.wiz
2012-10-05Previous slightly more consistently.wiz
2012-10-05Fix indented blocks rendering with mandoc. Switch from .in unsupportednjoly
2012-06-05Use ${DESTDIR}/usr/mdec for DEFAULT_BOOTDIR on tools fdisk(8)tsutsui
2012-05-05Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionalstsutsui
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-04-06support sector sizes > 512.christos
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-01-04Remove trailing whitespace.wiz
2011-12-31According to most other OSes and documentation sources, an MBR hasriz
2011-12-02Also ignore out of space conditions for -I so we can create overlappingchristos
2011-12-02Add missing -F flag and -I flag in usage. Sort the order to matchenami
2011-12-02put the error check in the conditional where it belongs.christos
2011-12-01Remove trailing whitespace.wiz
2011-12-01Add a flag to support writing overlapping partitions and explain why.christos
2011-08-28fix the sparc buildgson
2011-08-27one static is enough, otherwise you risk zapping yourself.christos
2011-08-27staticfy. __dead.joerg