kern
log
age | author | description |
---|---|---|
Tue, 26 Jul 2011 02:41:33 +0300 | John Tsiombikas | mainly additions to the VM to support processes etc. not complete |
Mon, 25 Jul 2011 11:29:57 +0300 | John Tsiombikas | added the first test process code and system call numbers header |
Mon, 25 Jul 2011 11:29:02 +0300 | John Tsiombikas | - implemented clone_vmem |
Sun, 24 Jul 2011 18:29:24 +0300 | John Tsiombikas | started implementing processes |
Tue, 14 Jun 2011 01:19:07 +0300 | John Tsiombikas | merged the timer/rtc/etc from the misc branch |
Sun, 12 Jun 2011 15:45:21 +0300 | John Tsiombikas | - now read_rtc doesn't try to read weekday as it's probably wrong anyway, and doesn't set yearday either |
Sun, 12 Jun 2011 01:46:53 +0300 | John Tsiombikas | - removed redundant call to day_of_year in gmtime_r |
Fri, 10 Jun 2011 23:19:25 +0300 | John Tsiombikas | - added makefile pattern to produce assembly output from c source files. |