Age | Commit message (Expand) | Author |
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 -Wno-sign-compare, the single warning produced is a false positive; | Otto Moerbeek |
2017-09-05 | Avoid a possible leak in progressmeter | Jeremie Courreges-Anglas |
2017-09-05 | sync | Theo de Raadt |
2017-09-05 | bring mi_switch() manpage up to date | Jonathan Matthew |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
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 | Run divert-packet tests also for IPv6. | Alexander Bluhm |
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 | Fix typo in comment; ok mpi@ | anton |
2017-09-04 | Before mounting NFS, wait until mountd(8) has exported the directory. | Alexander Bluhm |
2017-09-04 | Revert previous: "Fix a remaining length miscalculation in xhci(4)." | Stefan Sperling |
2017-09-04 | Move to current mouse position not last when clcking in copy mode; fixes | Nicholas Marriott |
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-04 | tweak previous; | Jason McIntyre |
2017-09-03 | Expand ssh_config's StrictModes option with two new settings: | Damien Miller |
2017-09-03 | fdc: defer probing of floppy drives | Stefan Fritsch |
2017-09-03 | fix grammar; while here, improve spacing. | Igor Sobrado |
2017-09-03 | update entry for rtwn; | Jason McIntyre |
2017-09-03 | Document rtwn(4) RTL8192CE support. | Stefan Sperling |
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 | Checking sizeof size_t by SIZE_MAX instead of _LP64 | Kinichiro Inoguchi |
2017-09-03 | Use PATH_MAX instead of a local define | Jeremie Courreges-Anglas |
2017-09-03 | Previous fakeroot must be manually copied in case an errata does not apply | Antoine Jacoutot |
2017-09-03 | fix boot on older 486DX CPUs that lack CPUID. | Mike Larkin |
2017-09-03 | Fix m88k problem in recent ld.so changes. | Kenji Aoyama |
2017-09-02 | teach wsconsctl about efifb | Peter Hessler |
2017-09-02 | Support Allwinner A64's ethernet controller clocks and reset | Patrick Wildt |
2017-09-02 | whitespace commit from BC | Theo de Raadt |
2017-09-02 | Add selectp -T to set pane title. | Nicholas Marriott |
2017-09-02 | Let the kernel utilize the FPU if one is available, even when the | Visa Hankala |
2017-09-02 | delete pointless .Tn ASCII found by jca@ with mandoc -Tlint | Ingo Schwarze |
2017-09-02 | handle rk3288 i2c clocks | Jonathan Gray |
2017-09-01 | more code cleanup after filter removal | Eric Faurot |
2017-09-01 | Two stray "if (p)" -> "if (p != NULL)" and | Kenneth R Westerback |
2017-09-01 | Increase timeout, otherwise test may fail on slow machines. | Alexander Bluhm |
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 | tweak previous; | Jason McIntyre |
2017-09-01 | remove blank line; | Jason McIntyre |