Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3767 5626 d 19 h svoboda /trunk/uspace/ Console color support overhaul. Create C library console interface.  
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/include/console
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/console/color.h
/trunk/uspace/lib/libc/include/console/style.h
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/console/screenbuffer.c
/trunk/uspace/srv/console/screenbuffer.h
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
3761 5628 d 13 h decky /trunk/ send notification to uspace console when switching from kernel console  
/trunk/kernel/generic/include/console/kconsole.h
/trunk/kernel/generic/include/ipc/irq.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/main/main.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/srv/console/console.c
3758 5629 d 9 h svoboda /trunk/uspace/ fprintf(), vfprintf().  
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/app/tester/stdio/stdio2.def
/trunk/uspace/lib/libc/generic/io/fprintf.c
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/stdio/stdio1.def
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/io/stdio.c
/trunk/uspace/lib/libc/include/stdio.h
3757 5629 d 19 h svoboda /trunk/uspace/ fgetc(), fputc(), fputs(), fseek().  
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/lib/libc/generic/io/stdio.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/unistd.h
3756 5629 d 21 h svoboda /trunk/uspace/ Some ANSI C stream functions (stdio).  
/trunk/uspace/app/tester/stdio
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/app/tester/stdio/stdio1.def
/trunk/uspace/lib/libc/generic/io/stdio.c
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/lib/libc/include/stdio.h
3747 5632 d 13 h svoboda /trunk/uspace/ Put console IPC method numbers under libc.  
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/console.h
3746 5632 d 18 h svoboda /trunk/uspace/app/tester/ Add console color test to tester.  
/trunk/uspace/app/tester/console
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tester/console/console1.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
3699 5644 d 21 h svoboda /trunk/uspace/ Clean .o files in individual makefiles.  
/trunk/uspace/Makefile
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3671 5654 d 13 h decky /trunk/uspace/app/init/ start klog by default  
/trunk/uspace/app/init/init.c
3651 5659 d 20 h jermar /trunk/uspace/app/bdsh/cmds/modules/cp/ Nits.  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3650 5659 d 20 h jermar /trunk/uspace/app/bdsh/cmds/modules/cp/ Several fixes for cp.  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3645 5660 d 21 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: Fix counter if verbose, remove debug printfs  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3643 5660 d 23 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: fix type mis-match  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3642 5660 d 23 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ make copy_file() deal with files with zero length  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3641 5660 d 23 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: don't return CMD_FAILURE for zero length files  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3640 5660 d 23 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ Implement a rudamentary 'cp' for testing write()  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3608 5666 d 22 h svoboda /trunk/uspace/app/tester/ Add endless loop test.  
/trunk/uspace/app/tester/loop
/trunk/uspace/app/tester/loop/loop1.c
/trunk/uspace/app/tester/loop/loop1.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
3605 5667 d 10 h svoboda /trunk/uspace/app/trace/ Display hint on keyboard controls.  
/trunk/uspace/app/trace/trace.c
3603 5667 d 11 h svoboda /trunk/ Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.  
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/synch/futex.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
/trunk/uspace/app/trace/trace.c
3568 5680 d 22 h svoboda /trunk/uspace/ Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.  
/trunk/uspace/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/app/trace/Makefile
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libfs/Makefile
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softint/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile

Show All