Module Name:src
Committed By: jnemeth
Date: Sun Dec 13 21:55:25 UTC 2020
Modified Files:
src/sbin/gpt: recover.c
Log Message:
PR/55875 - Valentin -- "gpt recover -r" does nothing
Delete do nothing undocumented option, that was there from initial
import. No idea what it w
Module Name:src
Committed By: christos
Date: Mon Jul 27 20:54:18 UTC 2020
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
catch up with source rename of fbsd-zfs -> zfs
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sbin/gpt/gpt.8
Please note that di
Module Name:src
Committed By: thorpej
Date: Mon Jun 8 22:52:09 UTC 2020
Modified Files:
src/sbin/gpt: backup.c
Log Message:
When we add "entries", "index", and "sector_size" values to the dictionary,
add them as signed valaues, rather than unsigned (which is how we keep t
Module Name:src
Committed By: thorpej
Date: Sun Jun 7 05:42:25 UTC 2020
Modified Files:
src/sbin/gpt: backup.c restore.c
Log Message:
Update for proplib(3) API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/gpt/backup.c
cvs rdiff -u -r1.
Module Name:src
Committed By: wiz
Date: Sun May 24 20:59:16 UTC 2020
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Fix typo in macro. Sort option descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sbin/gpt/gpt.8
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Sun May 24 18:42:20 UTC 2020
Modified Files:
src/sbin/gpt: gpt.8 gpt.c gpt.h main.c
Log Message:
Add -H flag to ignore existing MBR (Hybrid MBR/GPT mode).
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sbin/
Module Name:src
Committed By: jmcneill
Date: Sun May 24 14:42:44 UTC 2020
Modified Files:
src/sbin/gpt: gpt.8 map.c resize.c resizedisk.c
Log Message:
Exit gracefully when auto-expanding a partition and it is already the
correct size. Add a -q flag to "resize" and "resized
Module Name:src
Committed By: martin
Date: Mon Mar 30 10:41:53 UTC 2020
Modified Files:
src/sbin/gpt: gpt_uuid.c
Log Message:
Now that we use the same UUID for ZFS as FreeBSD, drop the FreeBSD marker
from the description.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: martin
Date: Thu Apr 4 14:03:40 UTC 2019
Modified Files:
src/sbin/gpt: destroy.c
Log Message:
PR bin/54088: make "destroy" remove the protective MBR too.
We could make this optional if someone comes up with a good reason
to leave it intact.
Module Name:src
Committed By: martin
Date: Thu Apr 4 13:58:20 UTC 2019
Modified Files:
src/sbin/gpt: destroy.c
Log Message:
Ignore -f with the "destroy" command completely (it was effectively
ignored already, so no functional change). Leave it as valid option
for compatib
Module Name:src
Committed By: martin
Date: Thu Apr 4 13:55:40 UTC 2019
Modified Files:
src/sbin/gpt: biosboot.c gpt.8
Log Message:
Allow specifying the partition via -b startsec for the biosboot cmd.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sbin
Module Name:src
Committed By: martin
Date: Tue Mar 26 14:55:02 UTC 2019
Modified Files:
src/sbin/gpt: gpt.8 unset.c
Log Message:
Allow -b to specify a partition for "gpt unset" as well.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sbin/gpt/gpt.8
cvs
Module Name:src
Committed By: martin
Date: Tue Mar 26 11:23:55 UTC 2019
Modified Files:
src/sbin/gpt: show.c
Log Message:
When displaying a single partition (gpt show -i ...) display offset
and size in sectors (instead of the totally confusing bytes),
followed by the human
Module Name:src
Committed By: martin
Date: Mon Mar 25 20:15:49 UTC 2019
Modified Files:
src/sbin/gpt: gpt.8 set.c
Log Message:
Allow -b startsec to specify the partition to change for the set subcommand
as well.
Add another option, -N, as a quick way to remove all attribut
Module Name:src
Committed By: martin
Date: Sun Mar 24 13:45:35 UTC 2019
Modified Files:
src/sbin/gpt: gpt.8 show.c
Log Message:
Make the "show" subcommand accept -b startsec to identify a partition
(very usefull for scripts and other robotic callers).
To generate a diff
Module Name:src
Committed By: martin
Date: Sun Mar 24 13:31:00 UTC 2019
Modified Files:
src/sbin/gpt: gpt.8 resize.c
Log Message:
Add support for specifying the partition to resize via -b startsec
(similar to label and other subcommands). Do not fully add gpt_find
function
Module Name:src
Committed By: mlelstv
Date: Thu Mar 14 10:26:10 UTC 2019
Modified Files:
src/sbin/gpt: header.c
Log Message:
print little-endian header fields correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/header.c
Please note that
Module Name:src
Committed By: jnemeth
Date: Sun Mar 3 03:20:43 UTC 2019
Modified Files:
src/sbin/gpt: show.c
Log Message:
Make it clear when displaying data from the MBR.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/gpt/show.c
Please note that
Module Name:src
Committed By: jnemeth
Date: Sun Mar 3 02:28:14 UTC 2019
Modified Files:
src/sbin/gpt: migrate.c
Log Message:
add some more FAT file system types
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sbin/gpt/migrate.c
Please note that diffs
Module Name:src
Committed By: martin
Date: Sun Feb 10 10:35:51 UTC 2019
Modified Files:
src/sbin/gpt: migrate.c
Log Message:
Make "gpt migrate" work for disks with FAT32 and NTFS partitions
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/gpt/migrat
Module Name:src
Committed By: martin
Date: Sun Jan 27 13:16:05 UTC 2019
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
Fix three MBR extended partition related bugs:
1) when walking an extended MBR chain, do not assign duplicate indices
2) the pointer to the next MBR m
Module Name:src
Committed By: martin
Date: Thu Dec 20 14:58:10 UTC 2018
Modified Files:
src/sbin/gpt: gpt_uuid.c gpt_uuid.h
Log Message:
Add a query function (for external code) to enumerate the know guids.
Add recently added VMware GUIDs to the internal enum type.
Fix som
Module Name:src
Committed By: mlelstv
Date: Sun Oct 14 20:10:49 UTC 2018
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
When changing entries skip those that do not match the -L option.
Should fix PR 53668.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76
Module Name:src
Committed By: sevan
Date: Mon Aug 27 15:50:39 UTC 2018
Modified Files:
src/sbin/gpt: main.c
Log Message:
Add the -T flag to usage()
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/gpt/main.c
Please note that diffs are not public do
Module Name:src
Committed By: jnemeth
Date: Tue Jul 3 03:41:24 UTC 2018
Modified Files:
src/sbin/gpt: add.c gpt.c gpt.h label.c migrate.c recover.c remove.c
resize.c restore.c type.c
Log Message:
Not all things that write to the disk do something that dk(4) wi
Module Name:src
Committed By: kre
Date: Tue May 1 21:16:02 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Spello. (it is "existence").
ispell also says that we should s/parseable/parsable/ but I'm
not sure about that one, so I left it.
I also left a correct
Module Name:src
Committed By: wiz
Date: Tue May 1 21:04:01 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Bump date for new EXIT STATUS section.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sbin/gpt/gpt.8
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Tue May 1 21:03:37 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: martin
Date: Tue May 1 08:17:13 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8 header.c
Log Message:
Make the "gpt header" command return EXIT_FAILURE when no GPT is present.
This helps sysinst to tell a GPT labeled disk from others.
Very lazy
Module Name:src
Committed By: mrg
Date: Wed Apr 11 07:14:23 UTC 2018
Modified Files:
src/sbin/gpt: map.c
Log Message:
if a new map entry doesn't fit, be more verbose about the sizes.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/gpt/map.c
Please
Module Name:src
Committed By: mrg
Date: Wed Apr 11 07:13:18 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
add information about how to boot from gpt. mostly taken from the wiki.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sbin/gpt/gpt.8
Module Name:src
Committed By: mlelstv
Date: Mon Mar 19 09:06:21 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8 gpt.h main.c set.c type.c unset.c
Log Message:
Check device parameter to avoid segfaults. Agument synopsis for -l option.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: sevan
Date: Tue Feb 13 00:34:11 UTC 2018
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
Spelling
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sbin/gpt/gpt.c
Please note that diffs are not public domain; they are subje
Module Name:src
Committed By: sborrill
Date: Mon Jan 15 12:20:47 UTC 2018
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Explain what suffixes are accepted when specifying a size.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sbin/gpt/gpt.8
Please
Module Name:src
Committed By: mlelstv
Date: Tue Oct 3 06:55:04 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
clarify that alignment is the number of bytes to align to.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sbin/gpt/gpt.8
Please n
Module Name:src
Committed By: christos
Date: Thu Sep 7 10:23:33 UTC 2017
Modified Files:
src/sbin/gpt: backup.c biosboot.c gpt.c restore.c show.c
Log Message:
use __arraycount
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/gpt/backup.c
cvs rdiff
Module Name:src
Committed By: christos
Date: Wed Sep 6 18:17:18 UTC 2017
Modified Files:
src/sbin/gpt: backup.c biosboot.c gpt.c gpt.h show.c
Log Message:
- make sure that the utf16 string is padded with 0's where needed.
- since the utf16 string is not 0 terminated, pass
Module Name:src
Committed By: christos
Date: Tue Sep 5 18:30:46 UTC 2017
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
PR/52522: Piotr Meyer: Don't NUL terminate the gpt label name.
XXX: pullup-8
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sbin/
Module Name:src
Committed By: wiz
Date: Sat Aug 5 20:21:08 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Use Fx/Nx.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they are subje
Module Name:src
Committed By: kre
Date: Fri Aug 4 02:43:56 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Fix a typo, and make a couple of minor wording improvements.
I resisted the (very weak) impulse to Americanise some spellings ...
To generate a diff of t
Module Name:src
Committed By: msaitoh
Date: Thu Aug 3 14:39:31 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Add note about bootme flag:
The bootme flag is used to indicate which partiotion should be booted
by UEFI boot code.
To generate a d
Module Name:src
Committed By: mrg
Date: Mon Jul 3 06:44:58 UTC 2017
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
only do wedges if not the tools version. fixes build on netbsd-4,
and any other place that might have the same ioctl name while having
something not
Module Name:src
Committed By: martin
Date: Wed Mar 22 19:59:16 UTC 2017
Modified Files:
src/sbin/gpt: recover.c
Log Message:
Add missing endianes swap to make the "recover" command work on big endian
machines.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17
Module Name:src
Committed By: christos
Date: Thu Feb 16 22:40:19 UTC 2017
Modified Files:
src/sbin/gpt: gpt.h gpt_uuid.c main.c
Log Message:
allow 0 timestamp
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sbin/gpt/gpt.h
cvs rdiff -u -r1.14 -r1.15 src/
Module Name:src
Committed By: christos
Date: Thu Feb 16 03:32:17 UTC 2017
Modified Files:
src/sbin/gpt: biosboot.c gpt.8 gpt.c gpt.h gpt_private.h gpt_uuid.c
main.c
Log Message:
Add -T timestamp for reproducible builds.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: aymeric
Date: Sun Feb 12 16:54:06 UTC 2017
Modified Files:
src/sbin/gpt: main.c
Log Message:
Make gpt(8) work when compiled on a glibc-based OS.
This restores the ability to build amd64 install-image's under Linux.
To generate a diff of thi
Module Name:src
Committed By: abhinav
Date: Fri Jan 27 10:21:16 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Fix spelling of partition.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sbin/gpt/gpt.8
Please note that diffs are not public do
Module Name:src
Committed By: jdolecek
Date: Tue Nov 1 16:15:51 UTC 2016
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
remove dup line
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they
Module Name:src
Committed By: kre
Date: Wed Oct 5 03:06:24 UTC 2016
Modified Files:
src/sbin/gpt: show.c
Log Message:
Avoiding having parameter name shadow its own function's name.
Strictly this shouldnt be (and hasn't been for almost a year) a problem,
but there are comp
Module Name:src
Committed By: christos
Date: Sat Sep 24 13:40:55 UTC 2016
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
say that you need to destroy it first.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sbin/gpt/gpt.c
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri Sep 23 19:36:50 UTC 2016
Modified Files:
src/sbin/gpt: create.c
Log Message:
PR/51497: Clare: Allow gpt -p create to work.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/gpt/create.c
Please note t
Module Name:src
Committed By: sevan
Date: Sun Sep 11 21:38:16 UTC 2016
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Document the version gpt first appeared.
Replace contractions.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/gpt/gp
Module Name:src
Committed By: jnemeth
Date: Sun Jun 12 12:48:33 UTC 2016
Modified Files:
src/sbin/gpt: recover.c
Log Message:
- fix setting of hdr_lba_alt which was broken in revision 1.10 on 2015/12/2
- switch to using gpt_last
- PR/51230 -- recreate the PMBR if it was lo
Module Name:src
Committed By: christos
Date: Thu Jun 9 19:04:43 UTC 2016
Modified Files:
src/sbin/gpt: biosboot.c create.c gpt.8 migrate.c
Log Message:
Rename 'a' to set the active PMBR flag to 'A'
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/g
Module Name:src
Committed By: kre
Date: Thu Jun 9 17:43:36 UTC 2016
Modified Files:
src/sbin/gpt: show.c
Log Message:
Make "gpt show" add an "(active)" annotation to the PMBR output line
when it has been marked active for legacy (non UEFI) booting.
This was (kind of obvio
Module Name:src
Committed By: kre
Date: Thu Jun 9 16:48:14 UTC 2016
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Fix rendering of biosboot command synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sbin/gpt/gpt.8
Please note that diffs are
Module Name:src
Committed By: christos
Date: Thu Jun 9 15:12:54 UTC 2016
Modified Files:
src/sbin/gpt: biosboot.c create.c gpt.8 gpt.c gpt.h migrate.c show.c
Log Message:
PR/51230: Add the ability to set the active flag in the PMBR.
To generate a diff of this commit:
cv
Module Name:src
Committed By: dholland
Date: Tue May 31 02:29:54 UTC 2016
Modified Files:
src/sbin/gpt: show.c
Log Message:
PR 50756 David Binderman: avoid running off the end of an array in case
thing we're looking for isn't there. Which is probably impossible, but
that's
Module Name:src
Committed By: joerg
Date: Fri Jan 8 18:59:01 UTC 2016
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
gpt_vwarnx is printf-like.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sbin/gpt/gpt.c
Please note that diffs are not public doma
Module Name:src
Committed By: christos
Date: Tue Dec 29 16:45:04 UTC 2015
Modified Files:
src/sbin/gpt: add.c biosboot.c create.c gpt.c gpt.h main.c migrate.c
set.c show.c unset.c
Log Message:
- add more informational messages
- handle case where last argument
Module Name:src
Committed By: jnemeth
Date: Sat Dec 26 13:12:17 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
pretty up attribute display a bit
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sbin/gpt/gpt.c
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Sat Dec 26 13:08:45 UTC 2015
Modified Files:
src/sbin/gpt: show.c
Log Message:
Improve "show -a" display: split human readable Type: field from the Type-GUID
to avoid wrapping in the common case; add a human readable Size: display
Module Name:src
Committed By: wiz
Date: Fri Dec 25 12:16:03 UTC 2015
Modified Files:
src/sbin/gpt: gpt.8 show.c
Log Message:
Simplify usage for gpt show.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.32 -r1.33 src/sbin/
Module Name:src
Committed By: martin
Date: Fri Dec 25 10:59:56 UTC 2015
Modified Files:
src/sbin/gpt: gpt.8 show.c
Log Message:
Add a -a flag to the show command, so we can display the full GPT with
all information in one go.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: martin
Date: Thu Dec 24 17:35:57 UTC 2015
Modified Files:
src/sbin/gpt: header.c
Log Message:
Fix output in an error case
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/header.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Sun Dec 6 04:27:05 UTC 2015
Modified Files:
src/sbin/gpt: gpt_uuid.h migrate.c
Log Message:
remove more duplicated code.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/gpt_uuid.h
cvs rdiff -u -r1.28
Module Name:src
Committed By: wiz
Date: Sun Dec 6 09:36:58 UTC 2015
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Bump date for previous.
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/gpt/gpt.8
Please note that di
Module Name:src
Committed By: christos
Date: Sun Dec 6 00:39:26 UTC 2015
Modified Files:
src/sbin/gpt: gpt.8 gpt.c gpt.h gpt_uuid.c gpt_uuid.h set.c show.c
type.c unset.c
Log Message:
Add listing commands for type, set and unset.
Add help and formatting for se
Module Name:src
Committed By: christos
Date: Sat Dec 5 18:46:08 UTC 2015
Modified Files:
src/sbin/gpt: migrate.c
Log Message:
Add debugging and more to migration
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/migrate.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Fri Dec 4 21:39:18 UTC 2015
Modified Files:
src/sbin/gpt: resizedisk.c
Log Message:
type confusion
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/gpt/resizedisk.c
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Fri Dec 4 16:54:28 UTC 2015
Modified Files:
src/sbin/gpt: resize.c
Log Message:
Kill newline
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sbin/gpt/resize.c
Please note that diffs are not public domain; t
Module Name:src
Committed By: christos
Date: Fri Dec 4 16:46:24 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c gpt.h recover.c resizedisk.c
Log Message:
Fix resizedisk.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.29 -r
Module Name:src
Committed By: christos
Date: Fri Dec 4 01:47:48 UTC 2015
Modified Files:
src/sbin/gpt: label.c
Log Message:
put back usage from kre
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/label.c
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Fri Dec 4 01:46:32 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c gpt.h
Log Message:
don't print dkctl message for files
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sbin/gpt/gpt.c
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Fri Dec 4 01:46:12 UTC 2015
Modified Files:
src/sbin/gpt: show.c
Log Message:
fix label printing.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sbin/gpt/show.c
Please note that diffs are not public domain
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:51:02 UTC 2015
Modified Files:
src/sbin/gpt: label.c
Log Message:
CID 1341564: Arg memory leak
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sbin/gpt/label.c
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:49:51 UTC 2015
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
more leak
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/gpt/biosboot.c
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:48:12 UTC 2015
Modified Files:
src/sbin/gpt: label.c
Log Message:
CID 1341563: fix leak
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/gpt/label.c
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:46:22 UTC 2015
Modified Files:
src/sbin/gpt: add.c
Log Message:
CID 1341561: Argument memory leak
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/gpt/add.c
Please note that diffs are not p
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:43:25 UTC 2015
Modified Files:
src/sbin/gpt: add.c
Log Message:
CID 1341560: Free arg.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sbin/gpt/add.c
Please note that diffs are not public domai
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:40:32 UTC 2015
Modified Files:
src/sbin/gpt: backup.c
Log Message:
CID 1341558: Fix proplib memory leaks
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/backup.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Thu Dec 3 21:30:54 UTC 2015
Modified Files:
src/sbin/gpt: create.c gpt.c map.c map.h recover.c resizedisk.c
Log Message:
CID 1341556: Don't leak map info
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/
Module Name:src
Committed By: christos
Date: Thu Dec 3 20:58:08 UTC 2015
Modified Files:
src/sbin/gpt: add.c
Log Message:
CID 1341548: Check error returns
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sbin/gpt/add.c
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Thu Dec 3 04:39:41 UTC 2015
Modified Files:
src/sbin/gpt: backup.c
Log Message:
compare to stdout, thanks kre
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/backup.c
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Thu Dec 3 02:16:00 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
Add a space.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sbin/gpt/gpt.c
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: christos
Date: Thu Dec 3 02:09:20 UTC 2015
Modified Files:
src/sbin/gpt: resizedisk.c
Log Message:
Fix stray paste, noted by kre.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/gpt/resizedisk.c
Please note that diff
Module Name:src
Committed By: christos
Date: Thu Dec 3 02:02:43 UTC 2015
Modified Files:
src/sbin/gpt: Makefile add.c biosboot.c create.c gpt.c gpt.h gpt_uuid.c
header.c main.c migrate.c recover.c resize.c resizedisk.c restore.c
set.c show.c unset.c
Module Name:src
Committed By: christos
Date: Thu Dec 3 01:16:21 UTC 2015
Modified Files:
src/sbin/gpt: resize.c
Log Message:
remove extra assignment
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/resize.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Thu Dec 3 01:07:28 UTC 2015
Modified Files:
src/sbin/gpt: add.c backup.c biosboot.c create.c destroy.c header.c
label.c main.c migrate.c recover.c remove.c resize.c resizedisk.c
restore.c set.c show.c typ
Module Name:src
Committed By: christos
Date: Wed Dec 2 22:32:04 UTC 2015
Modified Files:
src/sbin/gpt: restore.c
Log Message:
- factor out into smaller separate functions
- fix signed/unsigned confusion
- do proper write checks
- fix some memory leaks
To generate a diff
Module Name:src
Committed By: christos
Date: Wed Dec 2 20:42:07 UTC 2015
Modified Files:
src/sbin/gpt: recover.c
Log Message:
don't hard-code the program name
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/recover.c
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Wed Dec 2 20:41:10 UTC 2015
Modified Files:
src/sbin/gpt: recover.c
Log Message:
merge duplicated code and check allocations.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/recover.c
Please note th
Module Name:src
Committed By: christos
Date: Wed Dec 2 20:09:54 UTC 2015
Modified Files:
src/sbin/gpt: resizedisk.c
Log Message:
check allocations
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/resizedisk.c
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Wed Dec 2 20:09:33 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
annotate map additions with non-allocated memory.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sbin/gpt/gpt.c
Please note that
Module Name:src
Committed By: christos
Date: Wed Dec 2 20:01:44 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c map.c map.h resize.c
Log Message:
- check errors from map allocation
- make map_resize return -1 instead of 0, and handle errors locally
explaining what's going
Module Name:src
Committed By: christos
Date: Wed Dec 2 12:36:53 UTC 2015
Modified Files:
src/sbin/gpt: backup.c gpt.8 restore.c
Log Message:
Allow backup and restore to operate on files.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/backup.c
Module Name:src
Committed By: christos
Date: Wed Dec 2 12:24:02 UTC 2015
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
don't advertise stuff we don't support.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/biosboot.c
Please note that
Module Name:src
Committed By: christos
Date: Wed Dec 2 12:20:52 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
Always set NOSYNC if regular file, even if we got the size from the command
line.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/
Module Name:src
Committed By: jnemeth
Date: Wed Dec 2 11:20:34 UTC 2015
Modified Files:
src/sbin/gpt: add.c
Log Message:
hrmm...
i386devel: {245} ./gpt add -b 1000 -s 1000 disk
Segmentation fault (core dumped)
Where's my flyswatter? ...zzzap
To generate a di
Module Name:src
Committed By: jnemeth
Date: Wed Dec 2 10:19:58 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
- dereferencing NULL is generally bad, found by visual inspection
- automatically set nosync when opening a file to avoid spurious errors
To generate
1 - 100 of 226 matches
Mail list logo