Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[850235d:ea906c29]
in mainline
Files:
30 added
69 deleted
358 edited
HelenOS.config
(modified)
(
view diffs
)
abi/include/abi/bool.h
(modified)
(
view diffs
)
abi/include/abi/klog.h
(deleted)
abi/include/abi/mm/as.h
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
boot/Makefile.uboot
(modified)
(
view diffs
)
boot/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
boot/arch/arm32/_link.ld.in
(modified)
(
view diffs
)
boot/arch/arm32/include/arch.h
(modified)
(
view diffs
)
boot/arch/arm32/include/main.h
(modified)
(
view diffs
)
boot/arch/arm32/include/mm.h
(modified)
(
view diffs
)
boot/arch/arm32/src/asm.S
(modified)
(
view diffs
)
boot/arch/arm32/src/main.c
(modified)
(
view diffs
)
boot/arch/arm32/src/mm.c
(modified)
(
view diffs
)
boot/arch/arm32/src/putchar.c
(modified)
(
view diffs
)
boot/arch/ia64/src/main.c
(modified)
(
view diffs
)
contrib/conf/arm32-gx.sh
(added)
contrib/conf/arm32-qe.sh
(modified)
(
view diffs
)
contrib/conf/ski.conf
(modified)
(
view diffs
)
defaults/arm32/GXemul/Makefile.config
(added)
defaults/arm32/beagleboardxm/Makefile.config
(deleted)
defaults/arm32/beaglebone/Makefile.config
(deleted)
defaults/arm32/gta02/Makefile.config
(modified)
(
view diffs
)
kernel/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/debugger.h
(added)
kernel/arch/amd64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/amd64/src/amd64.c
(modified)
(
view diffs
)
kernel/arch/amd64/src/debugger.c
(added)
kernel/arch/amd64/src/fpu_context.c
(modified)
(
view diffs
)
kernel/arch/amd64/src/mm/page.c
(modified)
(
view diffs
)
kernel/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/arm32/_link.ld.in
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/barrier.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/cache.h
(deleted)
kernel/arch/arm32/include/arch/cp15.h
(deleted)
kernel/arch/arm32/include/arch/cpu.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/fpu_context.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h
(deleted)
kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h
(deleted)
kernel/arch/arm32/include/arch/mach/testarm/testarm.h
(added)
kernel/arch/arm32/include/arch/machine_func.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/frame.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/page_armv4.h
(deleted)
kernel/arch/arm32/include/arch/mm/page_armv6.h
(deleted)
kernel/arch/arm32/include/arch/mm/page_fault.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/regutils.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/security_ext.h
(deleted)
kernel/arch/arm32/src/arm32.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/cpu/cpu.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/dummy.S
(modified)
(
view diffs
)
kernel/arch/arm32/src/exception.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/fpu.s
(deleted)
kernel/arch/arm32/src/fpu_context.c
(deleted)
kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c
(deleted)
kernel/arch/arm32/src/mach/beaglebone/beaglebone.c
(deleted)
kernel/arch/arm32/src/mach/gta02/gta02.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/mach/testarm/testarm.c
(added)
kernel/arch/arm32/src/machine_func.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/mm/page.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/mm/page_fault.c
(modified)
(
view diffs
)
kernel/arch/arm32/src/ras.c
(modified)
(
view diffs
)
kernel/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/debugger.h
(added)
kernel/arch/ia32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/debugger.c
(added)
kernel/arch/ia32/src/fpu_context.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/ia32.c
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ia64/src/ivt.S
(modified)
(
view diffs
)
kernel/arch/ia64/src/mm/tlb.c
(modified)
(
view diffs
)
kernel/arch/ia64/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/mm/tlb.h
(modified)
(
view diffs
)
kernel/arch/mips32/src/mips32.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/mm/tlb.c
(modified)
(
view diffs
)
kernel/arch/mips64/src/mips64.c
(modified)
(
view diffs
)
kernel/arch/mips64/src/mm/tlb.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/mm/pht.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/ppc32.c
(modified)
(
view diffs
)
kernel/arch/ppc32/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4u/tlb.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4v/tlb.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/proc/sun4u/scheduler.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/proc/sun4v/scheduler.c
(modified)
(
view diffs
)
kernel/genarch/Makefile.inc
(modified)
(
view diffs
)
kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/cm_dpll_regs.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/cm_per.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/cm_per_regs.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/ctrl_module_regs.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/iomux.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/irc.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/timer.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/timer_regs.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/uart.h
(deleted)
kernel/genarch/include/genarch/drivers/am335x/uart_regs.h
(deleted)
kernel/genarch/include/genarch/drivers/amdm37x/gpt.h
(deleted)
kernel/genarch/include/genarch/drivers/amdm37x/irc.h
(deleted)
kernel/genarch/include/genarch/drivers/amdm37x/uart.h
(deleted)
kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h
(deleted)
kernel/genarch/src/drivers/am335x/timer.c
(deleted)
kernel/genarch/src/drivers/am335x/uart.c
(deleted)
kernel/genarch/src/drivers/amdm37x/uart.c
(deleted)
kernel/genarch/src/mm/page_ht.c
(modified)
(
view diffs
)
kernel/genarch/src/mm/page_pt.c
(modified)
(
view diffs
)
kernel/generic/include/config.h
(modified)
(
view diffs
)
kernel/generic/include/console/console.h
(modified)
(
view diffs
)
kernel/generic/include/macros.h
(modified)
(
view diffs
)
kernel/generic/include/mm/as.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/console/kconsole.c
(modified)
(
view diffs
)
kernel/generic/src/interrupt/interrupt.c
(modified)
(
view diffs
)
kernel/generic/src/main/kinit.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/km.c
(modified)
(
view diffs
)
kernel/generic/src/proc/program.c
(modified)
(
view diffs
)
kernel/generic/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/generic/src/proc/task.c
(modified)
(
view diffs
)
release/Makefile
(modified)
(
view diffs
)
tools/autotool.py
(modified)
(
view diffs
)
tools/config.py
(modified)
(
view diffs
)
tools/ew.py
(deleted)
tools/mkarray.py
(modified)
(
view diffs
)
tools/mkuimage.py
(modified)
(
view diffs
)
tools/pack.py
(modified)
(
view diffs
)
tools/toolchain.sh
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/Makefile.common
(modified)
(
view diffs
)
uspace/app/bdsh/compl.c
(modified)
(
view diffs
)
uspace/app/bdsh/input.c
(modified)
(
view diffs
)
uspace/app/edit/edit.c
(modified)
(
view diffs
)
uspace/app/edit/sheet.h
(modified)
(
view diffs
)
uspace/app/ext2info/Makefile
(added)
uspace/app/ext2info/ext2info.c
(added)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/klog/Makefile
(modified)
(
view diffs
)
uspace/app/klog/klog.c
(modified)
(
view diffs
)
uspace/app/mkbd/main.c
(modified)
(
view diffs
)
uspace/app/mkexfat/exfat.h
(modified)
(
view diffs
)
uspace/app/mkexfat/mkexfat.c
(modified)
(
view diffs
)
uspace/app/nettest2/nettest2.c
(modified)
(
view diffs
)
uspace/app/nterm/conn.c
(modified)
(
view diffs
)
uspace/app/nterm/nterm.c
(modified)
(
view diffs
)
uspace/app/ping/ping.c
(modified)
(
view diffs
)
uspace/app/stats/stats.c
(modified)
(
view diffs
)
uspace/app/taskdump/taskdump.c
(modified)
(
view diffs
)
uspace/app/tester/Makefile
(modified)
(
view diffs
)
uspace/app/tester/ext2/ext2_1.c
(added)
uspace/app/tester/ext2/ext2_1.def
(added)
uspace/app/tester/float/softfloat1.c
(modified)
(
view diffs
)
uspace/app/tester/mm/common.c
(modified)
(
view diffs
)
uspace/app/tester/mm/common.h
(modified)
(
view diffs
)
uspace/app/tester/mm/mapping1.c
(modified)
(
view diffs
)
uspace/app/tester/print/print5.def
(modified)
(
view diffs
)
uspace/app/tester/print/print6.c
(deleted)
uspace/app/tester/print/print6.def
(deleted)
uspace/app/tester/tester.c
(modified)
(
view diffs
)
uspace/app/tester/tester.h
(modified)
(
view diffs
)
uspace/app/tetris/screen.c
(modified)
(
view diffs
)
uspace/app/tetris/screen.h
(modified)
(
view diffs
)
uspace/app/trace/trace.c
(modified)
(
view diffs
)
uspace/app/usbinfo/desctree.c
(modified)
(
view diffs
)
uspace/app/usbinfo/dump.c
(modified)
(
view diffs
)
uspace/app/usbinfo/list.c
(modified)
(
view diffs
)
uspace/app/usbinfo/main.c
(modified)
(
view diffs
)
uspace/app/vdemo/vdemo.c
(modified)
(
view diffs
)
uspace/app/vlaunch/vlaunch.c
(modified)
(
view diffs
)
uspace/app/vterm/vterm.c
(modified)
(
view diffs
)
uspace/app/websrv/websrv.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/edit.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/sheet.h
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/screen.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/screen.h
(modified)
(
view diffs
)
uspace/drv/bus/isa/i8237.c
(modified)
(
view diffs
)
uspace/drv/bus/isa/isa.c
(modified)
(
view diffs
)
uspace/drv/bus/pci/pciintel/pci.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/ehci.ma
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci.ma
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci_regs.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hc.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hc.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhcirh/port.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/generic/hiddev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/usbhid.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/port.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/status.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/usbhub.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmast/bo_trans.c
(modified)
(
view diffs
)
uspace/drv/char/i8042/i8042.c
(modified)
(
view diffs
)
uspace/drv/char/ns8250/ns8250.c
(modified)
(
view diffs
)
uspace/drv/char/ps2mouse/ps2mouse.c
(modified)
(
view diffs
)
uspace/drv/fb/amdm37x_dispc/Makefile
(deleted)
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
(deleted)
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h
(deleted)
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma
(deleted)
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h
(deleted)
uspace/drv/fb/amdm37x_dispc/main.c
(deleted)
uspace/drv/fb/kfb/port.c
(modified)
(
view diffs
)
uspace/drv/infrastructure/root/root.c
(modified)
(
view diffs
)
uspace/drv/infrastructure/rootamdm37x/Makefile
(deleted)
uspace/drv/infrastructure/rootamdm37x/amdm37x.c
(deleted)
uspace/drv/infrastructure/rootamdm37x/amdm37x.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/core.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/iva2.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/mpu.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/cm/usbhost.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c
(deleted)
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma
(deleted)
uspace/drv/infrastructure/rootamdm37x/uhh.h
(deleted)
uspace/drv/infrastructure/rootamdm37x/usbtll.h
(deleted)
uspace/drv/infrastructure/rootpc/rootpc.c
(modified)
(
view diffs
)
uspace/drv/nic/e1k/e1k.c
(modified)
(
view diffs
)
uspace/drv/nic/ne2k/dp8390.c
(modified)
(
view diffs
)
uspace/drv/nic/rtl8139/defs.h
(modified)
(
view diffs
)
uspace/drv/nic/rtl8139/driver.c
(modified)
(
view diffs
)
uspace/drv/time/cmos-rtc/cmos-rtc.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/helenos/common.h
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/atomic.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/entryjmp.c
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/fibril.c
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/atomic.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/cp15.h
(deleted)
uspace/lib/c/arch/arm32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/ddi.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/mips64/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/mips64/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/generic/adt/list.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ddi.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devman.c
(modified)
(
view diffs
)
uspace/lib/c/generic/double_to_str.c
(deleted)
uspace/lib/c/generic/fibril.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ieee_double.c
(deleted)
uspace/lib/c/generic/io/chargrid.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/klog.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/printf_core.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/window.c
(modified)
(
view diffs
)
uspace/lib/c/generic/loc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/malloc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/pio_trace.c
(deleted)
uspace/lib/c/generic/power_of_ten.c
(deleted)
uspace/lib/c/generic/private/async.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/power_of_ten.h
(deleted)
uspace/lib/c/generic/stack.c
(deleted)
uspace/lib/c/generic/stdlib.c
(modified)
(
view diffs
)
uspace/lib/c/generic/sysinfo.c
(modified)
(
view diffs
)
uspace/lib/c/generic/thread.c
(modified)
(
view diffs
)
uspace/lib/c/generic/time.c
(modified)
(
view diffs
)
uspace/lib/c/generic/tls.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/hash_table.h
(modified)
(
view diffs
)
uspace/lib/c/include/async.h
(modified)
(
view diffs
)
uspace/lib/c/include/atomicdflt.h
(modified)
(
view diffs
)
uspace/lib/c/include/bd_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/bool.h
(added)
uspace/lib/c/include/cfg.h
(modified)
(
view diffs
)
uspace/lib/c/include/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/include/device/hw_res.h
(modified)
(
view diffs
)
uspace/lib/c/include/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/double_to_str.h
(deleted)
uspace/lib/c/include/fibril_synch.h
(modified)
(
view diffs
)
uspace/lib/c/include/ieee_double.h
(deleted)
uspace/lib/c/include/inet/iplink_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/charfield.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/con_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/console.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/klog.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/pixel.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/pixelmap.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/window.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/vfs.h
(modified)
(
view diffs
)
uspace/lib/c/include/loc.h
(modified)
(
view diffs
)
uspace/lib/c/include/macros.h
(modified)
(
view diffs
)
uspace/lib/c/include/nic/nic.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/dynamic.h
(modified)
(
view diffs
)
uspace/lib/c/include/sort.h
(modified)
(
view diffs
)
uspace/lib/c/include/stack.h
(deleted)
uspace/lib/c/include/stacktrace.h
(modified)
(
view diffs
)
uspace/lib/c/include/stats.h
(modified)
(
view diffs
)
uspace/lib/c/include/stdbool.h
(deleted)
uspace/lib/c/include/stdio.h
(modified)
(
view diffs
)
uspace/lib/c/include/str.h
(modified)
(
view diffs
)
uspace/lib/c/include/sys/stat.h
(modified)
(
view diffs
)
uspace/lib/c/include/sysinfo.h
(modified)
(
view diffs
)
uspace/lib/c/include/tls.h
(modified)
(
view diffs
)
uspace/lib/clui/tinput.c
(modified)
(
view diffs
)
uspace/lib/draw/codec/tga.c
(modified)
(
view diffs
)
uspace/lib/draw/drawctx.c
(modified)
(
view diffs
)
uspace/lib/draw/drawctx.h
(modified)
(
view diffs
)
uspace/lib/draw/path.c
(modified)
(
view diffs
)
uspace/lib/draw/source.c
(modified)
(
view diffs
)
uspace/lib/draw/source.h
(modified)
(
view diffs
)
uspace/lib/draw/surface.c
(modified)
(
view diffs
)
uspace/lib/draw/surface.h
(modified)
(
view diffs
)
uspace/lib/drv/generic/driver.c
(modified)
(
view diffs
)
uspace/lib/drv/include/ddf/log.h
(modified)
(
view diffs
)
uspace/lib/drv/include/usbhc_iface.h
(modified)
(
view diffs
)
uspace/lib/ext2/Makefile
(added)
uspace/lib/ext2/libext2.h
(added)
uspace/lib/ext2/libext2_block_group.c
(added)
uspace/lib/ext2/libext2_block_group.h
(added)
uspace/lib/ext2/libext2_directory.c
(added)
uspace/lib/ext2/libext2_directory.h
(added)
uspace/lib/ext2/libext2_filesystem.c
(added)
uspace/lib/ext2/libext2_filesystem.h
(added)
uspace/lib/ext2/libext2_inode.c
(added)
uspace/lib/ext2/libext2_inode.h
(added)
uspace/lib/ext2/libext2_superblock.c
(added)
uspace/lib/ext2/libext2_superblock.h
(added)
uspace/lib/ext4/libext4_block_group.c
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_block_group.h
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_directory.c
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_directory.h
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_filesystem.c
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_filesystem.h
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_inode.c
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_inode.h
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_superblock.c
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_superblock.h
(modified)
(
view diffs
)
uspace/lib/ext4/libext4_types.h
(modified)
(
view diffs
)
uspace/lib/graph/graph.h
(modified)
(
view diffs
)
uspace/lib/gui/minimal.h
(modified)
(
view diffs
)
uspace/lib/gui/terminal.c
(modified)
(
view diffs
)
uspace/lib/gui/window.c
(modified)
(
view diffs
)
uspace/lib/gui/window.h
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_addr_db.c
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_rx_control.c
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/stdbool.h
(added)
uspace/lib/posix/source/fnmatch.c
(modified)
(
view diffs
)
uspace/lib/posix/source/pwd.c
(modified)
(
view diffs
)
uspace/lib/posix/source/stdio.c
(modified)
(
view diffs
)
uspace/lib/posix/source/stdio/scanf.c
(modified)
(
view diffs
)
uspace/lib/posix/source/stdlib/strtold.c
(modified)
(
view diffs
)
uspace/lib/posix/source/time.c
(modified)
(
view diffs
)
uspace/lib/softfloat/common.c
(modified)
(
view diffs
)
uspace/lib/softrend/filter.c
(modified)
(
view diffs
)
uspace/lib/softrend/filter.h
(modified)
(
view diffs
)
uspace/lib/softrend/pixconv.h
(modified)
(
view diffs
)
uspace/lib/softrend/rectangle.h
(modified)
(
view diffs
)
uspace/lib/softrend/transform.c
(modified)
(
view diffs
)
uspace/lib/softrend/transform.h
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/hc.h
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/usb.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/request.h
(modified)
(
view diffs
)
uspace/lib/usbdev/src/dp.c
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/endpoint.h
(modified)
(
view diffs
)
uspace/lib/usbhost/src/usb_endpoint_manager.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/include/usbvirt/ipc.h
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/file_bd/file_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/gxe_bd/gxe_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/part/guid_part/guid_part.c
(modified)
(
view diffs
)
uspace/srv/bd/part/mbr_part/mbr_part.c
(modified)
(
view diffs
)
uspace/srv/bd/rd/rd.c
(modified)
(
view diffs
)
uspace/srv/clipboard/clipboard.c
(modified)
(
view diffs
)
uspace/srv/devman/devman.h
(modified)
(
view diffs
)
uspace/srv/devman/main.c
(modified)
(
view diffs
)
uspace/srv/fs/cdfs/cdfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/cdfs/cdfs_ops.h
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat.h
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_dentry.h
(modified)
(
view diffs
)
uspace/srv/fs/ext2fs/Makefile
(added)
uspace/srv/fs/ext2fs/ext2fs.c
(added)
uspace/srv/fs/ext2fs/ext2fs.h
(added)
uspace/srv/fs/ext2fs/ext2fs_ops.c
(added)
uspace/srv/fs/ext4fs/ext4fs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_dentry.h
(modified)
(
view diffs
)
uspace/srv/fs/locfs/locfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/locfs/locfs_ops.h
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs.h
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf.h
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_cksum.h
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_idx.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_osta.h
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_types.h
(modified)
(
view diffs
)
uspace/srv/hid/compositor/compositor.c
(modified)
(
view diffs
)
uspace/srv/hid/compositor/compositor.h
(modified)
(
view diffs
)
uspace/srv/hid/input/Makefile
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/kbdev.c
(modified)
(
view diffs
)
uspace/srv/hid/input/input.c
(modified)
(
view diffs
)
uspace/srv/hid/input/input.h
(modified)
(
view diffs
)
uspace/srv/hid/input/layout.h
(modified)
(
view diffs
)
uspace/srv/hid/input/layout/ar.c
(deleted)
uspace/srv/hid/input/layout/cz.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/niagara.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/pl050.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/ski.c
(modified)
(
view diffs
)
uspace/srv/hid/input/proto/adb.c
(modified)
(
view diffs
)
uspace/srv/hid/output/output.h
(modified)
(
view diffs
)
uspace/srv/hid/output/port/ega.c
(modified)
(
view diffs
)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
(modified)
(
view diffs
)
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
(modified)
(
view diffs
)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
(modified)
(
view diffs
)
uspace/srv/hw/irc/apic/apic.c
(modified)
(
view diffs
)
uspace/srv/hw/irc/i8259/i8259.c
(modified)
(
view diffs
)
uspace/srv/hw/irc/obio/obio.c
(modified)
(
view diffs
)
uspace/srv/loader/main.c
(modified)
(
view diffs
)
uspace/srv/locsrv/locsrv.c
(modified)
(
view diffs
)
uspace/srv/logger/initlvl.c
(modified)
(
view diffs
)
uspace/srv/logger/logger.h
(modified)
(
view diffs
)
uspace/srv/net/ethip/ethip_nic.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inet_link.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inetsrv.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/conn.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/conn.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/seq_no.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/tcp_type.h
(modified)
(
view diffs
)
uspace/srv/net/udp/assoc.c
(modified)
(
view diffs
)
uspace/srv/ns/clonable.c
(modified)
(
view diffs
)
uspace/srv/ns/clonable.h
(modified)
(
view diffs
)
uspace/srv/ns/task.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_file.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_lookup.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_register.c
(modified)
(
view diffs
)
version
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (5.5 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive