kbd: use a better get_key method
[thunix.git] / Changelog
blob58df344e8923c8fef2018c3b4f194a6f3b2cab5f
1 2010-06-27 Liu Aleaxander <Aleaxander@gmail.com>
2         * Implement user space's printf stuff
4 2010-06-27 Liu Aleaxander <Aleaxander@gmail.com>
5         * Implement sys_execve sys call
7 2010-06-26 Liu Aleaxander <Aleaxander@gmail.com>
8         * Implement sys_chdir sys_call
9         * Implement sys_getcwd sys_call
11 2010-06-19 Liu Aleaxander <Aleaxander@gmail.com>
12         * Implement VFS layer
14 2010-06-15 Liu Aleaxander <Aleaxander@gmail.com>
15         * Move the generic lib funtions into lib/ directory.
16             lib/string.c
17             lib/bitopts.c
19 2010-06-12 Liu Aleaxander <Aleaxander@gmail.com>
20         * Add debug info
22 2010-06-12 Liu Aleaxander <Aleaxander@gmail.com>
23         * Changlog starts here.
24         * Add errno system support