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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2
-4
/
+4
2020-05-25
change wsdisplay attribute type from long to uint32_t
jsg
3
-19
/
+19
2020-05-23
Implement kqfilter matching the corresponding poll routine.
mpi
2
-2
/
+15
2020-02-18
magma(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2
-35
/
+10
2020-02-18
stp(4): tsleep(9) -> tsleep_nsec(9)
cheloha
1
-11
/
+8
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
3
-9
/
+12
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2
-4
/
+4
2018-12-27
Convert K&R function definitions to modern C. clang is more picky about
claudio
3
-227
/
+72
2018-10-22
More "explicitely" -> "explicitly" in various comments.
krw
1
-2
/
+2
2018-02-19
Remove almost unused `flags' argument of suser().
mpi
2
-6
/
+6
2018-02-14
prune files.* entries that refer to files not in tree
jsg
1
-2
/
+1
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2
-4
/
+4
2017-09-08
If you use sys/param.h, you don't need sys/types.h
deraadt
6
-12
/
+6
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2
-4
/
+2
2017-01-04
In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR case
ratchov
1
-11
/
+1
2016-09-19
Remove unused getdev() audio driver functions.
ratchov
1
-16
/
+1
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
ratchov
1
-70
/
+2
2016-09-04
remove some more sparc remnants. ok deraadt
tedu
1
-7
/
+1
2016-04-13
G/C IFQ_SET_READY().
mpi
2
-4
/
+2
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
mpi
1
-8
/
+8
2016-03-14
Convert sparc drivers bpp and magma to uiomove
stefan
2
-10
/
+10
2015-12-08
No trailers has been the default and only option for 20 years, yet some
tedu
2
-4
/
+4
2015-11-28
Rework gem_start to check that there's enough space in the ring before
jmatthew
1
-3
/
+3
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
mpi
2
-4
/
+2
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2
-12
/
+12
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
5
-10
/
+5
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2
-4
/
+2
2015-11-11
Kill useless IFQ_POLL().
mpi
1
-3
/
+2
2015-10-25
arp_ifinit() is no longer needed and almost dead.
mpi
2
-22
/
+4
2015-09-12
More ifmedia64 fallout; that should be the last.
miod
1
-2
/
+2
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
stsp
5
-15
/
+15
2015-09-10
Fix a zx_putchar() stupid bug I introduced nine years ago by actually
miod
1
-5
/
+5
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
mpi
2
-6
/
+6
2015-06-24
Increment if_ipackets in if_input().
mpi
2
-4
/
+2
2015-06-19
remove isp(4) now that the ql* family have replaced it
jmatthew
2
-728
/
+1
2015-05-13
test mbuf pointers against NULL not 0
jsg
1
-2
/
+2
2015-05-11
Remove support for ADPCM encoding which isn't used nowadays and
ratchov
1
-12
/
+1
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
ratchov
2
-30
/
+7
2015-04-07
Keep in sync with the sparc version: convert to if_input().
mpi
2
-26
/
+8
2015-02-10
First step towards making uiomove() take a size_t size argument:
miod
2
-5
/
+5
2014-12-22
unifdef INET
tedu
5
-15
/
+5
2014-08-11
Fewer <netinet/in_systm.h>
mpi
5
-25
/
+5
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
tedu
4
-13
/
+13
2014-03-15
ISP1000 SBus support for qlw(4).
kettenis
2
-1
/
+151
2014-02-14
florian@ noticed that I missed some isp24xx code in the sbus glue
jmatthew
1
-4
/
+1
2014-02-10
Build isp2xxx firmware into separate object files so we only include
jmatthew
1
-2
/
+2
2014-02-02
sbus(4) glue for qla(4)
kettenis
2
-1
/
+160
2014-01-22
add a missing argument to a debug printf
jsg
1
-2
/
+3
2014-01-18
instead of having every bit of glue set up and attach an identical
dlg
1
-9
/
+2
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
deraadt
1
-3
/
+3
[next]