#
b87210fa |
| 14-May-2008 |
tsutsui <tsutsui@NetBSD.org> |
Normalize my licenses.
|
#
53524e44 |
| 04-Mar-2007 |
christos <christos@NetBSD.org> |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
52b46dcf |
| 04-Sep-2004 |
tsutsui <tsutsui@NetBSD.org> |
- Use ANSI function declarations and make some functions static. - Some KNF
|
#
ed517291 |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
7de45403 |
| 18-Jan-2003 |
tsutsui <tsutsui@NetBSD.org> |
TAB/space cleanup.
|
#
5db9bf06 |
| 11-Jan-2003 |
tsutsui <tsutsui@NetBSD.org> |
Fix -Wsign-compare warnings.
|
#
31144d99 |
| 17-Mar-2002 |
atatat <atatat@NetBSD.org> |
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for indicating an unhandled "command". ERESTART is -1, which can lead to confusion. ERESTART has been moved to -3 and EPASSTHROUGH has
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for indicating an unhandled "command". ERESTART is -1, which can lead to confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been placed at -4. No ioctl code should now return -1 anywhere. The ioctl() system call is now properly restartable.
show more ...
|
#
08f4daf2 |
| 25-Jan-2001 |
tsutsui <tsutsui@NetBSD.org> |
Add drivers for keyboard and mouse. (but no working framebuffer yet..)
|