index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libsqlite3
/
src
/
mutex_unix.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-20
Do not delay video(4) attachment if the device does not need to load
mpi
1
-2
/
+5
2015-12-20
Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>.
mpi
1
-3
/
+3
2015-12-20
improve CTASSERT man page
sf
2
-4
/
+6
2015-12-20
Clean up a condition. No functional change. ok tb@
mmcc
1
-4
/
+2
2015-12-19
No need for an extra log.h
reyk
2
-40
/
+23
2015-12-19
Remove NULL-check before free().
mmcc
1
-3
/
+2
2015-12-19
Remove NULL-checks before free().
mmcc
1
-5
/
+3
2015-12-19
Remove NULL-check before free().
mmcc
1
-2
/
+1
2015-12-19
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
tb
1
-2
/
+2
2015-12-19
Remove NULL-check before free().
mmcc
1
-3
/
+2
2015-12-19
Remove NULL-check before free().
mmcc
1
-3
/
+2
2015-12-19
Add pledge(2). It is not currently possible to pledge -u and -U
tb
1
-1
/
+22
2015-12-19
move to 5.9-beta
deraadt
1
-2
/
+2
2015-12-19
make things fit, by skipping pcn* for now -- randomly firing a driver.
deraadt
1
-2
/
+2
2015-12-19
sync
deraadt
36
-970
/
+970
2015-12-19
move to 5.9-beta
deraadt
4
-16
/
+16
2015-12-19
gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed with
tim
1
-6
/
+8
2015-12-19
Style cleanup and removal of needless casts. ok tb@
mmcc
1
-41
/
+31
2015-12-19
Remove NULL-checks before free(). ok tb@
mmcc
9
-52
/
+30
2015-12-19
Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.
reyk
6
-87
/
+103
2015-12-19
Remove code that has been unused ever since we removed the agp ioctl interface.
kettenis
3
-655
/
+21
2015-12-19
Move agp_generic_enable() prototype to agpvar.h to unbreak the build on
kettenis
2
-3
/
+3
2015-12-19
Don't exit if a route can't be added. Just log particulars and
krw
1
-4
/
+18
2015-12-19
After starting, unconditionally wait up to $daemon_timeout seconds to check that
ajacoutot
1
-7
/
+2
2015-12-19
Move log_sockaddr() to from log.c to util.c as it is a local addition
reyk
4
-18
/
+20
2015-12-19
Child will not return a config parsing error to the parent so rc.d will lie and
ajacoutot
5
-6
/
+28
2015-12-19
Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.
mpi
1
-3
/
+20
2015-12-19
Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).
mpi
1
-3
/
+3
2015-12-19
Do not match Uninorth bridges until we have a working KMS with AGP
mpi
1
-1
/
+3
2015-12-19
Make carp_output() mpsafe.
mpi
1
-5
/
+12
2015-12-19
Tidy up _rc_wait().
ajacoutot
1
-11
/
+8
2015-12-19
UTF-8 support:
schwarze
2
-9
/
+38
2015-12-19
Tweak pexp.
ajacoutot
1
-2
/
+2
2015-12-19
Add xs_setprop to set device properties
mikeb
2
-2
/
+32
2015-12-19
Fixup a few bugs in xen_intr_{establish,disestablish}
mikeb
1
-10
/
+6
2015-12-19
Make input off flag (selectp -d) apply to synchronize-panes too.
nicm
1
-2
/
+4
2015-12-19
Delete superfluous "continue;" just before end of loop.
krw
1
-2
/
+1
2015-12-19
More style improvement and removal of NULL/allocation casts.
mmcc
2
-47
/
+26
2015-12-19
Delete superfluous "close(s);return" just before "close(s);<function
krw
1
-3
/
+1
2015-12-18
Remove code for unimplemented ElGamel support that's been disabled for
mmcc
1
-20
/
+1
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
kettenis
1
-73
/
+52
2015-12-18
Fix SO_REUSE* flags effects when binding multicast addresses. No
vgross
2
-4
/
+4
2015-12-18
Check ioctl() result with == -1, not < 0. Break long line.
krw
1
-3
/
+4
2015-12-18
Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.
stsp
1
-1
/
+6
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
kettenis
2
-7
/
+6
2015-12-18
KNF: add a missing space after an 'if'.
tb
1
-2
/
+2
2015-12-18
A few more NULL casts and style tweaks. No functional change.
mmcc
1
-20
/
+16
2015-12-18
Cleanup and modernization. No functional change. Discussed with halex@.
mmcc
1
-51
/
+34
2015-12-18
Remove two error-on-NULL conditions for allocations that can't fail.
mmcc
2
-11
/
+2
2015-12-18
Add library-based __sync functions for mips64.
visa
2
-1
/
+321
[next]