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
4316 5564 d 19 h decky /trunk/uspace/srv/fb/ generate the prerendered glyph mask not using rgb_, but properly using mask_
(this fixes inverted glyph rendering on 8 bpp, where the pallete is reversed)
slight cleanup
 
/trunk/uspace/srv/fb/fb.c
4315 5565 d 15 h jermar /trunk/ Replace non-canonical B instructions with BA %xcc.
Fix one occurrence of deprecated Bicc instruction.
 
/trunk/boot/arch/sparc64/loader/asm.S
/trunk/boot/arch/sparc64/loader/boot.S
/trunk/kernel/arch/sparc64/include/trap/trap_table.h
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/arch/sparc64/src/dummy.s
4314 5565 d 16 h jermar /trunk/kernel/arch/sparc64/ Replace all deprecated BA (Bicc) instructions with BA %xcc instructions.  
/trunk/kernel/arch/sparc64/include/atomic.h
/trunk/kernel/arch/sparc64/src/start.S
/trunk/kernel/arch/sparc64/src/trap/trap_table.S
4313 5565 d 16 h jermar /trunk/kernel/arch/ Convert sgcn to the new HID wiring mechanism.  
/trunk/kernel/arch/ia64/src/drivers/ski.c
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4312 5565 d 19 h decky /trunk/ fix of-by-one-character bug in str_chr() and str_rchr()  
/trunk/kernel/generic/src/lib/string.c
/trunk/uspace/lib/libc/generic/string.c
4311 5565 d 23 h decky /trunk/ change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)
 
/trunk/kernel/arch/ia64/include/drivers/ski.h
/trunk/kernel/arch/ia64/src/drivers/ski.c
/trunk/kernel/genarch/include/drivers/via-cuda
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
/trunk/kernel/arch/arm32/include/console.h
/trunk/kernel/arch/arm32/src/console.c
/trunk/kernel/arch/ia64/include/ski
/trunk/kernel/arch/ia64/src/ski
/trunk/kernel/arch/mips32/include/console.h
/trunk/kernel/arch/mips32/src/console.c
/trunk/kernel/arch/ppc32/include/drivers/cuda.h
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/ia64/include/arch.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc32/include/drivers/pic.h
/trunk/kernel/arch/ppc32/src/drivers/pic.c
/trunk/kernel/arch/ppc32/src/dummy.s
/trunk/kernel/arch/ppc32/src/interrupt.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/include/drivers/kbd.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/include/drivers/dsrln/dsrlnin.h
/trunk/kernel/genarch/include/drivers/i8042/i8042.h
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
/trunk/kernel/genarch/include/drivers/z8530/z8530.h
/trunk/kernel/genarch/include/kbrd/kbrd.h
/trunk/kernel/genarch/include/srln/srln.h
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
/trunk/kernel/genarch/src/kbrd/kbrd.c
/trunk/kernel/genarch/src/srln/srln.c
/trunk/uspace/srv/kbd/port/sun.c
4310 5565 d 23 h decky /trunk/kernel/generic/ rename _getc() to indev_pop_character()
implicit creation of stdin via stdin_wire()
 
