summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-09-05Serialize access to IP reassembly queue with a mutex. This letsVisa Hankala
2017-09-04Let octmmc(4) attach on revision 7890 controller.Visa Hankala
2017-09-04Don't require exactly 20 elements in the _BIX package if at least 20Joshua Stein
2017-09-04Revert previous: "Fix a remaining length miscalculation in xhci(4)."Stefan Sperling
2017-09-04Make sure iwn(4) firmware gets to see a beacon before we send an auth request.Stefan Sperling
2017-09-04If a beacon is received in RUN state, reset the management timer.Stefan Sperling
2017-09-03fdc: defer probing of floppy drivesStefan Fritsch
2017-09-03Attach rtwn(4) to RTL8192CE. Tested by me.Stefan Sperling
2017-09-03When I merged rtwn(4) and urtwn(4) register definitions, an extraStefan Sperling
2017-09-03drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.cJonathan Gray
2017-09-03drm/atomic: If the atomic check fails, return its value firstJonathan Gray
2017-09-03drm: Release driver tracking before making the object available againJonathan Gray
2017-09-03fix boot on older 486DX CPUs that lack CPUID.Mike Larkin
2017-09-02Support Allwinner A64's ethernet controller clocks and resetPatrick Wildt
2017-09-02Let the kernel utilize the FPU if one is available, even when theVisa Hankala
2017-09-02handle rk3288 i2c clocksJonathan Gray
2017-09-01Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete theFlorian Obser
2017-09-01Add macros for reading the bmAttributes field of the USB super speedStefan Sperling
2017-09-01Fix a remaining length miscalculation in xhci(4).Stefan Sperling
2017-09-01Simplify list traversal in ip_freef(), and replace a hand-rolledVisa Hankala