Age | Commit message (Expand) | Author |
2015-12-03 | claudio questioned the need for pledge(unix) in the rde, and i think | Sebastian Benoit |
2015-12-03 | Sync after addition of vmm(4) | Claudio Jeker |
2015-12-03 | spacing | Reyk Floeter |
2015-12-03 | spacing | Reyk Floeter |
2015-12-03 | Rewrite the tx handler to just use ifq_dequeue and drop packets that | Claudio Jeker |
2015-12-03 | when running on a machine without net, rebound will still receive queries | Ted Unangst |
2015-12-03 | After inserting a backslash, don't treat ^H ^? or ^U as special cases. | Anthony J. Bentley |
2015-12-03 | use the more direct auth interfaces so we can provide a custom password | Ted Unangst |
2015-12-03 | Print the interface index which is part of the route msg header. | Claudio Jeker |
2015-12-03 | the grammar can prompt DNS lookups, so pledge "dns" also. | Theo de Raadt |
2015-12-02 | send the tty name to vmmctl and print it as a result. | Reyk Floeter |
2015-12-02 | Mark new active pane changed after pane lost in window, and after | Nicholas Marriott |
2015-12-02 | Split the fully privileged parent into two processes "parent" and | Reyk Floeter |
2015-12-02 | Move port picking away from in_pcbbind() | Vincent Gross |
2015-12-02 | relayd (when running relays) can distribute client sessions over hosts | Sebastian Benoit |
2015-12-02 | Since we want to print the interface names in the log messages it is | Claudio Jeker |
2015-12-02 | The '_q'/'(O)penBSD' logic is not used in armv7 at the moment so remove it | Kenneth R Westerback |
2015-12-02 | If (O)penBSD is not offered as a partitioning option, do not accept | Kenneth R Westerback |
2015-12-02 | in response to EHLO, don't offer STARTTLS if we already completed the | Henning Brauer |
2015-12-02 | More rt_ifp killing. There checks in in_arpinput() to verify that the | Claudio Jeker |
2015-12-02 | I misread the standard when adding TLS; clients are supposed to start over | Henning Brauer |
2015-12-02 | factor out ip_output_ipsec_{lookup,send}(); with & ok claudio@ | Markus Friedl |
2015-12-02 | KNF and use ${SUDO} when needed. | Martin Pieuchot |
2015-12-02 | Since version 1.467 of /etc/rc, it was no longer possible to add | Robert Peichaer |
2015-12-02 | Drop the argument passing between backgammon and teachgammon. | tb |
2015-12-02 | quicky test for cut | Ted Unangst |
2015-12-02 | fix error messages to say tls_write after tls_write and not tls_read... | Henning Brauer |
2015-12-02 | KNF: I forgot to join two lines. | tb |
2015-12-02 | treat getenv("HOME") safely also when LOGGING is defined. from mestre. | tb |
2015-12-02 | add a tiny utf8 test (for tr, failing) | Ted Unangst |
2015-12-02 | There is no reason for this carp magic in arpresolve. rt->rt_ifp has to | Claudio Jeker |
2015-12-02 | add const and remove unused variable. | tb |
2015-12-02 | Make GPT an option equivalent to MBR when installing. Warn that the | Kenneth R Westerback |
2015-12-02 | rtable_delete() does not use its prio parameter, so delete it. | Alexander Bluhm |
2015-12-02 | typo in log entry | mmcc |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |
2015-12-02 | - hide PF internals to pf_unlink_divert_state() from in_pcb.c | Alexandr Nedvedicky |
2015-12-02 | sync with relayd, use proc_compose() | Reyk Floeter |
2015-12-02 | Enable the DR1 region even with 32-bit page table entries. Those have | Visa Hankala |
2015-12-02 | Clean up octeon memory region setup. | Visa Hankala |
2015-12-02 | tweak previous; | Jason McIntyre |
2015-12-02 | Oups, forgot in the tedu of RT_REPORT commit | Claudio Jeker |
2015-12-02 | Sync with relayd, fix previous use of proc_compose*_imsg() | Reyk Floeter |
2015-12-02 | In most cases we don't need all arguments of proc_compose*_imsg(), | Reyk Floeter |
2015-12-02 | RT_REPORT is no more. | Claudio Jeker |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-02 | remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@ | Christian Weisgerber |
2015-12-02 | Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32. | YASUOKA Masahiko |
2015-12-02 | Add missing start_i386.S for ia32. Also start.S is renamed to | YASUOKA Masahiko |
2015-12-02 | Fix the mandoc test suite after afresh1@ changed wcwidth(3) in libc | Ingo Schwarze |