Age | Commit message (Expand) | Author |
2015-12-03 | Add support for an optional vm.conf(5) file in vmd. This will replace | Reyk Floeter |
2015-12-03 | pledge(pf) needs to allow DIOCKILLSRCNODES, used in relayd. | Sebastian Benoit |
2015-12-03 | Print the interface index, we no longer have a pointer to the interface. | Martin Pieuchot |
2015-12-03 | Let the IP27 kernel build with DEBUG. | Visa Hankala |
2015-12-03 | Sync to recent changes including SRP protection of rtable_get(), use | Martin Pieuchot |
2015-12-03 | factor out ip_input_ipsec_{fwd,ours}_check(); ok mpi@ | Markus Friedl |
2015-12-03 | Remove broadcast matching from ifa_ifwithaddr(), use in_broadcast() where | Vincent Gross |
2015-12-03 | ieee80211com's ic_sup_mcs array is smaller than it used to be because part of | Stefan Sperling |
2015-12-03 | ANSIfy function definitions | Bret Lambert |
2015-12-03 | Remove unused ``rt_tableid'' field from "struct rtentry". | Martin Pieuchot |
2015-12-03 | Store an interface index instead of a pointer in the "struct rtentry". | Martin Pieuchot |
2015-12-03 | To avoid that the stack manipules the pf statekeys directly, introduce | Alexander Bluhm |
2015-12-03 | Add sizes to most free calls. OK sashan@ tedu@ | Claudio Jeker |
2015-12-03 | prepare config_getvm() for parse.y | Reyk Floeter |
2015-12-03 | Document etherip(4) as another tunnel interface. | Stuart Henderson |
2015-12-03 | add sizes to some free() calls. ok claudio | Ted Unangst |
2015-12-03 | rewrite if to be more clear. ok bluhm stsp | Ted Unangst |
2015-12-03 | remove some unused defines. ok mikeb | Ted Unangst |
2015-12-03 | Use PEERCRED to obtain the user id of the vmmctl user. This is used to | Reyk Floeter |
2015-12-03 | accross->across, and tweak wording about interface creation | Stuart Henderson |
2015-12-03 | new sentence -> new line | Stuart Henderson |
2015-12-03 | tell the stack myx_start is mpsafe. | David Gwynne |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |
2015-12-03 | remove nettxintr prototype | David Gwynne |
2015-12-03 | UTF-8 support: In a UTF-8 locale, properly align columns in the | Ingo Schwarze |
2015-12-03 | rework if_start to allow nics to provide an mpsafe start routine. | David Gwynne |
2015-12-03 | Remove unnecessary NULL checks before free(). | Reyk Floeter |
2015-12-03 | Another imsg_read EAGAIN check. OK benno@ | Claudio Jeker |
2015-12-03 | imsg_read will return EAGAIN in some cases so prep code for it. | Claudio Jeker |
2015-12-03 | Change /usr/share/misc/terminfo.db to /usr/share/terminfo. | Nicholas Marriott |
2015-12-03 | Do not build termcap.db and terminfo.db, they are no longer needed. | Nicholas Marriott |
2015-12-03 | Instead of using our own custom BDB terminfo databases, use the ncurses | Nicholas Marriott |
2015-12-03 | rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen | Ted Unangst |
2015-12-03 | allocate PF tags as M_RTABLE vice M_TEMP | Bret Lambert |
2015-12-03 | Rework cas_start to check for space on the ring before dequeueing and drop | Jonathan Matthew |
2015-12-03 | Rename pf_unlink_state() to pf_remove_state() so the name does not | Alexander Bluhm |
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 |