/trunk/kernel/generic/include/console/chardev.h
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/src/console/chardev.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/interrupt/interrupt.c
4309 5565 d 23 h decky /trunk/ add explicit option for VIA CUDA  
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
4308 5566 d 13 h decky /trunk/boot/arch/ppc32/loader/ add support for alternate spelling of macio alias  
/trunk/boot/arch/ppc32/loader/ofwarch.c
4307 5566 d 22 h mejdrech /branches/network/ Net: +modular x one module architectures supported, *networking globally renamed to net  
/branches/network/uspace/srv/net/il/arp/arp_messages.h
/branches/network/uspace/srv/net/il/arp/arp_remote.c
/branches/network/uspace/srv/net/il/il_messages.h
/branches/network/uspace/srv/net/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/arp_interface.h
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/ip_protocols.h
/branches/network/uspace/srv/net/include/net_interface.h
/branches/network/uspace/srv/net/include/netif_interface.h
/branches/network/uspace/srv/net/include/nil_interface.h
/branches/network/uspace/srv/net/net
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/net/net.h
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_remote.c
/branches/network/uspace/srv/net/net/net_standalone.c
/branches/network/uspace/srv/net/net/start
/branches/network/uspace/srv/net/net/start/netstart.c
/branches/network/uspace/srv/net/netif/netif_messages.h
/branches/network/uspace/srv/net/netif/netif_module.h
/branches/network/uspace/srv/net/netif/netif_nil_bundle.c
/branches/network/uspace/srv/net/netif/netif_remote.c
/branches/network/uspace/srv/net/netif/netif_standalone.c
/branches/network/uspace/srv/net/nil/nil_messages.h
/branches/network/uspace/srv/net/nil/nil_remote.c
/branches/network/uspace/srv/net/structures/packet/packet_messages.h
/branches/network/uspace/srv/net/structures/packet/packet_remote.c
/branches/network/uspace/srv/net/il/arp/arp_wrappers.h
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/include/arp_messages.h
/branches/network/uspace/srv/net/include/netif_messages.h
/branches/network/uspace/srv/net/include/nil_messages.h
/branches/network/uspace/srv/net/include/protocols.h
/branches/network/uspace/srv/net/net/networking.c
/branches/network/uspace/srv/net/net/start/networking_startup.c
/branches/network/uspace/srv/net/net/startup
/branches/network/uspace/srv/net/netif/netif_interface.h
/branches/network/uspace/srv/net/netif/netif_wrappers.h
/branches/network/uspace/srv/net/networking
/branches/network/uspace/srv/net/nil/nil_wrappers.h
/branches/network/HelenOS.config
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/Makefile.module
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/il/arp/Makefile
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_module.c
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/il/ip/ip_module.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/net/Makefile
/branches/network/uspace/srv/net/net/start/Makefile
/branches/network/uspace/srv/net/netif/dp8390/Makefile
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/Makefile
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/nil/eth/Makefile
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/eth/eth.h
/branches/network/uspace/srv/net/nil/eth/eth_module.c
/branches/network/uspace/srv/net/nil/nil_module.h
/branches/network/uspace/srv/net/structures/measured_strings.h
/branches/network/uspace/srv/net/structures/module_map.c
/branches/network/uspace/srv/net/structures/module_map.h
/branches/network/uspace/srv/net/structures/packet/packet_client.c
/branches/network/uspace/srv/net/structures/packet/packet_header.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp.h
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
4306 5568 d 15 h jermar /trunk/uspace/srv/fs/tmpfs/ Support multiple TMPFS instances.  
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4305 5568 d 20 h jermar /trunk/uspace/ Support mount options.
Let tmpfs decide whether to start empty or restored a TMPFS dump based on the mount option.
 
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_ops.c
4304 5568 d 20 h jermar /trunk/kernel/generic/src/ipc/ Allow IPC_M_DATA_WRITE to transfer zero data.  
/trunk/kernel/generic/src/ipc/sysipc.c
4303 5568 d 20 h jermar /trunk/kernel/generic/src/mm/ Allow malloc(0, ...) in kernel.  
/trunk/kernel/generic/src/mm/slab.c
4302 5568 d 22 h jermar /trunk/uspace/ Make IPC_M_PING part of the VFS_MOUNT protocol again.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs_ops.c
4301 5568 d 23 h jermar /trunk/uspace/srv/vfs/ Return the actual error code instead of EREFUSED.  
/trunk/uspace/srv/vfs/vfs_ops.c
4300 5569 d 18 h trochtova /branches/dd/ dd branch - fixed a bug in ia32 port (some directories were missing), pci 'driver' converted to lspci  
/branches/dd/boot/arch/ia32/grub
/branches/dd/boot/arch/ia32/grub/COPYING
/branches/dd/boot/arch/ia32/grub/README
/branches/dd/boot/arch/ia32/grub/menu.lst
/branches/dd/boot/arch/ia32/grub/stage2_eltorito
/branches/dd/kernel/arch/amd64/include/drivers
/branches/dd/kernel/arch/amd64/include/drivers/i8254.h
/branches/dd/kernel/arch/amd64/include/drivers/i8259.h
/branches/dd/kernel/arch/amd64/include/drivers/vesa.h
/branches/dd/uspace/app/lspci
/branches/dd/uspace/app/lspci/COPYING
/branches/dd/uspace/app/lspci/Makefile
/branches/dd/uspace/app/lspci/libpci
/branches/dd/uspace/app/lspci/libpci/Makefile
/branches/dd/uspace/app/lspci/libpci/VERSION
/branches/dd/uspace/app/lspci/libpci/access.c
/branches/dd/uspace/app/lspci/libpci/generic.c
/branches/dd/uspace/app/lspci/libpci/header.h
/branches/dd/uspace/app/lspci/libpci/i386-ports.c
/branches/dd/uspace/app/lspci/libpci/internal.h
/branches/dd/uspace/app/lspci/libpci/names.c
/branches/dd/uspace/app/lspci/libpci/pci.h
/branches/dd/uspace/app/lspci/libpci/pci_ids.h
/branches/dd/uspace/app/lspci/libpci/sysdep.h
/branches/dd/uspace/app/lspci/libpci/types.h
/branches/dd/uspace/app/lspci/libpci/us2.c
/branches/dd/uspace/app/lspci/pci.c
/branches/dd/uspace/app/lspci/update-ids
/branches/dd/boot/arch/ia32/Makefile.inc
/branches/dd/boot/arch/sparc64/loader/Makefile
/branches/dd/uspace/Makefile
4299 5570 d 3 h decky /trunk/boot/arch/ppc32/ add support for up-to-date Mac booting specs
(this fixes booting on QEMU 10+ with OpenBIOS)
 
