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
/
puc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
use new com.c bus-independent suspend/resume code, rather than trying to
deraadt
2013-12-09
1
-19
/
+2
*
this should have gone away because it is now in files.pci
deraadt
2011-11-21
1
-0
/
+0
*
Simplify various parts of the puc(4) attachment code. Tested lightly
deraadt
2011-11-15
3
-23
/
+3
*
Use a new encoding for the entries in the pucdata table, the result is
deraadt
2011-10-25
2
-9
/
+10
*
Initial stab at making com@puc suspend and resume properly. Works fine
kettenis
2010-08-06
1
-5
/
+23
*
Don't #include <sys/user.h> into files that don't need the stuff
guenther
2010-06-26
1
-2
/
+1
*
print interrupt string like com at puc does
deraadt
2009-07-15
1
-2
/
+2
*
Switch i386 from pccom to com. Welcomed by many.
kettenis
2008-05-21
2
-19
/
+3
*
Make puc(4) detachable.
kettenis
2007-12-04
1
-10
/
+2
*
kill leftover debug printf
martin
2006-11-05
1
-2
/
+1
*
puc@cardbus (only added (commented out) to whom has puc@pci enabled)
mickey
2006-07-31
2
-15
/
+39
*
remove another useless isavar.h include
fkr
2006-06-01
1
-5
/
+1
*
establish interrupt at IPL_TTY instead of IPL_HIGH, so it doesn't
djm
2005-12-24
1
-2
/
+2
*
Move contents of sys/select.h to sys/selinfo.h in preparation for a
millert
2005-11-21
1
-2
/
+2
*
Share com probe code between com and pccom; allows us to get rid of awkward
miod
2005-09-26
1
-172
/
+2
*
Compensate for NCOM_PUC disappearance; ok deraadt@
miod
2005-07-18
1
-3
/
+3
*
Do as much in com_puc_attach2() as done in com_attach_subr(), until they
miod
2004-08-19
1
-5
/
+30
*
i386 needs isavar.h, sparc64 doesn't (no one else uses this.. yet)
jason
2003-07-15
1
-1
/
+3
*
First round of __P removal in sys
millert
2002-03-14
2
-7
/
+7
*
Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok
nordin
2002-01-30
1
-2
/
+1
*
initialize timeouts, since it's a copy of comattach; reported by Larry Moore <lmoore@starwon.com.au>
mickey
2001-08-08
1
-1
/
+5
*
support puc devices with higher speeds (not tested yet)
deraadt
2001-03-15
1
-1
/
+4
*
convert to new timeouts
mickey
2000-07-21
1
-3
/
+4
*
Add puc lpt driver support, not actually tested...
downsj
1999-11-28
2
-1
/
+105
*
Add com/pccom driver for puc.
downsj
1999-10-26
2
-0
/
+279