index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
gpt
/
gpt.c
Age
Commit message (
Expand
)
Author
2022-11-22
Big-Endian fixes.
mlelstv
2022-11-20
Fix destroying and moving GPT header also for truncated/extended
mlelstv
2020-05-24
Add -H flag to ignore existing MBR (Hybrid MBR/GPT mode).
jmcneill
2019-10-11
gpt_uuid_parse does not set errno ...
christos
2019-06-25
Add gpt_change_hdr() similar to gpt_change_ent() for changing
jnemeth
2019-06-21
Add a third argument to the "cfn" function that is an argument to
jnemeth
2019-06-20
Do not try to close a NULL gpt. Fixes the core dump part of PR bin/54312
martin
2019-01-27
Fix three MBR extended partition related bugs:
martin
2018-10-14
When changing entries skip those that do not match the -L option.
mlelstv
2018-07-03
Not all things that write to the disk do something that dk(4) will
jnemeth
2018-02-13
Spelling
sevan
2017-09-07
use __arraycount
christos
2017-09-06
- make sure that the utf16 string is padded with 0's where needed.
christos
2017-09-05
PR/52522: Piotr Meyer: Don't NUL terminate the gpt label name.
christos
2017-02-16
Add -T timestamp for reproducible builds.
christos
2016-09-24
say that you need to destroy it first.
christos
2016-06-09
PR/51230: Add the ability to set the active flag in the PMBR.
christos
2016-01-08
gpt_vwarnx is printf-like.
joerg
2015-12-29
- add more informational messages
christos
2015-12-26
pretty up attribute display a bit
jnemeth
2015-12-06
Add listing commands for type, set and unset.
christos
2015-12-04
Fix resizedisk.
christos
2015-12-04
don't print dkctl message for files
christos
2015-12-03
CID 1341556: Don't leak map info
christos
2015-12-03
Add a space.
christos
2015-12-03
WARNS=6
christos
2015-12-02
annotate map additions with non-allocated memory.
christos
2015-12-02
- check errors from map allocation
christos
2015-12-02
Always set NOSYNC if regular file, even if we got the size from the command
christos
2015-12-02
- dereferencing NULL is generally bad, found by visual inspection
jnemeth
2015-12-02
print the old and the new style usage.
christos
2015-12-02
refactor the utf code so that it does not leak memory.
christos
2015-12-01
merge command line parsers and check all memory allocations.
christos
2015-12-01
refactor more duplicated code.
christos
2015-12-01
Refactor the command dispatching and help printing logic.
christos
2015-12-01
Firs step of refactoring, remove all globals, factor out some common code,
christos
2015-12-01
- use gpt_msg to print informational messages (perhaps these should be printed
christos
2015-12-01
only update the wedge information if it is supported.
christos
2015-11-30
- automatically sync the wedge information unless -n is specified.
christos
2015-11-29
Do division once
christos
2015-11-29
Only use the ioctl's if we have them.
christos
2015-11-29
fix build breakage for systems that do not have DIOCG{SECTOR,MEDIA}SIZE
jnemeth
2015-11-29
merge the create errors in one place and fix them.
christos
2015-11-03
Add a "header" subcommand that displays information about the size of
jnemeth
2014-12-29
Factor out the getdisksize() drvctl method, and provide an alternative that
christos
2014-11-17
handle constness better
mlelstv
2014-11-17
handle constness
mlelstv
2014-11-17
Report the argument instead of (null) when opendisk fails.
mlelstv
2014-10-04
Allow specifying sector and media size on the command line.
christos
2014-10-02
Fix tools build on !NetBSD.
joerg
[next]