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
/
sys
/
dev
/
pci
/
drm
/
drm_auth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update drm to linux 5.7
jsg
2020-06-08
1
-0
/
+375
*
Rework how we deal with the list of per-open datastructures, and the
oga
2009-03-26
1
-107
/
+0
*
The drm_* allocation functions have been #defined to not use most of
oga
2009-03-26
1
-2
/
+2
*
Rework the drm locking to be at least halfway sane. The freebsd code
oga
2008-09-18
1
-1
/
+1
*
The helper functions in this file are only used in one place and
oga
2008-09-05
1
-83
/
+23
*
detypedef some more. No functional change.
oga
2008-09-02
1
-2
/
+2
*
idgen32 wasn't really right here. Change back to how it was, but
oga
2008-08-13
1
-5
/
+1
*
Generate the magic id using idgen32(). While i'm here fix the locking a
oga
2008-08-13
1
-9
/
+8
*
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
oga
2008-07-29
1
-2
/
+2
*
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
oga
2008-06-26
1
-10
/
+11
*
Some formatting nits. No functional change.
oga
2008-04-16
1
-22
/
+23
*
Replace handrolled hashes with a splay tree, while there plug a memleak
pyr
2008-04-16
1
-32
/
+19
*
Switch part of the magic hashtable over to using a TAILQ instead
oga
2008-04-12
1
-26
/
+12
*
destatic the static functions, they only make debugging harder.
oga
2007-12-16
1
-12
/
+25
*
Initial import of the DRM (direct rendering manager).
oga
2007-11-28
1
-0
/
+184