vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit 7d127b5b519bd0fb3e9338bc3fb81e0a46318fe3
parent 020b2171632dae815746bcd497df0cb1680f573c
Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
Date:   Wed, 15 Sep 2010 18:10:54 +0200

proper fix for settime (it was wrong, wrong, wrong)

Diffstat:
Msrc/9vx/boot/settime.c.ed | 5++++-
Msrc/9vx/bootcode.9 | 0
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/9vx/boot/settime.c.ed b/src/9vx/boot/settime.c.ed @@ -1 +1,4 @@ -/rtc/ s;r/rtc;c/time; +/if\(islocal\)/+1;/^ }/-1 c + print("\n"); + return; +. diff --git a/src/9vx/bootcode.9 b/src/9vx/bootcode.9 Binary files differ.