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