summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-17There's no need to track the number of errors (and the counter mightTodd C. Miller
2017-05-17Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"Todd C. Miller
2017-05-17Introduce more use of freezero(). Also, remove ptr conditionals beforeTheo de Raadt
2017-05-17Optimize multicast packet sending by using m_dup_pkt() instead ofRafael Zalamena
2017-05-17Tweak remote fs check.Antoine Jacoutot
2017-05-17Make IPL_MPSAFE effective on loongson.Visa Hankala
2017-05-17Protect the global list of interfaces with the NET_LOCK().Martin Pieuchot
2017-05-17Remove useless splsoftnet().Martin Pieuchot
2017-05-17Raise "uvm_map_entry_kmem_pool" IPL level to IPL_VM to prevent a deadlock.Martin Pieuchot
2017-05-17regenJonathan Gray
2017-05-17add some devices from submitted dmesgsJonathan Gray
2017-05-17allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717Damien Miller
2017-05-16Improve the precision of displayed bandwidth valuesMike Belopuhov
2017-05-16tweak the bandwidth description; help/ok mikebJason McIntyre
2017-05-16- percpu anchor stacksAlexandr Nedvedicky
2017-05-16When printing a tcpcb with -P and -v, also show the inp in netstatAlexander Bluhm
2017-05-16Implement copyin32(9).Mark Kettenis
2017-05-16missing space between macro arg and punctuation;Jason McIntyre
2017-05-16Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze
2017-05-16remove duplicate check; spotted by Jakub JelenDamien Miller
2017-05-16mention that Ed25519 keys are valid as CA keys; spotted byDamien Miller
2017-05-16Using __aligned(8) to tag 'struct m_hdr' triggers warnings on landisk:Mark Kettenis
2017-05-16use _mtx_init instead of __mtx_init inside mtx_init on !WITNESS kernelsDavid Gwynne
2017-05-16Sync three changes that were caught by IPv6 multicast routing review:Rafael Zalamena
2017-05-16Make return values more meaningful by using errno instead of -1 or 1.Rafael Zalamena
2017-05-16Line length and spaces to tabs.Nicholas Marriott
2017-05-16Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().Martin Pieuchot
2017-05-16Remove list member now that the global list is gone.Martin Pieuchot
2017-05-16Kill unused global list and protect global array by the NET_LOCK().Martin Pieuchot
2017-05-16Make the IPv6 multicast routing code use the OpenBSD routing tableRafael Zalamena
2017-05-16Let malloc() block when the caller of the add route function isRafael Zalamena
2017-05-16Call rtfree() after each use of routes and make sure the route is validRafael Zalamena
2017-05-16Plug a memory leak. The main_cert needs to be X509_free()ed sinceClaudio Jeker
2017-05-16Remove references to /dev/soundN, which was removed last year.Alexandre Ratchov
2017-05-16typo: ket -> key.Theo Buehler
2017-05-16Tweak previous, s/int/unsigned/, since the format character is %u.YASUOKA Masahiko
2017-05-16Compare device pathes properly to find the booted disk.YASUOKA Masahiko
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