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
/
cardbus
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tweak ohci_checkrev so it doesnt print a leading comma and space.
dlg
2019-01-07
1
-2
/
+2
*
prune files.* entries that refer to files not in tree
jsg
2018-02-14
1
-7
/
+1
*
Finish initial 11n support for athn(4).
stsp
2017-01-12
1
-1
/
+2
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-3
/
+2
*
pool_setipl for cardbus and drm pools.
dlg
2016-08-24
1
-2
/
+4
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-5
/
+2
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
12
-25
/
+14
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
4
-9
/
+5
*
Various *syncron* -> *synchron* typos.
miod
2015-11-14
1
-2
/
+2
*
mark ehci_intr() as IPL_MPSAFE here as well
jsg
2015-11-11
1
-2
/
+2
*
fairly simple sizes for free(); ok tedu
deraadt
2015-08-28
2
-7
/
+7
*
Fix some misuse of the | operator. In particular | has higher
jsg
2015-05-04
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
13
-27
/
+13
*
remove the second void * argument on tasks.
dlg
2015-01-27
1
-4
/
+4
*
unifdef INET
tedu
2014-12-22
4
-12
/
+4
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
5
-15
/
+10
*
if you really must look inside the pool to decide if you've called
tedu
2014-12-19
1
-2
/
+2
*
Merge from NetBSD r1.54 from Matthias Drochner:
mpi
2014-12-18
2
-23
/
+16
*
use the correct capitalization for Realtek.
brad
2014-11-24
3
-8
/
+8
*
Nuke yet more obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
Remove even more unnecessary `needs-flag' attributes from config machinery,
miod
2014-10-18
1
-2
/
+2
*
remove uneeded proc.h includes
jsg
2014-09-14
6
-12
/
+6
*
Various changes to the re(4) feature flags..
brad
2014-09-06
1
-1
/
+3
*
Fewer <netinet/in_systm.h>
mpi
2014-08-11
4
-20
/
+4
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
2
-7
/
+7
*
Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().
stsp
2014-05-17
1
-10
/
+1
*
There is no need to remember which usb(4) device is the child of an USB
mpi
2014-05-16
3
-12
/
+9
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
5
-21
/
+12
*
replace workqs with tasks for handling resume
dlg
2013-11-14
3
-9
/
+10
*
replace workqs with tasks for handling resume
dlg
2013-11-14
1
-2
/
+2
*
replace workqs with tasks for handling resume
dlg
2013-11-14
1
-2
/
+2
*
Replace workqs with tasks.
mpi
2013-10-30
2
-4
/
+16
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
4
-8
/
+4
*
Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD's
mpi
2013-06-20
2
-8
/
+2
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
2
-6
/
+4
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
3
-6
/
+6
*
Sort the CardBus ids.
brad
2013-03-07
1
-5
/
+5
*
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
brad
2013-03-07
1
-2
/
+1
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
Revamp the sequences for suspend/hibernate -> resume so that the code
deraadt
2012-10-08
1
-5
/
+2
*
Support NetMos NM9820 cardbus (added to puc as well, for the
deraadt
2012-07-12
1
-1
/
+3
*
Simplify various parts of the puc(4) attachment code. Tested lightly
deraadt
2011-11-15
1
-2
/
+2
*
add support for WCH CH352 serial
jsg
2011-10-09
1
-1
/
+3
*
- use nitems(); no binary change@
jasper
2011-04-02
6
-18
/
+12
*
clear pci configuration register 0x41 on resume, like during attach.
damien
2011-01-08
1
-3
/
+3
*
move the printing of the MAC address to the same line than the MAC rev.
damien
2010-12-31
1
-2
/
+2
*
Make the athn(4) back-end more bus agnostic by moving read and write
damien
2010-12-31
1
-10
/
+44
*
fix up a pointer bug introduced in the previous revision
mikeb
2010-11-15
1
-3
/
+3
*
remove unused offset argument to rbus functions
jsg
2010-09-22
2
-19
/
+14
*
remove the powerhook code. All architectures now use the ca_activate tree
deraadt
2010-09-07
2
-27
/
+2
[next]