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
4148 5566 d 13 h decky /trunk/ as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace
 
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/drivers/i8254.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia32/src/smp/apic.c
/trunk/kernel/arch/ia64/src/drivers/it.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/include/drivers/cuda.h
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/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/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/generic/include/ddi/device.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/ddi/device.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/lib/libc/generic/ddi.c
/trunk/uspace/lib/libc/include/ddi.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/port/gxemul.c
/trunk/uspace/srv/kbd/port/i8042.c
/trunk/uspace/srv/kbd/port/msim.c
/trunk/uspace/srv/kbd/port/ns16550.c
/trunk/uspace/srv/kbd/port/z8530.c
4144 5566 d 14 h decky /trunk/uspace/srv/kbd/port/ cstyle (Jiri, please be more careful)  
/trunk/uspace/srv/kbd/port/ski.c
4143 5567 d 0 h svoboda /trunk/uspace/srv/kbd/port/ Smarter polling to make ski keyboard usable again.  
/trunk/uspace/srv/kbd/port/ski.c
4142 5567 d 1 h svoboda /trunk/uspace/srv/fb/ Remove garbage.  
/trunk/uspace/srv/fb/serial_console.c
4141 5567 d 1 h svoboda /trunk/uspace/srv/fb/ Interbuffer support in serial framebuffer driver for faster VC switches.  
/trunk/uspace/srv/fb/serial_console.c
/trunk/uspace/srv/fb/serial_console.h
4139 5567 d 3 h jermar /trunk/uspace/srv/obio/ Revert the previous commit, which inappropriately reverted r4136. I should
really stop smoking this crap.
 
/trunk/uspace/srv/obio/obio.c
4138 5567 d 3 h jermar /trunk/ Revert the previous commit.  
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/uspace/srv/obio/obio.c
4136 5567 d 3 h decky /trunk/uspace/srv/obio/ fix (probably) wrong bracketing  
/trunk/uspace/srv/obio/obio.c
4134 5568 d 1 h decky /trunk/ resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet
 
/trunk/boot/arch/mips32/loader/_link.ld.in
/trunk/uspace/lib/libc/arch/mips32eb/include/ddi.h
/trunk/boot/arch/mips32/loader/_link.ld.in.binary
/trunk/boot/arch/mips32/loader/_link.ld.in.ecoff
/trunk/boot/arch/mips32/loader/Makefile
/trunk/contrib/toolchain/toolchain.mipseb32.sh
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
4116 5572 d 1 h svoboda /trunk/uspace/app/init/ Update message, cstyle.  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/init/version.c
4113 5572 d 4 h svoboda /trunk/uspace/srv/kbd/include/ Add more comments.  
/trunk/uspace/srv/kbd/include/gsp.h
4112 5572 d 4 h svoboda /trunk/uspace/app/bdsh/ Fix grammar.  
/trunk/uspace/app/bdsh/exec.c
4070 5573 d 6 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.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/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4067 5576 d 1 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile
4061 5576 d 9 h svoboda /trunk/uspace/srv/kbd/ Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.  
/trunk/uspace/srv/kbd/genarch
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/genarch/stroke.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/kbd/include/stroke.h
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/ctl/stty.c
/trunk/uspace/srv/kbd/ctl/sun.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd_ctl.h
4049 5577 d 1 h svoboda /trunk/uspace/srv/kbd/ Do not create obsolete symlinks.  
/trunk/uspace/srv/kbd/Makefile
4044 5577 d 6 h svoboda /trunk/ Userspace driver for ski keyboard port.  
/trunk/uspace/srv/kbd/port/ski.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/uspace/srv/kbd/Makefile
4037 5578 d 14 h decky /trunk/uspace/lib/libc/generic/ connect to the loader in a blocking way  
/trunk/uspace/lib/libc/generic/loader.c
4036 5578 d 15 h decky /trunk/uspace/srv/kbd/layout/ cstyle  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4035 5579 d 1 h svoboda /trunk/uspace/srv/kbd/layout/ Update Dvorak layout.  
/trunk/uspace/srv/kbd/layout/us_dvorak.c

Show All