Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
3933 |
5737 d 19 h |
svoboda |
/trunk/uspace/ |
Basic support for key modifiers. |
|
/trunk/uspace/lib/libc/include/kbd/keycode.h /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.h /trunk/uspace/srv/kbd/layout/us_dvorak.c /trunk/uspace/srv/kbd/layout/us_qwerty.c
|
3926 |
5738 d 19 h |
svoboda |
/trunk/uspace/srv/kbd/ |
Compile i8042+pc for ia64. |
|
/trunk/uspace/srv/kbd/Makefile
|
3925 |
5738 d 19 h |
svoboda |
/trunk/uspace/srv/kbd/ |
Fix typos. Remove old makefile parts. |
|
/trunk/uspace/srv/kbd/Makefile /trunk/uspace/srv/kbd/port/sgcn.c /trunk/uspace/srv/kbd/port/z8530.c
|
3924 |
5738 d 20 h |
svoboda |
/trunk/uspace/srv/ |
Add some missing ports and controllers (untested). Remove old parts of keyboard driver. |
|
/trunk/uspace/srv/kbd/ctl/sun.c /trunk/uspace/srv/kbd/port/ns16550.c /trunk/uspace/srv/kbd/port/sgcn.c /trunk/uspace/srv/kbd/port/z8530.c
/trunk/uspace/srv/kbd/arch /trunk/uspace/srv/kbd/genarch /trunk/uspace/srv/kbd/include/keys.h
/trunk/uspace/srv/console/console.c /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/port/dummy.c /trunk/uspace/srv/kbd/port/gxemul.c /trunk/uspace/srv/kbd/port/i8042.c /trunk/uspace/srv/kbd/port/i8042.h /trunk/uspace/srv/kbd/port/msim.c
|
3923 |
5739 d 18 h |
svoboda |
/trunk/ |
Keyboard driver overhaul -- organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet. |
|
/trunk/uspace/srv/kbd/ctl /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/include/kbd_ctl.h /trunk/uspace/srv/kbd/include/kbd_port.h /trunk/uspace/srv/kbd/include/layout.h /trunk/uspace/srv/kbd/layout /trunk/uspace/srv/kbd/layout/us_dvorak.c /trunk/uspace/srv/kbd/layout/us_qwerty.c /trunk/uspace/srv/kbd/port /trunk/uspace/srv/kbd/port/dummy.c /trunk/uspace/srv/kbd/port/gxemul.c /trunk/uspace/srv/kbd/port/i8042.c /trunk/uspace/srv/kbd/port/i8042.h /trunk/uspace/srv/kbd/port/msim.c
/trunk/HelenOS.config /trunk/uspace/lib/libc/generic/io/stream.c /trunk/uspace/lib/libc/generic/kbd.c /trunk/uspace/lib/libc/include/kbd/keycode.h /trunk/uspace/srv/console/console.c /trunk/uspace/srv/kbd/Makefile /trunk/uspace/srv/kbd/generic/kbd.c /trunk/uspace/srv/kbd/include/kbd.h
|
3908 |
5740 d 23 h |
decky |
/trunk/ |
overhaul pareas: use one single physical area for the physical address space not belonging to physical memory |
|
/trunk/kernel/arch/amd64/include/mm/frame.h /trunk/kernel/arch/amd64/src/mm/page.c /trunk/kernel/arch/arm32/include/mm/frame.h /trunk/kernel/arch/arm32/src/mm/frame.c /trunk/kernel/arch/arm32/src/mm/page.c /trunk/kernel/arch/ia32/include/mm/frame.h /trunk/kernel/arch/ia32/src/mm/frame.c /trunk/kernel/arch/ia32/src/mm/page.c /trunk/kernel/arch/ia64/include/mm/frame.h /trunk/kernel/arch/ia64/src/mm/frame.c /trunk/kernel/arch/ia64/src/mm/page.c /trunk/kernel/arch/mips32/include/mm/frame.h /trunk/kernel/arch/mips32/src/drivers/msim.c /trunk/kernel/arch/mips32/src/mm/frame.c /trunk/kernel/arch/mips32/src/mm/page.c /trunk/kernel/arch/ppc32/include/mm/frame.h /trunk/kernel/arch/ppc32/src/mm/frame.c /trunk/kernel/arch/ppc32/src/mm/page.c /trunk/kernel/arch/sparc64/include/mm/frame.h /trunk/kernel/arch/sparc64/src/drivers/sgcn.c /trunk/kernel/arch/sparc64/src/mm/frame.c /trunk/kernel/arch/sparc64/src/mm/page.c /trunk/kernel/genarch/src/drivers/ega/ega.c /trunk/kernel/genarch/src/fb/fb.c /trunk/kernel/generic/include/ddi/ddi.h /trunk/kernel/generic/include/mm/page.h /trunk/kernel/generic/src/adt/avl.c /trunk/kernel/generic/src/console/cmd.c /trunk/kernel/generic/src/console/console.c /trunk/kernel/generic/src/ddi/ddi.c /trunk/kernel/generic/src/lib/rd.c /trunk/kernel/generic/src/proc/task.c /trunk/kernel/generic/src/time/clock.c /trunk/uspace/srv/fb/ega.c /trunk/uspace/srv/fb/fb.c /trunk/uspace/srv/fb/msim.c /trunk/uspace/srv/fb/sgcn.c /trunk/uspace/srv/kbd/arch/sparc64/src/sgcn.c /trunk/uspace/srv/ns/ns.c /trunk/uspace/srv/rd/rd.c
|
3905 |
5741 d 19 h |
svoboda |
/trunk/uspace/ |
Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm. |
|
/trunk/uspace/lib/libc/generic/kbd.c /trunk/uspace/lib/libc/include/kbd /trunk/uspace/lib/libc/include/kbd/kbd.h /trunk/uspace/lib/libc/include/kbd/keycode.h
/trunk/uspace/app/tetris/input.c /trunk/uspace/app/trace/trace.c /trunk/uspace/lib/libc/Makefile /trunk/uspace/lib/libc/generic/io/stream.c /trunk/uspace/lib/libc/include/ipc/console.h /trunk/uspace/srv/console/console.c /trunk/uspace/srv/kbd/arch/arm32/src/kbd_gxemul.c /trunk/uspace/srv/kbd/arch/ia64/src/kbd.c /trunk/uspace/srv/kbd/arch/mips32/src/kbd.c /trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c /trunk/uspace/srv/kbd/genarch/src/kbd.c /trunk/uspace/srv/kbd/genarch/src/nofb.c /trunk/uspace/srv/kbd/generic/kbd.c /trunk/uspace/srv/kbd/generic/key_buffer.c /trunk/uspace/srv/kbd/include/key_buffer.h /trunk/uspace/srv/kbd/include/keys.h
|
3882 |
5744 d 21 h |
decky |
/trunk/uspace/ |
cleanup configuration
code cleanup |
|
/trunk/uspace/lib/libc/include/macros.h
/trunk/uspace/Makefile /trunk/uspace/app/bdsh/Makefile /trunk/uspace/app/init/Makefile /trunk/uspace/app/init/version.c /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/libc/Makefile.toolchain /trunk/uspace/lib/libc/arch/amd64/Makefile.inc /trunk/uspace/lib/libc/arch/amd64/_link.ld.in /trunk/uspace/lib/libc/arch/arm32/Makefile.inc /trunk/uspace/lib/libc/arch/arm32/_link.ld.in /trunk/uspace/lib/libc/arch/ia32/Makefile.inc /trunk/uspace/lib/libc/arch/ia32/_link.ld.in /trunk/uspace/lib/libc/arch/ia64/Makefile.inc /trunk/uspace/lib/libc/arch/ia64/_link.ld.in /trunk/uspace/lib/libc/arch/mips32/Makefile.inc /trunk/uspace/lib/libc/arch/mips32/_link.ld.in /trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc /trunk/uspace/lib/libc/arch/ppc32/Makefile.inc /trunk/uspace/lib/libc/arch/ppc32/_link.ld.in /trunk/uspace/lib/libc/arch/sparc64/Makefile.inc /trunk/uspace/lib/libc/arch/sparc64/_link.ld.in /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/fb/fb.c /trunk/uspace/srv/fs/fat/Makefile /trunk/uspace/srv/fs/fat/fat.c /trunk/uspace/srv/fs/tmpfs/Makefile /trunk/uspace/srv/kbd/Makefile /trunk/uspace/srv/kbd/arch/ia64/src/kbd.c /trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c /trunk/uspace/srv/loader/Makefile /trunk/uspace/srv/loader/arch/amd64/Makefile.inc /trunk/uspace/srv/loader/arch/amd64/_link.ld.in /trunk/uspace/srv/loader/arch/arm32/Makefile.inc /trunk/uspace/srv/loader/arch/arm32/_link.ld.in /trunk/uspace/srv/loader/arch/ia32/Makefile.inc /trunk/uspace/srv/loader/arch/ia32/_link.ld.in /trunk/uspace/srv/loader/arch/ia64/Makefile.inc /trunk/uspace/srv/loader/arch/ia64/_link.ld.in /trunk/uspace/srv/loader/arch/mips32/Makefile.inc /trunk/uspace/srv/loader/arch/mips32/_link.ld.in /trunk/uspace/srv/loader/arch/ppc32/Makefile.inc /trunk/uspace/srv/loader/arch/ppc32/_link.ld.in /trunk/uspace/srv/loader/arch/sparc64/Makefile.inc /trunk/uspace/srv/loader/arch/sparc64/_link.ld.in /trunk/uspace/srv/ns/Makefile /trunk/uspace/srv/pci/Makefile /trunk/uspace/srv/pci/libpci/Makefile /trunk/uspace/srv/rd/Makefile /trunk/uspace/srv/vfs/Makefile
|
3872 |
5745 d 6 h |
decky |
/trunk/ |
cleanup: remove unsupported or broken ports
(there are out-of-sync with the rest of the code and a fresh start is needed) |
|
/trunk/boot/arch/ia32xen /trunk/boot/arch/ppc64 /trunk/contrib/default/ia32xen /trunk/contrib/default/ppc64 /trunk/kernel/arch/ia32xen /trunk/kernel/arch/ppc64 /trunk/kernel/tools/ppc64 /trunk/uspace/lib/libc/arch/ppc64 /trunk/uspace/lib/softfloat/arch/ppc64 /trunk/uspace/srv/kbd/arch/ppc64
|
3831 |
5758 d 6 h |
decky |
/trunk/uspace/srv/kbd/arch/ppc32/src/ |
fix typo |
|
/trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c
|
3829 |
5759 d 0 h |
decky |
/trunk/ |
use macio optionally |
|
/trunk/boot/arch/ppc32/loader/main.c /trunk/boot/arch/ppc32/loader/main.h /trunk/boot/arch/ppc32/loader/ofwarch.c /trunk/boot/genarch/ofw.h /trunk/kernel/arch/ppc32/include/boot/boot.h /trunk/kernel/arch/ppc32/src/drivers/cuda.c /trunk/kernel/arch/ppc32/src/drivers/pic.c /trunk/kernel/arch/ppc32/src/ppc32.c /trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c
|
3803 |
5767 d 23 h |
decky |
/trunk/ |
configuration system overhaul (requires newt) |
|
/trunk/boot/boot.config /trunk/kernel/kernel.config /trunk/uspace/uspace.config
/trunk/HelenOS.config /trunk/Makefile /trunk/boot/Makefile /trunk/boot/arch/arm32/loader/Makefile /trunk/boot/arch/ia64/loader/Makefile /trunk/boot/arch/mips32/loader/Makefile /trunk/boot/arch/ppc32/loader/Makefile /trunk/boot/arch/ppc64/loader/Makefile /trunk/boot/arch/sparc64/loader/Makefile /trunk/kernel/Makefile /trunk/tools/config.py /trunk/uspace/Makefile /trunk/uspace/app/bdsh/Makefile /trunk/uspace/app/init/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/libc/Makefile.toolchain /trunk/uspace/lib/libc/arch/mips32/Makefile.inc /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/pci/libpci/Makefile /trunk/uspace/srv/rd/Makefile /trunk/uspace/srv/vfs/Makefile
|
3786 |
5780 d 20 h |
svoboda |
/trunk/uspace/srv/kbd/genarch/src/ |
Fix enter key on lgxemul with no fb. |
|
/trunk/uspace/srv/kbd/genarch/src/nofb.c
|
3754 |
5791 d 5 h |
svoboda |
/trunk/ |
Fix mips32eb build a bit. |
|
/trunk/uspace/srv/loader/arch/mips32eb
/trunk/kernel/arch/mips32/Makefile.inc /trunk/uspace/srv/kbd/Makefile
|
3699 |
5805 d 6 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
|
3672 |
5813 d 22 h |
jermar |
/trunk/ |
Merge sparc branch to trunk. |
|
/trunk/boot/arch/sparc64/silo/silo.patched.tar.gz /trunk/contrib/util /trunk/kernel/arch/sparc64/include/cpu_family.h /trunk/kernel/arch/sparc64/include/cpu_node.h /trunk/kernel/arch/sparc64/include/drivers/sgcn.h /trunk/kernel/arch/sparc64/src/drivers/sgcn.c /trunk/uspace/srv/fb/serial_console.c /trunk/uspace/srv/fb/serial_console.h /trunk/uspace/srv/fb/sgcn.c /trunk/uspace/srv/fb/sgcn.h /trunk/uspace/srv/kbd/arch/sparc64/include/sgcn.h /trunk/uspace/srv/kbd/arch/sparc64/src/sgcn.c /trunk/uspace/srv/kbd/genarch/include/nofb.h /trunk/uspace/srv/kbd/genarch/src/nofb.c
/trunk/boot/arch/ppc64/Makefile.inc /trunk/boot/arch/sparc64/Makefile.inc /trunk/boot/arch/sparc64/loader/asm.S /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/register.h /trunk/boot/boot.config /trunk/boot/genarch/balloc.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw_tree.c /trunk/kernel/arch/arm32/src/arm32.c /trunk/kernel/arch/ia32/src/drivers/vesa.c /trunk/kernel/arch/mips32/src/mips32.c /trunk/kernel/arch/ppc32/src/ppc32.c /trunk/kernel/arch/sparc64/Makefile.inc /trunk/kernel/arch/sparc64/include/arch.h /trunk/kernel/arch/sparc64/include/asm.h /trunk/kernel/arch/sparc64/include/cpu.h /trunk/kernel/arch/sparc64/include/drivers/kbd.h /trunk/kernel/arch/sparc64/include/drivers/scr.h /trunk/kernel/arch/sparc64/include/mm/cache.h /trunk/kernel/arch/sparc64/include/mm/cache_spec.h /trunk/kernel/arch/sparc64/include/mm/frame.h /trunk/kernel/arch/sparc64/include/mm/mmu.h /trunk/kernel/arch/sparc64/include/mm/tlb.h /trunk/kernel/arch/sparc64/include/mm/tsb.h /trunk/kernel/arch/sparc64/include/mm/tte.h /trunk/kernel/arch/sparc64/include/regdef.h /trunk/kernel/arch/sparc64/include/register.h /trunk/kernel/arch/sparc64/include/trap/interrupt.h /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/arch/sparc64/src/cpu/cpu.c /trunk/kernel/arch/sparc64/src/ddi/ddi.c /trunk/kernel/arch/sparc64/src/drivers/scr.c /trunk/kernel/arch/sparc64/src/drivers/tick.c /trunk/kernel/arch/sparc64/src/mm/as.c /trunk/kernel/arch/sparc64/src/mm/cache.S /trunk/kernel/arch/sparc64/src/mm/page.c /trunk/kernel/arch/sparc64/src/mm/tlb.c /trunk/kernel/arch/sparc64/src/mm/tsb.c /trunk/kernel/arch/sparc64/src/smp/ipi.c /trunk/kernel/arch/sparc64/src/smp/smp.c /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/arch/sparc64/src/start.S /trunk/kernel/arch/sparc64/src/trap/interrupt.c /trunk/kernel/genarch/include/fb/fb.h /trunk/kernel/genarch/include/fb/visuals.h /trunk/kernel/genarch/include/ofw/ofw_tree.h /trunk/kernel/genarch/src/fb/fb.c /trunk/kernel/genarch/src/ofw/ofw_tree.c /trunk/kernel/kernel.config /trunk/uspace/srv/console/console.c /trunk/uspace/srv/fb/Makefile /trunk/uspace/srv/fb/main.c /trunk/uspace/srv/fb/msim.c /trunk/uspace/srv/kbd/Makefile /trunk/uspace/srv/kbd/arch/mips32/src/kbd.c /trunk/uspace/srv/kbd/arch/sparc64/src/kbd.c
|
3662 |
5818 d 19 h |
vana |
/trunk/uspace/srv/kbd/arch/ia64/src/ |
IA64 uspace kbd: backspace convert on serial console |
|
/trunk/uspace/srv/kbd/arch/ia64/src/kbd.c
|
3661 |
5818 d 20 h |
vana |
/trunk/ |
IA64: repair similators support |
|
/trunk/uspace/srv/kbd/arch/ia64/include/lkbd.h /trunk/uspace/srv/kbd/arch/ia64/include/scanc.h /trunk/uspace/srv/kbd/arch/ia64/src/lkbd.c /trunk/uspace/srv/kbd/arch/ia64/src/mouse.c /trunk/uspace/srv/kbd/arch/ia64/src/scanc.c
/trunk/boot/arch/ia64/loader/gefi/HelenOS/hello.c /trunk/boot/arch/ia64/loader/main.c /trunk/kernel/arch/ia64/include/bootinfo.h /trunk/kernel/arch/ia64/include/drivers/kbd.h /trunk/kernel/arch/ia64/include/interrupt.h /trunk/kernel/arch/ia64/src/ia64.c /trunk/kernel/arch/ia64/src/interrupt.c /trunk/kernel/arch/ia64/src/ski/ski.c /trunk/kernel/arch/ia64/src/smp/smp.c /trunk/kernel/genarch/src/kbd/i8042.c /trunk/kernel/kernel.config /trunk/uspace/srv/kbd/Makefile /trunk/uspace/srv/kbd/arch/ia64/src/kbd.c
|
3657 |
5819 d 5 h |
vana |
/trunk/ |
Legacy IRQ support, uspace NS16550 support, some minor changes |
|
/trunk/boot/arch/ia64/loader/gefi/HelenOS/mkimage.c /trunk/kernel/arch/ia64/include/drivers/kbd.h /trunk/uspace/lib/libc/arch/ia64/include/ddi.h /trunk/uspace/lib/libc/arch/ia64/src/ddi.c
/trunk/kernel/Makefile /trunk/kernel/arch/ia64/include/interrupt.h /trunk/kernel/arch/ia64/src/drivers/ega.c /trunk/kernel/arch/ia64/src/ia64.c /trunk/kernel/arch/ia64/src/interrupt.c /trunk/kernel/arch/ia64/src/ski/ski.c /trunk/kernel/genarch/src/kbd/ns16550.c /trunk/kernel/generic/src/ipc/irq.c /trunk/kernel/kernel.config /trunk/uspace/srv/fb/ega.c /trunk/uspace/srv/kbd/arch/ia64/src/kbd.c
|
3568 |
5841 d 6 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
|