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
/
sequencer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the sequencer(4) driver, since its not used any longer. Diff
ratchov
2013-03-15
1
-1282
/
+0
*
kqueue attach functions should return an errno or 0, not a plain 1. Fix
nicm
2011-07-02
1
-2
/
+2
*
ansify a few files. ok deraadt dlg krw matthew
tedu
2011-06-23
1
-2
/
+2
*
Don't
miod
2010-11-18
1
-7
/
+1
*
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
nicm
2009-11-09
1
-3
/
+1
*
kqueue support for midi(4).
nicm
2009-11-01
1
-1
/
+7
*
KNOTE() after selwakeup()
deraadt
2009-10-30
1
-1
/
+3
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,
krw
2007-10-06
1
-3
/
+2
*
fix DPRINTFN() abuse
jakemsr
2007-09-05
1
-7
/
+7
*
Ansify. No binary change.
mk
2007-06-06
1
-140
/
+44
*
fall into -> FALLTHROUGH to appease lint
jsg
2007-02-13
1
-3
/
+3
*
Move contents of sys/select.h to sys/selinfo.h in preparation for a
millert
2005-11-21
1
-2
/
+2
*
Use the correct API for /dev/sequencer. From Alexandre Ratchov.
jsg
2004-10-10
1
-2
/
+2
*
Replace select backends with poll backends. selscan() and pollscan()
millert
2003-09-23
1
-16
/
+17
*
Variable name typo in debugging code. tick -> ticks.
nordin
2002-07-27
1
-3
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-33
/
+33
*
return ENOTTY not EINVAL in default: in *ioctl()
mickey
2002-01-10
1
-2
/
+2
*
trailing spaces
mickey
2001-05-01
1
-16
/
+16
*
Convert to new timeouts.
art
2000-06-26
1
-3
/
+4
*
Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org
pjanzen
2000-04-11
1
-2
/
+2
*
From NetBSD; let i386 run audio at a high IPL
niklas
1999-07-23
1
-1
/
+3
*
Midi & sequencer support from NetBSD, mostly by Lennart Augustsson
niklas
1999-01-02
1
-0
/
+1382