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
/
ic
/
lpt.c
Age
Commit message (
Expand
)
Author
2020-01-15
lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)
cheloha
2015-05-11
Convert from uiomovei() to uiomove() to prevent short tranfers
Philip Guenther
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2013-12-09
timeout_del unconditionally
Theo de Raadt
2013-06-12
Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPEND
Theo de Raadt
2012-01-11
ansify and de'register some prototypes
David Hill
2011-09-17
Don't bother keeping a {u,}lptioctl function which is a duplicate of
Miod Vallat
2010-08-06
Every time you ignore uiomove() return value, $DEITY kills a little
Miod Vallat
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-07-21
convert to new timeouts
Michael Shalayeff
1999-01-07
Polled mode when no irq was configured was broken
Niklas Hallqvist
1997-09-02
macro fix; mason@primenet.com.au
Theo de Raadt
1996-11-30
Cleaned up. lpt is MI now.
Niklas Hallqvist