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
/
stp4020.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
stp(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-02-18
1
-11
/
+8
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-31
1
-2
/
+2
*
Convert K&R function definitions to modern C. clang is more picky about
claudio
2018-12-27
1
-100
/
+35
*
Reduces the noise around the global ``ticks'' variable by renaming
mpi
2016-03-19
1
-8
/
+8
*
oops
deraadt
2013-11-19
1
-2
/
+2
*
simplify kthread_create(). no more stdarg
deraadt
2013-11-18
1
-3
/
+2
*
Use soft interrupts to dispatch pcmcia device interrupts; this ensures the
miod
2009-04-10
1
-10
/
+61
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ testing
mickey
2005-11-23
1
-3
/
+3
*
Add pcmcia_intr_string() to format the intr string for pcmcia attach
millert
2005-01-27
1
-1
/
+14
*
The socket number diagnostic check was simply crying out for unsigned
miod
2004-03-03
1
-3
/
+4
*
Rework the card insertion/removal detection logic:
miod
2004-03-02
1
-97
/
+96
*
fix #if/ifdef issue and use u_int16_t instead of int where appropriate
mickey
2003-06-25
1
-11
/
+10
*
Acknowledge the status interrupt in some odd and usually rare cases, which
miod
2003-06-25
1
-1
/
+17
*
mimic delays pattern from i82365 on socket enable. actually pull the reset line before clearing it. this together makes some more cards work and unwedges my wedged wedgy on reboot alright; miod@ ok and testing
mickey
2003-06-25
1
-7
/
+11
*
fix all the _BITS and their use
mickey
2003-06-25
1
-30
/
+13
*
Let the stp driver use different bus_space_tag_t for its own device access,
miod
2003-06-25
1
-8
/
+8
*
Split the stp driver into its core, and md attachment routines, and provide
miod
2003-06-23
1
-142
/
+7
*
make this more quiet on card insertion.
fgsch
2002-06-21
1
-12
/
+7
*
rename nell to stp. we do not always follow stupid solaris names
deraadt
2002-06-20
1
-9
/
+9
*
- set the size correctly.
fgsch
2002-06-19
1
-4
/
+5
*
sbus pcmcia bridge driver (nell); from NetBSD.
fgsch
2002-06-19
1
-0
/
+1014