summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix inexplicable use of 'disk' instead of 'disk.name' when trying tokrw2015-12-011-2/+2
* Make '-i' set 'reinited' flag so that the initial Xwrite() will zapkrw2015-12-012-2/+5
* use ping6(8)'s engine; next step in unificationflorian2015-11-291-121/+175
* Reimplement source address selection. Inspired by the previousflorian2015-11-292-57/+65
* Include RFC number in referencetim2015-11-291-3/+3
* Doubles are not reals. Imprecision might lead to trying toflorian2015-11-292-4/+4
* hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at thederaadt2015-11-281-4/+9
* Oops, left the pledge "tty" active in the previous commitedderaadt2015-11-281-2/+2
* spacesderaadt2015-11-271-8/+8
* After evaluating patches from Ricardo Mestre, it became obvious thatbenno2015-11-272-23/+8
* When prompting for a GPT partition type, use the partition's current type astim2015-11-265-10/+38
* When prompting for an LBA, show the min and max values in the prompt; OK krw@tim2015-11-261-2/+3
* Instead, hoist TIOCGWINSZ up to the top, then "tty" pledge is not needed.deraadt2015-11-262-9/+13
* unbelievable.. this uses TIOCGWINSZ.. how did i miss that. pledge "tty".deraadt2015-11-261-2/+2
* We can't make a pledge if we're mount_mfs(8) as we need the ability to callkettenis2015-11-251-3/+5
* Try harder to prevent 0-length partitions from being defined.krw2015-11-251-9/+10
* -A needs cflag too. Noted by sthen@ during install.krw2015-11-251-2/+2
* Put back 1.305 without breaking the hand rolled inet_net_pton(3) casempi2015-11-251-7/+9
* Do not do the early pledge, because hotroot() is a lie. fsck_extfsderaadt2015-11-251-5/+1
* hotroot is calculated late in fsck_ffs, so defer the pledge.deraadt2015-11-242-6/+6
* Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label inkrw2015-11-241-7/+3
* pledge "stdio rpath wpath disklabel proc exec" throughout, afterderaadt2015-11-241-1/+5
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* Cannot pledge() in the hotroot casederaadt2015-11-232-6/+8
* Revert previous tweak, as discussed on source-changes@mmcc2015-11-231-2/+2
* Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) callsreyk2015-11-236-42/+14
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-2315-45/+110
* "random generation numbers" -> "randomly generated numbers"mmcc2015-11-231-3/+3
* Remove the debugging infrastructure, which was ~1/3 of the code. Makesmmcc2015-11-234-1246/+15
* Revert previous it introduces a regression found by krw@mpi2015-11-231-7/+5
* ncheck_ffs may be invoked more simply as ncheck,jmc2015-11-231-3/+8
* Remove more useless comments. This whole file may go eventually, as permmcc2015-11-231-19/+1
* Initialize SIOCDIFADDR{_IN6,} argument as intended.mpi2015-11-231-5/+7
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-224-35/+75
* add missing NAME entries; ok schwarzejmc2015-11-212-6/+8
* remove mlinks for aliases: ntalkd, mfs, updatedbjmc2015-11-211-2/+2
* Bring GPT partition editing into line with MBR partition editingkrw2015-11-213-13/+14
* Once again, fix the license text. After many years, we just cannotreyk2015-11-211-4/+4
* Move local logging functions to util.c (which is shared with ikectl),reyk2015-11-213-48/+69
* Nuke long standing annoyance of EDIT() macros and switch both Xedit()krw2015-11-211-53/+60
* De-justify more comments. From FreeBSD.mmcc2015-11-201-11/+11
* Monospace comments are not meant to be justified. From FreeBSD.mmcc2015-11-201-13/+13
* Replace hardcoded "0" with SHUT_RD; from Ricardo Mestrejca2015-11-201-3/+3
* Simplify all instances of get_string() and get_data() using malloc() andmmcc2015-11-191-7/+2
* lexer fixes to work with new flex. from Serguey Parkhomovskytedu2015-11-191-3/+3
* When an existing partition is modified in LBA mode, ensure that the partitiontim2015-11-191-7/+12
* Oops. Missed a file.krw2015-11-191-4/+5
* Remove some weird comments containing only the name of the next function.mmcc2015-11-191-24/+1
* Don't bother casting memset() argument to void*. No binary change.mmcc2015-11-191-2/+2
* calloc((size_t)1, ...) -> calloc(1, ...)mmcc2015-11-191-2/+2