summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-16pass the user pointer as parameter to the io callback instead of havingEric Faurot
2016-11-16Always attempt to restart the transmission when OACTIVE is setMike Belopuhov
2016-11-16syncTheo de Raadt
2016-11-16Merge comments altogether, it's easier to understand this way.Antoine Jacoutot
2016-11-16Test multiple combinations of divert connections. The socket cleanupAlexander Bluhm
2016-11-16Sync switchd(8) and vmd(8) with the latest proc.c changes. This syncRafael Zalamena
2016-11-16If we install a new kernel, add /bsd twice (for size checking) when:Antoine Jacoutot
2016-11-16/bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes fromAntoine Jacoutot
2016-11-16Convert gre_send_keepalive() to timeout_set_proc(9) as it calls ip_output().Martin Pieuchot
2016-11-16if_link_state_change() doesn't need to be called under splsoftnet(),Martin Pieuchot
2016-11-16Kill outdated comment talking about sofnet.Martin Pieuchot
2016-11-16Use goto in bpf{read,write}() to ease review of locked sections.Martin Pieuchot
2016-11-16Be consistent and do not use braces for single line statements.Martin Pieuchot
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-11-16Fix calculation of whether we need a region for drawing a cell (only ifNicholas Marriott
2016-11-16Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). TheAlexander Bluhm
2016-11-16Inherit route label when creating dynamic routes for path MTU.Alexander Bluhm
2016-11-16Don't error if renaming a session to its current name, from shik dotNicholas Marriott
2016-11-16Do not stop dragging when the wheel is pressed, from Artem Fokin.Nicholas Marriott
2016-11-16Add support for big reads in perl and fix the jumbo test, also removeRafael Zalamena
2016-11-16Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin.Nicholas Marriott
2016-11-16Allow bpf_allocbufs() to fail when allocating memory.Martin Pieuchot
2016-11-16Kill recursive splsoftnet()s.Martin Pieuchot
2016-11-16Kill recursive splsoftnet()s.Martin Pieuchot
2016-11-16regenGerhard Roth
2016-11-16Add Sierra Wireless EM7455 LTE module.Gerhard Roth
2016-11-16Remove code duplication for receiving/sending OFP packets and simplifyRafael Zalamena
2016-11-16Use memcpy() to copy structures into freshly malloc'ated buffers,Alexandre Ratchov
2016-11-16rework re_start and re_txeof to be more like other drivers.David Gwynne
2016-11-16allocate dmamaps for every descriptor in the tx ring.David Gwynne
2016-11-16dont restrict the number of tx descriptors to what can fit on a cpu page.David Gwynne
2016-11-16move toward having the a tx packet descriptor per tx ring entry.David Gwynne
2016-11-16serialise posts to the txstart register.David Gwynne
2016-11-16The target validity check used window_pane_visible but that may be falseNicholas Marriott
2016-11-15Introduce the build user and the wobj group that will soon be used asTheo Buehler
2016-11-15Small wording tweak and a couple of fixes from jmc@Antoine Jacoutot
2016-11-15Mark pf states created by this regress test with a label. RemoveAlexander Bluhm
2016-11-15Turn on margins, with a couple of fixes (only limit to the pane for lineNicholas Marriott
2016-11-15checkfs: ignore nonexistent files and extend comment. There's actually no needAntoine Jacoutot
2016-11-15Use __func__ in panic strings to reduce noise when grepping.Martin Pieuchot
2016-11-15And of course I just find a bug, disable previous for now.Nicholas Marriott
2016-11-15Initial attempt to make use of left and right margins if the terminalNicholas Marriott
2016-11-15Add support for lid state detection in ykbec(4).Frederic Cambus
2016-11-15Switch nfs_timer() to timeout_set_proc(9) as it might end up doing aMartin Pieuchot
2016-11-15Return EOPNOTSUPP instead of calling a function to do only that.Martin Pieuchot
2016-11-15Kill recursive splsoftnet().Martin Pieuchot
2016-11-15Create the sys/syscall.ph header file on demand for the sendsyslog(2)Alexander Bluhm
2016-11-15Do not use bus_space_{read,write}_8() even on LP64 archs,Martin Pieuchot
2016-11-15Mask non relevant bits when pritting version number.Martin Pieuchot
2016-11-15Bring back the SB_LOCK and SB_WANT flags to lock the socket buffersAlexander Bluhm