index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sbus
/
magma.c
Age
Commit message (
Expand
)
Author
2020-05-23
Implement kqfilter matching the corresponding poll routine.
Martin Pieuchot
2020-02-18
magma(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
2016-03-14
Convert sparc drivers bpp and magma to uiomove
Stefan Kempf
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2010-07-02
Move common code for waking up writers on a tty into a function.
Nicholas Marriott
2010-06-28
Allow tty drivers to request larger buffers at attach time using a
Theo de Raadt
2010-04-12
Some of the line disciplines want to check for suser. Better to pass them
Ted Unangst
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-10-31
Use suser when possible. Suggested by miod@.
Federico G. Schwindt
2009-10-31
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
Theo de Raadt
2008-11-29
unbreak tree breakage snuck in
Theo de Raadt
2008-11-29
Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his
Ray Lai
2005-07-09
Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,
Miod Vallat
2005-03-08
also display the correct priority on sparc64 when failing to register
Martin Reindl
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-07-15
ansi
Jason Wright
2003-06-27
These don't need linear mappings either.
Jason Wright
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-03-27
const and static cleaning
Jason Wright
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-03-14
Use getpropstringA instead of getpropstring to fetch magma_prom property
Jason Wright
2002-01-25
Add support for the "Magma 2+1HS Sp" (from NetBSD)
Jason Wright
2002-01-12
the 1190 and 1400 register maps aren't the same size don't treat them so
Jason Wright
2002-01-12
House cleaning: removing some leftover sparc bits and such
Jason Wright
2002-01-12
Port of Iain Hibbert's magma driver to sparc64
Jason Wright