# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T17:42:46Z Sun, 08 Apr 2012 09:09:57 GMT Frantisek Princ [6f41312] * uspace/lib/ext4/libext4_extent.c (modified) error handling TODOs done Sun, 08 Apr 2012 09:02:16 GMT Frantisek Princ [1196df6] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) extents: hotfix with writing to an existing empty file Sun, 08 Apr 2012 08:07:21 GMT Frantisek Princ [3b5c119] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/eabi.S (added) * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/eabi.S (added) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/include/softint/multiplication.h (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/src/lib/str.c (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/app/binutils/Makefile (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/pci.c (deleted) * uspace/drv/bus/usb/ehci/res.c (added) * uspace/drv/bus/usb/ehci/res.h (moved) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/softfloat/Makefile (modified) * 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) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/comparison.h (modified) * uspace/lib/softint/include/division.h (modified) * uspace/lib/softint/include/lltype.h (modified) * uspace/lib/softint/include/multiplication.h (modified) * uspace/lib/softint/include/shift.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/hid/fb/port/ega.c (modified) * uspace/srv/hid/fb/port/kchar.c (modified) * uspace/srv/hid/fb/port/kfb.c (modified) * uspace/srv/hid/fb/port/niagara.c (modified) Merge with mainline Sun, 08 Apr 2012 05:53:34 GMT Jan Vesely [f3378ba] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/pci.c (deleted) * uspace/drv/bus/usb/ehci/res.c (added) * uspace/drv/bus/usb/ehci/res.h (moved) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) USB HC: Minor fixes, cleanup, and refactoring. Tested on qemu,vbox, ... Sun, 08 Apr 2012 05:19:48 GMT Jan Vesely [5b7ba8d] * uspace/drv/bus/usb/ehci/res.c (modified) ehci: Add few debug messages and fix typos. Sun, 08 Apr 2012 05:17:27 GMT Jan Vesely [6e5369b] * uspace/drv/bus/usb/ehci/res.c (modified) ehci: Move handling of extended capabilities to a separate function. Sun, 08 Apr 2012 05:15:13 GMT Jan Vesely [6c76e75] * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) ohci: Fix hcca_t structure. The structure was not 256B, looks like ... Sun, 08 Apr 2012 05:13:39 GMT Jan Vesely [795448f] * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/res.c (moved) * uspace/drv/bus/usb/uhci/res.h (moved) * uspace/drv/bus/usb/uhci/uhci.c (modified) uhci: cleanup and rename pci_* helper functions. The functions are ... Sun, 08 Apr 2012 05:11:25 GMT Jan Vesely [dcffe95] * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (moved) * uspace/drv/bus/usb/ehci/res.h (moved) ehci: cleanup and rename pci_* helper functions. The functions are ... Sun, 08 Apr 2012 05:09:38 GMT Jan Vesely [44c1a48] * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (moved) * uspace/drv/bus/usb/ohci/res.h (moved) ohci: Rename and cleanup pci_* functions and files. They are not ... Sat, 07 Apr 2012 17:56:35 GMT Martin Decky [41455a22] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/eabi.S (added) * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/eabi.S (added) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/include/softint/multiplication.h (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/src/lib/str.c (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/app/binutils/Makefile (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/softfloat/Makefile (modified) * 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) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/comparison.h (modified) * uspace/lib/softint/include/division.h (modified) * uspace/lib/softint/include/lltype.h (modified) * uspace/lib/softint/include/multiplication.h (modified) * uspace/lib/softint/include/shift.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/hid/fb/port/ega.c (modified) * uspace/srv/hid/fb/port/kchar.c (modified) * uspace/srv/hid/fb/port/kfb.c (modified) * uspace/srv/hid/fb/port/niagara.c (modified) merge GCC 4.7.0 bump and related changes Sat, 07 Apr 2012 17:55:10 GMT Martin Decky [88d5c1e] * uspace/lib/softfloat/Makefile (modified) * 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) * uspace/lib/softfloat/generic/common.c (modified) * uspace/lib/softfloat/generic/comparison.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softfloat/generic/div.c (modified) * uspace/lib/softfloat/generic/mul.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/generic/sub.c (modified) * uspace/lib/softfloat/include/add.h (modified) * uspace/lib/softfloat/include/common.h (modified) * uspace/lib/softfloat/include/comparison.h (modified) * uspace/lib/softfloat/include/conversion.h (modified) * uspace/lib/softfloat/include/div.h (modified) * uspace/lib/softfloat/include/mul.h (modified) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softfloat/include/sub.h (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/comparison.h (modified) * uspace/lib/softint/include/division.h (modified) * uspace/lib/softint/include/lltype.h (modified) * uspace/lib/softint/include/multiplication.h (modified) * uspace/lib/softint/include/shift.h (modified) softfloat redesign * avoid hardwired type sizes, actual sizes are ... Sat, 07 Apr 2012 17:51:50 GMT Martin Decky [8bcd727] * uspace/Makefile.common (modified) cstyle Sat, 07 Apr 2012 17:51:29 GMT Martin Decky [446ac2a] * uspace/srv/hid/fb/port/ega.c (modified) * uspace/srv/hid/fb/port/kchar.c (modified) * uspace/srv/hid/fb/port/niagara.c (modified) avoid compiler warning Sat, 07 Apr 2012 17:50:49 GMT Martin Decky [c7afcba7] * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/include/softint/multiplication.h (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) unification and cstyle Sat, 07 Apr 2012 17:49:43 GMT Martin Decky [8e893ae] * boot/generic/src/str.c (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) avoid comparison with 0 if the type is unsigned Sat, 07 Apr 2012 17:49:01 GMT Martin Decky [a4a0f1d] * tools/autotool.py (modified) detect sizes and signness of types Sat, 07 Apr 2012 17:47:51 GMT Martin Decky [4ceef572] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/eabi.S (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/eabi.h (deleted) * kernel/arch/arm32/src/eabi.S (added) * kernel/arch/arm32/src/eabi.c (deleted) * uspace/lib/c/arch/arm32/src/eabi.S (modified) rework ARM EABI support Sat, 07 Apr 2012 14:41:19 GMT Frantisek Princ [ce6de59] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) First part -> allocating first block to extent (not for extent with ... Sat, 07 Apr 2012 13:22:50 GMT Frantisek Princ [5b16912] * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) Moved append block function because of more common usage in the next ... Sat, 07 Apr 2012 13:07:25 GMT Frantisek Princ [c6a44a3] * uspace/lib/ext4/libext4_balloc.c (modified) Missing variable declaration Sat, 07 Apr 2012 12:59:12 GMT Frantisek Princ [f3676f3c] * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.html (moved) * uspace/dist/data/web/foo.html (moved) * uspace/dist/data/web/index.html (moved) Merge with mainline Sat, 07 Apr 2012 12:37:01 GMT Martin Decky [aaa77ba0] * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/hid/fb/port/kfb.c (modified) silence compiler warnings Sat, 07 Apr 2012 12:34:56 GMT Martin Decky [956a22c] * uspace/app/binutils/Makefile (modified) switch to ARM EABI Sat, 07 Apr 2012 12:34:19 GMT Martin Decky [5a6a42f] * boot/genarch/include/division.h (modified) * boot/genarch/src/division.c (modified) * kernel/genarch/include/softint/division.h (modified) * kernel/genarch/src/softint/division.c (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/include/division.h (modified) unify softint cstyle add __udivmodsi3 Sat, 07 Apr 2012 12:31:59 GMT Martin Decky [df955955] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/eabi.h (added) * kernel/arch/arm32/src/eabi.c (added) add EABI bindings Sat, 07 Apr 2012 12:29:54 GMT Martin Decky [2385952] * tools/toolchain.sh (modified) bump GCC to 4.7.0 (no longer distributed in separate packages) ... Thu, 05 Apr 2012 22:42:51 GMT Jiri Svoboda [6bb169b5] * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.html (moved) * uspace/dist/data/web/foo.html (moved) * uspace/dist/data/web/index.html (moved) We can now use .html extension. Thu, 05 Apr 2012 19:59:53 GMT Frantisek Princ [adf4f13] * uspace/drv/char/ns8250/ns8250.c (modified) Merge with mainline Thu, 05 Apr 2012 19:49:24 GMT Jakub Jermar [c7235d40] * uspace/drv/char/ns8250/ns8250.c (modified) Replace ns8250.c magic numbers with structured register definitions. Thu, 05 Apr 2012 19:44:21 GMT Jakub Jermar [84c89718] * uspace/drv/char/ns8250/ns8250.c (modified) Make ns8250_write() return the number of bytes written. Thu, 05 Apr 2012 17:49:29 GMT Frantisek Princ [3e2952b] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) more debugged version of releasing file/dir using extent Wed, 04 Apr 2012 19:17:31 GMT Frantisek Princ [9c2d19d] * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) Merge with mainline Wed, 04 Apr 2012 19:17:05 GMT Frantisek Princ [5b0a3946] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) developement version of releasing more complex extent tree with ... Wed, 04 Apr 2012 18:53:45 GMT Frantisek Princ [e7ed26be] * uspace/lib/ext4/libext4_bitmap.c (modified) bugfix - when releasing less than 8 blocks, assertion fails Wed, 04 Apr 2012 18:05:46 GMT Frantisek Princ [662bd71] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_bitmap.h (modified) added support for releasing more blocks in one operation Wed, 04 Apr 2012 18:04:17 GMT Jiri Svoboda [e882e3a] * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) Remove include of devman.h where not needed. Wed, 04 Apr 2012 18:03:04 GMT Frantisek Princ [81092ce] * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_types.h (modified) fixed bug with block group flags Wed, 04 Apr 2012 17:25:49 GMT Jiri Svoboda [e80188f] * uspace/app/tester/hw/serial/serial1.c (modified) tester/serial1 should not include devman.h Wed, 04 Apr 2012 17:13:45 GMT Jiri Svoboda [aa91105] * uspace/app/sportdmp/sportdmp.c (modified) sportdmp should not incude devman.h Tue, 03 Apr 2012 14:09:38 GMT Frantisek Princ [d3ee35b] * tools/check.sh (modified) * tools/mkfat.py (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) Merge with mainline Tue, 03 Apr 2012 14:09:06 GMT Frantisek Princ [001307cf] * uspace/lib/ext4/libext4_extent.c (modified) releasing also index blocks Sun, 01 Apr 2012 18:44:23 GMT Vojtech Horky [abb8737] * tools/check.sh (modified) * tools/mkfat.py (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) Merge improvemens from GSOC12 "how-do-you-do period" Sun, 01 Apr 2012 18:35:37 GMT Frantisek Princ [0d4db0f] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) function for release data block (last) from extent, actually without ... Sat, 31 Mar 2012 20:00:42 GMT Frantisek Princ [a2fa350] * boot/Makefile.build (modified) * boot/generic/src/version.c (modified) * kernel/Makefile (modified) * kernel/generic/src/main/version.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/version.c (modified) * version (modified) Merge with mainline Sat, 31 Mar 2012 20:00:15 GMT Frantisek Princ [1ac1ab4] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) simplied headers of more functions, improved bg_ref and inode_ref ... Fri, 30 Mar 2012 17:39:25 GMT Jiri Svoboda [d9faae91] * boot/Makefile.build (modified) * boot/generic/src/version.c (modified) * kernel/Makefile (modified) * kernel/generic/src/main/version.c (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/version.c (modified) * version (modified) Consolidate and update copyright banners. Fri, 30 Mar 2012 06:56:10 GMT Frantisek Princ [38384ae] * boot/arch/ia64/src/main.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) Merge with mainline Fri, 30 Mar 2012 06:31:43 GMT Vojtech Horky [ec351c3] * tools/check.sh (modified) check.sh: pass through all arguments Thu, 29 Mar 2012 21:41:34 GMT Jakub Jermar [bb1b44e] * boot/arch/ia64/src/main.c (modified) Make sure to run inflate() on non-overlapping source and destination ... Thu, 29 Mar 2012 21:41:07 GMT Jakub Jermar [b31f735] * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) Add memmove() to boot. Thu, 29 Mar 2012 11:11:32 GMT Frantisek Princ [fffb061] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) find extent procedure with path saving (it's slow), for loading block ... Thu, 29 Mar 2012 07:56:17 GMT Vojtech Horky [a9a6d8d] * tools/mkfat.py (modified) Support for LFN in mkfat.py utility (#400) mkfat.py is now able to ... Tue, 27 Mar 2012 13:13:06 GMT Vojtech Horky [cc9f314] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) Implement head and tail functionality in bdsh/cat (thx Taylor ... Mon, 26 Mar 2012 09:42:16 GMT Frantisek Princ [47faec1] * uspace/lib/ext4/libext4_extent.c (modified) introduced binary search in extent index node Mon, 26 Mar 2012 06:57:19 GMT Frantisek Princ [9463b245] * contrib/conf/mips32-gx.sh (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) Merge with mainline Mon, 26 Mar 2012 06:57:04 GMT Frantisek Princ [30ac3c3] * uspace/lib/ext4/libext4_extent.c (modified) some debugging modifications, not yet completely debugged binary ... Sun, 25 Mar 2012 19:42:07 GMT Jakub Jermar [9bdf1f2a] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) No need to be conforming to Unix ls especially when 'r' is unused in ... Sun, 25 Mar 2012 19:37:49 GMT Jakub Jermar [2249e16] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) Merge from lp:~vivek-cs-iitr/helenos/ls. Sun, 25 Mar 2012 18:46:13 GMT Vivek Prakash [4567b31c] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) add -R (--recursive) option to 'ls' command Sun, 25 Mar 2012 17:42:12 GMT Martin Sucha [e0fe4ab] * contrib/conf/mips32-gx.sh (modified) Update machine type in GXemul launcher script for mips32 Sat, 24 Mar 2012 20:01:34 GMT Frantisek Princ [6514d1f] * kernel/generic/include/str.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/bdsh/cmds/modules/touch/entry.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch_def.h (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/usb/src/dev.c (modified) Merge with mainline Thu, 22 Mar 2012 10:30:51 GMT Martin Decky [059a8e4] * kernel/generic/include/str.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/usb/src/dev.c (modified) rename str_uint64() to str_uint64_t() for better consistency with the ... Wed, 21 Mar 2012 14:17:46 GMT Martin Decky [971cc0cc] * uspace/app/bdsh/cmds/modules/touch/entry.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch_def.h (modified) improve the 'touch' command (based on a patch by Vivek Prakash) * ... Tue, 20 Mar 2012 20:33:44 GMT Frantisek Princ [a4419e7] * uspace/lib/ext4/libext4_extent.c (modified) binary search for extent (not for extent index !!!) Tue, 20 Mar 2012 20:22:19 GMT Frantisek Princ [9104bb5] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) changes according to reading inode data with extent Mon, 19 Mar 2012 18:52:59 GMT Frantisek Princ [cd581120] * kernel/arch/ppc32/src/ppc32.c (modified) Merge with mainline Sun, 18 Mar 2012 23:06:05 GMT Martin Sucha [2e533d6f] * kernel/arch/ppc32/src/ppc32.c (modified) Use correct visuals on ppc32 Sun, 18 Mar 2012 15:54:09 GMT Frantisek Princ [b191acae] * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) renamed some functions because of naming convention Fri, 16 Mar 2012 20:32:13 GMT Frantisek Princ [96598b8] * kernel/arch/amd64/include/context.h (modified) * kernel/arch/arm32/include/context.h (modified) * kernel/arch/ia64/include/context.h (modified) * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/include/context.h (modified) * kernel/arch/mips64/include/stack.h (modified) * kernel/arch/mips64/src/start.S (modified) * kernel/arch/sparc64/include/context.h (modified) * kernel/generic/include/context.h (modified) * tools/toolchain.sh (modified) * uspace/lib/c/arch/amd64/include/fibril.h (modified) * uspace/lib/c/arch/arm32/include/fibril.h (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/atomic.h (modified) * uspace/lib/c/arch/mips32/include/config.h (modified) * uspace/lib/c/arch/mips32/include/faddr.h (modified) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/stack.h (added) * uspace/lib/c/arch/mips32/src/entry.S (moved) * uspace/lib/c/arch/mips32/src/entryjmp.S (moved) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/stack.h (added) * uspace/lib/c/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips64/include/fibril.h (modified) * uspace/lib/c/arch/mips64/include/stack.h (added) * uspace/lib/c/arch/mips64/src/entry.S (moved) * uspace/lib/c/arch/mips64/src/entryjmp.S (moved) * uspace/lib/c/arch/mips64/src/thread_entry.S (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/fibril.h (modified) * uspace/lib/c/include/fibril.h (modified) Merge with mainline Wed, 14 Mar 2012 15:47:31 GMT Martin Decky [145d16f8] * tools/toolchain.sh (modified) bump GCC to 4.6.3, binutils to 2.22, GDB to 7.4 Tue, 13 Mar 2012 15:24:09 GMT Frantisek Princ [53d5278] * kernel/generic/src/mm/frame.c (modified) Merge with mainline Tue, 13 Mar 2012 15:23:11 GMT Martin Decky [6d123b3] * kernel/arch/mips32/include/context.h (modified) * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/mips64/include/context.h (modified) * kernel/arch/mips64/include/stack.h (modified) * kernel/arch/mips64/src/start.S (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/fibril.h (modified) * uspace/lib/c/arch/mips32/include/stack.h (added) * uspace/lib/c/arch/mips32/src/entry.S (moved) * uspace/lib/c/arch/mips32/src/entryjmp.S (moved) * uspace/lib/c/arch/mips32/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/stack.h (added) * uspace/lib/c/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips64/include/fibril.h (modified) * uspace/lib/c/arch/mips64/include/stack.h (added) * uspace/lib/c/arch/mips64/src/entry.S (moved) * uspace/lib/c/arch/mips64/src/entryjmp.S (moved) * uspace/lib/c/arch/mips64/src/thread_entry.S (moved) respect the o32 ABI when calling C functions from assembler and ... Tue, 13 Mar 2012 14:50:59 GMT Martin Decky [df366b5e] * uspace/lib/c/arch/mips32/src/fibril.S (modified) cstyle Tue, 13 Mar 2012 14:08:45 GMT Martin Decky [a69cb9a] * uspace/lib/c/arch/mips32/src/syscall.c (modified) cstyle Tue, 13 Mar 2012 13:33:58 GMT Martin Decky [34f0448] * uspace/lib/c/arch/mips32/include/atomic.h (modified) cstyle Tue, 13 Mar 2012 13:29:09 GMT Martin Decky [8df9290] * uspace/lib/c/arch/mips32/src/fibril.S (modified) cstyle Tue, 13 Mar 2012 12:54:23 GMT Martin Decky [78a9e5ab] * uspace/lib/c/arch/mips32/include/config.h (modified) cstyle Tue, 13 Mar 2012 12:53:58 GMT Martin Decky [b74e5893] * uspace/lib/c/arch/mips32/include/faddr.h (modified) cstyle Tue, 13 Mar 2012 12:51:01 GMT Martin Decky [c87562ca] * kernel/arch/sparc64/include/context.h (modified) * uspace/lib/c/arch/sparc64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:46:52 GMT Martin Decky [8426a44d] * uspace/lib/c/arch/ppc32/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:41:11 GMT Martin Decky [9971ea7f] * kernel/arch/ia64/include/context.h (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 12:23:43 GMT Martin Decky [9318afa] * kernel/arch/arm32/include/context.h (modified) * uspace/lib/c/arch/arm32/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 11:54:36 GMT Martin Decky [089246ce] * kernel/arch/amd64/include/context.h (modified) * uspace/lib/c/arch/amd64/include/fibril.h (modified) cstyle (no change in functionality) Tue, 13 Mar 2012 11:53:58 GMT Martin Decky [9dae3e97] * kernel/generic/include/context.h (modified) * uspace/lib/c/arch/ia32/include/fibril.h (modified) * uspace/lib/c/include/fibril.h (modified) cstyle (no change in functionality) Mon, 12 Mar 2012 20:30:02 GMT Jakub Jermar [5608deba] * kernel/generic/src/mm/frame.c (modified) Merge from lp:~jakub/helenos/mm. Mon, 12 Mar 2012 20:27:52 GMT Jakub Jermar [2cc7f16] * kernel/generic/src/mm/frame.c (modified) frame_adjust_zone_bounds() needs to handle cases when the physical ... Sat, 10 Mar 2012 14:44:12 GMT Frantisek Princ [9093c61] * uspace/lib/ext4/libext4_types.h (modified) changed features to be able to mount standard ext4 volume Wed, 07 Mar 2012 10:11:41 GMT Frantisek Princ [e2629b08] * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_types.h (modified) Prepared infrastructure for extent searching Wed, 07 Mar 2012 09:33:14 GMT Frantisek Princ [b53a733] * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_hash.h (modified) * uspace/lib/ext4/libext4_ialloc.h (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (added) Data types definitions groupped to one file Tue, 06 Mar 2012 10:22:21 GMT Frantisek Princ [a872fc09] * uspace/lib/ext4/libext4_filesystem.c (modified) bugfix - bad function called to check filesystem feature Tue, 06 Mar 2012 09:54:08 GMT Frantisek Princ [2f2feadb] * uspace/lib/ext4/libext4_directory_index.c (modified) refactored code of index node splitting Tue, 06 Mar 2012 09:17:42 GMT Frantisek Princ [60b8b99] * uspace/lib/ext4/libext4_directory_index.c (modified) fixed error codes handling Mon, 05 Mar 2012 10:40:34 GMT Frantisek Princ [2f619d5] * uspace/lib/ext4/libext4_directory_index.c (modified) debug message deleted Mon, 05 Mar 2012 10:40:06 GMT Frantisek Princ [e8d054a] * uspace/lib/ext4/libext4_directory_index.c (modified) very hidden bug (memory_leak) found in splitting data block - now ... Sat, 03 Mar 2012 20:06:31 GMT Frantisek Princ [e63ce679] * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Some TODOs solved (mostly in error handling) Sat, 03 Mar 2012 17:44:38 GMT Frantisek Princ [7689590] * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Code refactoring (for dentry searching) Sat, 03 Mar 2012 10:32:47 GMT Frantisek Princ [c30a015] * abi/include/syscall.h (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sysinfo.h (modified) Merge with mainline Fri, 02 Mar 2012 17:20:23 GMT Martin Decky [0499235] * uspace/app/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) add basic support for encoding name/value properties in sysinfo Fri, 02 Mar 2012 16:17:11 GMT Martin Decky [3113d47] * kernel/genarch/src/ofw/ofw_tree.c (modified) export OpenFirmware device node properties using sysinfo