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
/
usb
/
ucom.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); tested
djm
2005-01-28
1
-2
/
+6
*
Restore asserting DTR by default, lost when cuaU* support was added;
djm
2005-01-28
1
-1
/
+10
*
make sure only one set of xfers are set up for any number of opens of the
dlg
2005-01-19
1
-115
/
+110
*
add support for calling units (cuaU*)
dlg
2005-01-10
1
-121
/
+77
*
put "do { } while (0)" wrappers on all the debug maroc functions
deraadt
2004-07-08
1
-2
/
+2
*
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
miod
2003-10-03
1
-1
/
+5
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-2
/
+2
*
better match netbsd
nate
2003-05-19
1
-3
/
+3
*
sync with NetBSD
nate
2002-11-11
1
-4
/
+20
*
update $NetBSD$ tags
nate
2002-07-25
1
-2
/
+2
*
get rid of trailing whitespace
nate
2002-07-25
1
-20
/
+20
*
Please be more portable in usb land
nate
2002-07-11
1
-1
/
+5
*
no provate cdev_decl()s, they are in sys/conf.h now
mickey
2002-07-10
1
-3
/
+1
*
Try to be more portable
nate
2002-07-10
1
-24
/
+25
*
Meant to commit only ulpt and committed everything. Most things weren't ready
nate
2002-05-07
1
-25
/
+24
*
Sync ulpt driver with NetBSD
nate
2002-05-07
1
-24
/
+25
*
Synchronize usb code with NetBSD.
nate
2001-10-31
1
-5
/
+53
*
Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
aaron
2001-05-03
1
-27
/
+63
*
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
aaron
2001-01-28
1
-1
/
+7
*
Sync with NetBSD. Too many changes to mention. For now I have skipped
aaron
2000-11-08
1
-132
/
+109
*
Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;
fgsch
2000-07-06
1
-4
/
+4
*
sync with NetBSD... well almost. someone w/ the hw should check umass.
fgsch
2000-07-04
1
-2
/
+2
*
Sync with NetBSD.
aaron
2000-04-14
1
-45
/
+113
*
Add RCSids.
aaron
2000-04-08
1
-0
/
+1
*
Add USB modem driver stubs; from NetBSD. Not yet tested.
aaron
2000-04-05
1
-0
/
+1045