Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[5e6e50b:a29529b]
in mainline
Files:
30 added
37 deleted
162 edited
HelenOS.config
(modified)
(
view diffs
)
boot/Makefile
(modified)
(
view diffs
)
boot/Makefile.build
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
boot/arch/ia64/_link.ld.in
(modified)
(
view diffs
)
boot/arch/ia64/src/boot.S
(modified)
(
view diffs
)
contrib/font/bdf2c.pl
(added)
contrib/font/u_vga16.bdf
(added)
contrib/tools/download_and_patch_silo.sh
(added)
contrib/tools/font/bdf2c.pl
(deleted)
contrib/tools/font/u_vga16.bdf
(deleted)
contrib/tools/serengeti_silo.sh
(deleted)
kernel/Makefile
(modified)
(
view diffs
)
kernel/arch/abs32le/include/types.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/types.h
(modified)
(
view diffs
)
kernel/arch/amd64/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/arm32/include/types.h
(modified)
(
view diffs
)
kernel/arch/arm32/src/exception.c
(modified)
(
view diffs
)
kernel/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ia32/include/barrier.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/types.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/ia64/_link.ld.in
(modified)
(
view diffs
)
kernel/arch/ia64/include/types.h
(modified)
(
view diffs
)
kernel/arch/ia64/src/ivt.S
(modified)
(
view diffs
)
kernel/arch/ia64/src/start.S
(modified)
(
view diffs
)
kernel/arch/mips32/include/types.h
(modified)
(
view diffs
)
kernel/arch/mips32/src/exception.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/mm/frame.c
(modified)
(
view diffs
)
kernel/arch/ppc32/include/types.h
(modified)
(
view diffs
)
kernel/arch/ppc32/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/sparc64/include/cpu.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/mm/cache.h
(added)
kernel/arch/sparc64/include/sun4u/cpu.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/types.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/event.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/event_types.h
(modified)
(
view diffs
)
kernel/generic/include/macros.h
(modified)
(
view diffs
)
kernel/generic/include/mm/as.h
(modified)
(
view diffs
)
kernel/generic/include/mm/frame.h
(modified)
(
view diffs
)
kernel/generic/include/mm/reserve.h
(deleted)
kernel/generic/include/str.h
(modified)
(
view diffs
)
kernel/generic/include/syscall/syscall.h
(modified)
(
view diffs
)
kernel/generic/src/console/cmd.c
(modified)
(
view diffs
)
kernel/generic/src/console/console.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/event.c
(modified)
(
view diffs
)
kernel/generic/src/lib/str.c
(modified)
(
view diffs
)
kernel/generic/src/main/main.c
(modified)
(
view diffs
)
kernel/generic/src/mm/as.c
(modified)
(
view diffs
)
kernel/generic/src/mm/backend_anon.c
(modified)
(
view diffs
)
kernel/generic/src/mm/backend_elf.c
(modified)
(
view diffs
)
kernel/generic/src/mm/backend_phys.c
(modified)
(
view diffs
)
kernel/generic/src/mm/frame.c
(modified)
(
view diffs
)
kernel/generic/src/mm/reserve.c
(deleted)
kernel/generic/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/generic/src/proc/task.c
(modified)
(
view diffs
)
kernel/generic/src/syscall/syscall.c
(modified)
(
view diffs
)
tools/mkfat.py
(modified)
(
view diffs
)
uspace/Makefile.common
(modified)
(
view diffs
)
uspace/app/init/Makefile
(modified)
(
view diffs
)
uspace/app/klog/klog.c
(modified)
(
view diffs
)
uspace/app/lsusb/main.c
(modified)
(
view diffs
)
uspace/app/stats/stats.c
(modified)
(
view diffs
)
uspace/app/tester/Makefile
(modified)
(
view diffs
)
uspace/app/tester/mm/malloc2.c
(deleted)
uspace/app/tester/mm/malloc2.def
(deleted)
uspace/app/tester/tester.c
(modified)
(
view diffs
)
uspace/app/tester/tester.h
(modified)
(
view diffs
)
uspace/app/top/screen.c
(modified)
(
view diffs
)
uspace/app/vuhid/device.c
(modified)
(
view diffs
)
uspace/drv/uhci-rhd/port.c
(modified)
(
view diffs
)
uspace/drv/usbhid/main.c
(modified)
(
view diffs
)
uspace/drv/vhc/conndev.c
(modified)
(
view diffs
)
uspace/drv/vhc/transfer.c
(modified)
(
view diffs
)
uspace/lib/block/libblock.c
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/entryjmp.c
(deleted)
uspace/lib/c/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/src/entryjmp.s
(deleted)
uspace/lib/c/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/entryjmp.s
(deleted)
uspace/lib/c/arch/ia32/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/rtld/dynamic.h
(deleted)
uspace/lib/c/arch/ia32/include/rtld/elf_dyn.h
(deleted)
uspace/lib/c/arch/ia32/src/entryjmp.s
(deleted)
uspace/lib/c/arch/ia32/src/rtld/dynamic.c
(deleted)
uspace/lib/c/arch/ia32/src/rtld/reloc.c
(deleted)
uspace/lib/c/arch/ia32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/syscall.S
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/entry.s
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/entryjmp.s
(deleted)
uspace/lib/c/arch/ia64/src/thread_entry.s
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/src/entryjmp.s
(deleted)
uspace/lib/c/arch/mips32eb/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/entryjmp.s
(deleted)
uspace/lib/c/arch/sparc64/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/_link.ld.in
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/src/entryjmp.s
(deleted)
uspace/lib/c/generic/adt/prodcons.c
(deleted)
uspace/lib/c/generic/as.c
(modified)
(
view diffs
)
uspace/lib/c/generic/assert.c
(deleted)
uspace/lib/c/generic/async.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async_sess.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devman.c
(modified)
(
view diffs
)
uspace/lib/c/generic/dlfcn.c
(deleted)
uspace/lib/c/generic/errno.c
(modified)
(
view diffs
)
uspace/lib/c/generic/event.c
(modified)
(
view diffs
)
uspace/lib/c/generic/fibril_synch.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/libc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/malloc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/dynamic.c
(deleted)
uspace/lib/c/generic/rtld/elf_load.c
(deleted)
uspace/lib/c/generic/rtld/module.c
(deleted)
uspace/lib/c/generic/rtld/rtld.c
(deleted)
uspace/lib/c/generic/rtld/symbol.c
(deleted)
uspace/lib/c/generic/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/generic/str.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/fifo.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/list.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/measured_strings.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/prodcons.h
(deleted)
uspace/lib/c/include/as.h
(modified)
(
view diffs
)
uspace/lib/c/include/assert.h
(modified)
(
view diffs
)
uspace/lib/c/include/dlfcn.h
(deleted)
uspace/lib/c/include/entry_point.h
(deleted)
uspace/lib/c/include/errno.h
(modified)
(
view diffs
)
uspace/lib/c/include/event.h
(modified)
(
view diffs
)
uspace/lib/c/include/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/include/fibril_synch.h
(modified)
(
view diffs
)
uspace/lib/c/include/loader/pcb.h
(modified)
(
view diffs
)
uspace/lib/c/include/macros.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/dynamic.h
(deleted)
uspace/lib/c/include/rtld/elf_dyn.h
(deleted)
uspace/lib/c/include/rtld/module.h
(deleted)
uspace/lib/c/include/rtld/rtld.h
(deleted)
uspace/lib/c/include/rtld/rtld_arch.h
(deleted)
uspace/lib/c/include/rtld/rtld_debug.h
(deleted)
uspace/lib/c/include/rtld/symbol.h
(deleted)
uspace/lib/c/include/str.h
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/add.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/common.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/comparison.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/div.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/mul.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/other.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/softfloat.c
(modified)
(
view diffs
)
uspace/lib/softfloat/generic/sub.c
(modified)
(
view diffs
)
uspace/lib/softfloat/include/add.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/common.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/comparison.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/conversion.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/div.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/mul.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/other.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/sftypes.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/softfloat.h
(modified)
(
view diffs
)
uspace/lib/softfloat/include/sub.h
(modified)
(
view diffs
)
uspace/lib/softint/Makefile
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/debug.h
(modified)
(
view diffs
)
uspace/lib/usb/src/debug.c
(modified)
(
view diffs
)
uspace/lib/usbhid/src/hidparser.c
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
(modified)
(
view diffs
)
uspace/lib/usbhost/src/endpoint.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/include/usbvirt/ipc.h
(modified)
(
view diffs
)
uspace/srv/bd/rd/Makefile
(modified)
(
view diffs
)
uspace/srv/devman/Makefile
(modified)
(
view diffs
)
uspace/srv/devman/devman.c
(modified)
(
view diffs
)
uspace/srv/devmap/Makefile
(modified)
(
view diffs
)
uspace/srv/fs/devfs/Makefile
(modified)
(
view diffs
)
uspace/srv/fs/fat/Makefile
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_idx.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/Makefile
(modified)
(
view diffs
)
uspace/srv/hw/netif/ne2000/dp8390.c
(modified)
(
view diffs
)
uspace/srv/loader/Makefile
(modified)
(
view diffs
)
uspace/srv/loader/arch/abs32le/Makefile.inc
(added)
uspace/srv/loader/arch/abs32le/_link.ld.in
(added)
uspace/srv/loader/arch/abs32le/abs32le.c
(added)
uspace/srv/loader/arch/amd64/Makefile.inc
(added)
uspace/srv/loader/arch/amd64/_link.ld.in
(added)
uspace/srv/loader/arch/amd64/amd64.s
(added)
uspace/srv/loader/arch/arm32/Makefile.inc
(added)
uspace/srv/loader/arch/arm32/_link.ld.in
(added)
uspace/srv/loader/arch/arm32/arm32.s
(added)
uspace/srv/loader/arch/ia32/Makefile.inc
(added)
uspace/srv/loader/arch/ia32/_link.ld.in
(added)
uspace/srv/loader/arch/ia32/ia32.s
(added)
uspace/srv/loader/arch/ia64/Makefile.inc
(added)
uspace/srv/loader/arch/ia64/_link.ld.in
(added)
uspace/srv/loader/arch/ia64/ia64.s
(added)
uspace/srv/loader/arch/mips32/Makefile.inc
(added)
uspace/srv/loader/arch/mips32/_link.ld.in
(added)
uspace/srv/loader/arch/mips32/mips32.s
(added)
uspace/srv/loader/arch/mips32eb
(added)
uspace/srv/loader/arch/ppc32/Makefile.inc
(added)
uspace/srv/loader/arch/ppc32/_link.ld.in
(added)
uspace/srv/loader/arch/ppc32/ppc32.s
(added)
uspace/srv/loader/arch/sparc64/Makefile.inc
(added)
uspace/srv/loader/arch/sparc64/_link.ld.in
(added)
uspace/srv/loader/arch/sparc64/sparc64.s
(added)
uspace/srv/loader/elf_load.c
(modified)
(
view diffs
)
uspace/srv/loader/include/arch.h
(added)
uspace/srv/loader/include/elf_load.h
(modified)
(
view diffs
)
uspace/srv/loader/main.c
(modified)
(
view diffs
)
uspace/srv/net/tl/icmp/Makefile
(modified)
(
view diffs
)
uspace/srv/ns/Makefile
(modified)
(
view diffs
)
uspace/srv/ns/clonable.c
(modified)
(
view diffs
)
uspace/srv/ns/service.c
(modified)
(
view diffs
)
uspace/srv/ns/task.c
(modified)
(
view diffs
)
uspace/srv/vfs/Makefile
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (2.0 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive