Age | Commit message (Expand) | Author |
2016-01-06 | correct format string. ok deraadt stsp | Ted Unangst |
2016-01-05 | remove long deprecated "set debug "none|urgent|misc|loud" levels in | Sebastian Benoit |
2016-01-03 | Remove obsolete and undocumented "-carpdev" option, from Fabian Raetz. | Martin Pieuchot |
2016-01-01 | rmeove unused noprint variable | Joerg Jung |
2015-12-30 | Remove use of sysexits.h. OK guenther@ | Todd C. Miller |
2015-12-30 | Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It was | Kenneth R Westerback |
2015-12-27 | Use 'standard' gpt_chk_mbr() to check for protective MBR. | Kenneth R Westerback |
2015-12-24 | tweak auto-allocation description, with and ok jmc@ | Otto Moerbeek |
2015-12-23 | Remove unnecessary SIGSYS/ENOSYS handling for getfh(2). | Tim van der Molen |
2015-12-23 | Add privilege separation and pledge(). | Tim van der Molen |
2015-12-23 | Use NULL rather than 0 for pointers. No binary change. | mmcc |
2015-12-22 | assign pointers to NULL rather than 0, remove a needless cast | mmcc |
2015-12-19 | Don't exit if a route can't be added. Just log particulars and | Kenneth R Westerback |
2015-12-19 | Delete superfluous "continue;" just before end of loop. | Kenneth R Westerback |
2015-12-19 | Delete superfluous "close(s);return" just before "close(s);<function | Kenneth R Westerback |
2015-12-18 | Check ioctl() result with == -1, not < 0. Break long line. | Kenneth R Westerback |
2015-12-18 | pledge "stdio rpath wpath cpath dpath fattr", as long as the -m option | Theo de Raadt |
2015-12-15 | Include RFC number in reference. While here, improve formatting of another | Tim van der Molen |
2015-12-15 | Document /var/db/mountdtab | Tim van der Molen |
2015-12-15 | When (re)reading /etc/exports, handle the case where the mount point of an | Tim van der Molen |
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 |