/trunk/boot/arch/ppc32/yaboot/bootinfo.txt
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4298 5570 d 13 h svoboda /trunk/uspace/srv/kbd/layout/ Handle shift properly on top row of main block in Czech layout.  
/trunk/uspace/srv/kbd/layout/cz.c
4297 5570 d 14 h decky /trunk/kernel/generic/src/console/ fix off-by-one bug in kconsole argument parser  
/trunk/kernel/generic/src/console/kconsole.c
4296 5570 d 18 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4295)  
/branches/dd/boot/arch/ppc32/yaboot
/branches/dd/contrib/conf/ppc32-qe.sh
/branches/dd/kernel/generic/include/ipc/event.h
/branches/dd/kernel/generic/include/ipc/event_types.h
/branches/dd/kernel/generic/src/ipc/event.c
/branches/dd/uspace/app/tester/print/print4.c
/branches/dd/uspace/app/tester/print/print4.def
/branches/dd/uspace/srv/kbd/include/sun.h
/branches/dd/uspace/srv/kbd/layout/cz.c
/branches/dd/uspace/srv/kbd/port/sun.c
/branches/dd/boot/arch/ia32/grub
/branches/dd/kernel/generic/include/event
/branches/dd/kernel/generic/src/event
/branches/dd/HelenOS.config
/branches/dd/boot/arch/amd64/Makefile.inc
/branches/dd/boot/arch/ia32/Makefile.inc
/branches/dd/boot/arch/ia64/loader/gefi/HelenOS/Makefile
/branches/dd/boot/arch/ppc32/Makefile.inc
/branches/dd/boot/arch/sparc64/Makefile.inc
/branches/dd/contrib/conf/arm32-gx.sh
/branches/dd/contrib/conf/mips32-gx.sh
/branches/dd/contrib/conf/pearpc.conf
/branches/dd/defaults/amd64/Makefile.config
/branches/dd/defaults/arm32/Makefile.config
/branches/dd/defaults/ia32/Makefile.config
/branches/dd/defaults/ia64/Makefile.config
/branches/dd/defaults/mips32/Makefile.config
/branches/dd/defaults/ppc32/Makefile.config
/branches/dd/defaults/ppc32/output
/branches/dd/defaults/sparc64/Makefile.config
/branches/dd/kernel/Makefile
/branches/dd/kernel/arch/amd64/src/amd64.c
/branches/dd/kernel/arch/amd64/src/pm.c
/branches/dd/kernel/arch/arm32/src/arm32.c
/branches/dd/kernel/arch/arm32/src/asm.S
/branches/dd/kernel/arch/ia32/src/ia32.c
/branches/dd/kernel/arch/ia32/src/pm.c
/branches/dd/kernel/arch/ia64/include/asm.h
/branches/dd/kernel/arch/ia64/src/cpu/cpu.c
/branches/dd/kernel/arch/ia64/src/ia64.c
/branches/dd/kernel/arch/ia64/src/interrupt.c
/branches/dd/kernel/arch/ia64/src/ski/ski.c
/branches/dd/kernel/arch/mips32/src/asm.S
/branches/dd/kernel/arch/mips32/src/mips32.c
/branches/dd/kernel/arch/ppc32/src/asm.S
/branches/dd/kernel/arch/ppc32/src/drivers/cuda.c
/branches/dd/kernel/arch/ppc32/src/ppc32.c
/branches/dd/kernel/arch/sparc64/include/drivers/sgcn.h
/branches/dd/kernel/arch/sparc64/include/mm/frame.h
/branches/dd/kernel/arch/sparc64/include/trap/mmu.h
/branches/dd/kernel/arch/sparc64/src/console.c
/branches/dd/kernel/arch/sparc64/src/drivers/kbd.c
/branches/dd/kernel/arch/sparc64/src/drivers/pci.c
/branches/dd/kernel/arch/sparc64/src/drivers/scr.c
/branches/dd/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/dd/kernel/arch/sparc64/src/mm/frame.c
/branches/dd/kernel/arch/sparc64/src/mm/page.c
/branches/dd/kernel/arch/sparc64/src/mm/tlb.c
/branches/dd/kernel/arch/sparc64/src/sparc64.c
/branches/dd/kernel/arch/sparc64/src/start.S
/branches/dd/kernel/arch/sparc64/src/trap/trap_table.S
/branches/dd/kernel/genarch/include/drivers/i8042/i8042.h
/branches/dd/kernel/genarch/include/kbrd/scanc.h
/branches/dd/kernel/genarch/include/kbrd/scanc_pc.h
/branches/dd/kernel/genarch/include/kbrd/scanc_sun.h
/branches/dd/kernel/genarch/src/drivers/dsrln/dsrlnout.c
/branches/dd/kernel/genarch/src/drivers/ega/ega.c
/branches/dd/kernel/genarch/src/drivers/i8042/i8042.c
/branches/dd/kernel/genarch/src/fb/fb.c
/branches/dd/kernel/genarch/src/kbrd/kbrd.c
/branches/dd/kernel/genarch/src/kbrd/scanc_pc.c
/branches/dd/kernel/genarch/src/kbrd/scanc_sun.c
/branches/dd/kernel/genarch/src/multiboot/multiboot.c
/branches/dd/kernel/genarch/src/ofw/ebus.c
/branches/dd/kernel/genarch/src/ofw/fhc.c
/branches/dd/kernel/genarch/src/ofw/ofw_tree.c
/branches/dd/kernel/genarch/src/ofw/pci.c
/branches/dd/kernel/genarch/src/srln/srln.c
/branches/dd/kernel/generic/include/console/chardev.h
/branches/dd/kernel/generic/include/console/console.h
/branches/dd/kernel/generic/include/console/kconsole.h
/branches/dd/kernel/generic/include/printf/printf_core.h
/branches/dd/kernel/generic/include/string.h
/branches/dd/kernel/generic/include/symtab.h
/branches/dd/kernel/generic/include/sysinfo/sysinfo.h
/branches/dd/kernel/generic/src/adt/hash_table.c
/branches/dd/kernel/generic/src/console/chardev.c
/branches/dd/kernel/generic/src/console/cmd.c
/branches/dd/kernel/generic/src/console/console.c
/branches/dd/kernel/generic/src/console/kconsole.c
/branches/dd/kernel/generic/src/ddi/irq.c
/branches/dd/kernel/generic/src/debug/symtab.c
/branches/dd/kernel/generic/src/ipc/ipc.c
/branches/dd/kernel/generic/src/ipc/irq.c
/branches/dd/kernel/generic/src/lib/string.c
/branches/dd/kernel/generic/src/main/kinit.c
/branches/dd/kernel/generic/src/main/main.c
/branches/dd/kernel/generic/src/main/shutdown.c
/branches/dd/kernel/generic/src/mm/frame.c
/branches/dd/kernel/generic/src/printf/printf_core.c
/branches/dd/kernel/generic/src/printf/vprintf.c
/branches/dd/kernel/generic/src/printf/vsnprintf.c
/branches/dd/kernel/generic/src/proc/program.c
/branches/dd/kernel/generic/src/proc/task.c
/branches/dd/kernel/generic/src/proc/thread.c
/branches/dd/kernel/generic/src/synch/spinlock.c
/branches/dd/kernel/generic/src/syscall/syscall.c
/branches/dd/kernel/test/atomic/atomic1.c
/branches/dd/kernel/test/avltree/avltree1.c
/branches/dd/kernel/test/btree/btree1.c
/branches/dd/kernel/test/debug/mips1.c
/branches/dd/kernel/test/debug/mips1_skip.c
/branches/dd/kernel/test/fault/fault1.c
/branches/dd/kernel/test/fpu/fpu1_ia64.c
/branches/dd/kernel/test/fpu/fpu1_skip.c
/branches/dd/kernel/test/fpu/fpu1_x86.c
/branches/dd/kernel/test/fpu/mips2.c
/branches/dd/kernel/test/fpu/mips2_skip.c
/branches/dd/kernel/test/fpu/sse1.c
/branches/dd/kernel/test/fpu/sse1_skip.c
/branches/dd/kernel/test/mm/falloc1.c
/branches/dd/kernel/test/mm/falloc2.c
/branches/dd/kernel/test/mm/mapping1.c
/branches/dd/kernel/test/mm/purge1.c
/branches/dd/kernel/test/mm/purge1_skip.c
/branches/dd/kernel/test/mm/slab1.c
/branches/dd/kernel/test/mm/slab2.c
/branches/dd/kernel/test/print/print1.c
/branches/dd/kernel/test/print/print2.c
/branches/dd/kernel/test/print/print3.c
/branches/dd/kernel/test/print/print4.c
/branches/dd/kernel/test/synch/rwlock1.c
/branches/dd/kernel/test/synch/rwlock2.c
/branches/dd/kernel/test/synch/rwlock3.c
/branches/dd/kernel/test/synch/rwlock4.c
/branches/dd/kernel/test/synch/rwlock5.c
/branches/dd/kernel/test/synch/semaphore1.c
/branches/dd/kernel/test/synch/semaphore2.c
/branches/dd/kernel/test/sysinfo/sysinfo1.c
/branches/dd/kernel/test/test.c
/branches/dd/kernel/test/test.h
/branches/dd/kernel/test/thread/thread1.c
/branches/dd/uspace/app/bdsh/cmds/builtin_cmds.c
/branches/dd/uspace/app/bdsh/cmds/mod_cmds.c
/branches/dd/uspace/app/bdsh/cmds/modules/help/help.c
/branches/dd/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/dd/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/dd/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/dd/uspace/app/bdsh/cmds/modules/touch/touch.c
/branches/dd/uspace/app/bdsh/exec.c
/branches/dd/uspace/app/bdsh/input.c
/branches/dd/uspace/app/klog/klog.c
/branches/dd/uspace/app/tester/Makefile
/branches/dd/uspace/app/tester/devmap/devmap1.c
/branches/dd/uspace/app/tester/tester.c
/branches/dd/uspace/app/tester/tester.h
/branches/dd/uspace/app/tetris/scores.c
/branches/dd/uspace/app/tetris/scores.h
/branches/dd/uspace/app/tetris/screen.c
/branches/dd/uspace/app/tetris/tetris.c
/branches/dd/uspace/dist/readme
/branches/dd/uspace/lib/libc/Makefile.toolchain
/branches/dd/uspace/lib/libc/arch/amd64/include/types.h
/branches/dd/uspace/lib/libc/arch/arm32/include/types.h
/branches/dd/uspace/lib/libc/arch/ia32/include/types.h
/branches/dd/uspace/lib/libc/arch/ia64/include/ddi.h
/branches/dd/uspace/lib/libc/arch/ia64/include/types.h
/branches/dd/uspace/lib/libc/arch/mips32/include/types.h
/branches/dd/uspace/lib/libc/arch/ppc32/include/types.h
/branches/dd/uspace/lib/libc/arch/sparc64/include/types.h
/branches/dd/uspace/lib/libc/generic/console.c
/branches/dd/uspace/lib/libc/generic/event.c
/branches/dd/uspace/lib/libc/generic/getopt.c
/branches/dd/uspace/lib/libc/generic/io/fprintf.c
/branches/dd/uspace/lib/libc/generic/io/io.c
/branches/dd/uspace/lib/libc/generic/io/printf_core.c
/branches/dd/uspace/lib/libc/generic/io/vprintf.c
/branches/dd/uspace/lib/libc/generic/io/vsnprintf.c
/branches/dd/uspace/lib/libc/generic/libc.c
/branches/dd/uspace/lib/libc/generic/loader.c
/branches/dd/uspace/lib/libc/generic/string.c
/branches/dd/uspace/lib/libc/generic/sysinfo.c
/branches/dd/uspace/lib/libc/generic/task.c
/branches/dd/uspace/lib/libc/generic/thread.c
/branches/dd/uspace/lib/libc/generic/vfs/vfs.c
/branches/dd/uspace/lib/libc/include/console.h
/branches/dd/uspace/lib/libc/include/event.h
/branches/dd/uspace/lib/libc/include/io/printf_core.h
/branches/dd/uspace/lib/libc/include/kbd/kbd.h
/branches/dd/uspace/lib/libc/include/stdio.h
/branches/dd/uspace/lib/libc/include/string.h
/branches/dd/uspace/lib/libc/include/sys/types.h
/branches/dd/uspace/lib/libc/include/thread.h
/branches/dd/uspace/lib/libc/include/unistd.h
/branches/dd/uspace/srv/console/console.c
/branches/dd/uspace/srv/console/screenbuffer.c
/branches/dd/uspace/srv/console/screenbuffer.h
/branches/dd/uspace/srv/devmap/devmap.c
/branches/dd/uspace/srv/fb/ega.c
/branches/dd/uspace/srv/fb/fb.c
/branches/dd/uspace/srv/fb/font-8x16.c
/branches/dd/uspace/srv/fb/font-8x16.h
/branches/dd/uspace/srv/fb/serial_console.c
/branches/dd/uspace/srv/fs/fat/fat_dentry.c
/branches/dd/uspace/srv/fs/fat/fat_ops.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dd/uspace/srv/kbd/Makefile
/branches/dd/uspace/srv/kbd/generic/kbd.c
/branches/dd/uspace/srv/kbd/generic/key_buffer.c
/branches/dd/uspace/srv/kbd/include/key_buffer.h
/branches/dd/uspace/srv/kbd/include/layout.h
/branches/dd/uspace/srv/kbd/layout/us_dvorak.c
/branches/dd/uspace/srv/kbd/layout/us_qwerty.c
/branches/dd/uspace/srv/kbd/port/ns16550.c
/branches/dd/uspace/srv/kbd/port/z8530.c
/branches/dd/uspace/srv/loader/main.c
/branches/dd/uspace/srv/ns/ns.c
/branches/dd/uspace/srv/pci/libpci/names.c
/branches/dd/uspace/srv/rd/rd.c
/branches/dd/uspace/srv/vfs/vfs_ops.c
/branches/dd/uspace/srv/vfs/vfs_register.c
4295 5570 d 19 h trochtova /branches/dd/uspace/srv/pci/ pcilib - psycho; this seems to work in simics, but it is crazy  
/branches/dd/uspace/srv/pci/libpci/access.c
/branches/dd/uspace/srv/pci/libpci/generic.c
/branches/dd/uspace/srv/pci/libpci/internal.h
/branches/dd/uspace/srv/pci/libpci/pci.h
/branches/dd/uspace/srv/pci/libpci/us2.c
/branches/dd/uspace/srv/pci/pci.c
4294 5570 d 20 h decky /trunk/defaults/ppc32/ ISO image is now produced on ppc32  
/trunk/defaults/ppc32/output
4293 5571 d 0 h decky /trunk/uspace/lib/libc/ don't forget to flush the console after the application finishes
(yes, this is not very elegant, but until we have a proper stdin/stdout/stderr, the whole console stuff, buffering, etc. is just a big heap of hacks)
 
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/include/console.h
4292 5571 d 1 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot license and information  
/trunk/boot/arch/ppc32/yaboot/COPYING
/trunk/boot/arch/ppc32/yaboot/README
4291 5571 d 1 h decky /trunk/boot/arch/ia32/ add symlink to grub  
/trunk/boot/arch/ia32/grub
4290 5571 d 1 h decky /trunk/boot/arch/ia32/ remove duplicate grub  
/trunk/boot/arch/ia32/grub
4289 5571 d 1 h decky /trunk/ ppc32: create bootable ISO image instead of plain binary
add sample configuration for QEMU
 
