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
3998 5594 d 8 h decky /trunk/uspace/app/init/ remove console_wait() (this will be moved to libc)
mount only a single root filesystem, use IPC_FLAG_BLOCKING
 
/trunk/uspace/app/init/init.c
3997 5594 d 8 h decky /trunk/uspace/app/tetris/ get_cons_phone() -> get_console_phone()  
/trunk/uspace/app/tetris/input.c
3996 5594 d 8 h decky /trunk/uspace/app/klog/ remove console_wait() (this will be moved to libc)  
/trunk/uspace/app/klog/klog.c
3995 5594 d 8 h decky /trunk/kernel/generic/src/main/ lower startup sleep (with proper explanation)  
/trunk/kernel/generic/src/main/kinit.c
3994 5594 d 12 h decky /trunk/kernel/genarch/src/drivers/ega/ make sure the EGA framebuffer is initialized with proper attributes  
/trunk/kernel/genarch/src/drivers/ega/ega.c
3988 5595 d 4 h svoboda /trunk/kernel/generic/src/proc/ Fix misaligned columns (whoops).  
/trunk/kernel/generic/src/proc/task.c
3987 5595 d 5 h svoboda /trunk/kernel/ Read command line for multiboot modules on ia32 and copy it to task name. Other arches will need to initialize task names in the init structure to an empty string.  
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/proc/task.c
3986 5595 d 5 h jermar /trunk/uspace/lib/libc/ Introduce pio_enable() libc call.  
/trunk/uspace/lib/libc/arch/ia32/include/ddi.h
/trunk/uspace/lib/libc/generic/ddi.c
/trunk/uspace/lib/libc/include/ddi.h
3985 5595 d 6 h svoboda /trunk/kernel/arch/ia32/src/boot/ Rewrite rest of multiboot info parsing to C.  
/trunk/kernel/arch/ia32/src/boot/boot.S
/trunk/kernel/arch/ia32/src/boot/cboot.c
3984 5595 d 6 h svoboda /trunk/kernel/ The ia32-specific boot code is written completely in assembly for no reason. Start fixing this. For now rewrite the copying of multiboot info to C.  
/trunk/kernel/arch/ia32/include/boot/cboot.h
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32/src/boot/boot.S
/trunk/kernel/generic/include/main/main.h
/trunk/kernel/generic/src/main/main.c
3983 5595 d 11 h svoboda /trunk/ task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.  
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/loader/main.c
3982 5596 d 7 h jermar /trunk/kernel/ Do not set sysinfo for uspace drivers directly in the kernel drivers.  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/src/kbd/i8042.c
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/genarch/src/kbd/z8530.c
3981 5596 d 8 h jermar /trunk/kernel/genarch/src/kbd/ Get rid of unused variable.  
/trunk/kernel/genarch/src/kbd/i8042.c
3980 5596 d 11 h svoboda /trunk/uspace/app/bdsh/ The command line should ignore Tab.  
/trunk/uspace/app/bdsh/input.c
3979 5597 d 3 h jermar /trunk/uspace/app/init/ Spawn OBIO driver from init.  
/trunk/uspace/app/init/init.c
3978 5597 d 5 h jermar /trunk/ Userspace driver for OBIO. This will make it possible to clear interrupts from
user space on UltraSPARC IIi and systems with Psycho. Not tested.
 
/trunk/uspace/srv/obio
/trunk/uspace/srv/obio/obio.c
/trunk/uspace/srv/obio/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/pci.c
/trunk/uspace/Makefile
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/obio/Makefile
3977 5597 d 8 h jermar /trunk/uspace/srv/fhc/ Add the word 'controller'.  
/trunk/uspace/srv/fhc/fhc.c
3976 5597 d 8 h jermar /trunk/uspace/srv/fhc/ Update comments.  
/trunk/uspace/srv/fhc/fhc.c
3975 5597 d 12 h decky /trunk/kernel/genarch/src/drivers/ega/ keep original contents of the EGA framebuffer,
make sure the cursor is on
 
/trunk/kernel/genarch/src/drivers/ega/ega.c
3974 5597 d 13 h decky /trunk/kernel/generic/src/console/ prettyprint help and tests  
/trunk/kernel/generic/src/console/cmd.c

Show All