# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-05T17:55:18Z Fri, 21 Dec 2018 16:35:43 GMT Maurizio Lombardi [7bdedb5] * uspace/lib/ext4/src/filesystem.c (modified) libext4: fix double free in case ext4_filesystem_open() fails. I ... Wed, 19 Dec 2018 08:36:54 GMT Jakub Jermar [4a33845] * version (modified) Bump version to 0.8.0 Tue, 18 Dec 2018 20:15:13 GMT Jakub Jermar [336b739] * kernel/arch/arm32/include/arch/context.h (modified) Set cpu_mode in context_set() Leaving the field zeroed-out from ... Tue, 18 Dec 2018 18:38:49 GMT Jiri Svoboda [485281e] * uspace/app/modplay/modplay.c (modified) * uspace/app/wavplay/main.c (modified) Allow specifying non-default audio target Needed when there is more ... Mon, 17 Dec 2018 22:19:59 GMT Jakub Jermar [c65590a] * defaults/arm32/beagleboardxm/Makefile.config (modified) * defaults/arm32/beaglebone/Makefile.config (modified) Switch bbone and bbxm to barebone config The uImage.bin's are ... Mon, 17 Dec 2018 21:47:08 GMT Jiri Svoboda [21374e03] * uspace/lib/drv/generic/remote_audio_pcm.c (modified) audio_pcm_open() should accept service name It incorrectly expects ... Mon, 17 Dec 2018 21:10:11 GMT Jiri Svoboda [375bcff] * uspace/drv/audio/hdaudio/hdaudio.ma (modified) Add hdaudio match IDs needed on Lenovo X250 Intel Broadwell-U and ... Sat, 15 Dec 2018 21:50:44 GMT Jakub Jermar [4bb4cf88] * uspace/app/mkext4/mkext4.c (modified) Make 4K block size the default for ext4 Sat, 15 Dec 2018 15:48:59 GMT GitHub [3c8b0a8] * uspace/app/mkext4/mkext4.c (modified) * uspace/lib/ext4/include/ext4/cfg.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) Merge pull request #143 from maurizio-lombardi/ext4_fixes_v2 Ext4 fixes Fri, 14 Dec 2018 18:48:04 GMT Jiri Svoboda [b6d5e31] * kernel/genarch/src/multiboot/multiboot.c (modified) Fix multiboot command extraction If the command on command line did ... Fri, 14 Dec 2018 17:47:24 GMT GitHub [54cde43] * uspace/app/sysinst/sysinst.c (modified) Merge pull request #144 from maurizio-lombardi/sysinst_fix sysinst: ... Fri, 14 Dec 2018 17:16:47 GMT Maurizio Lombardi [09d1b6fa] * uspace/app/sysinst/sysinst.c (modified) sysinst: fix the default dev path \hw\pci0 has been replaced by ... Thu, 13 Dec 2018 13:32:42 GMT Maurizio Lombardi [6ea5e7a] * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) libext4: cstyle fixes Thu, 13 Dec 2018 13:29:38 GMT Maurizio Lombardi [e2f20b9e] * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) libext4: fixes to flex support in ... Thu, 13 Dec 2018 09:07:01 GMT Maurizio Lombardi [91fcbabc] * uspace/app/mkext4/mkext4.c (modified) mkext4: add the option to choose the preferred fs block size Thu, 13 Dec 2018 09:06:52 GMT Maurizio Lombardi [4d7bf35] * uspace/lib/ext4/src/ialloc.c (modified) libext4: fix ext4_ialloc_alloc_inode() to be less picky If can't ... Thu, 13 Dec 2018 09:06:40 GMT Maurizio Lombardi [91fc2dae] * uspace/app/mkext4/mkext4.c (modified) * uspace/lib/ext4/include/ext4/cfg.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/superblock.c (modified) libext4: fs creation should support different block sizes, not only ... Wed, 12 Dec 2018 21:59:39 GMT Jakub Jermar [af8c793b] * contrib/qemu/build-from-scratch.sh (modified) Upgrade QEMU to 3.1.0 Wed, 12 Dec 2018 16:23:36 GMT GitHub [c9c1ccd] * uspace/app/mkext4/mkext4.c (modified) Merge pull request #141 from maurizio-lombardi/mkext4_fix_loop ... Tue, 11 Dec 2018 15:46:31 GMT Jiri Svoboda [737ebf3] * uspace/srv/hid/compositor/compositor.c (modified) Fix window reference leak in compositor. Tue, 11 Dec 2018 14:02:08 GMT Maurizio Lombardi [6abdef37] * uspace/app/mkext4/mkext4.c (modified) mkext4: fix infinite loop when passing an invalid argument. Also ... Tue, 11 Dec 2018 12:48:02 GMT Jiri Svoboda [10b21a1b] * .gitignore (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/lprint/Makefile (added) * uspace/app/lprint/doc/doxygroups.h (added) * uspace/app/lprint/lprint.c (added) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/char/pc-lpt/Makefile (added) * uspace/drv/char/pc-lpt/doc/doxygroups.h (added) * uspace/drv/char/pc-lpt/main.c (added) * uspace/drv/char/pc-lpt/pc-lpt.c (added) * uspace/drv/char/pc-lpt/pc-lpt.h (added) * uspace/drv/char/pc-lpt/pc-lpt.ma (added) * uspace/drv/char/pc-lpt/pc-lpt_hw.h (added) * uspace/srv/locsrv/locsrv.c (modified) PC parallel port driver and printing utility Add pc-lpt driver for ... Tue, 11 Dec 2018 07:29:01 GMT Jakub Jermar [ca4c5596] * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) Remove leftover mentions of B+tree Mon, 10 Dec 2018 14:29:35 GMT Jiri Svoboda [4f87a85a] * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/i8259/i8259.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) Check return code from ddf_add_fun_to_category Mon, 10 Dec 2018 11:15:10 GMT jxsvoboda <5887334+jxsvoboda@…> [433d52f] * kernel/generic/src/mm/as.c (modified) No need to compute number of used pages again In ... Mon, 10 Dec 2018 11:15:10 GMT jxsvoboda <5887334+jxsvoboda@…> [247fdea] * kernel/Makefile (modified) * kernel/generic/include/adt/btree.h (deleted) * kernel/generic/src/adt/btree.c (deleted) * kernel/generic/src/main/main.c (modified) * kernel/test/btree/btree1.c (deleted) * kernel/test/btree/btree1.def (deleted) * kernel/test/test.c (modified) * kernel/test/test.h (modified) Remove B+tree Mon, 10 Dec 2018 11:15:10 GMT jxsvoboda <5887334+jxsvoboda@…> [2fc3b2d] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) Replace B+tree with ordered dict. for used space Replace the use of ... Wed, 05 Dec 2018 22:25:34 GMT Jakub Jermar [de9a18e] * uspace/lib/c/generic/async/server.c (modified) Make the call explicitly invalid in case of error Wed, 05 Dec 2018 09:12:51 GMT Jiri Svoboda [5a2e0dd5] * kernel/generic/src/mm/as.c (modified) Be more careful when comparing large numbers Wed, 05 Dec 2018 06:26:52 GMT Jakub Jermar [bbe20da] * .gitignore (modified) * boot/Makefile.common (modified) Purge leftovers from RCU removal Wed, 05 Dec 2018 06:24:19 GMT Jakub Jermar [d836630] * uspace/lib/drv/generic/driver.c (modified) Add missing calls to refcount_init() Mon, 03 Dec 2018 21:40:04 GMT Jakub Jermar [3694ced] * abi/doc/doxygroups.h (modified) Fix doxygroup Mon, 03 Dec 2018 21:39:42 GMT Jakub Jermar [0777a933] * uspace/doc/main_page.h (deleted) Remove superfluous main page from Doxygen Mon, 03 Dec 2018 18:29:53 GMT jxsvoboda <5887334+jxsvoboda@…> [de0af3a] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) Use ordered dictionary for pagemap instead of B+tree At the same ... Sun, 02 Dec 2018 18:37:22 GMT Jakub Jermar [a0765f6] * uspace/srv/audio/hound/hound.c (modified) Add assert to match the precondition from comment Sun, 02 Dec 2018 11:43:30 GMT Vojtech Horky [9c3038d] * uspace/Makefile (modified) Ensure export dir exists The directory is created in ... Fri, 30 Nov 2018 22:31:12 GMT Jakub Jermar [26f5bdf] * kernel/arch/sparc64/src/sun4v/start.S (modified) Use aligned addresses to take over the MMU Commit ... Fri, 30 Nov 2018 10:04:57 GMT Jiri Svoboda [ea4910b] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/string.c (modified) * uspace/lib/c/include/string.h (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/src/string.c (modified) strdup(), strndup(), strnlen() are commonly used extensions so move ... Wed, 28 Nov 2018 10:27:41 GMT GitHub [c483fca] * kernel/generic/src/proc/scheduler.c (modified) Merge pull request #68 from maurizio-lombardi/sched_fix_typo ... Tue, 27 Nov 2018 21:19:26 GMT Maurizio Lombardi [c742954] * kernel/generic/src/proc/scheduler.c (modified) scheduler: fix compile error in kcpulb() when KCPULB_VERBOSE is defined. Tue, 27 Nov 2018 16:51:11 GMT Jakub Jermar [e199ab3] * uspace/lib/usbhost/src/bus.c (modified) Fix endpoint reference counting After commit 498ced1, an endpoint ... Tue, 27 Nov 2018 16:50:40 GMT Jakub Jermar [9df0f64] * uspace/lib/drv/generic/driver.c (modified) Fix function reference counting After commit 498ced1, a function is ... Tue, 27 Nov 2018 16:50:01 GMT Jakub Jermar [b10e9367] * uspace/lib/drv/generic/driver.c (modified) Fix device reference counting After commit 498ced1, a device is ... Tue, 27 Nov 2018 16:49:07 GMT Jakub Jermar [3083c74] * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/fun.c (modified) Fix devman device reference counting After commit 498ced1, ... Tue, 27 Nov 2018 16:48:25 GMT Jakub Jermar [f89204ee] * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/drv_conn.c (modified) Fix devman function reference counting After commit 498ced18a4, ... Mon, 26 Nov 2018 21:03:20 GMT Jakub Jermar [1b555f0f] * uspace/lib/hound/src/protocol.c (modified) Do not answer calls with invalid capability handle Mon, 26 Nov 2018 13:55:51 GMT Jiri Svoboda [b501de7] * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * tools/xcw/bin/helenos-pkg-config (modified) * uspace/Makefile (modified) * uspace/lib/posix/Makefile (modified) XCW should rely on export dir instead of touching the source tree. ... Sun, 25 Nov 2018 16:40:06 GMT Jakub Jermar [5aa06ad] * uspace/srv/devman/driver.c (modified) Give a dev reference to driver_reassign_fibril() ... Sat, 24 Nov 2018 17:27:52 GMT Jiri Svoboda [a01f732] * kernel/arch/ia64/src/drivers/ski.c (modified) Fix SKI console override. Fri, 23 Nov 2018 20:31:50 GMT GitHub [04c35fca] * uspace/app/fontviewer/fontviewer.c (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) Merge pull request #62 from maurizio-lombardi/memory_leaks Fix a ... Fri, 23 Nov 2018 18:32:50 GMT Jiri Svoboda [cf3a905c] * kernel/arch/ia64/src/drivers/ski.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/ski-con/ski-con.h (modified) Arbitrate ski console device using an arbitration parea. Fri, 23 Nov 2018 17:34:40 GMT Jiri Svoboda [2519349] * uspace/drv/char/ski-con/ski-con.c (modified) Optimize a bit. Fri, 23 Nov 2018 14:50:24 GMT Jiri Svoboda [392f0e7] * kernel/generic/src/console/console.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) Provide a way for kernel console on SKI to disable the user-space driver. Thu, 22 Nov 2018 17:09:51 GMT Jakub Jermar [ca21f1e2] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (modified) Provide only one way to destroy address spaces Thu, 22 Nov 2018 10:44:22 GMT Maurizio Lombardi [103db908] * uspace/app/fontviewer/fontviewer.c (modified) fontviewer: draw(): fix memory leaks in the error code paths Thu, 22 Nov 2018 08:52:14 GMT Jiri Svoboda [21d3201] * uspace/lib/c/generic/loader.c (modified) Actually pass the absolute program path. Wed, 21 Nov 2018 20:58:44 GMT Maurizio Lombardi [dd500c26] * uspace/lib/draw/font/bitmap_backend.c (modified) font: fix a memory leak in the bitmap release() callback Wed, 21 Nov 2018 20:58:44 GMT Maurizio Lombardi [f53ee74] * uspace/app/fontviewer/fontviewer.c (modified) fontviewer: fix memory leak Wed, 21 Nov 2018 10:21:21 GMT Jiri Svoboda [31872f7] * uspace/app/bdsh/exec.c (modified) Now that /srv has sub-directories, /srv no longer makes sense as a ... Wed, 21 Nov 2018 10:10:07 GMT Jiri Svoboda [a91c555f] * uspace/app/bdsh/compl.c (modified) Complete directories in command position (comments in code can be ... Wed, 21 Nov 2018 09:16:16 GMT Jiri Svoboda [d91488d] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) Fix endless loop in elf_share() walking the wrong B+tree. Fix ELF ... Tue, 20 Nov 2018 19:19:15 GMT Jakub Jermar [0705fc5] * kernel/generic/include/lib/refcount.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) Fix warnings in non-debug build Tue, 20 Nov 2018 18:57:09 GMT Jakub Jermar [543662b] * kernel/generic/include/synch/spinlock.h (modified) Fix non-debug build Tue, 20 Nov 2018 17:01:12 GMT Jakub Jermar [a615be0] * HelenOS.config (modified) Remove FUTEX_UPGRADABLE config option Tue, 20 Nov 2018 10:53:13 GMT Jiri Svoboda [3b3fcf36] * abi/include/abi/syscall.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/sharein.c (added) * uspace/app/tester/ipc/sharein.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/ipc_test.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/ipc/ipc_test.h (modified) * uspace/lib/c/include/ipc_test.h (modified) * uspace/srv/test/chardev-test/doc/doxygroups.h (added) * uspace/srv/test/chardev-test/main.c (modified) * uspace/srv/test/ipc-test/doc/doxygroups.h (added) * uspace/srv/test/ipc-test/main.c (modified) IPC share-in test using text and data segment. Sun, 18 Nov 2018 01:01:02 GMT Jiri Svoboda [8be3230] * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/vesa_prot.inc (added) * kernel/arch/amd64/src/boot/vesa_real.inc (added) * kernel/arch/amd64/src/boot/vesa_ret.inc (added) * kernel/arch/amd64/src/boot/vga323.pal (added) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (added) * kernel/arch/ia32/src/boot/vesa_real.inc (added) * kernel/arch/ia32/src/boot/vesa_ret.inc (added) * kernel/arch/ia32/src/boot/vga323.pal (added) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * tools/autocheck.awk (modified) Revert "Remove realmode VESA code" - needs more work This reverts ... Sun, 18 Nov 2018 01:00:57 GMT Jiri Svoboda [ec18e454] * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) Revert "Deduplicate bootstrap code" - needs more work This reverts ... Sun, 18 Nov 2018 01:00:49 GMT Jiri Svoboda [dc41772] * kernel/arch/ia32/src/boot/multiboot.S (modified) Revert "Remove dead code" - needs more work This reverts commit ... Sun, 18 Nov 2018 00:30:10 GMT Jiri Svoboda [e131833c] * uspace/app/perf/Makefile (modified) * uspace/app/perf/ipc/ns_ping.c (modified) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/malloc/malloc1.c (added) * uspace/app/perf/malloc/malloc1.def (added) * uspace/app/perf/malloc/malloc2.c (added) * uspace/app/perf/malloc/malloc2.def (added) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) Two simple memory allocation benchmarks. Sat, 17 Nov 2018 00:53:52 GMT Jiri Svoboda [1edd6d0] * .gitignore (modified) * abi/include/abi/ipc/interfaces.h (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/perf/Makefile (modified) * uspace/app/perf/ipc/ns_ping.c (added) * uspace/app/perf/ipc/ns_ping.def (added) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ipc_test.c (added) * uspace/lib/c/include/ipc/ipc_test.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc_test.h (added) * uspace/srv/test/ipc-test/Makefile (added) * uspace/srv/test/ipc-test/main.c (added) Add separate IPC test service. Keep ns_ping for now for the sake of ... Fri, 16 Nov 2018 19:32:13 GMT Jiri Svoboda [af2d3e3] * uspace/Makefile (modified) Fix makefile. Fri, 16 Nov 2018 15:58:30 GMT Jiri Svoboda [d230358] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/app/perf/Makefile (added) * uspace/app/perf/doc/doxygroups.h (added) * uspace/app/perf/ipc/ping_pong.c (moved) * uspace/app/perf/ipc/ping_pong.def (moved) * uspace/app/perf/perf.c (added) * uspace/app/perf/perf.h (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/tester.c (modified) Move ping_pong into a separate performance measuring tool 'perf'. Fri, 16 Nov 2018 15:34:08 GMT GitHub [b0beb9b1] * kernel/Makefile (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/malloc.c (added) * kernel/generic/src/mm/slab.c (modified) Modify kernel malloc() (#58) This new implementation places the ... Wed, 14 Nov 2018 19:40:01 GMT Jakub Jermar [64f85f5] * uspace/srv/devman/driver.c (modified) Fix use of uninitialized variable Tue, 13 Nov 2018 20:19:10 GMT Jiří Zárevúcky [bcd4dd4] * kernel/generic/src/mm/malloc.c (modified) Use ispwr2 macro Tue, 13 Nov 2018 20:14:30 GMT GitHub [e3fa1720] * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_prot.inc (deleted) * kernel/arch/amd64/src/boot/vesa_real.inc (deleted) * kernel/arch/amd64/src/boot/vesa_ret.inc (deleted) * kernel/arch/amd64/src/boot/vga323.pal (deleted) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (deleted) * kernel/arch/ia32/src/boot/vesa_real.inc (deleted) * kernel/arch/ia32/src/boot/vesa_ret.inc (deleted) * kernel/arch/ia32/src/boot/vga323.pal (deleted) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * tools/autocheck.awk (modified) Remove realmode VESA code (#59) Enables framebuffer initialization ... Tue, 13 Nov 2018 19:12:40 GMT GitHub [6ae5e3f] * tools/toolchain.sh (modified) Bump binutils (#57) Tue, 13 Nov 2018 18:39:12 GMT Jakub Jermar [780edc7] * kernel/genarch/src/acpi/acpi.c (modified) Fix test for memcmp() match Tue, 13 Nov 2018 16:48:08 GMT Jiří Zárevúcky [fdc190f] * kernel/generic/src/mm/malloc.c (modified) Split realloc() Tue, 13 Nov 2018 16:48:08 GMT Jiří Zárevúcky [71fb5ac] * kernel/generic/src/mm/malloc.c (modified) Swap ordering of alignment and size, to match standard aligned_alloc() Tue, 13 Nov 2018 16:48:08 GMT Jiří Zárevúcky [b60615b] * kernel/Makefile (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/malloc.c (added) * kernel/generic/src/mm/slab.c (modified) Modify kernel malloc() This new implementation places the ... Tue, 13 Nov 2018 16:08:22 GMT Jiří Zárevúcky [159c1525] * kernel/genarch/src/acpi/acpi.c (modified) may_alias attribute is not sufficient to avoid ubsan report Tue, 13 Nov 2018 15:15:05 GMT Jiří Zárevúcky [cbf528f] * kernel/genarch/src/acpi/acpi.c (modified) Fix rsdp search Forgot that sizeof(string) includes the NUL byte. Tue, 13 Nov 2018 11:39:46 GMT Jiri Svoboda [705ca2b] * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-test (added) XCW should provide interfaces to find install directory and to run EW. Mon, 12 Nov 2018 20:54:24 GMT Jiří Zárevúcky [9a791eb9] * kernel/arch/ia32/src/boot/multiboot.S (modified) Remove dead code Mon, 12 Nov 2018 20:53:57 GMT Jakub Jermar [e394c196] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.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/synch/syswaitq.c (modified) Use a dedicated cache for instances of kobject_t Mon, 12 Nov 2018 20:45:38 GMT Jiří Zárevúcky [17aa6d1] * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) Deduplicate bootstrap code Mon, 12 Nov 2018 20:25:49 GMT Jiří Zárevúcky [08f1a6d] * tools/autocheck.awk (modified) Fix end of file Mon, 12 Nov 2018 20:20:36 GMT Jiří Zárevúcky [15639ec] * kernel/arch/amd64/_link.ld.in (modified) * kernel/arch/ia32/_link.ld.in (modified) Fix up x86 linker scripts a bit Mon, 12 Nov 2018 20:20:36 GMT Jiří Zárevúcky [8781e9d] * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/vesa_prot.inc (deleted) * kernel/arch/amd64/src/boot/vesa_real.inc (deleted) * kernel/arch/amd64/src/boot/vesa_ret.inc (deleted) * kernel/arch/amd64/src/boot/vga323.pal (deleted) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (deleted) * kernel/arch/ia32/src/boot/vesa_real.inc (deleted) * kernel/arch/ia32/src/boot/vesa_ret.inc (deleted) * kernel/arch/ia32/src/boot/vga323.pal (deleted) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * tools/autocheck.awk (modified) Remove realmode VESA code This simply enables framebuffer setup via ... Mon, 12 Nov 2018 19:52:26 GMT Jiri Svoboda [dd884cb] * kernel/generic/src/ipc/sysipc.c (modified) Fix build with UDEBUG disabled. Mon, 12 Nov 2018 16:43:23 GMT Jiří Zárevúcky [7429ffd] * abi/include/abi/errno.in (modified) Remove extra empty line from errno.h Mon, 12 Nov 2018 16:39:21 GMT Jiří Zárevúcky [a43dfcb] * boot/Makefile.grub (modified) * boot/arch/amd64/Makefile.inc (modified) Makefile.grub should be postbuild Mon, 12 Nov 2018 10:36:10 GMT GitHub [aaa3c457] * abi/include/abi/cap.h (modified) * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/synch/syswaitq.h (moved) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (deleted) * kernel/generic/src/synch/syswaitq.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/futex.h (modified) * uspace/lib/c/generic/private/malloc.h (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/fibril_synch.c (modified) * uspace/lib/c/generic/thread/futex.c (modified) * uspace/lib/c/generic/thread/mpsc.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/srv/loader/main.c (modified) Merge pull request #56 from jermar/futexremoval Remove kernel ... Mon, 12 Nov 2018 08:02:05 GMT Vojtech Horky [3ce781f4] * kernel/arch/amd64/src/smp/smp_call.c (deleted) Remove dangling symlink Sun, 11 Nov 2018 20:31:59 GMT Jiri Svoboda [4640416] * Makefile (modified) Need more coffee. And velcro. Sun, 11 Nov 2018 20:21:08 GMT Jiri Svoboda [a5c468e] * .gitignore (modified) * Makefile (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (modified) * uspace/Makefile (modified) Build XCW demo as part of default target. Need to get real CFLAGS to ... Sun, 11 Nov 2018 15:55:42 GMT Jakub Jermar [6874bd2] * kernel/generic/src/synch/syswaitq.c (modified) Fix build after rebase Sun, 11 Nov 2018 15:47:39 GMT Jakub Jermar [0b8fad2] * kernel/generic/include/synch/syswaitq.h (modified) * kernel/generic/src/synch/syswaitq.c (modified) * uspace/lib/c/generic/private/futex.h (modified) Make user waitq more generic By allowing SYS_WAITQ_SLEEP to specify ... Sun, 11 Nov 2018 15:47:39 GMT Jakub Jermar [25f6bddb] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/malloc.h (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/fibril_synch.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/srv/loader/main.c (modified) Deallocate waitq's used by the loader