/trunk/contrib/conf/ppc32-qe.sh
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/contrib/conf/pearpc.conf
4288 5571 d 1 h decky /trunk/contrib/conf/ remove tailing space  
/trunk/contrib/conf/arm32-gx.sh
/trunk/contrib/conf/mips32-gx.sh
4287 5571 d 1 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot  
/trunk/boot/arch/ppc32/yaboot
/trunk/boot/arch/ppc32/yaboot/maps
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4286 5571 d 1 h decky /trunk/boot/arch/ unify where to place the distribution root: always use boot/distroot  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/sparc64/Makefile.inc
4285 5571 d 14 h svoboda /trunk/uspace/srv/kbd/ Implement Czech combinator keys (hacek and carka).  
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4284 5571 d 20 h decky /trunk/uspace/srv/kbd/ add NS16550 support for sparc64  
/trunk/uspace/srv/kbd/include/sun.h
/trunk/uspace/srv/kbd/port/sun.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/ns16550.c
/trunk/uspace/srv/kbd/port/z8530.c
4283 5571 d 21 h decky /trunk/kernel/arch/sparc64/src/drivers/ repair a bug in calculating the address of hardware devices
(no cookies today :))
 
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
4282 5572 d 1 h decky /trunk/kernel/arch/sparc64/ repair two glitches in memory management
(no beer today :))
 
