Age | Commit message (Expand) | Author |
2017-05-15 | - move NIFS into the block of global variables | Robert Peichaer |
2017-05-15 | Fixup printing of queue bandwidth specifications | Mike Belopuhov |
2017-05-15 | - Move the dmesg listener code into it's own start_dmesg_listener() function. | Robert Peichaer |
2017-05-15 | Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if | Nicholas Marriott |
2017-05-15 | Put the closing parenthesis in the right spot and fix std-dev calculation | Mike Belopuhov |
2017-05-15 | Properly register manual pages in non-English language directories. | Ingo Schwarze |
2017-05-15 | Notify layout changed when choosing predefined layouts, from Joshua Brot. | Nicholas Marriott |
2017-05-15 | Remove unused variable mobileip_softc_list. | Alexander Bluhm |
2017-05-15 | Protect the gloal list of gre(4) interfaces by the NET_LOCK(). | Martin Pieuchot |
2017-05-15 | if_input() doesn't need splnet(). | Martin Pieuchot |
2017-05-15 | Delete the obsolete 9-argument-check for .Sh. | Ingo Schwarze |
2017-05-15 | Use netcat options -n, -W, -w to simplify test. Wrap long lines. | Alexander Bluhm |
2017-05-15 | so_splicelen needs to be protected by the socket lock. We are now | Martin Pieuchot |
2017-05-15 | bridge_ioctl() doesn't need to call splnet(). | Martin Pieuchot |
2017-05-15 | Enable the NET_LOCK(), take 3. | Martin Pieuchot |
2017-05-15 | clang warns on unused static const variables. Remove one such unused | Jonathan Gray |
2017-05-15 | Document the new flow queue specification | Mike Belopuhov |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-05-15 | Use splraise() rather than splsoftnet() which is going away. | Martin Pieuchot |
2017-05-15 | Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB). | Martin Pieuchot |
2017-05-15 | Avoid a crash servicing requests when a server is configured with | Jonathan Gray |
2017-05-15 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-15 | The Konsole SU bug means it can't clear the entire scroll region (it | Nicholas Marriott |
2017-05-14 | delete the -a option, it's now fully covered by mandoc -Tlint; | Ingo Schwarze |
2017-05-14 | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze |
2017-05-14 | remove the -s option, it is fully covered by mandoc -Tlint; | Ingo Schwarze |
2017-05-14 | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze |
2017-05-14 | Align vioscsi's bus_dma* dancing with vioblk. Eliminates | Kenneth R Westerback |
2017-05-14 | Default lpd spool directory is /var/spool/output/lpd. | Antoine Jacoutot |
2017-05-13 | Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address. | Alexander Bluhm |
2017-05-13 | Check for mapped addesses in rip6_output() like it is done in | Alexander Bluhm |
2017-05-13 | Do not check for locally bound mapped addresses in in6_pcbconnect(), | Alexander Bluhm |
2017-05-13 | Do not check for mapped addresses in tcp_usrreq(PRU_CONNECT), | Alexander Bluhm |
2017-05-13 | Pick aes.c instead of rijndael.c | Mike Belopuhov |
2017-05-13 | No more CD releases, and advertise HTTP rather than FTP for packages. | Ingo Schwarze |
2017-05-13 | Handle drive strength. | Mark Kettenis |
2017-05-13 | Scroll the right number of lines off the region when clearing. | Nicholas Marriott |
2017-05-13 | Some other unused variables. | Nicholas Marriott |
2017-05-13 | - fix bug wrt posix_memalign(3) of blocks between half a page and a page | Otto Moerbeek |
2017-05-12 | Compare >= for columns not >. | Nicholas Marriott |
2017-05-12 | Can scroll away full lines to clear them too. | Nicholas Marriott |
2017-05-12 | IPsec packets were passed through ip_input() a second time after | Alexander Bluhm |
2017-05-12 | Unify duplicate code from address family switch in bridge_ipsec(). | Alexander Bluhm |
2017-05-12 | Remove an unused variable. | Nicholas Marriott |
2017-05-12 | Reset updated flag when restarting job so new output is detected, | Nicholas Marriott |
2017-05-12 | subtract one sector from the disk size before passing it back to the | Joshua Stein |
2017-05-12 | No more CD-ROM releases, and advertise HTTP for | Ingo Schwarze |
2017-05-12 | Use the common switch(af) construct for address family specific | Alexander Bluhm |
2017-05-12 | queue is not owned by _smtpd but _smtpq so a bug in lookup process does not | Gilles Chehade |
2017-05-12 | Make copyin(9) and copyout(9) atomic for naturally aligned 32-bit words. | Mark Kettenis |