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
/
arch
/
hppa
/
dev
/
pdc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-2
/
+2
*
Compile in serial console settings support if any com(4) device is included
kettenis
2011-08-16
1
-3
/
+3
*
Move common code for waking up writers on a tty into a function.
nicm
2010-07-02
1
-8
/
+2
*
Allow tty drivers to request larger buffers at attach time using a
deraadt
2010-06-28
1
-2
/
+2
*
cleanup more confusion regarding user.h before proc.h, or missing proc.h
deraadt
2010-04-20
1
-2
/
+1
*
Some of the line disciplines want to check for suser. Better to pass them
tedu
2010-04-12
1
-3
/
+3
*
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
nicm
2009-11-09
1
-2
/
+1
*
Use suser when possible. Suggested by miod@.
fgsch
2009-10-31
1
-2
/
+2
*
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
deraadt
2009-10-31
1
-1
/
+2
*
Cleanup cn_pri. Change constants to more meaningful names, rather than
jsing
2008-01-23
1
-2
/
+2
*
Delay switching to the real serial console until we attach the serial device.
kettenis
2007-07-15
1
-40
/
+11
*
Add hack to prevent switching to serial console on four-digit B/C/J class
kettenis
2007-05-23
1
-1
/
+8
*
update copyright; miod@ is fine w/ files where he holds it too
mickey
2004-04-07
1
-14
/
+10
*
pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de
mickey
2003-10-31
1
-2
/
+5
*
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
miod
2003-10-03
1
-3
/
+4
*
Fix uninitialized variable.
miod
2003-05-14
1
-2
/
+2
*
Final __P removal plus some cosmetic fixups
millert
2002-03-14
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-7
/
+7
*
Support serial speed over 9600 bauds.
miod
2002-03-06
1
-1
/
+6
*
Teach some magic to the kernel so that it can decode serial console settings.
miod
2002-02-08
1
-3
/
+24
*
only probe for the cerial if NCOM_GSC, not just any com, fix prontf
mickey
2002-02-05
1
-11
/
+11
*
use better tty flags names
mickey
2002-02-04
1
-6
/
+4
*
only check for serial console if any compiled
mickey
2002-02-03
1
-2
/
+4
*
fix debugging printf
mickey
2002-02-01
1
-4
/
+5
*
offset cons hpa to com regs, damnit
mickey
2002-01-25
1
-2
/
+2
*
init conaddr/unit if page0->mem_cons is on serial
mickey
2002-01-25
1
-4
/
+25
*
raise spl around pdc calling
mickey
2001-04-29
1
-5
/
+9
*
paste error in pdcopen, a few formatting cnages and use int for char
mickey
2001-01-22
1
-17
/
+15
*
new timeout code from openbsd (; remove extraneous includes
mickey
2000-03-23
1
-24
/
+52
*
s/PDC_DEBUG/PDCDEBUG/
mickey
2000-01-26
1
-3
/
+3
*
do console stuff, pdc_call is in locore now
mickey
1999-11-26
1
-75
/
+124
*
this is what it was supposed to be in the last commit
mickey
1999-09-07
1
-3
/
+3
*
splhigh() when calling pdc
mickey
1999-08-12
1
-6
/
+10
*
better set_psw() usage
mickey
1999-07-12
1
-15
/
+10
*
s/MINIOSIZ/IODC_MINIOSIZ/
mickey
1999-04-20
1
-3
/
+3
*
utilize PDC_ALIGNMENT
mickey
1998-12-29
1
-3
/
+3
*
merge all PDC stuff in one file
mickey
1998-11-23
1
-1
/
+33
*
fix pdccngetc() input handling
mickey
1998-10-29
1
-22
/
+57
*
iodc.h bye, bye
mickey
1998-09-14
1
-2
/
+1
*
PDC console/tty
mickey
1998-09-12
1
-0
/
+284