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
/
kern
/
subr_autoconf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert infinite msleep(9) to msleep_nsec(9)
jsg
2019-12-30
1
-5
/
+5
*
free(9) sizes for softcs.
mpi
2018-12-05
1
-6
/
+8
*
Change a bunch of (<blah> *)0 to NULL.
krw
2016-03-14
1
-2
/
+2
*
Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>.
mpi
2015-12-20
1
-3
/
+3
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-3
/
+55
*
back out refcnt for dv_ref, there's too many hand crafted devices all
dlg
2015-09-11
1
-4
/
+4
*
use refcnts for the device reference counts as an example of how
dlg
2015-09-11
1
-4
/
+4
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
you need atomic.h to do atomic things.
dlg
2015-02-09
1
-1
/
+2
*
use atomic ops to increment and decrement the device ref count in
dlg
2015-02-09
1
-4
/
+3
*
bring back r1.80:
dlg
2015-01-22
1
-2
/
+5
*
back it out properly
deraadt
2015-01-19
1
-3
/
+1
*
never tested with a make release
deraadt
2015-01-19
1
-2
/
+2
*
pass the size of the softc to free.
dlg
2015-01-19
1
-2
/
+4
*
Introduce config_suspend_all(9) a function that invokes config_suspend(9)
kettenis
2014-09-18
1
-1
/
+51
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
use mallocarray where arguments are multipled. ok deraadt
tedu
2014-07-13
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-7
/
+7
*
Change config_deactivate(9) to always unset the DVF_ACTIVE flag so
mpi
2014-07-12
1
-12
/
+6
*
It's been a quarter century: we can assume volatile is present with that name.
guenther
2014-03-29
1
-2
/
+2
*
get rid of the assumption that the head of the alldevs list is the
dlg
2014-03-13
1
-1
/
+11
*
printf(variable) --> printf("%s", variable)
guenther
2013-12-12
1
-2
/
+2
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-4
/
+9
*
msgs can be const
deraadt
2013-11-29
1
-2
/
+2
*
get rid of the goop for maintaining multiple cftables since theres
dlg
2013-11-27
1
-57
/
+44
*
compare pointers to NULL
dlg
2013-11-26
1
-3
/
+3
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
1
-7
/
+4
*
Revamp the sequences for suspend/hibernate -> resume so that the code
deraadt
2012-10-08
1
-1
/
+4
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-22
/
+1
*
serialize attach and detach of device sub-trees -- only one device
deraadt
2011-06-20
1
-3
/
+36
*
Add a few KASSERTs to config_attach() for sanity to make sure we don't
matthew
2011-06-01
1
-3
/
+13
*
remove a useless comment
deraadt
2010-09-08
1
-2
/
+1
*
Add DVACT_QUIECE support. This is called before splhigh() and before
deraadt
2010-08-31
1
-4
/
+5
*
Silence the activation debug reporting. We are starting to get worried
deraadt
2010-06-30
1
-1
/
+3
*
Remove leftover debug printf in config_activate_children(); ok deraadt
miod
2010-02-28
1
-3
/
+1
*
Make config_activate_children() more useable as a suspend-and-resume
deraadt
2009-11-23
1
-73
/
+62
*
Add basic suspend/resume autoconf functionality.
pirofti
2009-11-22
1
-1
/
+43
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-2
/
+2
*
Allow devices attaching at root (such as softraid) to be disabled in UKC.
miod
2008-08-20
1
-3
/
+6
*
Since the devices that we detach may have children we cannot rely on the
kettenis
2007-11-23
1
-6
/
+4
*
get rid of the unused cond_predicate_t typedef.
dlg
2007-10-29
1
-3
/
+1
*
Use M_ZERO in a few more places to shave bytes from the kernel.
art
2007-09-07
1
-5
/
+4
*
the (root) stuff is ugly, so print "at root", so it looks more like
deraadt
2007-05-30
1
-2
/
+2
*
kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a
deraadt
2007-05-15
1
-3
/
+1
*
evcnt_attach() is no longer used; ok miod
deraadt
2007-05-09
1
-23
/
+1
*
Remove device id from hotplug events.
mk
2006-05-28
1
-7
/
+7
*
more fallout from the sensors: Every single ramdisk got broken.
deraadt
2006-05-28
1
-3
/
+4
*
Include device id in hotplug events. This will be used by ntpd to check
mk
2006-05-28
1
-6
/
+7
*
cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 when
krw
2006-05-17
1
-1
/
+2
*
Detach children devices in reverse order. This gives better display, and
krw
2006-05-17
1
-5
/
+8
[next]