# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-22T02:34:04Z Tue, 31 Oct 2017 19:17:10 GMT Jiri Svoboda [2b11c3c] * Makefile (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/intctl/obio/obio.h (modified) OBIO should not store base address in a global variable. Mon, 30 Oct 2017 18:02:36 GMT Jiri Svoboda [48adf0f] * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) OBIO should take base address from platform driver. Tue, 24 Oct 2017 10:10:00 GMT Jiri Svoboda [be1b1e68] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/intctl/obio/Makefile (moved) * uspace/drv/intctl/obio/main.c (added) * uspace/drv/intctl/obio/obio.c (moved) * uspace/drv/intctl/obio/obio.h (added) * uspace/drv/intctl/obio/obio.ma (added) * uspace/drv/platform/sun4u/sun4u.c (modified) Enumerate OBIO by DDF. Sat, 21 Oct 2017 05:46:19 GMT jzr [cc92076] * Makefile (modified) * boot/Makefile (modified) * tools/autotool.py (modified) Clean up minor issues with the Makefiles. Sat, 21 Oct 2017 04:49:44 GMT jzr [9c14309] * uspace/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) Fix a small inconsistency introduced in previous commit. Sat, 21 Oct 2017 04:41:07 GMT jzr [4761f54] * .bzrignore (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) Get rid of makedepend. Sat, 21 Oct 2017 03:55:53 GMT jzr [feab36ae] * Makefile (modified) Split kernel and uspace into separate toplevel targets, to allow ... Fri, 20 Oct 2017 07:18:57 GMT Jiri Svoboda [81685dd9] * uspace/app/devctl/devctl.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) Add devctl unload-drv subcommand to manually unload a driver that is ... Fri, 20 Oct 2017 00:33:54 GMT jzr [04efacc] * uspace/app/mkmfs/mkmfs.c (modified) Fix possible memory leak in mkmfs. Fri, 20 Oct 2017 00:31:52 GMT jzr [0464967] * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/trackmod/xm.c (modified) Fix gcc warnings when building with -O1 or -Og flags. (Thanks Ondřej ... Thu, 19 Oct 2017 23:51:35 GMT jzr [c212a03] * uspace/drv/intctl/apic/apic.h (modified) * uspace/drv/intctl/i8259/i8259.h (modified) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) Fix include guards (thanks clang). Thu, 19 Oct 2017 20:30:01 GMT Ondřej Hlavatý [ccbf93f] * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/trackmod/xm.c (modified) Do not use uninitialized variables Return value in extent.c was not ... Wed, 18 Oct 2017 15:10:58 GMT jzr [b1efe3e] * .clang-format (added) * Makefile (modified) Add partial support for clang-format. Tue, 17 Oct 2017 17:47:11 GMT Jiri Svoboda [b446b02] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/intctl/apic/Makefile (moved) * uspace/drv/intctl/apic/apic.c (moved) * uspace/drv/intctl/apic/apic.h (added) * uspace/drv/intctl/apic/apic.ma (added) * uspace/drv/intctl/apic/main.c (added) * uspace/drv/intctl/i8259/Makefile (moved) * uspace/drv/intctl/i8259/i8259.c (moved) * uspace/drv/intctl/i8259/i8259.h (added) * uspace/drv/intctl/i8259/i8259.ma (added) * uspace/drv/intctl/i8259/main.c (added) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/platform/icp/icp.c (modified) Enumerate APIC and i8259 via DDF. Mon, 16 Oct 2017 15:50:37 GMT Jiri Svoboda [a416d070] * .bzrignore (modified) * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/intctl/icp-ic/Makefile (moved) * uspace/drv/intctl/icp-ic/icp-ic.c (moved) * uspace/drv/intctl/icp-ic/icp-ic.h (added) * uspace/drv/intctl/icp-ic/icp-ic.ma (added) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (moved) * uspace/drv/intctl/icp-ic/main.c (added) * uspace/drv/platform/icp/icp.c (modified) Let ICP-IC be enumerated by the DDF. Sun, 15 Oct 2017 15:21:10 GMT Jiri Svoboda [1974f56a] * uspace/lib/c/include/ipc/services.h (modified) SERVICE_IRC fourcc is no longer used. Sun, 15 Oct 2017 15:04:15 GMT Jiri Svoboda [9a2eb14] * uspace/lib/c/generic/irc.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/locsrv.c (modified) As a temporary measure, let IRC servers use the location service for ... Sat, 14 Oct 2017 23:13:08 GMT Jiri Svoboda [75911d24] * uspace/drv/platform/icp/icp.c (modified) ICP could relay disable/clear interrupt. Sat, 14 Oct 2017 22:49:18 GMT Jiri Svoboda [d51838f] * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/nic/rtl8169/driver.h (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) Let leaf drivers enable/disable/clear interrupts via hw_res instead ... Thu, 12 Oct 2017 17:59:31 GMT Jakub Jermar [ce732e74] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/main/main.c (modified) Allocate capabilities from a dedicated slab cache Thu, 12 Oct 2017 17:38:13 GMT jzr [d29ae35] * boot/generic/include/errno.h (modified) Fix include guard typo. Wed, 11 Oct 2017 20:35:01 GMT jzr [1c5c96d] * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/graph/graph.c (modified) Unify offset ranges in update_damaged_region. Wed, 11 Oct 2017 20:25:09 GMT jzr [b08e98ba] * boot/Makefile (modified) Create the missing empty directories. Wed, 11 Oct 2017 16:32:00 GMT jzr [cf13b17] * uspace/app/edit/edit.c (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/trace/trace.h (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/types/common.h (moved) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/srv/hid/output/proto/vt100.c (modified) Rename to Tue, 10 Oct 2017 20:47:07 GMT jzr [2a7749d7] * uspace/app/edit/edit.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/trace/trace.h (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/sys/types.h (added) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/srv/hid/output/proto/vt100.c (modified) Add as a wrapper for , and eliminate ... Tue, 10 Oct 2017 20:45:27 GMT jzr [04ba110] * uspace/drv/char/atkbd/main.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/xtkbd/main.c (modified) Eliminate direct references to . Tue, 10 Oct 2017 18:58:49 GMT jzr [a4fb8d60] * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/test/print/print2.c (modified) Kill U/INTN_C(). It's only used in one place and its practical ... Tue, 10 Oct 2017 18:21:17 GMT jzr [33f86a3] * kernel/arch/ia32/src/interrupt.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) Add PRI*PTR macros and correct a few printfs. Tue, 10 Oct 2017 15:34:37 GMT Jakub Jermar [c46bfbc] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/proc/task.c (modified) Allow caps_task_alloc() to fail Tue, 10 Oct 2017 06:51:02 GMT Jiri Svoboda [cccd60c3] * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) hw_res_enable_interrupt should allow enabling individual interrupts. Tue, 10 Oct 2017 06:34:37 GMT Jiri Svoboda [2bdf92a5] * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Eliminate remaining cases of drivers directly calling ... Mon, 09 Oct 2017 22:18:09 GMT Jakub Jermar [05913fe7] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Allow virtually unlimited number of capabilities per task Mon, 09 Oct 2017 21:01:48 GMT jzr [e02bfb4] * kernel/arch/ia32/src/boot/multiboot.S (modified) Remove duplicated label. Mon, 09 Oct 2017 21:00:08 GMT jzr [b1018a29] * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) Fix all copypasted include guard typos. Mon, 09 Oct 2017 20:03:36 GMT jzr [bfdb7c63] * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) Change amd64 target to amd64-unknown-elf. This fixes clang build on ... Mon, 09 Oct 2017 19:10:25 GMT Jakub Jermar [02667d9] * kernel/generic/include/lib/ra.h (modified) * kernel/generic/src/lib/ra.c (modified) Resource arenas should be destructible Mon, 09 Oct 2017 18:17:05 GMT jzr [d75dc05] * HelenOS.config (modified) * boot/Makefile.build (modified) * contrib/tools/random_check.sh (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) Remove the unmaintained and likely broken ICC support. Mon, 09 Oct 2017 15:46:00 GMT Jakub Jermar [ca207e0] * kernel/generic/include/ddi/irq.h (modified) Remove unused enums Mon, 09 Oct 2017 15:34:33 GMT jzr [591b989] * tools/toolchain.sh (modified) Change toolchain.sh to install into target-specific directory. Mon, 09 Oct 2017 15:33:26 GMT jzr [b08941d] * tools/autotool.py (modified) Allow the cross-compiler toolchain path to be prefixed with full ... Sun, 08 Oct 2017 20:55:13 GMT Jiri Svoboda [07cb0108] * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) Sort out irc_disable_interrupt vs irc_clear_interrupt. Sun, 08 Oct 2017 20:42:50 GMT Jiri Svoboda [53a309e] * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) Must not explicitly close DDF-provided parent session. Sun, 08 Oct 2017 20:34:35 GMT Jiri Svoboda [d15797d] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/test/test1/test1.c (modified) Remove unnecessary references to devman. Sun, 08 Oct 2017 20:17:59 GMT Jiri Svoboda [2fd26bb] * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/atkbd/atkbd.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) Make it simpler to get parent function session repeatedly without ... Sun, 08 Oct 2017 19:37:24 GMT Jakub Jermar [82cbf8c6] * kernel/genarch/include/genarch/mm/as_ht.h (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/synch/futex.c (modified) Replace the old hash table implementation in the kernel with the ... Thu, 05 Oct 2017 19:09:34 GMT Jiri Svoboda [81b9d3e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Merge CUDA DDF conversion. Thu, 05 Oct 2017 18:34:30 GMT jzr [84eb4edd] * tools/autotool.py (modified) autotool.py: For clang, improve error messages and remove check for ... Thu, 05 Oct 2017 18:00:52 GMT Jiri Svoboda [c188c62] * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/platform/mac/mac.c (modified) CUDA driver should use hw_res to obtain HW configuration. Thu, 05 Oct 2017 07:49:02 GMT Jiri Svoboda [f4665bdc] * uspace/drv/fb/kfb/port.c (modified) Kfb should unmap the frame buffer when client connection is terminated. Thu, 05 Oct 2017 07:34:46 GMT Jiri Svoboda [b669092] * uspace/drv/fb/kfb/port.c (modified) Kfb should not map the frame buffer until it is claimed. Thu, 05 Oct 2017 07:07:45 GMT Jiri Svoboda [fe8961d] * uspace/lib/c/include/types/label.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) There is a good reason why there should be no default branch. Wed, 04 Oct 2017 22:14:10 GMT Jiri Svoboda [0cebbac] * uspace/srv/fs/cdfs/cdfs_ops.c (modified) Restore CDFS definition of primary volume descriptor, with properly ... Wed, 04 Oct 2017 21:53:19 GMT Jiri Svoboda [7e20bee] * uspace/lib/nettl/src/amap.c (modified) Provide flag conversion. Wed, 04 Oct 2017 18:46:07 GMT jzr [8974294] * uspace/drv/nic/e1k/e1k.c (modified) Attempt to fix e1000_link_restart(). My understanding of the driver ... Wed, 04 Oct 2017 18:29:22 GMT jzr [36c3139] * uspace/srv/fs/cdfs/cdfs_ops.c (modified) CDFS has structure fields after a field of variable length. This is ... Wed, 04 Oct 2017 18:27:56 GMT jzr [fa77af7] * uspace/drv/fb/kfb/port.c (modified) Remove some color-related dead code. Wed, 04 Oct 2017 18:25:38 GMT jzr [18902ca6] * uspace/app/nic/nic.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (modified) * uspace/lib/c/test/odict.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) Fix several bugs and typos detected by clang. Wed, 04 Oct 2017 18:22:12 GMT jzr [63011c53] * uspace/lib/fdisk/src/fdisk.c (modified) pcnt is unsigned, so it can't be used this way. Detected by clang. Wed, 04 Oct 2017 18:17:16 GMT jzr [0e3b402] * uspace/lib/c/arch/ia64/Makefile.common (modified) Change forgotten GCC_CFLAGS in ia64 to COMMON_CFLAGS, for consistency. Wed, 04 Oct 2017 18:13:24 GMT jzr [c9e88da] * uspace/drv/nic/rtl8139/driver.c (modified) Rename rtl8139_hw_int_enable() to rtl8139_hw_int_set(), since it's ... Wed, 04 Oct 2017 18:02:14 GMT jzr [05b59393] * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/sbi/src/builtin/bi_task.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) Fix a couple of benign clang warnings. No change in semantics. Wed, 04 Oct 2017 17:39:48 GMT Jiri Svoboda [e27e36e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Convert CUDA driver to DDF. Wed, 04 Oct 2017 17:26:53 GMT jzr [0b2d369] * uspace/app/tetris/tetris.c (modified) Print the tetris copyright. Wed, 04 Oct 2017 17:25:20 GMT jzr [a41cda7] * kernel/Makefile (modified) * uspace/Makefile.common (modified) Adjust clang arguments. Tue, 03 Oct 2017 18:12:17 GMT jzr [a0a273e] * HelenOS.config (modified) * boot/Makefile.build (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (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) Unify compiler handling a bit. Most compiler flags have been ... Tue, 03 Oct 2017 16:54:50 GMT jzr [0f28387] * tools/toolchain.sh (modified) toolchain.sh: enable gold linker, disable guile support, only touch ... Tue, 03 Oct 2017 16:18:31 GMT jzr [b4a9f5d] * boot/Makefile (modified) Recreate empty directories that aren't preserved in git. Tue, 03 Oct 2017 16:04:22 GMT jzr [2c52073] * HelenOS.config (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) Remove CONFIG_OPTIMIZE_FOR_SIZE and instead directly set OPTIMIZATION ... Mon, 02 Oct 2017 23:05:34 GMT jzr [68f4671] * kernel/generic/src/sysinfo/sysinfo.c (modified) Revert previous commit. Looks like this was already fixed in the ... Mon, 02 Oct 2017 22:54:51 GMT jzr [94868e1] * kernel/generic/src/sysinfo/sysinfo.c (modified) Fix return of uninitialized variable. Mon, 02 Oct 2017 21:07:11 GMT Jiri Svoboda [7e55bed7] * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_hw.h (modified) Rename CUDA types, soft state is the basic one. Mon, 02 Oct 2017 20:52:27 GMT Jiri Svoboda [943aaf1b] * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) Eliminate global variables in CUDA driver. Mon, 02 Oct 2017 20:13:41 GMT Jiri Svoboda [6886705] * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_hw.h (added) Move CUDA hw-related definitions to a separate header file. Sat, 30 Sep 2017 18:52:38 GMT Jakub Jermar [300f4c4] * kernel/generic/include/lib/ra.h (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/km.c (modified) Let the resource allocator treat 0 as a valid resource Sat, 30 Sep 2017 06:29:42 GMT Jakub Jermar [91b60499] * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/arch/arm32/src/interrupt.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/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/i8042/i8042.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/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/cap/cap.h (added) * kernel/generic/include/ddi/device.h (deleted) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cap/cap.c (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/device.c (deleted) * kernel/generic/src/ddi/irq.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/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (deleted) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/connclone.c (deleted) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.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/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Merge support for capabilities from lp:~jakub/helenos/caps This ... Fri, 29 Sep 2017 22:56:31 GMT Jakub Jermar [6636fb19] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Add comments Thu, 28 Sep 2017 22:08:15 GMT Jakub Jermar [48bcf49] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.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/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) Introduce reference-counted kobjects Capabilities are thus reduced ... Thu, 28 Sep 2017 17:01:16 GMT Jiri Svoboda [d076f16] * uspace/app/websrv/websrv.c (modified) Websrv cannot use global buffers to handle HTTP requests concurrently. Wed, 27 Sep 2017 22:40:09 GMT Jiri Svoboda [7b616e2] * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) Name service should communicate using async.h. Tue, 26 Sep 2017 21:03:33 GMT Jakub Jermar [dd20cbb] * kernel/generic/src/sysinfo/sysinfo.c (modified) Do not return undefined value Mon, 25 Sep 2017 20:51:51 GMT Jiri Svoboda [8d6bcc8c] * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/clipboard/clipboard.c (modified) Move clipboard under location service. Mon, 25 Sep 2017 19:41:35 GMT Jiri Svoboda [11d9630] * uspace/lib/c/generic/io/table.c (modified) Fix handling of empty table cells. Sat, 23 Sep 2017 22:20:20 GMT Jiri Svoboda [75c3830] * uspace/app/inet/inet.c (modified) Separate display of addresses, static routes and IP links into ... Sat, 23 Sep 2017 11:41:08 GMT Jiri Svoboda [f538ef3] * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/include/err.h (deleted) No need to have a (broken) BSD errx() function in libc. Fri, 22 Sep 2017 17:25:49 GMT Jiri Svoboda [bd1745f] * .bzrignore (modified) Update and sort .bzrignore. Fri, 22 Sep 2017 17:06:08 GMT Jiri Svoboda [5c769d54] * uspace/app/devctl/devctl.c (modified) devctl list-drv can use io/table. Fri, 22 Sep 2017 07:21:53 GMT Jiri Svoboda [207d5da] * uspace/app/inet/inet.c (modified) * uspace/lib/c/generic/io/table.c (modified) Fix extraneous empty line printed after table. Thu, 21 Sep 2017 16:13:41 GMT Jiri Svoboda [5e962ad] * uspace/app/inet/inet.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/table.c (added) * uspace/lib/c/include/io/table.h (added) * uspace/lib/c/test/io/table.c (added) * uspace/lib/c/test/main.c (modified) Add a module to format command output as a table. Thu, 21 Sep 2017 00:02:23 GMT Jiri Svoboda [4c363fa2] * uspace/Makefile (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) Most drivers can actually compile on most platforms. Tue, 19 Sep 2017 19:59:54 GMT Jakub Jermar [866a8f3] * kernel/generic/src/cap/cap.c (modified) Remove cap from type list when reclaiming Tue, 19 Sep 2017 19:18:40 GMT Jakub Jermar [6abfd250] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) Rename caps_apply_to_all to caps_apply_to_type Mon, 18 Sep 2017 20:52:12 GMT Jakub Jermar [9e87562] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/proc/task.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/proc/task.c (modified) Make all accesses to capabilites exclusive This commit makes sure ... Mon, 18 Sep 2017 06:38:52 GMT Jiri Svoboda [797dc79e] * uspace/srv/net/tcp/ucall.c (modified) Remove stray backslash. Sun, 17 Sep 2017 23:37:43 GMT Jiri Svoboda [3e2291a9] * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/test/conn.c (modified) * uspace/srv/net/tcp/test/main.c (modified) * uspace/srv/net/tcp/test/ucall.c (added) * uspace/srv/net/tcp/ucall.c (modified) TCP tests for ucall module and some more for conn module. Implement ... Fri, 15 Sep 2017 13:22:34 GMT Martin Decky [6969eea3] * uspace/lib/nettl/src/portrng.c (modified) cstyle, remove forgotten include directive Thu, 14 Sep 2017 19:06:00 GMT Jakub Jermar [5918c00] * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) Do not irritate the assembler by FSTPL %sp(1) When moving data ... Wed, 13 Sep 2017 20:49:43 GMT Jiri Svoboda [120d5bc] * uspace/app/df/df.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/include/cap.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) Let df give 'human-readable' output by default. Use cap.h for better ... Wed, 13 Sep 2017 20:14:49 GMT Jiri Svoboda [6c4eedf] * uspace/app/fdisk/fdisk.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cap.c (moved) * uspace/lib/c/include/cap.h (added) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) Move capacity specification to libc. Tue, 12 Sep 2017 19:27:15 GMT Vojtech Horky [1d40c93d] * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) Include development files by default on ia32 and amd64 On these ... Tue, 12 Sep 2017 15:48:01 GMT Jiri Svoboda [9520af7] * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test/conn.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) Allow TCP conn tests that involve transferring data by enabling an ...