Commit Graph

6494 Commits

Author SHA1 Message Date
mlelstv
c153503310 fix usage message 2016-02-06 10:35:58 +00:00
christos
a97d476aa4 fix broken patch 2016-01-31 23:11:49 +00:00
christos
0636a2fe97 PR/50729: Izumi Tsutsui: Add "SMALLPROG"-like options to disklabel(8) 2016-01-31 18:57:29 +00:00
wiz
69be113f78 New sentence, new line. Bump date. 2016-01-30 10:13:02 +00:00
mlelstv
223c7df5b3 Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
entries from UTF8 encoded file names.
2016-01-30 09:59:27 +00:00
christos
ffeb8dbf4e Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
christos
9c39ccca16 no need for <sys/mbuf.h> 2016-01-23 21:05:51 +00:00
christos
b8e29fa636 don't need mbuf.h! 2016-01-23 15:41:47 +00:00
christos
4f3d9e304d PR/50671: David Binderman: fix memory leak. 2016-01-17 15:59:26 +00:00
joerg
459b255b5e gpt_vwarnx is printf-like. 2016-01-08 18:59:01 +00:00
roy
74efc0b2e3 -W seconds will wait for the detached flag to clear on addresses on
interfaces marked up to allow time for the carrier to appear on the
interface.

This does not extend the -w option duration.
2016-01-07 11:32:21 +00:00
wiz
95e91b49e1 Sort command list in usage. 2016-01-06 23:03:13 +00:00
wiz
70ae258f94 Sort commands so I can find stuff. 2016-01-06 23:01:11 +00:00
wiz
704ad63c75 Use standard sort order for options.
Add -U to usage.
2016-01-06 22:57:44 +00:00
christos
c4e0e8f498 Access to the SET_LAST_UNIT ioctl. 2016-01-06 17:41:36 +00:00
christos
f9db75489b - add more informational messages
- handle case where last argument is an option not a device (set -l)
2015-12-29 16:45:04 +00:00
jnemeth
775c41e25a pretty up attribute display a bit 2015-12-26 13:12:16 +00:00
martin
1c2d0f1f02 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.
2015-12-26 13:08:45 +00:00
wiz
6471a2935e Simplify usage for gpt show. 2015-12-25 12:16:03 +00:00
martin
53078a2022 Add a -a flag to the show command, so we can display the full GPT with
all information in one go.
2015-12-25 10:59:56 +00:00
martin
ac62bbaf8f Fix output in an error case 2015-12-24 17:35:57 +00:00
christos
94ae268a8f mention ip6addrctl 2015-12-13 14:24:47 +00:00
pgoyette
1aa8a7614b synch usage() with the man page. 2015-12-07 03:34:00 +00:00
wiz
34c418c523 Bump date for previous.
Remove trailing whitespace.
2015-12-06 09:36:57 +00:00
christos
56604dcf08 remove more duplicated code. 2015-12-06 04:27:05 +00:00
christos
4d523900d0 Add listing commands for type, set and unset.
Add help and formatting for set and unset.
Change show to print all the attribute info in one line.
2015-12-06 00:39:26 +00:00
christos
4eb04fb6c1 Add debugging and more to migration 2015-12-05 18:46:08 +00:00
christos
af38b629ef type confusion 2015-12-04 21:39:18 +00:00
christos
ffec5f5c18 Kill newline 2015-12-04 16:54:28 +00:00
christos
5b47b594ae Fix resizedisk. 2015-12-04 16:46:24 +00:00
christos
a69d504e75 put back usage from kre 2015-12-04 01:47:48 +00:00
christos
667106442f don't print dkctl message for files
fix typo
2015-12-04 01:46:32 +00:00
christos
c8b27b5883 fix label printing. 2015-12-04 01:46:12 +00:00
christos
e3058c5edd CID 1341564: Arg memory leak 2015-12-03 21:51:02 +00:00
christos
8bffbb3c7c more leak 2015-12-03 21:49:51 +00:00
christos
b58e9ed6af CID 1341563: fix leak 2015-12-03 21:48:12 +00:00
christos
e37a2a9523 CID 1341561: Argument memory leak 2015-12-03 21:46:22 +00:00
christos
560e3b65f3 CID 1341560: Free arg. 2015-12-03 21:43:25 +00:00
christos
849ad1de81 CID 1341558: Fix proplib memory leaks 2015-12-03 21:40:32 +00:00
christos
0f11011500 CID 1341556: Don't leak map info 2015-12-03 21:30:54 +00:00
christos
d293a8ecdb CID 1341548: Check error returns 2015-12-03 20:58:08 +00:00
christos
7c444fb990 compare to stdout, thanks kre 2015-12-03 04:39:41 +00:00
christos
c7ec83db51 Add a space. 2015-12-03 02:16:00 +00:00
christos
ba571ee20f Fix stray paste, noted by kre. 2015-12-03 02:09:20 +00:00
christos
5c1ccc6e9b WARNS=6 2015-12-03 02:02:43 +00:00
christos
621ecf3c5e remove extra assignment 2015-12-03 01:16:21 +00:00
christos
da0a3b4c0b eliminate static globals so that commands can be re-used. 2015-12-03 01:07:28 +00:00
christos
54261dc52d - factor out into smaller separate functions
- fix signed/unsigned confusion
- do proper write checks
- fix some memory leaks
2015-12-02 22:32:04 +00:00
christos
73ff464c21 don't hard-code the program name 2015-12-02 20:42:07 +00:00
christos
b62e64290c merge duplicated code and check allocations. 2015-12-02 20:41:10 +00:00