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