summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-12-12Send DECLINE messages in response to ACK messages that turn out toKenneth R Westerback
2015-12-12add keyboard backlight variableJoerg Jung
2015-12-12In olden times (i + u + e) was considered a clever way to 'or'Kenneth R Westerback
2015-12-12Open disk READONLY if none of i, e or u are specified.Kenneth R Westerback
2015-12-11there are no boot_ pages for armish or landisk that i can see,Jason McIntyre
2015-12-11Add '-v' flag that forces the display of both GPT's and the MBR.Kenneth R Westerback
2015-12-10Pledge.Kenneth R Westerback
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-10comment typommcc
2015-12-09Remove plain DES encryption from IPsec.Christian Weisgerber
2015-12-09Revert SIOCDIFADDR_IN6 fix.Martin Pieuchot
2015-12-09add braces to correct pledge logicJonathan Gray
2015-12-08spaces to tabsTed Unangst
2015-12-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-07Sync proc.c, use shorter proc_compose[v]()Reyk Floeter
2015-12-07sync with vmdReyk Floeter
2015-12-07Convert to arc4random_uniform.tb
2015-12-06remove trailers option that was already obsolete when this code was imported.Ted Unangst
2015-12-06remove txpower option. only relevant to the now irrelevant wi driver.Ted Unangst
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06Avoid out of boundary access on illegal command line arguments.Tobias Stoeckmann
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-03No need to continuously check the current rdomain of the interfaceKenneth R Westerback
2015-12-03Document etherip(4) as another tunnel interface.Stuart Henderson
2015-12-03Print the interface index which is part of the route msg header.Claudio Jeker
2015-12-02remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@Christian Weisgerber
2015-12-01Send solbourne to where the ...........Theo de Raadt
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2015-12-01Fix inexplicable use of 'disk' instead of 'disk.name' when trying toKenneth R Westerback
2015-12-01Make '-i' set 'reinited' flag so that the initial Xwrite() will zapKenneth R Westerback
2015-11-29use ping6(8)'s engine; next step in unificationFlorian Obser
2015-11-29Reimplement source address selection. Inspired by the previousFlorian Obser
2015-11-29Include RFC number in referenceTim van der Molen
2015-11-29Doubles are not reals. Imprecision might lead to trying toFlorian Obser
2015-11-28hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at theTheo de Raadt
2015-11-28Oops, left the pledge "tty" active in the previous commitedTheo de Raadt
2015-11-27spacesTheo de Raadt
2015-11-27After evaluating patches from Ricardo Mestre, it became obvious thatSebastian Benoit
2015-11-26When prompting for a GPT partition type, use the partition's current type asTim van der Molen
2015-11-26When prompting for an LBA, show the min and max values in the prompt; OK krw@Tim van der Molen
2015-11-26Instead, hoist TIOCGWINSZ up to the top, then "tty" pledge is not needed.Theo de Raadt
2015-11-26unbelievable.. this uses TIOCGWINSZ.. how did i miss that. pledge "tty".Theo de Raadt
2015-11-25We can't make a pledge if we're mount_mfs(8) as we need the ability to callMark Kettenis
2015-11-25Try harder to prevent 0-length partitions from being defined.Kenneth R Westerback
2015-11-25-A needs cflag too. Noted by sthen@ during install.Kenneth R Westerback
2015-11-25Put back 1.305 without breaking the hand rolled inet_net_pton(3) caseMartin Pieuchot
2015-11-25Do not do the early pledge, because hotroot() is a lie. fsck_extfsTheo de Raadt
2015-11-24hotroot is calculated late in fsck_ffs, so defer the pledge.Theo de Raadt
2015-11-24Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label inKenneth R Westerback
2015-11-24pledge "stdio rpath wpath disklabel proc exec" throughout, afterTheo de Raadt