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