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
/
sbus
/
magma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement kqfilter matching the corresponding poll routine.
mpi
2020-05-23
1
-1
/
+8
*
magma(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-02-18
1
-32
/
+9
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-31
1
-4
/
+5
*
ttysleep(): drop unused timeout parameter
cheloha
2019-07-19
1
-2
/
+2
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-3
/
+3
*
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2017-12-30
1
-2
/
+2
*
Convert sparc drivers bpp and magma to uiomove
stefan
2016-03-14
1
-6
/
+6
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-3
/
+3
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Move common code for waking up writers on a tty into a function.
nicm
2010-07-02
1
-9
/
+2
*
Allow tty drivers to request larger buffers at attach time using a
deraadt
2010-06-28
1
-2
/
+2
*
Some of the line disciplines want to check for suser. Better to pass them
tedu
2010-04-12
1
-3
/
+3
*
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
nicm
2009-11-09
1
-2
/
+1
*
Use suser when possible. Suggested by miod@.
fgsch
2009-10-31
1
-2
/
+2
*
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
deraadt
2009-10-31
1
-1
/
+2
*
unbreak tree breakage snuck in
deraadt
2008-11-29
1
-2
/
+2
*
Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his
ray
2008-11-29
1
-11
/
+5
*
Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,
miod
2005-07-09
1
-6
/
+1
*
also display the correct priority on sparc64 when failing to register
martin
2005-03-08
1
-2
/
+3
*
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
miod
2003-10-03
1
-4
/
+1
*
Replace select backends with poll backends. selscan() and pollscan()
millert
2003-09-23
1
-5
/
+5
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-2
/
+2
*
ansi
jason
2003-07-15
1
-240
/
+162
*
These don't need linear mappings either.
jason
2003-06-27
1
-2
/
+2
*
Add a "where" argument to the sparc64 interrupt code. This lets us
henric
2003-06-24
1
-2
/
+2
*
const and static cleaning
jason
2003-03-27
1
-4
/
+4
*
be consistant on Hz vs hz
mickey
2003-02-11
1
-2
/
+2
*
Use getpropstringA instead of getpropstring to fetch magma_prom property
jason
2002-03-14
1
-3
/
+3
*
Add support for the "Magma 2+1HS Sp" (from NetBSD)
jason
2002-01-25
1
-38
/
+54
*
the 1190 and 1400 register maps aren't the same size don't treat them so
jason
2002-01-12
1
-3
/
+3
*
House cleaning: removing some leftover sparc bits and such
jason
2002-01-12
1
-17
/
+8
*
Port of Iain Hibbert's magma driver to sparc64
jason
2002-01-12
1
-0
/
+1855