/trunk/kernel/arch/sparc64/include/trap/mmu.h
/trunk/kernel/arch/sparc64/src/mm/page.c
4281 5572 d 16 h svoboda /trunk/ Forbid destination string buffers of size zero altogether as they most probably indicate programming error.  
/trunk/kernel/generic/src/lib/string.c
/trunk/uspace/lib/libc/generic/string.c
4280 5572 d 16 h svoboda /trunk/uspace/lib/libc/ strcat() -> str_append().  
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/string.h
4279 5572 d 17 h svoboda /trunk/uspace/ Nuke strncmp().  
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/vfs/vfs_ops.c
4278 5572 d 17 h svoboda /trunk/uspace/srv/vfs/ No need for strncmp() fs_name_to_handle() as vfs_info.name is always null-terminated.  
/trunk/uspace/srv/vfs/vfs_register.c
4277 5572 d 20 h jermar /trunk/kernel/arch/sparc64/ On sparc64, do fast indentity mapping only for physical memory.
For addresses above physical memory, such as I/O devices,
fall through to the C miss handler and map the memory noncacheably.
Replace deprecated Bicc instructions with proper Bcc instructions.
 
/trunk/kernel/arch/sparc64/include/mm/frame.h
/trunk/kernel/arch/sparc64/include/trap/mmu.h
/trunk/kernel/arch/sparc64/src/mm/frame.c
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/start.S