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
/
arch
/
mvme68k
/
dev
/
zs.c
Age
Commit message (
Expand
)
Author
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-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
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
2009-03-15
Generic softinterrupt code for m68k platforms, now copied from m88k.
Miod Vallat
2008-01-23
Cleanup cn_pri. Change constants to more meaningful names, rather than
Joel Sing
2006-06-11
Factorize spl handling functions and software interrupt routines between
Miod Vallat
2006-03-15
Correct checks against cd_ndevs - valid numbers are strictly inferior to
Miod Vallat
2006-01-01
Let cons_init() and cons_init_bell() initialize the whole consdev structure,
Miod Vallat
2005-11-24
Prefer vaddr_t and paddr_t types in device softc, instead of void * and
Miod Vallat
2005-05-01
Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.
Miod Vallat
2004-09-15
Crude diff to allow user break on zs to enter ddb, for 147/1x2; spotted
Miod Vallat
2004-07-31
Use cons_decl() instead of homemade wrong prototypes.
Miod Vallat
2004-07-30
Move struct evcount inside struct intrhand, and modernize intrhand
Miod Vallat
2004-07-30
Switch mvme68k to evcount interrupt counters.
Miod Vallat
2004-07-02
Kill ca_master in autoconf structures. Drivers either only attach to one
Miod Vallat
2004-01-14
Do not fill more than the first three fields of cfdriver structures unless
Miod Vallat
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-06-02
license cleanup of my files
Theo de Raadt
2002-06-02
withough -> without
Theo de Raadt
2002-04-27
Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-03-26
callout.h is gone
Theo de Raadt
2000-01-29
Updated flash and ipic device compatability with MC rev 0x01. zs mods to wor...
Steve Murphree
2000-01-27
goof.
Steve Murphree
2000-01-27
Fix for boards with only one zs chip.
Steve Murphree
1996-06-11
tty_attach()
Theo de Raadt
1996-06-11
use void * for pa/va instead of caddr_t
Theo de Raadt
1996-04-28
cfattach/cfdriver split
Theo de Raadt
1995-11-07
$Id$ throughout
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt