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