summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-09-17Do not print "cpuX launched" any longer. This reduces dmesg spamVisa Hankala
2017-09-16Make sure that `fsr' is always initialized. Non-DEBUG kernelsVisa Hankala
2017-09-16The copyin(9) family of functions should return EFAULT for all memoryPhilip Guenther
2017-09-15Coverity complains that top == NULL was checked and further downAlexander Bluhm
2017-09-15Coverity complained that the while loop at the end of m_adj() couldAlexander Bluhm
2017-09-15wrap a long lineMike Larkin
2017-09-13Add missing pipe in sxitwi(4)'s match code to actually makePatrick Wildt
2017-09-12- sprinkle variable name and printf tweaksJasper Lievisse Adriaanse
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-09-12Skip forward declarations until ctfconv(1) properly merge them withMartin Pieuchot
2017-09-12rename setredzone to setguardpage.David Gwynne
2017-09-12add a guard page on the end of each threads kernel stack.David Gwynne
2017-09-11Coverty complains that the return value of sblock() is not checkedAlexander Bluhm
2017-09-11Sync alpha/mips64/powerpc mutex implementations.Martin Pieuchot
2017-09-11Avoid using an uninitialised variable. Found by the clang static analyser.Jonathan Gray
2017-09-11Don't test if an array is NULL. Fixes the build with clang which raisedJonathan Gray
2017-09-11Remove whitespace in inline assembly output constraint strings. WhileJonathan Gray
2017-09-10- call usbd_deactivate() rather than simply returning in case of errorsJasper Lievisse Adriaanse
2017-09-08Add support for isochronous transfers to xhci(4).Stefan Sperling
2017-09-08fdc: Print warning if kthread_create failsStefan Fritsch
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-07Check return of rtsx_write in previous commit as RTSX_WRITE macroJoshua Stein
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-06In the case that we want to force a new RAID assembly and the metadataPatrick Wildt
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-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-06replace the DDB_STRUCT backend for "show struct" with ctf code.David Gwynne
2017-09-06bump UPAGES to 6.David Gwynne
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-05explicitly clear the output pipeJasper Lievisse Adriaanse
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-05Restart the iteration when a multipath list is re-ordered to make sureMartin Pieuchot
2017-09-05Preallocate option mbufs in order to reduce solock()/sounlock() dances.Martin Pieuchot
2017-09-05Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().Martin Pieuchot
2017-09-05Remove unused 32bit version of elf_hash().Martin Pieuchot
2017-09-05Add additional errno values required by POSIX.Jonathan Gray