summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use 'standard' gpt_chk_mbr() to check for protective MBR.krw2015-12-271-19/+47
* tweak auto-allocation description, with and ok jmc@otto2015-12-241-5/+6
* Remove unnecessary SIGSYS/ENOSYS handling for getfh(2).tim2015-12-231-8/+1
* Add privilege separation and pledge().tim2015-12-232-69/+435
* Use NULL rather than 0 for pointers. No binary change.mmcc2015-12-231-9/+9
* assign pointers to NULL rather than 0, remove a needless castmmcc2015-12-221-6/+6
* Don't exit if a route can't be added. Just log particulars andkrw2015-12-191-4/+18
* Delete superfluous "continue;" just before end of loop.krw2015-12-191-2/+1
* Delete superfluous "close(s);return" just before "close(s);<functionkrw2015-12-191-3/+1
* Check ioctl() result with == -1, not < 0. Break long line.krw2015-12-181-3/+4
* pledge "stdio rpath wpath cpath dpath fattr", as long as the -m optionderaadt2015-12-181-2/+6
* Include RFC number in reference. While here, improve formatting of anothertim2015-12-151-5/+6
* Document /var/db/mountdtabtim2015-12-151-2/+4
* When (re)reading /etc/exports, handle the case where the mount point of antim2015-12-151-2/+4
* Send DECLINE messages in response to ACK messages that turn out tokrw2015-12-122-37/+96
* add keyboard backlight variablejung2015-12-121-1/+40
* In olden times (i + u + e) was considered a clever way to 'or'krw2015-12-121-3/+3
* Open disk READONLY if none of i, e or u are specified.krw2015-12-123-7/+8
* there are no boot_ pages for armish or landisk that i can see,jmc2015-12-111-4/+2
* Add '-v' flag that forces the display of both GPT's and the MBR.krw2015-12-116-25/+58
* Pledge.krw2015-12-101-1/+9
* Remove NULL-checks before free(). ok tb@mmcc2015-12-1022-123/+72
* comment typommcc2015-12-101-2/+2
* Remove plain DES encryption from IPsec.naddy2015-12-0915-194/+33
* Revert SIOCDIFADDR_IN6 fix.mpi2015-12-091-9/+7
* add braces to correct pledge logicjsg2015-12-091-3/+3
* spaces to tabstedu2015-12-082-4/+4
* Add imsg "peerid" to debug messages (only within -DDEBUG).reyk2015-12-071-5/+7
* Sync proc.c, use shorter proc_compose[v]()reyk2015-12-076-53/+55
* sync with vmdreyk2015-12-071-3/+3
* Convert to arc4random_uniform.tb2015-12-071-9/+7
* remove trailers option that was already obsolete when this code was imported.tedu2015-12-061-13/+1
* remove txpower option. only relevant to the now irrelevant wi driver.tedu2015-12-062-49/+5
* Use __progname instead of manually handling argv[0].tobias2015-12-063-18/+4
* Avoid out of boundary access on illegal command line arguments.tobias2015-12-062-11/+15
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-052-4/+5
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* No need to continuously check the current rdomain of the interfacekrw2015-12-031-7/+1
* Document etherip(4) as another tunnel interface.sthen2015-12-031-9/+15
* Print the interface index which is part of the route msg header.claudio2015-12-031-5/+5
* remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@naddy2015-12-022-16/+2
* Send solbourne to where the ...........deraadt2015-12-011-3/+2
* Send Aviion to same place as Nova IIderaadt2015-12-012-5/+4
* 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