# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-22T02:37:27Z Fri, 10 Nov 2017 16:52:36 GMT jzr [3a37751] * uspace/lib/posix/Makefile (modified) Build a special all-inclusive version of POSIXified libc. Fri, 10 Nov 2017 16:51:09 GMT jzr [ee98e81] * uspace/lib/c/arch/abs32le/Makefile.inc (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/riscv64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) Don't include entry.o in libc.a Fri, 10 Nov 2017 14:15:41 GMT Jiri Svoboda [676e833] * boot/arch/mips32/Makefile.inc (modified) * uspace/drv/char/msim-con/Makefile (added) * uspace/drv/char/msim-con/main.c (added) * uspace/drv/char/msim-con/msim-con.c (added) * uspace/drv/char/msim-con/msim-con.h (moved) * uspace/drv/char/msim-con/msim-con.ma (added) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/ski-con/ski-con.h (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) Move receiving side of Msim console to a separate driver. Work around ... Fri, 10 Nov 2017 13:54:10 GMT jzr [7654f3e] * .bzrignore (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) Fix 'make clean' in individual uspace directories. Fri, 10 Nov 2017 00:21:12 GMT jzr [731d8f9] * uspace/Makefile.common (modified) Fix a Makefile bug. Thu, 09 Nov 2017 20:29:25 GMT Jakub Jermar [adb1ae9] * uspace/srv/locsrv/locsrv.c (modified) Answer IPC only when there will be no blocking This is necessary so ... Thu, 09 Nov 2017 20:25:58 GMT Jakub Jermar [0239846] * uspace/lib/c/generic/loc.c (modified) First wait for IPC answer and then end the async exchange This is ... Thu, 09 Nov 2017 20:22:57 GMT Jakub Jermar [cbdb38ff] * abi/include/abi/ipc/interfaces.h (modified) Make INTERFACE_LOC_SUPPLIER parallel Location service sometimes ... Thu, 09 Nov 2017 20:19:23 GMT Jakub Jermar [d432c02] * kernel/generic/src/ipc/sysipc.c (modified) Make kernel IPC fail hard if maximum number of calls reached Thu, 09 Nov 2017 20:12:59 GMT Jakub Jermar [708cf9d] * abi/include/abi/ipc/ipc.h (modified) Bump IPC_MAX_ASYNC_CALLS Make it harder to hit the hard limit on ... Thu, 09 Nov 2017 07:21:36 GMT Jiri Svoboda [25b853c] * uspace/drv/char/ski-con/Makefile (modified) * uspace/drv/platform/ski/Makefile (modified) EXTRA_CFLAGS not needed by ski, ski-con drivers. Wed, 08 Nov 2017 23:50:54 GMT jzr [4f674d7] * uspace/Makefile (modified) * uspace/Makefile.common (modified) Build uspace modules in correct dependency order (including ... Wed, 08 Nov 2017 23:41:26 GMT jzr [7b884e55] * uspace/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) Also temporarily disallow shared libsoftint. libsoftint ... Wed, 08 Nov 2017 22:46:01 GMT jzr [378948d] * uspace/Makefile.common (modified) Remove the no longer used POSIX_COMPAT flag. Wed, 08 Nov 2017 22:43:39 GMT jzr [9d8b12da] * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/fontviewer/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/vcalc/Makefile (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) Instead of setting MATH=y, just list 'math' in dependencies like a ... Wed, 08 Nov 2017 21:59:02 GMT jzr [d2e7a51] * uspace/Makefile.common (modified) * uspace/lib/c/arch/arm32/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/riscv64/Makefile.common (modified) Link libsoftfloat unconditionally on all architectures. It doesn't ... Wed, 08 Nov 2017 08:26:24 GMT Jiri Svoboda [f5b6fb5] * uspace/drv/char/ski-con/Makefile (modified) * uspace/drv/platform/ski/Makefile (modified) * uspace/srv/hid/input/port/chardev.c (modified) Fix mis-merge and revert accidentally committed changes. Wed, 08 Nov 2017 08:04:08 GMT Jiri Svoboda [6d15572] * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/ski-con/Makefile (added) * uspace/drv/char/ski-con/main.c (added) * uspace/drv/char/ski-con/ski-con.c (added) * uspace/drv/char/ski-con/ski-con.h (added) * uspace/drv/char/ski-con/ski-con.ma (added) * uspace/drv/platform/ski/Makefile (added) * uspace/drv/platform/ski/ski.c (added) * uspace/drv/platform/ski/ski.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/ski.c (deleted) Move receiving side of ski console support to a separate driver, ski- ... Wed, 08 Nov 2017 00:39:43 GMT jzr [cecba66e] * .bzrignore (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bithenge/Makefile (modified) * uspace/app/blkdump/Makefile (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/download/Makefile (modified) * uspace/app/fdisk/Makefile (modified) * uspace/app/fontviewer/Makefile (modified) * uspace/app/gunzip/Makefile (modified) * uspace/app/kio/Makefile (modified) * uspace/app/mixerctl/Makefile (modified) * uspace/app/mkbd/Makefile (modified) * uspace/app/mkexfat/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkmfs/Makefile (modified) * uspace/app/modplay/Makefile (modified) * uspace/app/nic/Makefile (modified) * uspace/app/sbi/Makefile (modified) * uspace/app/sportdmp/Makefile (modified) * uspace/app/sysinst/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/vcalc/Makefile (modified) * uspace/app/vdemo/Makefile (modified) * uspace/app/viewer/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vterm/Makefile (modified) * uspace/app/vuhid/Makefile (modified) * uspace/app/wavplay/Makefile (modified) * uspace/app/wifi_supplicant/Makefile (modified) * uspace/drv/audio/hdaudio/Makefile (modified) * uspace/drv/audio/sb16/Makefile (modified) * uspace/drv/block/ahci/Makefile (modified) * uspace/drv/block/ata_bd/Makefile (modified) * uspace/drv/block/ddisk/Makefile (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (modified) * uspace/drv/bus/isa/Makefile (modified) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/usbflbk/Makefile (modified) * uspace/drv/bus/usb/usbhid/Makefile (modified) * uspace/drv/bus/usb/usbhub/Makefile (modified) * uspace/drv/bus/usb/usbmast/Makefile (modified) * uspace/drv/bus/usb/usbmid/Makefile (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/char/atkbd/Makefile (modified) * uspace/drv/char/i8042/Makefile (modified) * uspace/drv/char/ns8250/Makefile (modified) * uspace/drv/char/pl050/Makefile (modified) * uspace/drv/char/ps2mouse/Makefile (modified) * uspace/drv/char/xtkbd/Makefile (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (modified) * uspace/drv/fb/kfb/Makefile (modified) * uspace/drv/intctl/apic/Makefile (modified) * uspace/drv/intctl/i8259/Makefile (modified) * uspace/drv/intctl/icp-ic/Makefile (modified) * uspace/drv/intctl/obio/Makefile (modified) * uspace/drv/nic/ar9271/Makefile (modified) * uspace/drv/nic/e1k/Makefile (modified) * uspace/drv/nic/ne2k/Makefile (modified) * uspace/drv/nic/rtl8139/Makefile (modified) * uspace/drv/nic/rtl8169/Makefile (modified) * uspace/drv/platform/amdm37x/Makefile (modified) * uspace/drv/platform/icp/Makefile (modified) * uspace/drv/platform/mac/Makefile (modified) * uspace/drv/platform/malta/Makefile (modified) * uspace/drv/platform/msim/Makefile (modified) * uspace/drv/platform/pc/Makefile (modified) * uspace/drv/platform/sun4u/Makefile (modified) * uspace/drv/root/root/Makefile (modified) * uspace/drv/root/virt/Makefile (modified) * uspace/drv/test/test1/Makefile (modified) * uspace/drv/test/test2/Makefile (modified) * uspace/drv/test/test3/Makefile (modified) * uspace/drv/time/cmos-rtc/Makefile (modified) * uspace/lib/bithenge/Makefile (modified) * uspace/lib/clui/Makefile (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fmtutil/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/hound/Makefile (modified) * uspace/lib/ieee80211/Makefile (modified) * uspace/lib/label/Makefile (modified) * uspace/lib/minix/Makefile (added) * uspace/lib/minix/minix.c (added) * uspace/lib/nettl/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcm/Makefile (modified) * uspace/lib/pcut/helenos.mak (modified) * uspace/lib/scsi/Makefile (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbhid/Makefile (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbvirt/Makefile (modified) * uspace/srv/audio/hound/Makefile (modified) * uspace/srv/bd/sata_bd/Makefile (modified) * uspace/srv/bd/vbd/Makefile (modified) * uspace/srv/fs/cdfs/Makefile (modified) * uspace/srv/fs/exfat/Makefile (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/locfs/Makefile (modified) * uspace/srv/fs/mfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/udf/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/isdv4_tablet/Makefile (modified) * uspace/srv/hid/output/Makefile (modified) * uspace/srv/hid/rfb/Makefile (modified) * uspace/srv/net/ethip/Makefile (modified) * uspace/srv/net/slip/Makefile (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/volsrv/Makefile (modified) Instead of using library paths directly, refer to libraries by name ... Tue, 07 Nov 2017 23:14:00 GMT jzr [c631734] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/dltest/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/softint/Makefile (modified) Mostly cleanup in uspace/Makefile.common. - Pass -MP in addition to ... Tue, 07 Nov 2017 17:54:03 GMT jzr [b8d4af4b] * uspace/lib/draw/Makefile (modified) * uspace/lib/graph/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/lib/uri/Makefile (modified) Temporarily prevent dynamic linking for most libraries. There ... Tue, 07 Nov 2017 16:27:42 GMT jzr [68825c3] * uspace/Makefile (modified) * uspace/Makefile.common (modified) Speed up make clean by moving find out of the recursion. Mon, 06 Nov 2017 21:04:24 GMT jzr [7f881cd8] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * tools/jobfile.py (modified) * uspace/Makefile.common (modified) Simplify make precheck. Mon, 06 Nov 2017 20:23:49 GMT jzr [bd92e6d5] * uspace/lib/ieee80211/Makefile (modified) Remove LIBS variable from libieee80211, it break parallel make. Thu, 02 Nov 2017 18:39:33 GMT Jiri Svoboda [1dab093] * tools/ew.py (modified) Fix ew.py run in console with niagara build. Wed, 01 Nov 2017 21:18:17 GMT Jakub Jermar [aad43a8] * uspace/lib/c/include/ddi.h (modified) Remove dead code Wed, 01 Nov 2017 20:34:04 GMT Jakub Jermar [d0cbfd3] * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/intctl/obio/obio.h (modified) Use proper PIO and ioport64_t interfaces in obio Wed, 01 Nov 2017 20:33:08 GMT Jakub Jermar [aa537a5a] * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (modified) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/include/ddi.h (modified) Add 64-bit PIO functions Wed, 01 Nov 2017 18:17:23 GMT jzr [315130c] * kernel/Makefile (modified) * uspace/Makefile.common (modified) Strip binaries using a linker option instead of calling a separate ... Wed, 01 Nov 2017 17:06:13 GMT jzr [52a7f238] * uspace/Makefile.common (modified) Merge .disasm makefile rules. Wed, 01 Nov 2017 17:05:20 GMT jzr [a4e3976] * uspace/Makefile.common (modified) Fix minor issues in a makefile. Wed, 01 Nov 2017 16:13:55 GMT Jakub Jermar [b63b02e] * uspace/app/init/init.c (modified) Do not attempt to start /srv/obio Wed, 01 Nov 2017 14:54:44 GMT jzr [f36ac04] * tools/mkarray.py (modified) Revert sorting of zip file entries. I did not realize the system ... Tue, 31 Oct 2017 19:30:01 GMT Jiri Svoboda [3654684] * Makefile (modified) Fix merge, oops. Tue, 31 Oct 2017 19:24:58 GMT Jiri Svoboda [f834dd81] * Makefile (modified) * 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) Merge OBIO DDF conversion. 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. Sat, 28 Oct 2017 17:36:13 GMT jzr [eca820c] * uspace/Makefile.common (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) Revert change to the way startup file is referenced. The path is ... Sat, 28 Oct 2017 11:40:41 GMT Jakub Jermar [c1f68b0] * 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/irq.c (modified) Use recursive mutex to protect task_t::cap_info This makes it ... Sat, 28 Oct 2017 11:26:43 GMT Jakub Jermar [15d9fe6] * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/src/synch/mutex.c (modified) Implement recursive mutex Sat, 28 Oct 2017 08:55:10 GMT Jakub Jermar [7cf8522] * kernel/generic/src/ipc/ipc.c (modified) Unpublish and free phone and IRQ capabilities in ipc_cleanup() Sat, 28 Oct 2017 08:53:20 GMT Jakub Jermar [3dab10ae] * kernel/generic/src/ipc/sysipc.c (modified) Drop phone kobject reference when slamming the phone in answer_preprocess Sat, 28 Oct 2017 08:53:08 GMT Jakub Jermar [d470ec8] * kernel/generic/src/ipc/ipc.c (modified) Maintain phone kobject reference for call_t::caller_phone Sat, 28 Oct 2017 08:49:42 GMT Jakub Jermar [d088616] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) Provide locked versions of cap_unpublish() and cap_free() This is ... Fri, 27 Oct 2017 18:44:07 GMT jzr [9b642f92] * HelenOS.config (modified) * boot/Makefile.build (modified) * kernel/Makefile (modified) * tools/config.py (modified) * tools/mkarray.py (modified) * uspace/Makefile.common (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/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) Merge reproducibility improvements. These improvements reduce the ... Fri, 27 Oct 2017 18:41:01 GMT jzr [f9c4bc5] * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) Fix pcut. Fri, 27 Oct 2017 18:24:48 GMT jzr [0798689] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/include/arch/arch.h (moved) * boot/arch/arm32/include/arch/asm.h (moved) * boot/arch/arm32/include/arch/cp15.h (added) * boot/arch/arm32/include/arch/main.h (moved) * boot/arch/arm32/include/arch/mm.h (moved) * boot/arch/arm32/include/arch/types.h (moved) * boot/arch/arm32/include/cp15.h (deleted) * boot/arch/ia64/include/arch/arch.h (moved) * boot/arch/ia64/include/arch/asm.h (moved) * boot/arch/ia64/include/arch/main.h (moved) * boot/arch/ia64/include/arch/pal.h (moved) * boot/arch/ia64/include/arch/sal.h (moved) * boot/arch/ia64/include/arch/ski.h (moved) * boot/arch/ia64/include/arch/types.h (moved) * boot/arch/mips32/include/arch/arch.h (moved) * boot/arch/mips32/include/arch/asm.h (moved) * boot/arch/mips32/include/arch/main.h (moved) * boot/arch/mips32/include/arch/regname.h (moved) * boot/arch/mips32/include/arch/types.h (moved) * boot/arch/ppc32/include/arch/arch.h (moved) * boot/arch/ppc32/include/arch/asm.h (moved) * boot/arch/ppc32/include/arch/main.h (moved) * boot/arch/ppc32/include/arch/ofw.h (moved) * boot/arch/ppc32/include/arch/regname.h (moved) * boot/arch/ppc32/include/arch/types.h (moved) * boot/arch/riscv64/include/arch/arch.h (moved) * boot/arch/riscv64/include/arch/asm.h (moved) * boot/arch/riscv64/include/arch/main.h (moved) * boot/arch/riscv64/include/arch/mm.h (moved) * boot/arch/riscv64/include/arch/types.h (moved) * boot/arch/riscv64/include/arch/ucb.h (moved) * boot/arch/sparc64/include/arch/arch.h (moved) * boot/arch/sparc64/include/arch/asm.h (moved) * boot/arch/sparc64/include/arch/main.h (moved) * boot/arch/sparc64/include/arch/ofw.h (moved) * boot/arch/sparc64/include/arch/types.h (moved) * boot/genarch/include/genarch/division.h (moved) * boot/genarch/include/genarch/efi.h (moved) * boot/genarch/include/genarch/multiplication.h (moved) * boot/genarch/include/genarch/ofw.h (moved) * boot/genarch/include/genarch/ofw_tree.h (moved) Reference boot arch headers directly, instead of via symlinks. This ... Fri, 27 Oct 2017 16:53:54 GMT jzr [dd162f6] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) Use -fdebug-prefix-map for reproducible debug info. Fri, 27 Oct 2017 16:53:02 GMT jzr [476ac3b] * HelenOS.config (modified) * tools/config.py (modified) Add a config option to strip revision information from build outputs. Fri, 27 Oct 2017 16:52:39 GMT jzr [bc6cdc4] * tools/mkarray.py (modified) Make mkarray.py produce reproducible archives. Fri, 27 Oct 2017 16:51:42 GMT jzr [584121d] * uspace/Makefile.common (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) Move reference to the startup object file (entry.o) out of the linker ... Fri, 27 Oct 2017 00:20:51 GMT jzr [d4da860] * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/usb.h (modified) Break circular dependency between libdrv and libusb. Thu, 26 Oct 2017 23:45:41 GMT jzr [37e8c4a] * boot/Makefile.build (modified) * kernel/Makefile (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * uspace/Makefile.common (modified) Disallow common symbols. They are never needed. Thu, 26 Oct 2017 23:44:55 GMT jzr [90c340fb] * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/usb/include/usb/request.h (modified) Convert two "old style" static asserts. Thu, 26 Oct 2017 14:41:22 GMT Jiri Svoboda [e4c8e3cf] * tools/ew.py (modified) Add support for XFCE terminal to ew.py run in console function. Wed, 25 Oct 2017 19:00:46 GMT jzr [7c50de5a] * uspace/Makefile (modified) Remove unused LIBN variable. Wed, 25 Oct 2017 00:25:10 GMT jzr [e9690b6] * abi/include/_bits/inttypes.h (modified) * abi/include/_bits/macros.h (modified) * abi/include/_bits/stdint.h (modified) Allow disabling intmax_t in downstream code (used in coastline). Tue, 24 Oct 2017 21:49:01 GMT jzr [1c95fd0] * abi/include/_bits/inttypes.h (modified) Fix missing typedef. 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. Tue, 24 Oct 2017 05:34:02 GMT jzr [b1eb7ef] * uspace/lib/posix/include/posix/strings.h (modified) Fix libposix . Tue, 24 Oct 2017 05:29:08 GMT jzr [810a36f] * abi/include/_bits/NULL.h (moved) * abi/include/_bits/WCHAR_MAX.h (added) * abi/include/_bits/WCHAR_MIN.h (added) * abi/include/_bits/WEOF.h (moved) * abi/include/_bits/all.h (moved) * abi/include/_bits/inttypes.h (added) * abi/include/_bits/limits.h (moved) * abi/include/_bits/macros.h (added) * abi/include/_bits/native.h (moved) * abi/include/_bits/ptrdiff_t.h (added) * abi/include/_bits/size_t.h (moved) * abi/include/_bits/ssize_t.h (added) * abi/include/_bits/stdint.h (added) * abi/include/_bits/wchar_t.h (moved) * abi/include/_bits/wint_t.h (moved) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/include/types.h (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/generic/include/stddef.h (modified) * boot/generic/include/stdint.h (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) * kernel/Makefile (modified) * 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/ia32/src/interrupt.c (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/ia64/src/interrupt.c (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/asm.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/generic/include/stddef.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * tools/autotool.py (modified) * uspace/app/edit/search.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/util.h (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/types.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/types.h (deleted) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/gsort.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/limits.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/c/include/wchar.h (added) * uspace/lib/draw/gfx/font-8x16.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/trackmod/xm.c (modified) Merge branch 'types'. Tue, 24 Oct 2017 05:25:36 GMT jzr [673ea28] * abi/include/_bits/macros.h (modified) Finish documenting macros.h. Tue, 24 Oct 2017 04:58:22 GMT jzr [16bfcd3] * abi/include/_bits/WCHAR_MAX.h (added) * abi/include/_bits/WCHAR_MIN.h (added) * abi/include/_bits/WEOF.h (added) * abi/include/_bits/stdint.h (modified) * uspace/app/edit/search.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/util.h (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/gsort.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/wchar.h (added) * uspace/lib/draw/gfx/font-8x16.h (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/trackmod/xm.c (modified) Fix up headers. Tue, 24 Oct 2017 04:57:45 GMT jzr [c9f3e7e9] * abi/include/_bits/NULL.h (added) * boot/generic/include/stddef.h (modified) * kernel/generic/include/stddef.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/time.h (modified) Add <_bits/NULL.h> Tue, 24 Oct 2017 04:56:35 GMT jzr [ce55b43] * tools/autotool.py (modified) Gut autotool.py and use it to generate the macros we want. Tue, 24 Oct 2017 04:56:00 GMT jzr [8ddaaac] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Support intmax_t in printf ('j' modifier). Tue, 24 Oct 2017 04:55:29 GMT jzr [35ebd42] * kernel/arch/ia32/src/interrupt.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/backend_user.c (modified) Fix up some type casts and format strings. Tue, 24 Oct 2017 04:54:53 GMT jzr [b639d56] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * uspace/lib/c/Makefile (modified) Remove references to common.h from Makefiles. Tue, 24 Oct 2017 04:54:05 GMT jzr [002fd5f] * boot/arch/arm32/include/types.h (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/generic/include/stddef.h (modified) * boot/generic/include/stdint.h (modified) * boot/generic/src/str.c (modified) * 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/ia64/src/interrupt.c (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/asm.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/generic/include/stddef.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/types.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/types.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/types.h (deleted) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/include/limits.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) Replace parts of system headers with <_bits/...>. Tue, 24 Oct 2017 04:53:08 GMT jzr [9ddcb0b] * abi/include/_bits/all.h (added) * abi/include/_bits/inttypes.h (added) * abi/include/_bits/limits.h (added) * abi/include/_bits/macros.h (added) * abi/include/_bits/native.h (added) * abi/include/_bits/ptrdiff_t.h (added) * abi/include/_bits/size_t.h (added) * abi/include/_bits/ssize_t.h (added) * abi/include/_bits/stdint.h (added) * abi/include/_bits/wchar_t.h (added) * abi/include/_bits/wint_t.h (added) Add <_bits/...> headers. Tue, 24 Oct 2017 04:13:40 GMT jzr [c8fbbe7] * boot/Makefile (modified) * boot/Makefile.build (modified) Add missing build dependency, and fix cleanup. The missing ... Sat, 21 Oct 2017 22:33:29 GMT jzr [367db39a] * tools/toolchain.sh (modified) If isl is not found on the system, build it ourselves. This is ... Sat, 21 Oct 2017 22:31:27 GMT jzr [5265c1eb] * tools/toolchain.sh (modified) Configure binutils to produce deterministic output by default. Sat, 21 Oct 2017 22:05:38 GMT jzr [3277fb0] * tools/toolchain.sh (modified) Allow toolchain.sh to resume interrupted downloads. Sat, 21 Oct 2017 19:40:53 GMT jzr [8988fde] * boot/Makefile (modified) Fix overlay checking. My mistake. 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.