Age | Commit message (Expand) | Author |
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 |
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 |