# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-11T14:29:04Z Thu, 17 Aug 2017 14:24:27 GMT Petr Manek [d967aa1] * uspace/drv/bus/usb/xhci/rh.c (modified) Converting to physical address. Wed, 16 Aug 2017 15:35:37 GMT Michal Staruch [40053529] * uspace/drv/bus/usb/xhci/rh.c (modified) Fixed port reset. Wed, 09 Aug 2017 19:00:50 GMT Jaroslav Jindrak [d31705d] * uspace/drv/bus/usb/xhci/rh.c (modified) Added missing command deallocation. Wed, 09 Aug 2017 17:05:08 GMT Jaroslav Jindrak [9ee13a7] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Fixed deallocation, corrected cstyle, removed trailing whitespace, ... Tue, 08 Aug 2017 14:09:24 GMT Michal Staruch [6fa91e4c] * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Added macros for device initialization for roothub. Tue, 01 Aug 2017 13:04:09 GMT Petr Manek [834d354] * uspace/drv/bus/usb/xhci/scratchpad.c (modified) Corrected cstyle. Mon, 31 Jul 2017 20:00:45 GMT Jaroslav Jindrak [174788f] * uspace/drv/bus/usb/xhci/rh.c (modified) Started working on device allocation. Mon, 31 Jul 2017 19:59:24 GMT Jaroslav Jindrak [7428b92] * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) Fixed a typo, added ADD_SET macros for input ctrl context, removed ... Mon, 31 Jul 2017 19:58:08 GMT Jaroslav Jindrak [73e5b62] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/scratchpad.c (modified) DCBAA now correctly holds physical addresses of the device contexts, ... Sun, 30 Jul 2017 16:01:06 GMT Jaroslav Jindrak [c9bec1c] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) Refactored the add_command function, the return of the cmd was meant ... Sat, 29 Jul 2017 21:55:16 GMT Petr Manek [0cabd10] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added command to set TR dequeue pointer. Sat, 29 Jul 2017 20:35:21 GMT Petr Manek [9f5b613] * uspace/drv/bus/usb/xhci/commands.c (modified) Fixed assert assignment typo. Mon, 24 Jul 2017 20:00:22 GMT Jaroslav Jindrak [66dcc24] * uspace/drv/bus/usb/xhci/rh.c (modified) Fixed port regs reading on port change event, new devices are now ... Mon, 24 Jul 2017 19:10:25 GMT Jaroslav Jindrak [f7bd246] * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) Fixed hub port extraction. Also refactored padding in op_regs, ... Mon, 24 Jul 2017 18:16:16 GMT Jaroslav Jindrak [7dee9b7] * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) Fixed portrs offset in op_regs, now when we add a device the correct ... Mon, 24 Jul 2017 13:36:09 GMT Jaroslav Jindrak [1b78a7c1] * uspace/drv/bus/usb/xhci/commands.c (modified) Added setter/getter macro for command trbs to eliminate repeated ... Mon, 24 Jul 2017 13:08:00 GMT Jaroslav Jindrak [2fa43d1] * uspace/drv/bus/usb/xhci/commands.c (modified) Command handling is now less error prone as we search the list of ... Mon, 24 Jul 2017 01:46:36 GMT Jaroslav Jindrak [3dc519f] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added the ability to stop and abort the command ring, though ... Mon, 24 Jul 2017 00:21:29 GMT Jaroslav Jindrak [60f7c590] * uspace/drv/bus/usb/xhci/commands.c (modified) Fixed crashes cause by deallocating statically allocated trbs pointed ... Sun, 23 Jul 2017 21:42:19 GMT Jaroslav Jindrak [eff60ca] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) Refactored the code to ease up the load of irrelevant information in ... Sun, 23 Jul 2017 19:31:48 GMT Jaroslav Jindrak [2e7692f] * uspace/drv/bus/usb/xhci/commands.c (modified) Removed redundant setting of the trb's pcs flag - it is set in ... Sun, 23 Jul 2017 19:23:52 GMT Jaroslav Jindrak [c46c356] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) Added command list deallocation during hc finalization. Sun, 23 Jul 2017 19:14:43 GMT Jaroslav Jindrak [e50bdd92] * uspace/drv/bus/usb/xhci/hc.c (modified) Event handler now processes all event trbs that belong to us on the ... Sun, 23 Jul 2017 19:13:15 GMT Jaroslav Jindrak [c4d4fa2] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Removed unused parameter to command waiting function. Removed ... Sun, 23 Jul 2017 01:31:57 GMT Jaroslav Jindrak [a06fd64] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) Fixed the ERDP update, we were missing macro definitions for EHB and ... Sat, 22 Jul 2017 23:09:06 GMT Jaroslav Jindrak [aee352c] * uspace/drv/bus/usb/xhci/hc.c (modified) Added a temporary workaround about faulty interrupts (IP being reset ... Sat, 22 Jul 2017 23:07:40 GMT Jaroslav Jindrak [110d795] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) Overhauled command system, not a special structure is passed that can ... Sat, 22 Jul 2017 01:07:02 GMT Jaroslav Jindrak [9af3281] * uspace/drv/bus/usb/xhci/trb_ring.c (modified) Added initialization of allocated ERST segments, previously garbage ... Wed, 19 Jul 2017 18:29:32 GMT Jaroslav Jindrak [12fba858] * uspace/drv/bus/usb/xhci/hc.c (modified) Fixed the value of ERDP sent to the xHC, according to section 4.9.4 ... Tue, 18 Jul 2017 17:22:24 GMT Jaroslav Jindrak [955e988] * uspace/drv/bus/usb/xhci/hc.c (modified) Fixed cstyle. Mon, 17 Jul 2017 15:34:14 GMT Jaroslav Jindrak [cded246] * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) Applied similar fix to the dcbaa one, crc_hi was rewriting crc_lo. Mon, 17 Jul 2017 15:12:02 GMT Jaroslav Jindrak [79d1e13] * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) Fixed dcbaap_hi accessor macro, it was the same as dcbaap_lo and ... Mon, 17 Jul 2017 14:57:38 GMT Jaroslav Jindrak [37789b5f] * uspace/drv/bus/usb/xhci/hc.c (modified) Fixed the dcbaa pointer passed to the xHC. Sun, 16 Jul 2017 17:24:42 GMT Jaroslav Jindrak [c8bb7090] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/bus/usb/xhci/rh.h (modified) Corrected cstyle. Sun, 16 Jul 2017 17:20:35 GMT Jaroslav Jindrak [fe5db713] * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) Added stream context and input control context extraction macros. Sun, 16 Jul 2017 17:19:37 GMT Jaroslav Jindrak [c058a388] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added reset device command sender, assertions to sender and TODOs ... Fri, 14 Jul 2017 17:28:06 GMT Michal Staruch [7bd99bf] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/rh.c (added) * uspace/drv/bus/usb/xhci/rh.h (added) Added roothub communication for adding devices. Thu, 13 Jul 2017 19:28:53 GMT Jaroslav Jindrak [05aeee0e] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added reset endpoing and stop endpoint sending functions. Thu, 13 Jul 2017 18:59:25 GMT Jaroslav Jindrak [4fa5342] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) Added more compact way to report error codes similar to the trb type ... Thu, 13 Jul 2017 18:42:42 GMT Jaroslav Jindrak [c9ce62a] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added sending function for the evaluate context command. Thu, 13 Jul 2017 18:28:19 GMT Jaroslav Jindrak [665bf3c] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added a function that sends the configure endpoint command. ... Thu, 13 Jul 2017 15:13:12 GMT Jaroslav Jindrak [8db42f7] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added ADDRESS DEVICE command sender and a basic handler. Thu, 13 Jul 2017 14:26:47 GMT Jaroslav Jindrak [5ac5eb1] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) Added means to send & handle disable slot command, improved cstyle ... Thu, 13 Jul 2017 13:20:01 GMT Jaroslav Jindrak [c362127] * .bzrignore (modified) * uspace/drv/bus/usb/xhci/commands.c (modified) Updated .bzrignore to include the HelenOS executable of the xhci driver. Wed, 12 Jul 2017 21:51:33 GMT Jaroslav Jindrak [f711f06] * uspace/drv/bus/usb/xhci/commands.c (modified) Added trb command completion code and command type extraction to the ... Wed, 12 Jul 2017 21:50:32 GMT Jaroslav Jindrak [ce85fc8] * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) Added qword equivalent of the XHCI_DWORD_EXTRACT macro. Wed, 12 Jul 2017 20:26:44 GMT Jaroslav Jindrak [f9e7fe8] * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) Added skeleton for command completion handling. Wed, 12 Jul 2017 20:25:30 GMT Jaroslav Jindrak [7ee5408] * uspace/drv/bus/usb/xhci/hc.c (modified) Added a basic event handler that currently only calls the command ... Wed, 12 Jul 2017 20:21:25 GMT Jaroslav Jindrak [f8315ed] * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) Added trb completion code definition. Wed, 12 Jul 2017 19:44:01 GMT Jaroslav Jindrak [481af21e] * uspace/drv/bus/usb/xhci/commands.c (modified) Moved common tail of command sending functions into a separate ... Wed, 12 Jul 2017 16:11:22 GMT Jaroslav Jindrak [fd9f4ffe] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/scratchpad.c (modified) * uspace/drv/bus/usb/xhci/scratchpad.h (modified) The xHC now properly gets the physical addresses (with correct ... Sun, 09 Jul 2017 20:13:55 GMT Jaroslav Jindrak [c9c0e41] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/commands.c (added) * uspace/drv/bus/usb/xhci/commands.h (added) * uspace/drv/bus/usb/xhci/hc.c (modified) Moved commands into their own set of files (WIP). Sun, 09 Jul 2017 20:11:22 GMT Jaroslav Jindrak [dfd313b] * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) Added definition of input control context and input context data ... Sun, 09 Jul 2017 18:29:46 GMT Jaroslav Jindrak [115f25b] * uspace/drv/bus/usb/xhci/hc.h (modified) Added missing guards. Sun, 09 Jul 2017 18:29:19 GMT Jaroslav Jindrak [5a9ae994] * uspace/drv/bus/usb/xhci/hc.c (modified) Fixed label name and loop variable type. Sun, 09 Jul 2017 18:13:04 GMT Jaroslav Jindrak [afa347e] * .bzrignore (modified) Updated bzrignore. Sun, 09 Jul 2017 18:10:15 GMT Jaroslav Jindrak [3256a6c] * uspace/drv/bus/usb/xhci/hc.c (modified) Added deallocation of dcbaa and device contexts. Thu, 06 Jul 2017 13:20:32 GMT Jaroslav Jindrak [b19131c5] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/scratchpad.c (added) * uspace/drv/bus/usb/xhci/scratchpad.h (added) added scratchpad definition, allocation and deallocation Thu, 06 Jul 2017 12:12:14 GMT Jaroslav Jindrak [8cbc167] * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) changed dcbaa to array of pointers, see section 6.1 Thu, 06 Jul 2017 12:01:12 GMT Jaroslav Jindrak [d6133f1] * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) fixed comment regarding bit distribution Mon, 26 Jun 2017 10:55:03 GMT Ondřej Hlavatý [8fcd8cf] * uspace/drv/bus/usb/xhci/test/reg-ops.c (added) xhci: missing tests Mon, 26 Jun 2017 10:52:50 GMT Ondřej Hlavatý [51b2693] * uspace/drv/bus/usb/xhci/hw_struct/common.h (added) xhci: missed common.h Fri, 23 Jun 2017 11:18:50 GMT Ondřej Hlavatý [91ca111] * uspace/drv/bus/usb/xhci/debug.c (modified) * uspace/drv/bus/usb/xhci/debug.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) xhci: extended capability handling Currently, only detection of ... Thu, 22 Jun 2017 21:34:39 GMT Ondřej Hlavatý [e4d7363] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) usbhost: refactor the initialization Before that, drivers had to ... Thu, 22 Jun 2017 13:59:15 GMT Ondřej Hlavatý [cb89430] * uspace/drv/bus/usb/xhci/debug.c (modified) * uspace/drv/bus/usb/xhci/debug.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/drv/bus/usb/xhci/trb_ring.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) xhci: event rings && hc initialization (WIP) Fri, 16 Jun 2017 01:25:16 GMT Ondřej Hlavatý [62ba2cbe] * uspace/drv/bus/usb/xhci/debug.c (modified) * uspace/drv/bus/usb/xhci/debug.h (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/main.c (modified) xhci: dumping operational state Thu, 15 Jun 2017 21:31:09 GMT Ondřej Hlavatý [ce6e001] * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) xhci: finished register declaration Thu, 15 Jun 2017 19:04:29 GMT Ondřej Hlavatý [48197c1] * boot/Makefile.common (modified) * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/lib/c/include/bitops.h (modified) xhci: completed register access macros (+tests) Thu, 15 Jun 2017 17:26:44 GMT Ondřej Hlavatý [5cbccd4] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/debug.c (added) * uspace/drv/bus/usb/xhci/debug.h (added) * uspace/drv/bus/usb/xhci/hc.c (added) * uspace/drv/bus/usb/xhci/hc.h (added) * uspace/drv/bus/usb/xhci/hw_struct/context.h (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (added) * uspace/drv/bus/usb/xhci/main.c (modified) * uspace/lib/c/include/byteorder.h (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) xhci: register structures Thu, 15 Jun 2017 17:25:02 GMT Ondřej Hlavatý [f4eb6c93] * uspace/drv/bus/usb/xhci/Makefile (modified) * uspace/drv/bus/usb/xhci/hw_struct/README (added) * uspace/drv/bus/usb/xhci/hw_struct/context.h (added) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (added) * uspace/drv/bus/usb/xhci/trb_ring.c (added) * uspace/drv/bus/usb/xhci/trb_ring.h (added) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) xhci: hardware data structures and trb ring management Thu, 08 Jun 2017 15:52:16 GMT Ondřej Hlavatý [5119d34] * boot/arch/amd64/Makefile.inc (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/drv/bus/usb/xhci/Makefile (added) * uspace/drv/bus/usb/xhci/main.c (added) * uspace/drv/bus/usb/xhci/xhci.ma (added) Added XHCI driver skeleton Tue, 23 May 2017 15:09:04 GMT Jiri Svoboda [b942a66] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio.c (added) * uspace/lib/c/include/stdio.h (modified) C library should continue to provide C standard rename() and remove(). Mon, 22 May 2017 17:55:43 GMT Jiri Svoboda [c7a67c4] * tools/autotool.py (modified) * uspace/lib/c/include/limits.h (added) * uspace/lib/posix/include/posix/limits.h (modified) libc should provide limits.h from the C std. Here's a first crude ... Fri, 19 May 2017 15:46:36 GMT Martin Decky [e540bc87] * Makefile (modified) * boot/Makefile (modified) * release/Makefile (modified) * uspace/Makefile (modified) disable implicit make rules (we do not build a native application, ... Fri, 19 May 2017 14:04:36 GMT Jakub Jermar [b06414f] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) Use proper sizes for buffers holding conversions from/to UTF-16 LFN's ... Thu, 18 May 2017 18:04:13 GMT Martin Decky [2628642] * tools/mkarray.py (modified) * uspace/app/barber/Makefile (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) generate inlined binary data via assembler this is much faster and ... Thu, 18 May 2017 18:03:20 GMT Martin Decky [3ec2acc] * kernel/Makefile (modified) * kernel/arch/mips32/Makefile.inc (modified) unify quotation Tue, 16 May 2017 21:58:20 GMT Jakub Jermar [4f30222] * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) VFS_OUT_MOUNTED does not need to return the link count Tue, 16 May 2017 21:42:53 GMT Jakub Jermar [dde4689] * uspace/lib/fs/libfs.c (modified) Be consistent when answering VFS_OUT_LOOKUP Tue, 16 May 2017 19:57:48 GMT Jakub Jermar [6416ae5] * uspace/srv/fs/fat/fat_ops.c (modified) fat_service_get() should return the actual service_id Tue, 16 May 2017 18:24:13 GMT Jiri Svoboda [adc68de] * uspace/srv/fs/cdfs/cdfs_ops.c (modified) Fix CDFS failing to mount. Mon, 15 May 2017 21:24:35 GMT Jakub Jermar [7ee7e6a] * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/drv/bus/usb/ehci/ehci_regs.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.h (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (modified) * uspace/drv/platform/amdm37x/cm/clock_control.h (modified) * uspace/drv/platform/amdm37x/cm/core.h (modified) * uspace/drv/platform/amdm37x/cm/iva2.h (modified) * uspace/drv/platform/amdm37x/cm/mpu.h (modified) * uspace/drv/platform/amdm37x/cm/usbhost.h (modified) * uspace/drv/platform/amdm37x/prm/clock_control.h (modified) * uspace/drv/platform/amdm37x/prm/global_reg.h (modified) * uspace/drv/platform/amdm37x/prm/usbhost.h (modified) * uspace/drv/platform/amdm37x/uhh.h (modified) * uspace/drv/platform/amdm37x/usbtll.h (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/include/ddi.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic_hw.h (modified) Further reduce the number of inclusions of sys/types.h Mon, 15 May 2017 19:25:23 GMT Jakub Jermar [0e7c3d9] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) Remove stricmp() Mon, 15 May 2017 19:24:25 GMT Jakub Jermar [fec333b3] * uspace/srv/fs/fat/fat_ops.c (modified) Revert cluster allocation only if clusters were allocated Mon, 15 May 2017 18:29:10 GMT Jiri Svoboda [9c96634] * boot/Makefile.grub (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/volsrv/part.c (modified) CDFS decoding of volume label. Sat, 13 May 2017 19:03:14 GMT Jakub Jermar [8d2dd7f2] * kernel/arch/amd64/include/arch/istate_struct.ag (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/istate_struct.ag (modified) * kernel/arch/ia32/include/arch/istate_struct.ag (modified) * kernel/arch/ia64/include/arch/istate_struct.ag (modified) * kernel/arch/mips32/include/arch/istate_struct.ag (modified) * kernel/arch/ppc32/include/arch/istate_struct.ag (modified) * kernel/arch/riscv64/include/arch/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (modified) * tools/autogen.py (modified) * tools/mkarray.py (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/edit/search.h (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/netecho/comm.c (modified) * uspace/app/netecho/comm.h (modified) * uspace/app/netecho/netecho.h (modified) * uspace/app/nic/nic.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.h (modified) * uspace/app/ping/ping.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/bigint_t.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/sysinst/futil.c (modified) * uspace/app/sysinst/futil.h (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (modified) * uspace/app/vuhid/items.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/drv/audio/hdaudio/spec/regs.h (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/ata_bd.h (modified) * uspace/drv/block/ata_bd/ata_hw.h (modified) * uspace/drv/bus/usb/ehci/ehci_regs.h (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.h (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.h (modified) * uspace/drv/bus/usb/usbmast/cmdw.c (modified) * uspace/drv/bus/usb/usbmast/cmdw.h (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.h (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/char/pl050/pl050_hw.h (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/drv/nic/rtl8169/defs.h (modified) * uspace/drv/nic/rtl8169/driver.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/failure.h (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/abs32le/src/syscall.c (modified) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (modified) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ia64/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/syscall.c (modified) * uspace/lib/c/arch/riscv64/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/smc.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/mtab.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/checksum.h (modified) * uspace/lib/c/include/adt/gcdlcm.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/io/chardev_srv.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/input.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/mode.h (modified) * uspace/lib/c/include/io/pixel.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/io/printf_core.h (modified) * uspace/lib/c/include/io/visualizer.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/nic/eth_phys.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rwlock.h (modified) * uspace/lib/c/include/smc.h (modified) * uspace/lib/c/include/sort.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/types/inet.h (modified) * uspace/lib/c/include/types/inetcfg.h (modified) * uspace/lib/c/include/types/inetping.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/vfs/canonify.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_mtab.h (modified) * uspace/lib/compress/gzip.c (modified) * uspace/lib/compress/gzip.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/compress/inflate.h (modified) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/draw/codec/tga.gz.h (modified) * uspace/lib/draw/codec/tga.h (modified) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/draw/codec/webp.h (modified) * uspace/lib/draw/cursor.h (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/bitmap_backend.h (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/gfx/cursor-11x18.h (modified) * uspace/lib/draw/gfx/font-8x16.c (modified) * uspace/lib/draw/gfx/font-8x16.h (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/draw/surface.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/pio_window.h (modified) * uspace/lib/ext4/include/ext4/balloc.h (modified) * uspace/lib/ext4/include/ext4/bitmap.h (modified) * uspace/lib/ext4/include/ext4/block_group.h (modified) * uspace/lib/ext4/include/ext4/hash.h (modified) * uspace/lib/ext4/include/ext4/inode.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/canvas.h (modified) * uspace/lib/gui/common.c (modified) * uspace/lib/gui/common.h (modified) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/grid.h (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/minimal.h (modified) * uspace/lib/gui/terminal.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/label/include/std/gpt.h (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/nic/include/nic_ev.h (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/src/os/unix.c (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (modified) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/fs/cdfs/cdfs_endian.h (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_cksum.h (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/fs/udf/udf_osta.h (modified) * uspace/srv/fs/udf/udf_types.h (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/port/kchar.c (modified) * uspace/srv/hid/output/port/niagara.c (modified) * uspace/srv/hid/output/port/ski.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.h (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp_std.h (modified) * uspace/srv/net/inetsrv/icmpv6_std.h (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.h (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.h (modified) * uspace/srv/net/inetsrv/sroute.h (modified) * uspace/srv/net/nconfsrv/iplink.h (modified) * uspace/srv/net/nconfsrv/nconfsrv.c (modified) * uspace/srv/net/tcp/pdu.h (modified) * uspace/srv/net/tcp/segment.h (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/seq_no.h (modified) * uspace/srv/net/tcp/std.h (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/ucall.h (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.h (modified) * uspace/srv/net/udp/std.h (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/volsrv/part.h (modified) Reduce the number of files that include Fri, 12 May 2017 20:28:59 GMT Jakub Jermar [e48947e] * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/abs32le/src/thread_entry.c (modified) * uspace/lib/c/include/macros.h (modified) Merge fixes and improvements Fri, 12 May 2017 19:58:27 GMT Jiri Svoboda [395df52] * uspace/app/init/init.c (modified) * uspace/lib/c/include/types/vol.h (modified) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/volsrv/mkfs.c (modified) * uspace/srv/volsrv/part.c (modified) Probing for ExFAT, Ext4 and CDFS. Fri, 12 May 2017 19:36:38 GMT Jakub Jermar [02082f3] * uspace/lib/c/arch/abs32le/include/libarch/tls.h (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/abs32le/src/thread_entry.c (modified) Fix abs32le build Fri, 12 May 2017 17:15:49 GMT Jiri Svoboda [de5b708] * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) Restructure ext4 filesystem opening/closing. Thu, 11 May 2017 22:26:39 GMT Jiri Svoboda [be39fc6] * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/fstypes.h (moved) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) Adjust prefixes ext4fs -> ext4 after moving code. Thu, 11 May 2017 22:07:09 GMT Jiri Svoboda [4bfad34] * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/block_group.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/hash.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ext4/src/superblock.c (modified) Move parts of ext4 filesystem initialization. Thu, 11 May 2017 18:04:42 GMT Jakub Jermar [805552d] * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/lib/c/include/macros.h (modified) Remove obsolete STATIC_ASSERT, use static_assert instead Wed, 10 May 2017 19:50:48 GMT Jiri Svoboda [71fe4723] * uspace/lib/ext4/include/ext4/balloc.h (modified) * uspace/lib/ext4/include/ext4/bitmap.h (modified) * uspace/lib/ext4/include/ext4/block_group.h (modified) * uspace/lib/ext4/include/ext4/directory.h (modified) * uspace/lib/ext4/include/ext4/directory_index.h (modified) * uspace/lib/ext4/include/ext4/extent.h (modified) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/hash.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/inode.h (modified) * uspace/lib/ext4/include/ext4/libext4.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) Simplify header guards. Wed, 10 May 2017 19:47:31 GMT Jiri Svoboda [81dd2ed] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/include/ext4/ops.h (moved) * uspace/lib/ext4/src/ops.c (moved) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) The division of ext4 into fs and lib is arbitrary, preventing ... Wed, 10 May 2017 18:04:21 GMT Jiri Svoboda [fcb0d76] * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/block_group.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/hash.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/superblock.c (modified) Libext4 should try to include what it uses. Wed, 10 May 2017 17:42:12 GMT Jiri Svoboda [3345b86] * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/include/ext4/balloc.h (moved) * uspace/lib/ext4/include/ext4/bitmap.h (moved) * uspace/lib/ext4/include/ext4/block_group.h (moved) * uspace/lib/ext4/include/ext4/directory.h (moved) * uspace/lib/ext4/include/ext4/directory_index.h (moved) * uspace/lib/ext4/include/ext4/extent.h (moved) * uspace/lib/ext4/include/ext4/filesystem.h (moved) * uspace/lib/ext4/include/ext4/hash.h (moved) * uspace/lib/ext4/include/ext4/ialloc.h (moved) * uspace/lib/ext4/include/ext4/inode.h (moved) * uspace/lib/ext4/include/ext4/libext4.h (moved) * uspace/lib/ext4/include/ext4/superblock.h (moved) * uspace/lib/ext4/include/ext4/types.h (moved) * uspace/lib/ext4/src/balloc.c (moved) * uspace/lib/ext4/src/bitmap.c (moved) * uspace/lib/ext4/src/block_group.c (moved) * uspace/lib/ext4/src/directory.c (moved) * uspace/lib/ext4/src/directory_index.c (moved) * uspace/lib/ext4/src/extent.c (moved) * uspace/lib/ext4/src/filesystem.c (moved) * uspace/lib/ext4/src/hash.c (moved) * uspace/lib/ext4/src/ialloc.c (moved) * uspace/lib/ext4/src/inode.c (moved) * uspace/lib/ext4/src/superblock.c (moved) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Libext4 went the wrong direction with filename prefixing. Tue, 09 May 2017 18:55:11 GMT Jiri Svoboda [f066a87] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Ext4 should check for sanity before modifying the superblock. Mon, 08 May 2017 20:38:47 GMT Jiri Svoboda [d2c8533] * uspace/app/init/init.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/volsrv/part.c (modified) File system probing groundwork. Only MFS can do it for now. Mon, 08 May 2017 19:20:39 GMT Jakub Jermar [582a0b8] * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/df/df.c (modified) * uspace/app/edit/search.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/getterm/version.c (modified) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/float/float1.c (modified) * uspace/app/tester/float/float2.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/mm/malloc1.c (modified) * uspace/app/tester/mm/malloc2.c (modified) * uspace/app/tester/mm/malloc3.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/app/tester/print/print3.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/print/print5.c (modified) * uspace/app/tester/print/print6.c (modified) * uspace/app/tester/stdio/logger1.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/app/tester/stdio/stdio2.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/thread/setjmp1.c (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testwrit/testwrit.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/shapes.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/tetris/tetris.h (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/untar/tar.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/dist/src/c/demos/edit/search.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/dist/src/c/demos/tetris/tetris.h (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/sb16/mixer.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/failure.h (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/abs32le/src/thread_entry.c (modified) * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/riscv64/src/tls.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/config.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/hostname.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/generic/vfs/canonify.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/double_to_str.h (modified) * uspace/lib/c/include/getopt.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/c/include/unistd.h (deleted) * uspace/lib/compress/gzip.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/scsi/src/spc.c (modified) * uspace/lib/uri/uri.c (modified) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Remove unistd.h - Rename usleep() and sleep() to thread_usleep() ...