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