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