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