Age | Commit message (Expand) | Author |
2017-09-07 | Check return of rtsx_write in previous commit as RTSX_WRITE macro | Joshua Stein |
2017-09-07 | nfs_connect() returns EINVAL at the beginning if nm_sotype is | Alexander Bluhm |
2017-09-07 | In elf_load_file() to not call free(9) with an uninitialized size | Alexander Bluhm |
2017-09-07 | In copycols() remove useless code that modifies the uninitialized | Alexander Bluhm |
2017-09-07 | In toshiba_hotkey() initialize the ret value to failure as it is | Alexander Bluhm |
2017-09-07 | Replace a goto found in the ipq foreach loop with a simple break. | Alexander Bluhm |
2017-09-06 | In the case that we want to force a new RAID assembly and the metadata | Patrick Wildt |
2017-09-06 | Allow two GMX instances on CN70xx/CN71xx to enable all ports | Visa Hankala |
2017-09-06 | add support for the Realtek RTS525A | Joshua Stein |
2017-09-06 | fix comment | Joshua Stein |
2017-09-06 | Do not pass an uninitialized size value to free(9) even if the addr | Alexander Bluhm |
2017-09-06 | Replace the call to ifa_ifwithaddr() in divert6_output() with a | Alexander Bluhm |
2017-09-06 | use sizeof(variable) instead of sizeof(type) to shorten some code | David Gwynne |
2017-09-06 | when pretty printing a pointer, display its value instead of address. | David Gwynne |
2017-09-06 | replace the DDB_STRUCT backend for "show struct" with ctf code. | David Gwynne |
2017-09-06 | bump UPAGES to 6. | David Gwynne |
2017-09-06 | Replace the call to ifa_ifwithaddr() in divert_output() with a route | Alexander Bluhm |
2017-09-05 | - split pf_find_or_create_ruleset() to smaller chunks. | Alexandr Nedvedicky |
2017-09-05 | explicitly clear the output pipe | Jasper Lievisse Adriaanse |
2017-09-05 | When starting a new scan always set the mode to AUTO if the driver scans | Stefan Sperling |
2017-09-05 | EPROTO is now in sys/errno.h | Otto Moerbeek |
2017-09-05 | Correct a bounds test. Coverity CID 1452930. | Jonathan Gray |
2017-09-05 | When selecting the next wireless mode during the scan loop, always select | Stefan Sperling |
2017-09-05 | Simplify rtable_mpath_insert(). | Martin Pieuchot |
2017-09-05 | Restart the iteration when a multipath list is re-ordered to make sure | Martin Pieuchot |
2017-09-05 | Preallocate option mbufs in order to reduce solock()/sounlock() dances. | Martin Pieuchot |
2017-09-05 | Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq(). | Martin Pieuchot |
2017-09-05 | Remove unused 32bit version of elf_hash(). | Martin Pieuchot |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-05 | Serialize access to IP reassembly queue with a mutex. This lets | Visa Hankala |
2017-09-04 | Let octmmc(4) attach on revision 7890 controller. | Visa Hankala |
2017-09-04 | Don't require exactly 20 elements in the _BIX package if at least 20 | Joshua Stein |
2017-09-04 | Revert previous: "Fix a remaining length miscalculation in xhci(4)." | Stefan Sperling |
2017-09-04 | Make sure iwn(4) firmware gets to see a beacon before we send an auth request. | Stefan Sperling |
2017-09-04 | If a beacon is received in RUN state, reset the management timer. | Stefan Sperling |
2017-09-03 | fdc: defer probing of floppy drives | Stefan Fritsch |
2017-09-03 | Attach rtwn(4) to RTL8192CE. Tested by me. | Stefan Sperling |
2017-09-03 | When I merged rtwn(4) and urtwn(4) register definitions, an extra | Stefan Sperling |
2017-09-03 | drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.c | Jonathan Gray |
2017-09-03 | drm/atomic: If the atomic check fails, return its value first | Jonathan Gray |
2017-09-03 | drm: Release driver tracking before making the object available again | Jonathan Gray |
2017-09-03 | fix boot on older 486DX CPUs that lack CPUID. | Mike Larkin |
2017-09-02 | Support Allwinner A64's ethernet controller clocks and reset | Patrick Wildt |
2017-09-02 | Let the kernel utilize the FPU if one is available, even when the | Visa Hankala |
2017-09-02 | handle rk3288 i2c clocks | Jonathan Gray |
2017-09-01 | Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete the | Florian Obser |
2017-09-01 | Add macros for reading the bmAttributes field of the USB super speed | Stefan Sperling |
2017-09-01 | Fix a remaining length miscalculation in xhci(4). | Stefan Sperling |
2017-09-01 | Simplify list traversal in ip_freef(), and replace a hand-rolled | Visa Hankala |