Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
1683 |
6178d 07h |
fabio |
/shark/branches/xen/ |
Refactor the low level code.
Move the parts of the oslib we're using (actually a little bit more,)
in some sanely-named place, and prepare things for a layout suitable
for multiple architecture support. |
|
/shark/branches/xen/arch /shark/branches/xen/arch/x86 /shark/branches/xen/arch/x86/Makefile /shark/branches/xen/arch/x86/abort.s /shark/branches/xen/arch/x86/advtimer.c /shark/branches/xen/arch/x86/aspace.c /shark/branches/xen/arch/x86/ccpu.c /shark/branches/xen/arch/x86/cpu2.s /shark/branches/xen/arch/x86/ctx.s /shark/branches/xen/arch/x86/ctxsw.c /shark/branches/xen/arch/x86/cxsw-2.c /shark/branches/xen/arch/x86/estub.c /shark/branches/xen/arch/x86/event.c /shark/branches/xen/arch/x86/event1.c /shark/branches/xen/arch/x86/exc.s /shark/branches/xen/arch/x86/fpu.c /shark/branches/xen/arch/x86/idtinit.c /shark/branches/xen/arch/x86/include /shark/branches/xen/arch/x86/include/arch /shark/branches/xen/arch/x86/include/arch/ll /shark/branches/xen/arch/x86/init.c /shark/branches/xen/arch/x86/intevt.c /shark/branches/xen/arch/x86/irq.c /shark/branches/xen/arch/x86/mem.s /shark/branches/xen/arch/x86/time.c /shark/branches/xen/arch/x86/timeint.s /shark/branches/xen/arch/x86/vm86.c /shark/branches/xen/arch/x86/x0.s /shark/branches/xen/arch/x86/x1.c /shark/branches/xen/arch/x86/xbios.c /shark/branches/xen/arch/x86/xconv.c /shark/branches/xen/arch/x86/xdosf.c /shark/branches/xen/arch/x86/xdosm.c /shark/branches/xen/arch/x86/xinfo.c /shark/branches/xen/arch/x86/xinit.c /shark/branches/xen/arch/x86/xsys0.s /shark/branches/xen/arch/x86/xsystab.c
/shark/branches/xen/oslib
/shark/branches/xen/Makefile
|
1621 |
6208d 11h |
fabio |
/shark/branches/xen/ |
Move all the low level libc related headers from the OSLib to libc/.
Move the headers used to define the libc interface exported by Shark from
the OSLib to libc/arch/$(ARCH) (remember, by now ARCH can be only x86,) and
change their users to reflect the movement. There are still a couple of
problems to solve, that are how to deal with the libc code used inside the
kernel, and how to handle things that are on the boundary, e.g., some type
definitions and so on. Btw this had to be started from somewhere. |
|
/shark/branches/xen/libc/arch/x86/include /shark/branches/xen/libc/arch/x86/include/arch /shark/branches/xen/libc/arch/x86/include/arch/assert.h /shark/branches/xen/libc/arch/x86/include/arch/ctype.h /shark/branches/xen/libc/arch/x86/include/arch/endian.h /shark/branches/xen/libc/arch/x86/include/arch/errno.h /shark/branches/xen/libc/arch/x86/include/arch/float.h /shark/branches/xen/libc/arch/x86/include/arch/i386 /shark/branches/xen/libc/arch/x86/include/arch/i386/float.h /shark/branches/xen/libc/arch/x86/include/arch/i386/limits.h /shark/branches/xen/libc/arch/x86/include/arch/i386/stdio.h /shark/branches/xen/libc/arch/x86/include/arch/i386/stdlib.h /shark/branches/xen/libc/arch/x86/include/arch/i386/string.h /shark/branches/xen/libc/arch/x86/include/arch/limits.h /shark/branches/xen/libc/arch/x86/include/arch/math.h /shark/branches/xen/libc/arch/x86/include/arch/stdarg.h /shark/branches/xen/libc/arch/x86/include/arch/stdio.h /shark/branches/xen/libc/arch/x86/include/arch/stdlib.h /shark/branches/xen/libc/arch/x86/include/arch/string.h /shark/branches/xen/libc/arch/x86/include/arch/sys /shark/branches/xen/libc/arch/x86/include/arch/sys/cdefs.h /shark/branches/xen/libc/arch/x86/include/arch/time.h /shark/branches/xen/libc/arch/x86/include/arch/unistd.h
/shark/branches/xen/libc/arch/x86/libm/machine/endian.h /shark/branches/xen/oslib/ll/assert.h /shark/branches/xen/oslib/ll/ctype.h /shark/branches/xen/oslib/ll/errno.h /shark/branches/xen/oslib/ll/float.h /shark/branches/xen/oslib/ll/i386/float.h /shark/branches/xen/oslib/ll/i386/limits.h /shark/branches/xen/oslib/ll/i386/stdio.h /shark/branches/xen/oslib/ll/i386/stdlib.h /shark/branches/xen/oslib/ll/i386/string.h /shark/branches/xen/oslib/ll/limits.h /shark/branches/xen/oslib/ll/math.h /shark/branches/xen/oslib/ll/stdarg.h /shark/branches/xen/oslib/ll/stdio.h /shark/branches/xen/oslib/ll/stdlib.h /shark/branches/xen/oslib/ll/string.h /shark/branches/xen/oslib/ll/sys/cdefs.h /shark/branches/xen/oslib/ll/time.h /shark/branches/xen/oslib/ll/unistd.h
/shark/branches/xen/config/config.mk /shark/branches/xen/drivers/block/bdev.h /shark/branches/xen/drivers/block/bqueue.h /shark/branches/xen/drivers/block/clook/clook.h /shark/branches/xen/drivers/block/debug.h /shark/branches/xen/drivers/block/edf/edf.h /shark/branches/xen/drivers/block/fcfs/fcfs.h /shark/branches/xen/drivers/block/glue.h /shark/branches/xen/drivers/block/ide.h /shark/branches/xen/drivers/block/ideglue.h /shark/branches/xen/drivers/block/idereq.h /shark/branches/xen/drivers/block/lodsk.h /shark/branches/xen/drivers/block/look/look.h /shark/branches/xen/drivers/block/phdsk.h /shark/branches/xen/drivers/block/pscan/pscan.h /shark/branches/xen/drivers/block/sstf/sstf.h /shark/branches/xen/drivers/cons/cons1.c /shark/branches/xen/drivers/cons/cons2.c /shark/branches/xen/drivers/cons/cprintf.c /shark/branches/xen/drivers/cons/crtwin.c /shark/branches/xen/drivers/cons/message.c /shark/branches/xen/drivers/fb/gdvesa.c /shark/branches/xen/drivers/fb/vesa.h /shark/branches/xen/drivers/grx/drawfun/fun16.c /shark/branches/xen/drivers/grx/drawfun/fun16.h /shark/branches/xen/drivers/grx/drawfun/fun8.c /shark/branches/xen/drivers/grx/drawfun/fun8.h /shark/branches/xen/drivers/grx/drivers/gdvesa.c /shark/branches/xen/drivers/grx/drivers/gdvesa1.c /shark/branches/xen/drivers/grx/drivers/s3.h /shark/branches/xen/drivers/grx/drivers/trident.h /shark/branches/xen/drivers/grx/drivers/vesa.h /shark/branches/xen/drivers/grx/glib.c /shark/branches/xen/drivers/grx/include/drivers/gd.h /shark/branches/xen/drivers/grx/include/drivers/glib.h /shark/branches/xen/drivers/linuxc26/kobject.c /shark/branches/xen/drivers/net/8390.h /shark/branches/xen/drivers/net/arp.h /shark/branches/xen/drivers/net/eth_priv.h /shark/branches/xen/drivers/net/include/asm/bitops.h /shark/branches/xen/drivers/net/include/asm/io.h /shark/branches/xen/drivers/net/include/linux/compatib.h /shark/branches/xen/drivers/net/include/linux/etherdevice.h /shark/branches/xen/drivers/net/include/linux/interrupt.h /shark/branches/xen/drivers/net/include/linux/kernel.h /shark/branches/xen/drivers/net/include/linux/linuxpci.h /shark/branches/xen/drivers/net/include/linux/llpci.h /shark/branches/xen/drivers/net/include/linux/netdevice.h /shark/branches/xen/drivers/net/include/linux/notifier.h /shark/branches/xen/drivers/net/include/linux/skbuff.h /shark/branches/xen/drivers/net/include/linux/socket.h /shark/branches/xen/drivers/net/include/linux/stddef.h /shark/branches/xen/drivers/net/include/linux/timer.h /shark/branches/xen/drivers/net/include/net/sock.h /shark/branches/xen/drivers/net/netbuff.h /shark/branches/xen/drivers/oldchar/8042.h /shark/branches/xen/drivers/oldchar/_mouse.h /shark/branches/xen/drivers/oldchar/include/drivers/mouse.h /shark/branches/xen/drivers/oldchar/ps2mouse.h /shark/branches/xen/drivers/oldchar/sermouse.h /shark/branches/xen/drivers/oldsnd/blaster.h /shark/branches/xen/drivers/oldsnd/include/drivers/dma.h /shark/branches/xen/drivers/oldsnd/sbio.h /shark/branches/xen/drivers/parport/include/drivers/parport.h /shark/branches/xen/drivers/pci6025e/include/drivers/pci6025e/adc.h /shark/branches/xen/drivers/pci6025e/include/drivers/pci6025e/dac.h /shark/branches/xen/drivers/pci6025e/include/drivers/pci6025e/dio_ppi.h /shark/branches/xen/drivers/pci6025e/include/drivers/pci6025e/pci6025e.h /shark/branches/xen/drivers/pci6025e/include/drivers/pci6025e/timer.h /shark/branches/xen/drivers/pcl812/include/drivers/pclab.h /shark/branches/xen/fs/rtcfunc.h /shark/branches/xen/include/assert.h /shark/branches/xen/include/bits/endian.h /shark/branches/xen/include/bits/errno.h /shark/branches/xen/include/bits/limits.h /shark/branches/xen/include/ctype.h /shark/branches/xen/include/float.h /shark/branches/xen/include/fs/assert.h /shark/branches/xen/include/fs/bdev.h /shark/branches/xen/include/fs/bdevinit.h /shark/branches/xen/include/fs/fs.h /shark/branches/xen/include/fs/fsinit.h /shark/branches/xen/include/fs/irq.h /shark/branches/xen/include/fs/libio.h /shark/branches/xen/include/fs/limits.h /shark/branches/xen/include/fs/maccess.h /shark/branches/xen/include/fs/mount.h /shark/branches/xen/include/fs/mutex.h /shark/branches/xen/include/fs/semaph.h /shark/branches/xen/include/fs/syscall.h /shark/branches/xen/include/fs/util.h /shark/branches/xen/include/kernel/assert.h /shark/branches/xen/include/kernel/descr.h /shark/branches/xen/include/kernel/func.h /shark/branches/xen/include/kernel/int_sem.h /shark/branches/xen/include/kernel/iqueue.h /shark/branches/xen/include/kernel/kern.h /shark/branches/xen/include/kernel/kernmem.h /shark/branches/xen/include/kernel/lmm.h /shark/branches/xen/include/kernel/log.h /shark/branches/xen/include/kernel/mem.h /shark/branches/xen/include/kernel/model.h /shark/branches/xen/include/kernel/types.h /shark/branches/xen/include/kernel/var.h /shark/branches/xen/include/math.h /shark/branches/xen/include/mqueue.h /shark/branches/xen/include/pthread.h /shark/branches/xen/include/sched.h /shark/branches/xen/include/signal.h /shark/branches/xen/include/stdarg.h /shark/branches/xen/include/stdio.h /shark/branches/xen/include/stdlib.h /shark/branches/xen/include/string.h /shark/branches/xen/include/sys/cdefs.h /shark/branches/xen/include/sys/mount.h /shark/branches/xen/include/sys/stat.h /shark/branches/xen/include/sys/sysmacro.h /shark/branches/xen/include/sys/types.h /shark/branches/xen/include/sys/utsname.h /shark/branches/xen/include/time.h /shark/branches/xen/include/trace/qcirc.h /shark/branches/xen/include/trace/qdummy.h /shark/branches/xen/include/trace/qfixed.h /shark/branches/xen/include/trace/qudp.h /shark/branches/xen/include/trace/queues.h /shark/branches/xen/include/trace/trace.h /shark/branches/xen/include/unistd.h /shark/branches/xen/kernel/activate.c /shark/branches/xen/kernel/assert.c /shark/branches/xen/kernel/blkact.c /shark/branches/xen/kernel/cancel.c /shark/branches/xen/kernel/event.c /shark/branches/xen/kernel/grpcreat.c /shark/branches/xen/kernel/init.c /shark/branches/xen/kernel/jet.c /shark/branches/xen/kernel/join.c /shark/branches/xen/kernel/kern.c /shark/branches/xen/kernel/keys.c /shark/branches/xen/kernel/kill.c /shark/branches/xen/kernel/mem/dump.c /shark/branches/xen/kernel/mem/stats.c /shark/branches/xen/kernel/mqueue.c /shark/branches/xen/kernel/nanoslp.c /shark/branches/xen/kernel/panic.c /shark/branches/xen/kernel/perror.c /shark/branches/xen/kernel/printk.c /shark/branches/xen/kernel/signal.c /shark/branches/xen/kernel/tpreempt.c /shark/branches/xen/kernel/tskmsg.c /shark/branches/xen/libc/arch/x86/ioformat/ecvt.c /shark/branches/xen/libc/arch/x86/ioformat/fcvt.c /shark/branches/xen/libc/arch/x86/ioformat/gcvt.c /shark/branches/xen/libc/arch/x86/ioformat/ksprintf.c /shark/branches/xen/libc/arch/x86/ioformat/sprintf.c /shark/branches/xen/libc/arch/x86/ioformat/sscanf.c /shark/branches/xen/libc/arch/x86/ioformat/ucvt.c /shark/branches/xen/libc/arch/x86/libm/machine/infinity.c /shark/branches/xen/libc/arch/x86/libm/machine/stub.c /shark/branches/xen/libc/arch/x86/libm/makefile /shark/branches/xen/libc/arch/x86/libm/msun/src/k_standa.c /shark/branches/xen/libc/arch/x86/libm/msun/src/math.h /shark/branches/xen/libc/arch/x86/libm/msun/src/math_pri.h /shark/branches/xen/libc/arch/x86/libm/msun/src/math_private.h /shark/branches/xen/libc/arch/x86/libm/msun/src/s_ldexp.c /shark/branches/xen/libc/arch/x86/libm/msun/src/s_ldexpf.c /shark/branches/xen/libc/arch/x86/libm/msun/src/w_cabs.c /shark/branches/xen/libc/arch/x86/libm/msun/src/w_drem.c /shark/branches/xen/libc/arch/x86/libm/msun/src/w_scalb.c /shark/branches/xen/libc/arch/x86/libm/msun/src/w_scalbf.c /shark/branches/xen/libc/arch/x86/stdlib/random.c /shark/branches/xen/libc/arch/x86/stdlib/stdlib.c /shark/branches/xen/libc/arch/x86/stdlib/strtod.c /shark/branches/xen/libc/arch/x86/stdlib/strtoi.c /shark/branches/xen/libc/arch/x86/stdlib/strtol.c /shark/branches/xen/libc/arch/x86/stdlib/strtou.c /shark/branches/xen/libc/arch/x86/stdlib/strtoul.c /shark/branches/xen/libc/arch/x86/string/special.c /shark/branches/xen/libc/arch/x86/string/strbase.c /shark/branches/xen/libc/arch/x86/string/string.c /shark/branches/xen/libc/arch/x86/string/strncat.c /shark/branches/xen/libc/arch/x86/string/strnum.c /shark/branches/xen/libc/arch/x86/string/strrchr.c /shark/branches/xen/libc/arch/x86/string/strstr.c /shark/branches/xen/libc/stdio/vfprintf.c /shark/branches/xen/libc/string/strcasecmp.c /shark/branches/xen/modules/bd_edf/bd_edf.c /shark/branches/xen/modules/bd_edf/bd_edf/bd_edf.h /shark/branches/xen/modules/bd_pscan/bd_pscan.c /shark/branches/xen/modules/bd_pscan/bd_pscan/bd_pscan.h /shark/branches/xen/modules/cabs/cabs.c /shark/branches/xen/modules/cabs/cabs/cabs.h /shark/branches/xen/modules/cbs/cbs.c /shark/branches/xen/modules/cbs/cbs/cbs.h /shark/branches/xen/modules/ds/ds.c /shark/branches/xen/modules/ds/ds/ds.h /shark/branches/xen/modules/dummy/dummy.c /shark/branches/xen/modules/dummy/dummy/dummy.h /shark/branches/xen/modules/edf/edf.c /shark/branches/xen/modules/edf/edf/edf.h /shark/branches/xen/modules/hardcbs/hardcbs.c /shark/branches/xen/modules/hardcbs/hardcbs/hardcbs.h /shark/branches/xen/modules/hartport/hartport.c /shark/branches/xen/modules/hartport/hartport/hartport.h /shark/branches/xen/modules/intdrive/intdrive/intdrive.h /shark/branches/xen/modules/nop/nop.c /shark/branches/xen/modules/nop/nop/nop.h /shark/branches/xen/modules/nopm/nopm.c /shark/branches/xen/modules/nopm/nopm/nopm.h /shark/branches/xen/modules/npp/npp.c /shark/branches/xen/modules/npp/npp/npp.h /shark/branches/xen/modules/pc/pc.c /shark/branches/xen/modules/pc/pc/pc.h /shark/branches/xen/modules/pi/pi.c /shark/branches/xen/modules/pi/pi/pi.h /shark/branches/xen/modules/posix/posix.c /shark/branches/xen/modules/posix/posix/posix.h /shark/branches/xen/modules/ps/ps.c /shark/branches/xen/modules/ps/ps/ps.h /shark/branches/xen/modules/rm/rm.c /shark/branches/xen/modules/rm/rm/rm.h /shark/branches/xen/modules/rr/rr.c /shark/branches/xen/modules/rr/rr/rr.h /shark/branches/xen/modules/rr2/rr2.c /shark/branches/xen/modules/rr2/rr2/rr2.h /shark/branches/xen/modules/rrsoft/rrsoft.c /shark/branches/xen/modules/rrsoft/rrsoft/rrsoft.h /shark/branches/xen/modules/sem/sem.c /shark/branches/xen/modules/sem/sem/sem.h /shark/branches/xen/modules/srp/srp.c /shark/branches/xen/modules/srp/srp/srp.h /shark/branches/xen/modules/ss/ss.c /shark/branches/xen/modules/ss/ss/ss.h /shark/branches/xen/modules/ss/ss/ssutils.h /shark/branches/xen/modules/tbs/tbs.c /shark/branches/xen/modules/tbs/tbs/tbs.h /shark/branches/xen/oslib/config.mk /shark/branches/xen/oslib/examples/asdemo.c /shark/branches/xen/oslib/examples/biosdemo.c /shark/branches/xen/oslib/examples/cpudemo.c /shark/branches/xen/oslib/examples/ctxswdem.c /shark/branches/xen/oslib/examples/eventdem.c /shark/branches/xen/oslib/examples/mbdemo.c /shark/branches/xen/oslib/examples/pushdem.c /shark/branches/xen/oslib/examples/scheddem.c /shark/branches/xen/oslib/examples/syscalls.c /shark/branches/xen/oslib/examples/timetest.c /shark/branches/xen/oslib/kl/advtimer.c /shark/branches/xen/oslib/kl/cxsw-2.c /shark/branches/xen/oslib/kl/event.c /shark/branches/xen/oslib/kl/event1.c /shark/branches/xen/oslib/kl/init.c /shark/branches/xen/oslib/kl/intevt.c /shark/branches/xen/oslib/kl/mem.c /shark/branches/xen/oslib/kl/time.c /shark/branches/xen/oslib/libcons/cons1.c /shark/branches/xen/oslib/libcons/cons2.c /shark/branches/xen/oslib/libcons/cprintf.c /shark/branches/xen/oslib/libcons/message.c /shark/branches/xen/oslib/xlib/x1.c /shark/branches/xen/oslib/xlib/xdosf.c /shark/branches/xen/oslib/xlib/xinfo.c /shark/branches/xen/ports/dynalink/dynalink.c /shark/branches/xen/ports/dynalink/elf.c /shark/branches/xen/ports/first/first-contract.c /shark/branches/xen/ports/first/include/pistar.h /shark/branches/xen/ports/first/modules/edfstar.c /shark/branches/xen/ports/first/modules/fedfstar.c /shark/branches/xen/ports/first/modules/mpegstar.c /shark/branches/xen/ports/first/modules/nonestar.c /shark/branches/xen/ports/first/modules/pistar.c /shark/branches/xen/ports/first/modules/posixstar.c /shark/branches/xen/ports/first/modules/rmstar.c /shark/branches/xen/ports/first/modules/tdstar.c /shark/branches/xen/tracer/include/FTrace_types.h /shark/branches/xen/tracer/include/qcirc.h /shark/branches/xen/tracer/include/qdummy.h /shark/branches/xen/tracer/include/qfixed.h /shark/branches/xen/tracer/include/qudp.h /shark/branches/xen/tracer/include/queues.h /shark/branches/xen/tracer/include/trace.h /shark/branches/xen/tracer/oldtrace/oldtrace.c /shark/branches/xen/tracer/oldtrace/trccirc.c /shark/branches/xen/tracer/oldtrace/trcdfix.c /shark/branches/xen/tracer/oldtrace/trcdummy.c /shark/branches/xen/tracer/oldtrace/trcfixed.c /shark/branches/xen/tracer/oldtrace/trcudp.c
|
1618 |
6209d 05h |
fabio |
/shark/branches/xen/ |
Started a new xen/ branch.
The plan is to support xen (without HVM) as an execution platform, and,
in the process, to decouple the generic kernel from the OSLib, trying to
make it easier to port Shark to new architectures. |
|
/shark/branches/xen
|
652 |
7532d 16h |
mauro |
/shark/trunk/oslib/ |
update |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/ll/i386/advtimer.h
|
651 |
7532d 18h |
mauro |
/shark/trunk/oslib/kl/ |
APIC restore patched |
|
/shark/trunk/oslib/kl/advtimer.c
|
650 |
7532d 18h |
giacomo |
/shark/trunk/oslib/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/time.c /shark/trunk/oslib/xlib/vm86.c /shark/trunk/oslib/xlib/xbios.c
|
649 |
7532d 19h |
mauro |
/shark/trunk/oslib/kl/ |
update |
|
/shark/trunk/oslib/kl/advtimer.c
|
648 |
7532d 19h |
mauro |
/shark/trunk/oslib/ |
bugfix |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/event.c /shark/trunk/oslib/ll/i386/advtimer.h /shark/trunk/oslib/xlib/xinit.c
|
646 |
7532d 21h |
mauro |
/shark/trunk/ |
Dynamic clk_per_msec change |
|
/shark/trunk/include/kernel/func.h /shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/ll/i386/advtimer.h
|
619 |
7534d 13h |
mauro |
/shark/trunk/oslib/ |
Safe TSR and APIC timer initialization. |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/event.c /shark/trunk/oslib/kl/event1.c /shark/trunk/oslib/kl/time.c /shark/trunk/oslib/xlib/vm86.c /shark/trunk/oslib/xlib/xbios.c /shark/trunk/oslib/xlib/xinit.c
|
336 |
7707d 15h |
giacomo |
/shark/trunk/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/ll/i386/advtimer.h /shark/trunk/oslib/mk/gnu.mk /shark/trunk/oslib/mk/linux.mk /shark/trunk/shark.cfg
|
333 |
7711d 17h |
giacomo |
/shark/trunk/ |
Warnings Removed |
|
/shark/trunk/drivers/linuxcom/include/linux/compatib.h /shark/trunk/drivers/linuxcom/include/linux/netdevice.h /shark/trunk/drivers/linuxcom/net_init.c /shark/trunk/drivers/net/arp.c /shark/trunk/drivers/net/eth.c /shark/trunk/drivers/net/int.c /shark/trunk/drivers/net/net.c /shark/trunk/drivers/net/net_init.c /shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/ll/i386/advtimer.h
|
329 |
7712d 18h |
giacomo |
/shark/trunk/oslib/kl/ |
1197 -> 1193182 |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/event.c /shark/trunk/oslib/kl/event1.c
|
317 |
7721d 15h |
giacomo |
/shark/trunk/ |
Update |
|
/shark/trunk/kernel/modules/hartport.c /shark/trunk/kernel/modules/nop.c /shark/trunk/kernel/modules/nopm.c /shark/trunk/kernel/modules/npp.c /shark/trunk/kernel/modules/pc.c /shark/trunk/kernel/modules/pi.c /shark/trunk/kernel/modules/sem.c /shark/trunk/kernel/modules/srp.c /shark/trunk/oslib/kl/advtimer.c
|
314 |
7722d 18h |
giacomo |
/shark/trunk/oslib/kl/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c
|
312 |
7722d 20h |
giacomo |
/shark/trunk/oslib/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/ll/i386/apic.h
|
305 |
7724d 10h |
giacomo |
/shark/trunk/oslib/ |
New __TSC__ __APIC__ compiling options |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/event.c /shark/trunk/oslib/kl/event1.c /shark/trunk/oslib/kl/time.c /shark/trunk/oslib/kl/timeint.s /shark/trunk/oslib/ll/i386/advtimer.h /shark/trunk/oslib/ll/i386/pit.h /shark/trunk/oslib/ll/sys/ll/time.h
|
304 |
7725d 20h |
giacomo |
/shark/trunk/oslib/kl/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/event.c /shark/trunk/oslib/kl/event1.c
|
303 |
7726d 12h |
giacomo |
/shark/trunk/oslib/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c /shark/trunk/oslib/kl/event.c /shark/trunk/oslib/kl/event1.c /shark/trunk/oslib/ll/i386/apic.h
|
302 |
7726d 14h |
giacomo |
/shark/trunk/oslib/kl/ |
Update |
|
/shark/trunk/oslib/kl/advtimer.c
|