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