Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3696 5765 d 7 h vana /trunk/ IA64: default build for real machines  
/trunk/HelenOS.config
3695 5765 d 7 h vana /trunk/boot/arch/ia64/loader/gefi/HelenOS/ IA64:Disable searching for image in actual directory in hello, fix Makefile  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/Makefile
/trunk/boot/arch/ia64/loader/gefi/HelenOS/hello.c
3694 5766 d 13 h svoboda /branches/dynload/kernel/generic/src/time/ Merge c3680 from trunk to dynload.  
/branches/dynload/kernel/generic/src/time/clock.c
3693 5766 d 14 h svoboda /branches/tracing/boot/arch/ Do not forget to add debug to initrd on arm32 and ppc32.  
/branches/tracing/boot/arch/arm32/loader/Makefile
/branches/tracing/boot/arch/ppc32/loader/Makefile
3692 5766 d 15 h rimsky /trunk/ Fixed the bug when on SunBlade1500 we wrote to an address outside the framebuffer memory. A nasty hack to the 8-bit palette so that on sb1500 we do not have to turn black into white and white into black.  
/trunk/boot/genarch/ofw.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
3691 5766 d 16 h svoboda /branches/dynload/uspace/lib/ Fix linker scripts.  
/branches/dynload/uspace/lib/libtest/arch
/branches/dynload/uspace/lib/libtest/arch/ia32
/branches/dynload/uspace/lib/libtest/arch/ia32/_link.ld.in
/branches/dynload/uspace/lib/libtest/arch/ppc32
/branches/dynload/uspace/lib/libtest/arch/ppc32/_link.ld.in
/branches/dynload/uspace/lib/libtest/_link.ld.in
/branches/dynload/uspace/lib/libc/shared/arch/ia32/_lib.ld.in
/branches/dynload/uspace/lib/libc/shared/arch/ppc32/_lib.ld.in
/branches/dynload/uspace/lib/libc/shared/arch/ppc32/_link.ld.in
/branches/dynload/uspace/lib/libtest/Makefile
3690 5766 d 16 h svoboda /branches/dynload/uspace/ Use PT_DYNAMIC header so that even 'file' says the executables are dynamically-linked.  
/branches/dynload/uspace/lib/libc/shared/arch/ia32/_lib.ld.in
/branches/dynload/uspace/lib/libc/shared/arch/ia32/_link.ld.in
/branches/dynload/uspace/lib/libtest/_link.ld.in
/branches/dynload/uspace/lib/rtld/arch/ia32/src/reloc.c
/branches/dynload/uspace/lib/rtld/module.c
/branches/dynload/uspace/lib/rtld/symbol.c
/branches/dynload/uspace/srv/loader/elf_load.c
/branches/dynload/uspace/srv/loader/main.c
/branches/dynload/uspace/srv/pci/libpci/Makefile
3689 5768 d 15 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/dload/dload.c
/branches/dynload/uspace/app/dltest/dltest.c
/branches/dynload/uspace/lib/libc/generic/dlfcn.c
/branches/dynload/uspace/lib/libtest/Makefile
/branches/dynload/uspace/lib/libtest/libtest.c
/branches/dynload/uspace/lib/rtld/include/module.h
/branches/dynload/uspace/lib/rtld/include/rtld.h
/branches/dynload/uspace/lib/rtld/include/symbol.h
/branches/dynload/uspace/lib/rtld/module.c
/branches/dynload/uspace/lib/rtld/symbol.c
3688 5768 d 16 h svoboda /branches/dynload/uspace/lib/rtld/ Always halt on unknown relocation types. Add R_386_COPY. Ignore DTPMOD relocs for now.  
/branches/dynload/uspace/lib/rtld/Makefile
/branches/dynload/uspace/lib/rtld/arch/ia32/include/elf_dyn.h
/branches/dynload/uspace/lib/rtld/arch/ia32/src/reloc.c
/branches/dynload/uspace/lib/rtld/arch/ppc32/include/elf_dyn.h
/branches/dynload/uspace/lib/rtld/arch/ppc32/src/reloc.c
/branches/dynload/uspace/lib/rtld/module.c
3687 5768 d 17 h svoboda /branches/dynload/uspace/ Implement R_386_PC32 relocation.  
/branches/dynload/uspace/app/init/init.c
/branches/dynload/uspace/lib/rtld/arch/ia32/include/elf_dyn.h
/branches/dynload/uspace/lib/rtld/arch/ia32/src/reloc.c
3686 5769 d 13 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
/branches/dynload/uspace/lib/libc/generic/dlfcn.c
/branches/dynload/uspace/lib/libc/include/dlfcn.h
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/dload/dload.c
/branches/dynload/uspace/app/dltest/dltest.c
/branches/dynload/uspace/app/init/init.c
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/generic/libc.c
/branches/dynload/uspace/lib/libc/include/loader/pcb.h
/branches/dynload/uspace/lib/libc/shared/Makefile
/branches/dynload/uspace/lib/rtld/Makefile
/branches/dynload/uspace/lib/rtld/include/rtld.h
/branches/dynload/uspace/lib/rtld/module.c
/branches/dynload/uspace/lib/rtld/rtld.c
/branches/dynload/uspace/lib/rtld/symbol.c
/branches/dynload/uspace/srv/loader/elf_load.c
3685 5769 d 13 h mejdrech /branches/network/uspace/srv/net/ successful loopback interface startup and configuration, bidirectional connection deadlock resolved  
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/measured_strings.c
/branches/network/uspace/srv/net/measured_strings.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/netif/Makefile
/branches/network/uspace/srv/net/netif/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/networking_startup/networking_startup.c
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
3684 5769 d 18 h svoboda /branches/tracing/ Merge latest trunk changes to tracing.  
/branches/tracing/boot/arch/sparc64/loader/main.c
/branches/tracing/boot/genarch/ofw.c
/branches/tracing/boot/genarch/ofw.h
/branches/tracing/kernel/arch/sparc64/src/drivers/scr.c
/branches/tracing/kernel/genarch/include/fb/visuals.h
/branches/tracing/kernel/genarch/src/fb/fb.c
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/time/clock.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/uspace/lib/libc/include/loader/pcb.h
/branches/tracing/uspace/srv/fb/fb.c
/branches/tracing/uspace/srv/loader/main.c
3683 5769 d 18 h svoboda /trunk/kernel/generic/ Rename udebug_thread_t.debug_active just to 'active'.  
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
3682 5769 d 19 h svoboda /branches/dynload/uspace/app/dload/arch/ppc32/ Change dload base on ppc32 to avoid conflict with as_get_mappable_page() causing klog crashing.  
/branches/dynload/uspace/app/dload/arch/ppc32/_link.ld.in
3681 5769 d 20 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).  
/branches/dynload/uspace/app/dload
/branches/dynload/uspace/app/dload/Makefile
/branches/dynload/uspace/app/dload/arch
/branches/dynload/uspace/app/dload/arch/ia32
/branches/dynload/uspace/app/dload/arch/ia32/Makefile.inc
/branches/dynload/uspace/app/dload/arch/ia32/_link.ld.in
/branches/dynload/uspace/app/dload/arch/ia32/start.c
/branches/dynload/uspace/app/dload/arch/ppc32
/branches/dynload/uspace/app/dload/arch/ppc32/Makefile.inc
/branches/dynload/uspace/app/dload/arch/ppc32/_link.ld.in
/branches/dynload/uspace/app/dload/arch/ppc32/start.s
/branches/dynload/uspace/app/dload/dload.c
/branches/dynload/uspace/app/dload/include
/branches/dynload/uspace/lib/rtld/arch/ia32/_link.ld.in
/branches/dynload/uspace/lib/rtld/arch/ia32/src/start.c
/branches/dynload/uspace/lib/rtld/arch/ppc32/_link.ld.in
/branches/dynload/uspace/lib/rtld/arch/ppc32/src/start.s
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/lib/libc/Makefile.app
/branches/dynload/uspace/lib/libc/shared/Makefile
/branches/dynload/uspace/lib/rtld/Makefile
/branches/dynload/uspace/lib/rtld/arch/ia32/Makefile.inc
/branches/dynload/uspace/lib/rtld/arch/ia32/src/reloc.c
/branches/dynload/uspace/lib/rtld/arch/ppc32/Makefile.inc
/branches/dynload/uspace/lib/rtld/arch/ppc32/include/elf_dyn.h
/branches/dynload/uspace/lib/rtld/arch/ppc32/src/reloc.c
/branches/dynload/uspace/lib/rtld/rtld.c
/branches/dynload/uspace/srv/loader/elf_load.c
/branches/dynload/uspace/srv/loader/include/elf_load.h
/branches/dynload/uspace/srv/loader/main.c
3680 5769 d 23 h svoboda /trunk/kernel/generic/src/time/ Fix panic caused by NULL pointer dereference.  
/trunk/kernel/generic/src/time/clock.c
3679 5770 d 12 h rimsky /trunk/ Added forgotten stuff related to framebuffers with offsets. Got rid of VISUAL_SB1500_PALETTE.  
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
3678 5770 d 13 h rimsky /trunk/boot/ Initialize the color palette for the 8-bit color depth on sparc64 framebuffers.  
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/genarch/ofw.c
/trunk/boot/genarch/ofw.h
3677 5771 d 14 h svoboda /branches/dynload/uspace/ Merge latest trunk changes to dynload.  
/branches/dynload/uspace/lib/libc/include/loader/pcb.h
/branches/dynload/uspace/lib/rtld/rtld.c
/branches/dynload/uspace/srv/loader/main.c

Show All