minix/drivers/tty
Jorrit Herder 74711a3b14 Check if kernel calls is allowed (from process' call mask) added. Not yet
enforced. If a call is denied, this will be kprinted. Please report any such
errors, so that I can adjust the mask before returning errors instead of
warnings.

Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded.
2005-08-04 19:23:03 +00:00
..
keymaps Initial revision 2005-04-21 14:53:53 +00:00
console.c Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
keyboard.c Various updates to support dynamically starting drivers. 2005-08-02 15:30:36 +00:00
Makefile Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
pty.c Replace REVIVE with notify. 2005-08-01 14:40:21 +00:00
rs232.c *** empty log message *** 2005-07-29 15:33:31 +00:00
tty.c Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
tty.h Miscellaneous cleanups. 2005-08-03 11:53:36 +00:00
vidcopy.s Initial revision 2005-04-21 14:53:53 +00:00