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
/
sparc64
/
dev
/
sab.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@
cheloha
2019-10-12
1
-4
/
+4
*
ttysleep(): drop unused timeout parameter
cheloha
2019-07-19
1
-2
/
+2
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-3
/
+3
*
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2017-12-30
1
-2
/
+2
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
Rename Debugger() into db_enter().
mpi
2017-04-30
1
-2
/
+2
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
1
-8
/
+24
*
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
*
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
*
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
deraadt
2009-10-31
1
-1
/
+2
*
Match serial devices on PRIMEPOWER 650.
kettenis
2008-05-24
1
-2
/
+3
*
Use getpropspeed() to get console speed. Add code to handle "ssp-console" and
kettenis
2008-03-01
1
-14
/
+15
*
Make sabtty(4) adopt the speed configured in OpenFirmware when it is the
kettenis
2008-01-15
1
-5
/
+33
*
Be uniform with console message from other devices
deraadt
2008-01-08
1
-5
/
+5
*
Remove eeprom.h.
kettenis
2007-11-14
1
-2
/
+1
*
Remove bsd_openprom.h.
kettenis
2007-11-13
1
-2
/
+1
*
make sure the IMR values are visible when we drop back into the prom
jason
2006-05-28
1
-1
/
+2
*
make the ISR bits visible so we can poll them in cngetc (w/out cnpollc).
jason
2006-05-28
1
-6
/
+8
*
Wait for output to be drained when sabtty is the console output port;
miod
2004-07-17
1
-2
/
+7
*
Don't need linear mappings here either
jason
2003-12-16
1
-3
/
+3
*
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
miod
2003-10-03
1
-6
/
+1
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-3
/
+3
*
Add a "where" argument to the sparc64 interrupt code. This lets us
henric
2003-06-24
1
-2
/
+2
*
nuke terms 3 & 4
jason
2003-06-02
1
-6
/
+1
*
The sab driver sometimes gets out of sync with the hardware. This can
henric
2003-05-13
1
-35
/
+46
*
Add support for the Sun Enterprise 450
henric
2003-02-17
1
-6
/
+12
*
Fix console determination; based on discussion in port-sparc64@netbsd
jason
2002-09-23
1
-7
/
+7
*
Match compatible sab82532
jason
2002-07-18
1
-1
/
+5
*
Credit DARPA/USAF appropriately.
jason
2002-04-08
1
-1
/
+6
*
First round of __P removal in sys
millert
2002-03-14
1
-37
/
+37
*
o Remove some debugging prints (most of them wouldn't work anyway)
jason
2002-01-18
1
-32
/
+100
*
Better handling of transitions between our mode and what the prom wants.
jason
2002-01-17
1
-39
/
+42
*
add polled input handling and remove dead code
jason
2002-01-17
1
-15
/
+108
*
Add console handling (output works, input needs more work)
jason
2002-01-17
1
-2
/
+160
*
SAB82532 driver (missing console stuff, but working as a generic tty
jason
2001-10-28
1
-0
/
+1036