summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* travis: whitelist branchesKarel Zak2014-09-091-0/+5
* lsblk: add notes about udev to the man pageKarel Zak2014-09-051-2/+13
* build-sys: create parent directory for $(PATHFILES)Michael Marineau2014-09-031-0/+1
* libfdisk: add support for sfdisk-like script formatKarel Zak2014-09-021-12/+204
* libfdisk: (gpt) follow label-id from scriptKarel Zak2014-09-012-3/+14
* libfdisk: add functions to apply partitiong scriptsKarel Zak2014-09-015-32/+233
* libfdisk: (gpt) don't align last possible LBAKarel Zak2014-09-012-12/+25
* libfdisk: rename fdisk_dump_ to fdisk_script_Karel Zak2014-09-012-99/+99
* libfdisk: fix fdisk_delete_all_partitions()Karel Zak2014-09-011-0/+1
* libfdisk: add fdisk_apply_table() and fdisk_delete_all_partitions()Karel Zak2014-08-293-2/+64
* libfdisk: improve debug messagesKarel Zak2014-08-291-2/+2
* libfdisk: accept dump with quotesKarel Zak2014-08-291-8/+18
* libfdisk: (dos) follow bootable setting when add partitionKarel Zak2014-08-291-5/+6
* libfdisk: (gpt) allow to specify uuid and name when create new partitionKarel Zak2014-08-281-54/+37Star
* libfdisk: (gpt) set_{name,uuid} functions refactoringKarel Zak2014-08-281-18/+37
* libfdisk: add reference to context to dumpKarel Zak2014-08-283-30/+43
* libfdisk: use reference counting for contextKarel Zak2014-08-287-26/+31
* libfdisk: extend dump parsing functionKarel Zak2014-08-284-19/+147
* libfdisk: (dos) fix typoKarel Zak2014-08-281-1/+1
* include/optutils: fix typoKarel Zak2014-08-281-1/+1
* cfdisk: fix typo in the previous commitKarel Zak2014-08-261-2/+2
* cfdisk: wrong interpretation of yes in non-english languageKarel Zak2014-08-261-2/+2
* libfdisk: (dos) fix logical partitions add/delete codeKarel Zak2014-08-261-45/+82
* libfdisk: vary basic dump parsing functionsKarel Zak2014-08-252-5/+303
* libblkid: move string trim function to strutils.hKarel Zak2014-08-252-19/+41
* libfdisk: basic fdisk_dump_* functionsKarel Zak2014-08-226-5/+357
* libfdisk: remove debug dump function, cleanup APIKarel Zak2014-08-226-60/+12Star
* mountpoint: clarify that it works on filesDave Reisner2014-08-221-2/+6
* mountpoint: drop S_ISDIR checkDave Reisner2014-08-211-6/+0Star
* libmount: use -t for type.subtype in helpers APIKarel Zak2014-08-212-3/+7
* tests: apply travis clang PATH workaroundSami Kerola2014-08-211-0/+6
* logger: use generic --id=<id>Karel Zak2014-08-202-35/+17Star
* Merge remote-tracking branch 'sami/logger'Karel Zak2014-08-202-29/+54
|\
| * docs: mentintion default udp and tcp ports logger is usingSami Kerola2014-08-151-0/+7
| * logger: set function arguments read-only when possibleSami Kerola2014-08-151-9/+9
| * logger: optimize string initializationsSami Kerola2014-08-151-2/+4
| * logger: remove openlog(3) optionsSami Kerola2014-08-151-8/+8
| * logger: allow use of --id=ppid when logging locallySami Kerola2014-08-151-11/+27
* | libfdisk: fix fdisk_get_optimal_iosize() and update testsKarel Zak2014-08-208-17/+6Star
* | tests: fix fdisk/bsd for the two possible sectors/offsetsAurelien Jarno2014-08-201-8/+25
* | docs: bring the chrt and taskset man pages closer to standard formattingBenno Schulenberg2014-08-202-67/+68
* | textual: make the license of chrt and taskset slightly more explicitBenno Schulenberg2014-08-202-9/+6Star
* | docs: make the man-page licenses of chrt and taskset match their intentBenno Schulenberg2014-08-202-6/+4Star
* | docs: improve the description of --size in the man page of zramctlBenno Schulenberg2014-08-201-9/+4Star
|/
* fdisk: add independent debug stuffKarel Zak2014-08-153-22/+46
* libfdisk: move fdisk_ask_partnum() to APIKarel Zak2014-08-153-3/+11
* fdisk: use libfdisk public API onlyKarel Zak2014-08-153-38/+61
* libfdisk: add geometry to API, cleanupKarel Zak2014-08-153-10/+78
* cfdisk: use only public libfdisk APIKarel Zak2014-08-151-14/+20
* libfdisk: fdisk_label_is_labeltype()Karel Zak2014-08-153-4/+17