summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-07typo in commentDamien Miller
2017-09-07Try both libpthread and RTLD_DEFAULT when looking up functionsPhilip Guenther
2017-09-07Keep histptr inside of the allocated history arrayJeremie Courreges-Anglas
2017-09-07Get IPv4 and IPv6 fragment tests into common shape. Some chunksAlexander Bluhm
2017-09-07Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragmentAlexander Bluhm
2017-09-07Check return of rtsx_write in previous commit as RTSX_WRITE macroJoshua Stein
2017-09-07Update hardware list.Visa Hankala
2017-09-07Copy IPv6 fragment test cases to IPv4 and adapt to the different Alexander Bluhm
2017-09-07Copy IPv6 fragment test cases to IPv4 and adapt to the different Alexander Bluhm
2017-09-07typo: convertion -> conventionDavid Coppa
2017-09-07Do not fail if unset an option that is already unset, reported by ThomasNicholas Marriott
2017-09-07rework "Errata" to mention syspatch(8);Jason McIntyre
2017-09-07nfs_connect() returns EINVAL at the beginning if nm_sotype isAlexander Bluhm
2017-09-07In elf_load_file() to not call free(9) with an uninitialized sizeAlexander Bluhm
2017-09-07In copycols() remove useless code that modifies the uninitializedAlexander Bluhm
2017-09-07In toshiba_hotkey() initialize the ret value to failure as it isAlexander Bluhm
2017-09-07Replace a goto found in the ipq foreach loop with a simple break.Alexander Bluhm
2017-09-07unifdef some ancient COMPAT code that's not used. 500 byte blocks!Ted Unangst
2017-09-06In the case that we want to force a new RAID assembly and the metadataPatrick Wildt
2017-09-06After recent changes, we need to clear hash, not s1.Theo Buehler
2017-09-06backout previous diff:Sebastian Benoit
2017-09-06ntpd has been on by default for over two years now, so reworkJason McIntyre
2017-09-06intvar < sizeof(...) does not catch negative values since an int -> unsignedOtto Moerbeek
2017-09-06fix a NULL pointer access on deroff() failure;Ingo Schwarze
2017-09-06Allow two GMX instances on CN70xx/CN71xx to enable all portsVisa Hankala
2017-09-06add support for the Realtek RTS525AJoshua Stein
2017-09-06fix commentJoshua Stein
2017-09-06pflogd(8) currently spams the console on shutdown if syslogd(8) wins theBryan Steele
2017-09-06Do not pass an uninitialized size value to free(9) even if the addrAlexander Bluhm
2017-09-06Replace the call to ifa_ifwithaddr() in divert6_output() with aAlexander Bluhm
2017-09-06use sizeof(variable) instead of sizeof(type) to shorten some codeDavid Gwynne
2017-09-06when pretty printing a pointer, display its value instead of address.David Gwynne
2017-09-06Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible ifNicholas Marriott
2017-09-06replace the DDB_STRUCT backend for "show struct" with ctf code.David Gwynne
2017-09-06bump UPAGES to 6.David Gwynne
2017-09-06Fix declarationsPhilip Guenther
2017-09-06Replace the call to ifa_ifwithaddr() in divert_output() with a routeAlexander Bluhm
2017-09-05- split pf_find_or_create_ruleset() to smaller chunks.Alexandr Nedvedicky
2017-09-05Detail how VM guests acquire a nameserver for local interfaces.Edd Barrett
2017-09-05explicitly clear the output pipeJasper Lievisse Adriaanse
2017-09-05fork+exec model for pflogd(8); move pcap init to the re-exec'd privsepBryan Steele
2017-09-05Add HISTORY and AUTHORS, using hints from miod@ and my own research.Ingo Schwarze
2017-09-05When starting a new scan always set the mode to AUTO if the driver scansStefan Sperling
2017-09-05EPROTO is now in sys/errno.hOtto Moerbeek
2017-09-05Correct a bounds test. Coverity CID 1452930.Jonathan Gray
2017-09-05When selecting the next wireless mode during the scan loop, always selectStefan Sperling
2017-09-05Simplify rtable_mpath_insert().Martin Pieuchot
2017-09-05Test that MPATH routes with different priorities are insterted respectingMartin Pieuchot
2017-09-05Document new test.Martin Pieuchot
2017-09-05Restart the iteration when a multipath list is re-ordered to make sureMartin Pieuchot