Changes in / [a1d7b4b:22a8a9b] in mainline
- Files:
-
- 10 added
- 42 deleted
- 67 edited
-
boot/arch/arm32/Makefile.inc (modified) (view diffs)
-
boot/arch/arm32/src/asm.S (modified) (view diffs)
-
boot/arch/arm32/src/eabi.S (added)
-
boot/arch/mips32/src/Makefile (modified) (view diffs)
-
boot/arch/mips32/src/Makefile.build (modified) (view diffs)
-
boot/arch/mips32/src/Makefile.toolchain (modified) (view diffs)
-
boot/genarch/include/division.h (modified) (view diffs)
-
boot/genarch/src/division.c (modified) (view diffs)
-
boot/generic/src/str.c (modified) (view diffs)
-
boot/grub.pc/stage2_eltorito (deleted)
-
kernel/arch/arm32/Makefile.inc (modified) (view diffs)
-
kernel/arch/arm32/src/eabi.S (added)
-
kernel/arch/arm32/src/mach/testarm/testarm.c (modified) (view diffs)
-
kernel/genarch/include/softint/division.h (modified) (view diffs)
-
kernel/genarch/include/softint/multiplication.h (modified) (view diffs)
-
kernel/genarch/src/softint/division.c (modified) (view diffs)
-
kernel/genarch/src/softint/multiplication.c (modified) (view diffs)
-
kernel/generic/src/console/console.c (modified) (view diffs)
-
kernel/generic/src/lib/str.c (modified) (view diffs)
-
tools/autotool.py (modified) (view diffs)
-
tools/imgutil.py (modified) (view diffs)
-
tools/mkfat.py (modified) (view diffs)
-
tools/toolchain.sh (modified) (view diffs)
-
uspace/Makefile.common (modified) (view diffs)
-
uspace/app/binutils/Makefile (modified) (view diffs)
-
uspace/app/netstart/self_test.c (added)
-
uspace/app/netstart/self_test.h (added)
-
uspace/app/sbi/src/run_texpr.c (modified) (view diffs)
-
uspace/app/tester/fault/fault2.c (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/main.c (modified) (view diffs)
-
uspace/drv/bus/usb/ehci/pci.c (deleted)
-
uspace/drv/bus/usb/ehci/pci.h (deleted)
-
uspace/drv/bus/usb/ehci/res.c (added)
-
uspace/drv/bus/usb/ehci/res.h (added)
-
uspace/drv/bus/usb/ohci/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/ohci.c (modified) (view diffs)
-
uspace/drv/bus/usb/ohci/pci.c (deleted)
-
uspace/drv/bus/usb/ohci/pci.h (deleted)
-
uspace/drv/bus/usb/ohci/res.c (added)
-
uspace/drv/bus/usb/ohci/res.h (added)
-
uspace/drv/bus/usb/uhci/Makefile (modified) (view diffs)
-
uspace/drv/bus/usb/uhci/pci.c (deleted)
-
uspace/drv/bus/usb/uhci/pci.h (deleted)
-
uspace/drv/bus/usb/uhci/res.c (added)
-
uspace/drv/bus/usb/uhci/res.h (added)
-
uspace/drv/bus/usb/uhci/uhci.c (modified) (view diffs)
-
uspace/lib/c/Makefile.toolchain (deleted)
-
uspace/lib/c/arch/amd64/include/limits.h (deleted)
-
uspace/lib/c/arch/arm32/Makefile.common (modified) (view diffs)
-
uspace/lib/c/arch/arm32/include/limits.h (deleted)
-
uspace/lib/c/arch/arm32/src/eabi.S (modified) (view diffs)
-
uspace/lib/c/arch/ia32/include/limits.h (deleted)
-
uspace/lib/c/arch/ia64/include/limits.h (deleted)
-
uspace/lib/c/arch/mips32/include/limits.h (deleted)
-
uspace/lib/c/arch/mips32eb/include/limits.h (deleted)
-
uspace/lib/c/arch/ppc32/include/limits.h (deleted)
-
uspace/lib/c/arch/sparc64/include/limits.h (deleted)
-
uspace/lib/c/generic/async.c (modified) (view diffs)
-
uspace/lib/c/generic/fibril_synch.c (modified) (view diffs)
-
uspace/lib/c/generic/private/async.h (modified) (view diffs)
-
uspace/lib/c/generic/str.c (modified) (view diffs)
-
uspace/lib/c/include/async.h (modified) (view diffs)
-
uspace/lib/c/include/limits.h (deleted)
-
uspace/lib/libpci/Makefile.build (deleted)
-
uspace/lib/libpci/Makefile.common (deleted)
-
uspace/lib/packet/include/net_byteorder.h (deleted)
-
uspace/lib/packet/include/net_err.h (deleted)
-
uspace/lib/packet/include/socket_errno.h (deleted)
-
uspace/lib/softfloat/Makefile (modified) (view diffs)
-
uspace/lib/softfloat/arch/abs32le/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/amd64/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/arm32/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/ia32/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/ia64/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/mips32/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/mips32eb/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/mips64/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/ppc32/include/functions.h (deleted)
-
uspace/lib/softfloat/arch/sparc64/include/functions.h (deleted)
-
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/conversion.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/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/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/generic/division.c (modified) (view diffs)
-
uspace/lib/softint/include/comparison.h (modified) (view diffs)
-
uspace/lib/softint/include/division.h (modified) (view diffs)
-
uspace/lib/softint/include/lltype.h (modified) (view diffs)
-
uspace/lib/softint/include/multiplication.h (modified) (view diffs)
-
uspace/lib/softint/include/shift.h (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_fat.c (modified) (view diffs)
-
uspace/srv/hid/fb/port/ega.c (modified) (view diffs)
-
uspace/srv/hid/fb/port/kchar.c (modified) (view diffs)
-
uspace/srv/hid/fb/port/kfb.c (modified) (view diffs)
-
uspace/srv/hid/fb/port/niagara.c (modified) (view diffs)
-
uspace/srv/hid/input/include/sun.h (deleted)
-
uspace/srv/hid/input/port/dummy.c (deleted)
-
uspace/srv/hid/input/port/sgcn.c (deleted)
-
uspace/srv/hid/input/port/sun.c (deleted)
-
uspace/srv/hid/input/port/z8530.c (deleted)
-
uspace/srv/hid/kbd/port/i8042.h (deleted)
-
uspace/srv/hw/netif/ne2000/dp8390_drv.h (deleted)
-
uspace/srv/hw/netif/ne2000/dp8390_port.h (deleted)
-
uspace/srv/hw/netif/ne2000/local.h (deleted)
-
uspace/srv/hw/netif/ne2000/ne2000.h (deleted)
Note:
See TracChangeset
for help on using the changeset viewer.
