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
/
arch
/
sparc
/
dev
/
magma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Celebrate OpenBSD 6.0 release by retiring the sparc port.
tedu
2016-09-01
1
-1901
/
+0
*
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
*
generic soft interrupts support for sparc. Soft interrupt handlers are now
miod
2009-04-10
1
-36
/
+5
*
Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his
ray
2008-11-29
1
-10
/
+3
*
KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 as
miod
2004-11-02
1
-461
/
+548
*
Switch sparc to evcount; ok deraadt@
miod
2004-09-29
1
-3
/
+4
*
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
miod
2003-10-03
1
-3
/
+1
*
Replace select backends with poll backends. selscan() and pollscan()
millert
2003-09-23
1
-6
/
+6
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-2
/
+2
*
be consistant on Hz vs hz
mickey
2003-02-11
1
-2
/
+2
*
Fix an ancient problem in how sparc interrupts are handled.
art
2002-04-30
1
-3
/
+3
*
Rename all PIL_* constants to IPL_* to match other archs and make them
art
2002-04-28
1
-7
/
+7
*
use getprop, not getpropstring to fetch 'magma_prom' property...
jason
2002-03-14
1
-4
/
+10
*
Add support for the "Magma 2+1HS Sp" (from NetBSD)
jason
2002-01-25
1
-44
/
+57
*
for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's
jason
2002-01-11
1
-4
/
+13
*
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
ho
2001-05-16
1
-3
/
+1
*
Convert to new timeout API. art@ ok.
ho
2001-03-24
1
-5
/
+8
*
Change splsoftclock to spltty. spltty is probably too paranoid, but it's
art
2000-07-05
1
-3
/
+3
*
OpenBSD-tag
art
2000-07-05
1
-0
/
+1
*
move around ioctl definitions
jason
1999-07-25
1
-1
/
+1
*
newer fixes from plunky@skate.demon.co.uk
deraadt
1998-06-02
1
-134
/
+403
*
do not assume ttys or bpps exist; plunky@skate.demon.co.uk
deraadt
1998-05-22
1
-4
/
+4
*
magma serial driver; plunky@skate.demon.co.uk
deraadt
1998-05-20
1
-0
/
+1561