# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-03T09:56:03Z Wed, 13 Jun 2018 17:11:44 GMT Jiri Svoboda [39f84ce4] * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/test/stdio/scanf.c (modified) Add range support to scanf's set conversion. Wed, 13 Jun 2018 15:50:53 GMT Jiri Svoboda [5a6c28d1] * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sscanf.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (deleted) Replace libposix scanf with libc scanf. Wed, 13 Jun 2018 11:16:01 GMT Jiri Svoboda [f47a905] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sscanf.c (added) * uspace/lib/c/include/stdio.h (modified) scanf, vscanf, vsscanf. Wed, 13 Jun 2018 10:59:47 GMT Jiri Svoboda [01cc7b4] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/private/sstream.h (added) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sstream.c (added) Implement sscanf via virtualizing FILE and implementing string ... Tue, 12 Jun 2018 13:56:59 GMT Jiri Svoboda [ed18e14] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio/scanf.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdio/scanf.c (added) vfscanf with tests. Sat, 09 Jun 2018 10:39:01 GMT Jakub Jermar [ec39720] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) tmpfs_truncate must not fail when new size is zero When zero size ... Sat, 09 Jun 2018 08:41:53 GMT Jakub Jermar [931afbc] * kernel/generic/src/ipc/sysipc.c (modified) Don't republish call capability on forward failure When forwarding ... Thu, 07 Jun 2018 16:07:26 GMT Martin Decky [75701004] * boot/Makefile.common (modified) * boot/Makefile.initrd (modified) * tools/autotool.py (modified) * tools/mktmpfs.py (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/init/untar.c (added) * uspace/app/init/untar.h (added) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (deleted) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) use a TAR as the archive format for populating TMPFS root file system ... Thu, 07 Jun 2018 15:45:56 GMT Martin Decky [18ad56a8] * uspace/app/untar/main.c (modified) more elegant way of keeping the state of the archive extraction Tue, 05 Jun 2018 16:05:16 GMT Martin Decky [24fda5e] * uspace/Makefile (modified) * uspace/app/untar/Makefile (modified) * uspace/app/untar/main.c (modified) * uspace/lib/untar/Makefile (added) * uspace/lib/untar/private/tar.h (moved) * uspace/lib/untar/tar.c (moved) * uspace/lib/untar/untar.c (added) * uspace/lib/untar/untar.h (added) separate the TAR extraction to a library to make the code reusable Tue, 05 Jun 2018 13:18:25 GMT Martin Decky [04051b8e] * boot/arch/mips32/src/Makefile (deleted) * boot/arch/mips32/src/Makefile.build (deleted) * boot/arch/mips32/src/Makefile.common (deleted) * boot/arch/mips32/src/Makefile.toolchain (deleted) remove stale makefiles Thu, 31 May 2018 16:22:15 GMT Jiří Zárevúcky [c8afd5a] * uspace/lib/c/generic/async/server.c (modified) Have async_poke() check whether the poke is necessary. This was ... Thu, 31 May 2018 16:11:01 GMT Jiří Zárevúcky [49a796f1] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async/client.c (added) * uspace/lib/c/generic/async/ports.c (added) * uspace/lib/c/generic/async/server.c (moved) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) Split the async framework into several parts. This segregates ... Thu, 31 May 2018 15:41:31 GMT Jiří Zárevúcky [fda19b8] * uspace/lib/c/generic/async.c (modified) Deduplicate async_create_port(). Tue, 29 May 2018 21:14:40 GMT Jiří Zárevúcky [fc0b2a8] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (deleted) Revert "Don't use custom ldscripts in uspace. (#38)" This reverts ... Tue, 29 May 2018 13:25:07 GMT Jiri Svoboda [ed88c8e] * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/include/arch/ski.h (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/src/putchar.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/genarch/ofw.h (modified) * boot/genarch/src/ofw.c (modified) * boot/generic/include/putchar.h (modified) * boot/generic/src/vprintf.c (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/riscv64/include/arch/drivers/ucb.h (modified) * kernel/arch/riscv64/src/asm.S (modified) * kernel/arch/riscv64/src/drivers/ucb.c (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/putchar.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/kio/kio.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) fputc, putchar vs. fputwc, putwchar. Fri, 25 May 2018 19:38:40 GMT Jakub Jermar [a57fa32] * uspace/lib/usbhost/src/ddf_helpers.c (modified) Fix USB match IDs that need zero-padding In format string, when ... Fri, 25 May 2018 15:42:06 GMT GitHub [a05ec66] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (added) Don't use custom ldscripts in uspace. (#38) Even with the ... Fri, 25 May 2018 14:22:55 GMT Jiri Svoboda [774aa332] * tools/build-ccheck.sh (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/hid/input/input.c (modified) list_foreach loops with single-statement body are indented incorrectly. Wed, 23 May 2018 15:52:47 GMT Jiri Svoboda [29c3c72] * tools/ccheck.sh (modified) Remove forgotten line in ccheck.sh. Tue, 22 May 2018 16:12:48 GMT Jiri Svoboda [81c6365] * tools/autocheck.awk (modified) * tools/mkarray.py (modified) Fix autogenerated source files not passing ccheck. Tue, 22 May 2018 14:27:01 GMT Jiri Svoboda [86b70c6] * Makefile (modified) Fix ccheck initial checkout. Tue, 22 May 2018 14:21:15 GMT Jiri Svoboda [a4eb3ba2] * Makefile (modified) * tools/build-ccheck.sh (modified) * tools/ccheck.sh (modified) Fail if ccheck issues are found. Make sure we always use the right ... Tue, 22 May 2018 10:36:58 GMT Jiri Svoboda [904b1bc] * boot/generic/src/inflate.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/builtin/bi_error.c (modified) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/doc/main_page.h (modified) * uspace/drv/audio/sb16/dsp_commands.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/label/include/std/fat.h (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) * uspace/lib/usbhost/src/utility.c (modified) * uspace/srv/fs/fat/fat.h (modified) Fix remaining ccheck issues. Fri, 18 May 2018 16:29:58 GMT GitHub [4f8772d4] * uspace/drv/nic/ar9271/ar9271.c (modified) Merge pull request #36 from jermar/ar9271 ar9271: Set cable state ... Thu, 17 May 2018 13:46:56 GMT Jiri Svoboda [6ff23ff] * boot/generic/src/printf_core.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) More comment fixing (ccheck). Thu, 17 May 2018 08:29:01 GMT Jiri Svoboda [7c3fb9b] * abi/include/_bits/NULL.h (modified) * abi/include/_bits/WCHAR_MAX.h (modified) * abi/include/_bits/WCHAR_MIN.h (modified) * abi/include/_bits/WEOF.h (modified) * abi/include/_bits/all.h (modified) * abi/include/_bits/errno.h (modified) * abi/include/_bits/inttypes.h (modified) * abi/include/_bits/limits.h (modified) * abi/include/_bits/macros.h (modified) * abi/include/_bits/native.h (modified) * abi/include/_bits/opaque_handle.h (modified) * abi/include/_bits/ptrdiff_t.h (modified) * abi/include/_bits/size_t.h (modified) * abi/include/_bits/ssize_t.h (modified) * abi/include/_bits/stdint.h (modified) * abi/include/_bits/wchar_t.h (modified) * abi/include/_bits/wint_t.h (modified) * abi/include/abi/errno.h (modified) * boot/arch/arm32/include/arch/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.h (modified) * kernel/arch/amd64/include/arch/context_struct.h (modified) * kernel/arch/amd64/include/arch/istate_struct.h (modified) * kernel/arch/amd64/include/arch/kseg_struct.h (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/arm32/include/arch/context_struct.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.h (modified) * kernel/arch/ia32/include/arch/context_struct.h (modified) * kernel/arch/ia32/include/arch/istate_struct.h (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/istate_struct.h (modified) * kernel/arch/mips32/include/arch/atomic.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/mm/slab2.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/top/top.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/expression.h (modified) * uspace/lib/bithenge/include/bithenge/print.h (modified) * uspace/lib/bithenge/include/bithenge/transform.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/getopt.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/crypto/crc16_ibm.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/label/include/std/gpt.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/bandwidth.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/tcp/test/ucall.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) Fix block comment formatting (ccheck). Tue, 15 May 2018 18:48:49 GMT Jiří Zárevúcky [fac0ac7] * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/src/syscall/copy.c (modified) Fix the return value of memcpy_to/from_uspace(). Tue, 15 May 2018 15:13:02 GMT Jakub Jermar [8800b13] * uspace/drv/nic/ar9271/ar9271.c (modified) ar9271: Set cable state according to connectedness Tue, 15 May 2018 08:32:36 GMT Jiri Svoboda [47e00b83] * kernel/generic/src/udebug/udebug.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) Fix some block comments (found by ccheck). Sun, 13 May 2018 20:14:39 GMT Jakub Jermar [3a26925] * uspace/drv/nic/ne2k/ne2k.c (modified) ne2k: Implement additional nic_iface_t ops This commit implements ... Sun, 13 May 2018 19:03:33 GMT Jakub Jermar [f134413] * tools/ew.py (modified) ew.py: Start processing next arg after -net pair Sun, 13 May 2018 18:29:06 GMT Jakub Jermar [ad896eb] * uspace/drv/nic/rtl8139/driver.c (modified) rtl8139: Fix unmapping of DMA memory Sun, 13 May 2018 15:19:32 GMT Jiří Zárevúcky [11b285d] * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/riscv64/src/drivers/ucb.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/fifo.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) Use standard signature for `malloc()` in kernel. The remaining ... Sun, 13 May 2018 12:22:31 GMT Jakub Jermar [13db2044] * uspace/drv/audio/hdaudio/hdactl.c (modified) Fix unmapping of virtual address of DMA memory Sun, 13 May 2018 11:00:18 GMT Jakub Jermar [f9597866] * uspace/drv/audio/hdaudio/hdactl.c (modified) Avoid releasing DMA memory twice When hda_corb_init or ... Sun, 13 May 2018 10:34:29 GMT Jakub Jermar [df96271] * uspace/drv/audio/hdaudio/hdactl.c (modified) Test the value returned from dmamem_map_anonymous Sat, 12 May 2018 16:40:25 GMT Jiří Zárevúcky [2021428] * tools/srepl (modified) Improve tools/srepl. - option `-d` for removing the line entirely. ... Sat, 12 May 2018 09:23:51 GMT Jakub Jermar [8a1be76] * kernel/arch/amd64/src/pm.c (modified) Make sure all IDT fields are initialized Fri, 11 May 2018 20:51:17 GMT Jakub Jermar [d2c5159] * uspace/drv/audio/hdaudio/hdactl.c (modified) Test the value returned from dmamem_map_anonymous Fri, 11 May 2018 20:22:42 GMT Jakub Jermar [7473807] * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * uspace/lib/c/include/rcu.h (modified) Use atomic malloc allocations We can safely use atomic allocations ... Fri, 11 May 2018 17:26:58 GMT Jakub Jermar [ae89656] * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/src/interrupt.c (modified) Provide an empty #DB handler Userspace can trigger a #DB exception ... Fri, 11 May 2018 10:26:18 GMT Jiri Svoboda [8a8771c] * uspace/srv/fs/exfat/exfat_ops.c (modified) Forgot to commit fix to exfat_fsinfo. Fri, 11 May 2018 08:24:26 GMT Vojtech Horky [af7fe18] * .travis.yml (modified) Travis: debugging IRC notifications Fri, 11 May 2018 07:52:14 GMT Vojtech Horky [963c932] * .travis.yml (modified) Travis: send IRC notifications Fri, 11 May 2018 07:46:34 GMT Vojtech Horky [fb7806a7] * .travis.yml (modified) YAML style Fri, 11 May 2018 07:41:53 GMT Vojtech Horky [e4fe58f] * .travis.yml (modified) Travis: do not build all harbours It seems that building all ... Fri, 11 May 2018 07:25:22 GMT Vojtech Horky [1420cae9] * uspace/srv/fs/exfat/exfat_ops.c (modified) Fix broken compilation Thu, 10 May 2018 15:14:02 GMT Jiri Svoboda [e8975278] * boot/arch/arm32/src/putchar.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/vuhid/hids/logitech_wireless.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/net/tcp/conn.c (modified) A few more cstyle fixes. Thu, 10 May 2018 13:39:19 GMT Jiri Svoboda [ae7d03c] * abi/include/abi/ipc/methods.h (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/mm/vhpt.h (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/syscall.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/drv/generic/private/remote_usbdiag.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/usbdiag_iface.h (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/conversion.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/assoc.c (modified) Selected ccheck-proposed comment fixes. Thu, 10 May 2018 07:35:59 GMT Jakub Jermar [b277bef] * kernel/arch/amd64/src/syscall.c (modified) Mask TF on SYSCALL Sun, 06 May 2018 17:07:31 GMT GitHub [2f72560a] * tools/travis.sh (modified) Keeping comments in sync with the code Thu, 03 May 2018 05:37:08 GMT Jakub Jermar [f3fdecc] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Revert "Don't use custom ldscripts in uspace." This reverts commit ... Wed, 02 May 2018 21:22:51 GMT Jakub Jermar [349e04ac] * uspace/lib/c/arch/ia64/src/entry.S (modified) Make sure _start is always aligned to 16 Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [66262a1b] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Don't use custom ldscripts in uspace. Even with the *-linux-gnu ... Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [888a2c6] * abi/include/abi/elf.h (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) Ignore GNU program headers. Wed, 02 May 2018 16:38:38 GMT Jiří Zárevúcky [6e33c2f] * uspace/lib/c/Makefile (modified) Clean up some debris left behind by autogen headers. Tue, 01 May 2018 19:03:38 GMT GitHub [742fc98e] * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) Make some effort to allocate the memory area for shared objects. (#33) Tue, 01 May 2018 19:02:23 GMT Jiří Zárevúcky [009c485] * boot/Makefile.build (modified) * boot/arch/mips32/src/Makefile.build (modified) * kernel/Makefile (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-ld (deleted) * tools/xcw/demo/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/srv/loader/Makefile (modified) Always use CC for linking. Tue, 01 May 2018 19:01:37 GMT Jiří Zárevúcky [5261062] * Makefile (modified) Default to `nproc` processes when running `make check`. Tue, 01 May 2018 17:40:15 GMT Jiří Zárevúcky [9e5cc73] * tools/toolchain.sh (modified) Fix inadvertent discrepancy between toolchain.sh and autotool.py Tue, 01 May 2018 16:51:56 GMT Jiří Zárevúcky [0cb53ea5] * tools/travis.sh (modified) Work around Travis limits by replacing each output line with a ... Tue, 01 May 2018 13:58:48 GMT GitHub [232ec3a1] * tools/autotool.py (modified) * tools/toolchain.sh (modified) Revive support for `-helenos` target specification. (#31) * Revive ... Mon, 30 Apr 2018 20:18:55 GMT Jiří Zárevúcky [66855b2] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) Fix a linker script issue I introduced. Sat, 28 Apr 2018 17:21:25 GMT Jiří Zárevúcky [4c5f04f] * uspace/lib/c/generic/elf/elf_mod.c (modified) Ensure valid TLS info even if there is no TLS header. Sat, 28 Apr 2018 16:49:48 GMT Jiří Zárevúcky [4c4b53c] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) Rename `__entry` to the usual `_start`. Except for MIPS, where the ... Sat, 28 Apr 2018 16:25:27 GMT Jiří Zárevúcky [a947d32] * tools/toolchain-binutils-2.23.1.patch (deleted) * tools/toolchain-gcc-4.8.1-headers.patch (deleted) * tools/toolchain-gcc-4.8.1-targets.patch (deleted) * tools/toolchain-gdb-7.6.1.patch (deleted) * tools/toolchain.sh (modified) Remove old, unused patches. Sat, 28 Apr 2018 16:18:07 GMT Jiří Zárevúcky [e634684] * uspace/lib/c/generic/elf/elf_mod.c (modified) Don't choke on architecture-specific ELF program headers. Sat, 28 Apr 2018 16:18:07 GMT Jiří Zárevúcky [7148abf] * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) Rename __main to __libc_main, to avoid conflict with libgcc. Fri, 27 Apr 2018 14:15:03 GMT Jiri Svoboda [3fafe5e0] * uspace/app/dltest/dltest.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/service.c (modified) Fix incorrectly indented double-slash comments. Wed, 25 Apr 2018 08:01:32 GMT Jakub Jermar [a2eb85d] * contrib/qemu/build-from-scratch.sh (modified) Bump QEMU version to 2.12.0 Mon, 23 Apr 2018 18:50:40 GMT Jiří Zárevúcky [4f205248] * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/riscv64/src/tls.c (modified) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) Honor TLS alignment. Sat, 21 Apr 2018 10:52:35 GMT Jakub Jermar [8d58fca] * uspace/srv/net/dhcp/dhcp.c (modified) dhcp: Fix typo Thu, 19 Apr 2018 15:09:32 GMT Jiří Zárevúcky [bfe1fc1] * tools/autocheck.awk (modified) Add licence header. Thu, 19 Apr 2018 12:17:50 GMT Martin Decky [0582039] * tools/autotool.py (modified) remove PyYAML dependency check (since PyYAML is no longer required) Tue, 17 Apr 2018 20:46:03 GMT GitHub [d2f75eb] * .gitignore (modified) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (deleted) * kernel/arch/amd64/include/arch/boot/memmap_struct.h (added) * kernel/arch/amd64/include/arch/context_struct.ag (deleted) * kernel/arch/amd64/include/arch/context_struct.h (added) * kernel/arch/amd64/include/arch/istate_struct.ag (deleted) * kernel/arch/amd64/include/arch/istate_struct.h (added) * kernel/arch/amd64/include/arch/kseg_struct.ag (deleted) * kernel/arch/amd64/include/arch/kseg_struct.h (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/context_struct.ag (deleted) * kernel/arch/arm32/include/arch/context_struct.h (added) * kernel/arch/arm32/include/arch/istate_struct.ag (deleted) * kernel/arch/arm32/include/arch/istate_struct.h (added) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (deleted) * kernel/arch/ia32/include/arch/boot/memmap_struct.h (added) * kernel/arch/ia32/include/arch/context_struct.ag (deleted) * kernel/arch/ia32/include/arch/context_struct.h (added) * kernel/arch/ia32/include/arch/istate_struct.ag (deleted) * kernel/arch/ia32/include/arch/istate_struct.h (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/context_struct.ag (deleted) * kernel/arch/ia64/include/arch/context_struct.h (added) * kernel/arch/ia64/include/arch/istate_struct.ag (deleted) * kernel/arch/ia64/include/arch/istate_struct.h (added) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/context_struct.ag (deleted) * kernel/arch/mips32/include/arch/context_struct.h (added) * kernel/arch/mips32/include/arch/fpu_context_struct.ag (deleted) * kernel/arch/mips32/include/arch/fpu_context_struct.h (added) * kernel/arch/mips32/include/arch/istate_struct.ag (deleted) * kernel/arch/mips32/include/arch/istate_struct.h (added) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch/context_struct.ag (deleted) * kernel/arch/ppc32/include/arch/context_struct.h (added) * kernel/arch/ppc32/include/arch/fpu_context_struct.ag (deleted) * kernel/arch/ppc32/include/arch/fpu_context_struct.h (added) * kernel/arch/ppc32/include/arch/istate_struct.ag (deleted) * kernel/arch/ppc32/include/arch/istate_struct.h (added) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/riscv64/include/arch/context_struct.ag (deleted) * kernel/arch/riscv64/include/arch/context_struct.h (added) * kernel/arch/riscv64/include/arch/istate_struct.ag (deleted) * kernel/arch/riscv64/include/arch/istate_struct.h (added) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/context_struct.ag (deleted) * kernel/arch/sparc64/include/arch/context_struct.h (added) * kernel/arch/sparc64/include/arch/istate_struct.ag (deleted) * kernel/arch/sparc64/include/arch/istate_struct.h (added) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (deleted) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (deleted) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h (added) * tools/autocheck.awk (added) * tools/autogen.py (deleted) * tools/autotool.py (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/riscv64/Makefile.inc (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/riscv64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/riscv64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h (added) Replace autogen.py with something simpler. (#30) Instead of ... Mon, 16 Apr 2018 13:42:08 GMT Jiří Zárevúcky [1cac875] * kernel/generic/src/main/kinit.c (modified) Fix missing struct field initialization (my bad). Sun, 15 Apr 2018 22:19:21 GMT Jiri Svoboda [cbc534c] * uspace/lib/trackmod/trackmod.c (modified) Fix period table formatting (C style). Sun, 15 Apr 2018 19:21:10 GMT Jiří Zárevúcky [902dd4b] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/audio/hound/iface.c (modified) Remove const qualifier from arguments that pass ownership of a buffer. Sun, 15 Apr 2018 19:15:09 GMT Jiri Svoboda [2ee0e4a1] * uspace/srv/fs/udf/udf_volume.c (modified) Fix one more file with ccheck. Sun, 15 Apr 2018 18:47:05 GMT Jiří Zárevúcky [363fe7e] * uspace/lib/posix/Makefile (modified) oops Sun, 15 Apr 2018 18:28:04 GMT Jiří Zárevúcky [ba3841e2] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/src/dlfcn.c (modified) libposix: get rid of `dlopen()` override The trick we used to ... Sun, 15 Apr 2018 12:33:43 GMT Jiri Svoboda [c1f44ca] * uspace/lib/clui/tinput.c (modified) Superfluous parentheses. Sun, 15 Apr 2018 09:35:04 GMT Jiri Svoboda [18b6a88] * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/cycle.h (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/synch/rcu.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/date/date.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/tester/float/float2.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/mouse/mousedev.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/net/udp/service.c (modified) More ccheck fixes, sometimes with manual intervention. Fri, 13 Apr 2018 12:39:06 GMT Jiri Svoboda [8ebe212] * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/c/generic/malloc.c (modified) ccheck-fix a few files with for loops. Thu, 12 Apr 2018 16:54:19 GMT Jakub Jermar [f712a85] * uspace/drv/nic/rtl8139/driver.c (modified) rtl8139: Add a note about the hardcoded address Thu, 12 Apr 2018 16:41:25 GMT Jiri Svoboda [36470ce8] * kernel/genarch/src/fb/font-8x16.c (modified) * uspace/lib/draw/gfx/font-8x16.c (modified) * uspace/srv/hid/output/gfx/font-8x16.c (modified) Font cstyle fix (ccheck). Thu, 12 Apr 2018 16:34:58 GMT Jiri Svoboda [3cf22f9] * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) Fix typo. Thu, 12 Apr 2018 16:27:17 GMT Jiri Svoboda [3bacee1] * boot/arch/arm32/src/mm.c (modified) * boot/arch/ppc32/src/main.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/src/division.c (modified) * boot/generic/src/inflate.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/security_ext.h (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * kernel/arch/mips32/src/mm/km.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/src/fpu_context.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/test/toktest.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/print/print6.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/top/top.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/stdreq.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/mixer.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_bus.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/usbdiag/tests.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/debug.c (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/bus/usb/xhci/isoch.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/streams.c (modified) * uspace/drv/bus/usb/xhci/test/reg-ops.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/test/io/table.c (modified) * uspace/lib/c/test/odict.c (modified) * uspace/lib/c/test/sprintf.c (modified) * uspace/lib/c/test/str.c (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_usbdiag.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/label/test/label.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/tests/abort.c (modified) * uspace/lib/pcut/tests/asserts.c (modified) * uspace/lib/pcut/tests/beforeafter.c (modified) * uspace/lib/pcut/tests/errno.c (modified) * uspace/lib/pcut/tests/inithook.c (modified) * uspace/lib/pcut/tests/manytests.c (modified) * uspace/lib/pcut/tests/preinithook.c (modified) * uspace/lib/pcut/tests/printing.c (modified) * uspace/lib/pcut/tests/simple.c (modified) * uspace/lib/pcut/tests/skip.c (modified) * uspace/lib/pcut/tests/suite1.c (modified) * uspace/lib/pcut/tests/suite2.c (modified) * uspace/lib/pcut/tests/suites.c (modified) * uspace/lib/pcut/tests/teardown.c (modified) * uspace/lib/pcut/tests/teardownaborts.c (modified) * uspace/lib/pcut/tests/testlist.c (modified) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/pcut/tests/xmlreport.c (modified) * uspace/lib/posix/test/scanf.c (modified) * uspace/lib/softint/generic/bits.c (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/trackmod/xm.c (modified) * uspace/lib/uri/test/parser.c (modified) * uspace/lib/uri/uri.c (modified) * uspace/lib/usb/src/dma_buffer.c (modified) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhost/src/bandwidth.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbvirt/src/stdreq.c (modified) * uspace/lib/usbvirt/src/transfer.c (modified) * uspace/lib/usbvirt/src/virthub_descriptors.c (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/output/port/kfb.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/inet.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/test/conn.c (modified) * uspace/srv/net/tcp/test/rqueue.c (modified) * uspace/srv/net/tcp/test/seq_no.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Make ccheck-fix again and commit more good files. Thu, 12 Apr 2018 12:57:20 GMT Jiri Svoboda [76d0981d] * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/usbhid/mouse/mousedev.c (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/pcut/src/preproc.c (modified) * uspace/lib/pcut/src/report/report.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/hid/input/gsp.c (modified) Use proper boolean constant in while loops. Thu, 12 Apr 2018 09:47:18 GMT Jiri Svoboda [9c514be] * kernel/arch/ia64/src/interrupt.c (modified) Fix ia64 interrupt vector names (thx ccheck). Tue, 10 Apr 2018 20:17:41 GMT Jiří Zárevúcky [a69d42e] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/include/libarch/entry.h (deleted) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/include/libarch/entry.h (deleted) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/private/libc.h (modified) Define `_end`, and use it instead of the address of `__entry` in C code. Tue, 10 Apr 2018 19:43:21 GMT Jiří Zárevúcky [1abcf1d] * boot/generic/src/vprintf.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/tmon/main.c (modified) * uspace/app/tmon/tests.c (modified) * uspace/app/top/screen.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/include/stdio.h (modified) puts() should append newline. Tue, 10 Apr 2018 19:43:21 GMT Jiří Zárevúcky [9fa14d8d] * uspace/lib/posix/include/posix/sys/types.h (modified) libposix: pid_t should be int Tue, 10 Apr 2018 19:43:21 GMT Jiří Zárevúcky [64532a97] * uspace/lib/usbhost/src/bus.c (modified) Fix insufficient buffer size. Tue, 10 Apr 2018 19:43:21 GMT Jiří Zárevúcky [ad0d1f5] * uspace/srv/hid/rfb/rfb.c (modified) Fix possible use of uninitialized variables due to unchecked error ... Tue, 10 Apr 2018 18:51:14 GMT Jiří Zárevúcky [ae84e38] * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (modified) Remove _gp from sparc linker script. The global pointer is set by ... Tue, 10 Apr 2018 18:51:14 GMT Jiří Zárevúcky [20287223] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/srv/loader/Makefile (modified) Instead of having a special linker script for loader, move its base ... Tue, 10 Apr 2018 18:51:14 GMT Jiří Zárevúcky [57d44dd] * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (deleted) Instead of using .interp section, determine loader by name. Tue, 10 Apr 2018 18:51:14 GMT Jiří Zárevúcky [e3f819f] * kernel/generic/src/lib/elf.c (modified) No sense reading sections in the kernel either.