summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-16when allocating a new screen, only copy the current buffer contentsJoshua Stein
2017-05-15Add some SD/MMC controller-related clocks.Mark Kettenis
2017-05-15Try to work around a race in the daily test run. Before killingAlexander Bluhm
2017-05-15vioscsi: Fix allocation of segmentsStefan Fritsch
2017-05-15Typo: freezeo -> freezeroTheo Buehler
2017-05-15Delete the -H option.Ingo Schwarze
2017-05-15tweak previous; ok mikebJason McIntyre
2017-05-15- export EDITOR and COLUMNS on assignmentRobert Peichaer
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