summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-19Make carp_output() mpsafe.Martin Pieuchot
2015-12-19Tidy up _rc_wait().Antoine Jacoutot
2015-12-19UTF-8 support:Ingo Schwarze
2015-12-19Tweak pexp.Antoine Jacoutot
2015-12-19Add xs_setprop to set device propertiesMike Belopuhov
2015-12-19Fixup a few bugs in xen_intr_{establish,disestablish}Mike Belopuhov
2015-12-19Make input off flag (selectp -d) apply to synchronize-panes too.Nicholas Marriott
2015-12-19Delete superfluous "continue;" just before end of loop.Kenneth R Westerback
2015-12-19More style improvement and removal of NULL/allocation casts.mmcc
2015-12-19Delete superfluous "close(s);return" just before "close(s);<functionKenneth R Westerback
2015-12-18Remove code for unimplemented ElGamel support that's been disabled formmcc
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Fix SO_REUSE* flags effects when binding multicast addresses. NoVincent Gross
2015-12-18Check ioctl() result with == -1, not < 0. Break long line.Kenneth R Westerback
2015-12-18Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.Stefan Sperling
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18KNF: add a missing space after an 'if'.tb
2015-12-18A few more NULL casts and style tweaks. No functional change.mmcc
2015-12-18Cleanup and modernization. No functional change. Discussed with halex@.mmcc
2015-12-18Remove two error-on-NULL conditions for allocations that can't fail.mmcc
2015-12-18Add library-based __sync functions for mips64.Visa Hankala
2015-12-18Introduce a new function disk_has() to inspect a disk if it has aRobert Peichaer
2015-12-18pledge "stdio rpath wpath cpath dpath fattr", as long as the -m optionTheo de Raadt
2015-12-18Remove leftover prototype.Visa Hankala
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala
2015-12-18unnoccupied->unoccupiedStuart Henderson
2015-12-18Fix wrong answer if the imaginary part is zero.Alexandr Shadchin
2015-12-18Fix behavior csqrt, should beAlexandr Shadchin
2015-12-18Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin.tb
2015-12-18Simplify return call of rand() and rand_r() to make it easier to read.tb
2015-12-18Drop the now useless multicast setup comment.Antoine Jacoutot
2015-12-18Prevent uvm_fault() when hitting a breakpoint by restoring the originalGerhard Roth
2015-12-18Fix out of bounds array access in ieee80211_setbasicrates().Stefan Sperling
2015-12-18Remove an error-on-NULL condition after a mallocarray() call that cannotmmcc
2015-12-17Simplify multicast option handling (10 less lines) by matching /etc/rc behaviorAntoine Jacoutot
2015-12-17As well as setting up the state, actually use it in cmd_find_target.Nicholas Marriott
2015-12-17Make the cost of moving a process to the primary cpu a bit higher. This isMark Kettenis
2015-12-17sprinkling ifndef __linux__ around two variable declarations could notTed Unangst
2015-12-17Add missing colon after "Peer name" in verbose output. Mentioned on themmcc
2015-12-17s/expresion/expression/gmmcc
2015-12-17s/failes/failed/gmmcc
2015-12-17add return code to newrequest to distinguish between cache hit and error.Ted Unangst
2015-12-17add a size to free. from MathieuTed Unangst
2015-12-17arrays decay to pointers without needing &Ted Unangst
2015-12-17no need to check null before freeTed Unangst
2015-12-17add ktrace to kevent. ok guentherTed Unangst
2015-12-17add size to free. from MathieuTed Unangst
2015-12-17rm a bit more trailers code. no longer accept them as alias for ethernet.Ted Unangst
2015-12-17If CORB/RIRB are not running, log error message unconditonnalyAlexandre Ratchov
2015-12-17regen NSD's autoconf script, forgotten with the update - noticed by BradStuart Henderson