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
/
sgi
/
hpc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
spelling
jsg
3
-6
/
+6
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
1
-2
/
+2
2020-05-21
Use <dev/clock_subr.h> in dsclock(4).
visa
1
-34
/
+43
2020-05-21
Use <dev/clock_subr.h> in dpclock(4).
visa
1
-31
/
+42
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
krw
1
-2
/
+2
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
krw
1
-5
/
+2
2019-05-13
regen (missed this when I did the colemak update)
abieber
1
-2
/
+5
2018-02-14
prune files.* entries that refer to files not in tree
jsg
1
-9
/
+1
2017-12-30
Delete unnecessary <sys/file.h> includes
guenther
1
-2
/
+1
2017-04-30
Rename Debugger() into db_enter().
mpi
1
-2
/
+2
2017-04-30
Unifdef KGDB.
mpi
1
-7
/
+5
2017-03-08
Fix logic in the driver preventing it to receive broadcast frames
mpi
1
-2
/
+2
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
1
-3
/
+1
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
jsg
1
-3
/
+2
2016-08-31
regen
jca
1
-2
/
+6
2016-06-05
Use the new input functions of wsmouse in mouse and touchscreen drivers.
bru
1
-2
/
+2
2016-04-13
G/C IFQ_SET_READY().
mpi
1
-2
/
+1
2015-12-10
comment typo
mmcc
1
-2
/
+2
2015-12-08
No trailers has been the default and only option for 20 years, yet some
tedu
1
-2
/
+2
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
1
-7
/
+8
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
1
-2
/
+1
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
1
-2
/
+1
2015-11-21
error: too many arguments to function 'ifq_deq_begin'
dlg
1
-2
/
+2
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
1
-3
/
+7
2015-10-25
arp_ifinit() is no longer needed.
mpi
1
-4
/
+1
2015-09-18
Go back to the previous approach when managing individual HPC DMA descriptors:
miod
4
-124
/
+108
2015-09-14
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
stsp
1
-2
/
+2
2015-09-05
Give up trying to map DMA descriptor in uncached memory on ECC flavours of the
miod
5
-91
/
+92
2015-06-24
Increment if_ipackets in if_input().
mpi
1
-3
/
+1
2015-05-24
Follow the recent pckbc@isa changes and always establish all the necessary
miod
1
-32
/
+8
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
ratchov
1
-2
/
+2
2015-05-04
Print irq informations in pckbc_set_inputhandler().
mpi
1
-3
/
+2
2015-03-29
Convert to if_input(), tested by miod@ and sebastia@.
mpi
1
-8
/
+4
2014-12-22
unifdef INET
tedu
1
-3
/
+1
2014-12-07
Avoid extra space in dmesg
miod
1
-2
/
+2
2014-12-07
Probe the keyboard for its dip switches also if it is the console keyboard,
miod
1
-76
/
+128
2014-10-11
Check for the `oscillator failure' condition, and do not register as a reliable
miod
1
-10
/
+26
2014-08-27
Remove redundant setting of if_mtu which ether_ifattach() already
brad
1
-2
/
+1
2014-07-22
<netinet/in_systm.h> is no longer needed.
mpi
1
-7
/
+2
2014-07-11
It's init as a process that's special, not init's original thread.
guenther
1
-2
/
+2
2014-06-27
Standardize xfer byte counts to ssize_t rather than a mix of size_t and int
miod
1
-6
/
+8
2014-05-22
Regen
miod
1
-119
/
+553
2014-05-22
Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)
miod
2
-0
/
+347
2014-05-22
Extend the keyboard communication routines to be able to work in polling mode;
miod
1
-37
/
+148
2014-05-19
Format string fixes and removal of -Wno-format for sgi. Based upon an
miod
1
-2
/
+2
2014-04-18
rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we can
jasper
1
-2
/
+2
2014-01-26
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
miod
1
-2
/
+2
2013-11-04
Convert wskbd_set_mixervolume() to use a task internally instead of
mpi
1
-5
/
+3
2013-10-21
Fix lies in comments, and apply some KNF and unused or duplicate prototype
miod
1
-2
/
+2
2013-09-28
Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid of
miod
1
-5
/
+9
[next]