|  |  |  | @4fa5342 | 8 years | Jaroslav Jindrak | Added more compact way to report error codes similar to the trb type …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c9ce62ae | 8 years | Jaroslav Jindrak | Added sending function for the evaluate context command.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @665bf3c | 8 years | Jaroslav Jindrak | Added a function that sends the configure endpoint command. Refactored …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8db42f7 | 8 years | Jaroslav Jindrak | Added ADDRESS DEVICE command sender and a basic handler.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5ac5eb1 | 8 years | Jaroslav Jindrak | Added means to send & handle disable slot command, improved cstyle and …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c362127 | 8 years | Jaroslav Jindrak | Updated .bzrignore to include the HelenOS executable of the xhci driver.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f711f06 | 8 years | Jaroslav Jindrak | Added trb command completion code and command type extraction to the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ce85fc8 | 8 years | Jaroslav Jindrak | Added qword equivalent of the XHCI_DWORD_EXTRACT macro.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f9e7fe8 | 8 years | Jaroslav Jindrak | Added skeleton for command completion handling.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7ee5408 | 8 years | Jaroslav Jindrak | Added a basic event handler that currently only calls the command …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f8315ed | 8 years | Jaroslav Jindrak | Added trb completion code definition.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @481af21e | 8 years | Jaroslav Jindrak | Moved common tail of command sending functions into a separate …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fd9f4ffe | 8 years | Jaroslav Jindrak | The xHC now properly gets the physical addresses (with correct …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c9c0e41 | 8 years | Jaroslav Jindrak | Moved commands into their own set of files (WIP).
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @dfd313b | 8 years | Jaroslav Jindrak | Added definition of input control context and input context data …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @115f25b | 8 years | Jaroslav Jindrak | Added missing guards.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5a9ae994 | 8 years | Jaroslav Jindrak | Fixed label name and loop variable type.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @afa347e | 8 years | Jaroslav Jindrak | Updated bzrignore.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3256a6c | 8 years | Jaroslav Jindrak | Added deallocation of dcbaa and device contexts.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b19131c5 | 8 years | Jaroslav Jindrak | added scratchpad definition, allocation and deallocation
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8cbc167 | 8 years | Jaroslav Jindrak | changed dcbaa to array of pointers, see section 6.1
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d6133f1 | 8 years | Jaroslav Jindrak | fixed comment regarding bit distribution
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8fcd8cf | 8 years | aearsis | xhci: missing tests
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @51b2693 | 8 years | aearsis | xhci: missed common.h
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @91ca111 | 8 years | aearsis | xhci: extended capability handling
Currently, only detection of …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e4d7363 | 8 years | aearsis | usbhost: refactor the initialization
Before that, drivers had to …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @cb89430 | 8 years | aearsis | xhci: event rings && hc initialization (WIP)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @62ba2cbe | 8 years | aearsis | xhci: dumping operational state
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ce6e001 | 8 years | aearsis | xhci: finished register declaration
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @48197c1 | 8 years | aearsis | xhci: completed register access macros (+tests)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5cbccd4 | 8 years | aearsis | xhci: register structures
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f4eb6c93 | 8 years | aearsis | xhci: hardware data structures and trb ring management
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5119d34 | 8 years | aearsis | Added XHCI driver skeleton
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b942a66 | 8 years | jiri | C library should continue to provide C standard rename() and remove().
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c7a67c4 | 8 years | jiri | libc should provide limits.h from the C std. Here's a first crude …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e540bc87 | 8 years | martin | disable implicit make rules
(we do not build a native application, …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b06414f | 8 years | jakub | Use proper sizes for buffers holding conversions from/to UTF-16 LFN's
 …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2628642 | 8 years | martin | generate inlined binary data via assembler
this is much faster and …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3ec2acc | 8 years | martin | unify quotation
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4f30222 | 8 years | jakub | VFS_OUT_MOUNTED does not need to return the link count
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @dde4689 | 8 years | jakub | Be consistent when answering VFS_OUT_LOOKUP
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6416ae5 | 8 years | jakub | fat_service_get() should return the actual service_id
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @adc68de | 8 years | jiri | Fix CDFS failing to mount.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7ee7e6a | 8 years | jakub | Further reduce the number of inclusions of sys/types.h
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0e7c3d9 | 8 years | jakub | Remove stricmp()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fec333b3 | 8 years | jakub | Revert cluster allocation only if clusters were allocated
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9c96634 | 8 years | jiri | CDFS decoding of volume label.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8d2dd7f2 | 8 years | jakub | Reduce the number of files that include <sys/types.h>
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e48947e | 8 years | jakub | Merge fixes and improvements
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @395df52 | 8 years | jiri | Probing for ExFAT, Ext4 and CDFS.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @02082f3 | 8 years | jakub | Fix abs32le build
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @de5b708 | 8 years | jiri | Restructure ext4 filesystem opening/closing.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @be39fc6 | 8 years | jiri | Adjust prefixes ext4fs → ext4 after moving code.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4bfad34 | 8 years | jiri | Move parts of ext4 filesystem initialization.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @805552d | 8 years | jakub | Remove obsolete STATIC_ASSERT, use static_assert instead
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @71fe4723 | 8 years | jiri | Simplify header guards.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @81dd2ed | 8 years | jiri | The division of ext4 into fs and lib is arbitrary, preventing improvement.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fcb0d76 | 8 years | jiri | Libext4 should try to include what it uses.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3345b86 | 8 years | jiri | Libext4 went the wrong direction with filename prefixing.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f066a87 | 8 years | jiri | Ext4 should check for sanity before modifying the superblock.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d2c8533 | 8 years | jiri | File system probing groundwork. Only MFS can do it for now.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @582a0b8 | 8 years | jakub | Remove unistd.h
- Rename usleep() and sleep() to thread_usleep() and …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @73db198 | 8 years | jakub | Match 'console' without length limit
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @951f6b9e | 8 years | jakub | Allow building only toolchains needed for developing HelenOS
Use …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b14d9f9 | 8 years | jiri | Mount should be able to print the list of available file system types.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @75b24cd | 8 years | martin | cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d2bd00f0 | 8 years | martin | bump to GCC 7.1, binutils 2.28 (both now include upstream support for …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @14d5223 | 8 years | martin | cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @67cda763 | 8 years | martin | make sure the architecture can set up required assembler directives …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f233840 | 8 years | martin | suppress dynamic linker warnings
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9abe2e5 | 8 years | martin | add support for [u]divmoddi4
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @db8626d | 8 years | martin | suppress compiler warnings
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @31a30fa | 8 years | martin | declare routines as noreturn
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e141281 | 8 years | martin | cstyle (no change in functionality)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @dc12262 | 8 years | martin | add standardized case fallthrough comment annotations, add actual …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @93ad8166 | 9 years | jakub | Upgrade to QEMU 2.9.0
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @368ee04 | 9 years | jakub | Merge from lp:~jakub/helenos/vfs-2.5-cherrypick
This merge …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2166728 | 9 years | jakub | Remove superfluous assert
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @51774cd | 9 years | jakub | Reintroduce aoff64_t file sizes into VFS
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @59f388a | 9 years | jakub | Fail legacy interfaces if the position is too large for them to …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8fe46a0 | 9 years | jakub | Remove mode_t from libc
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @39f892a9 | 9 years | martin | welcome to 2017 and bump version to 0.7.0
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export
                0.7.0 | 
            
              |  |  | @ff87f70 | 9 years | martin | prioritize genisoimage over mkisofs
(mkisofs tents to be an alias for …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @356c386 | 9 years | martin | distribute sample files only when needed
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4b583f4 | 9 years | martin | cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a6fc88a | 9 years | jakub | Let vfs_link() and vfs_link_path() return the linked file handle
Add …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ea4a3f0 | 9 years | jakub | Add missing copyright notices, cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2c40637 | 9 years | jakub | Sort alphabetically methods in ipc/vfs.h
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3ba431a | 9 years | jakub | Sort functions in vfs/vfs.[ch] alphabetically
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ca7506f | 9 years | jakub | Improve comments
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @907d91a | 9 years | jakub | Add missing breaks and decode the next character
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @438f355 | 9 years | jakub | Move mtab emulation to its own file
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c23275a | 9 years | jakub | Move stuff away from unistd.h
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d96d9bc | 9 years | jakub | Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1e2e5795 | 9 years | jakub | Factor out code to lookup the parent and copy out the child component
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d4067a7 | 9 years | jakub | Separate the dirent functions to dirent.c
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ce04ea44 | 9 years | jakub | Rename read() to vfs_read() and write() to vfs_write()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @163fc09 | 9 years | jakub | Rename rename() to vfs_rename_path()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @151f1cc | 9 years | jakub | Rename _vfs_walk() to vfs_walk()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9c4cf0d | 9 years | jakub | Rename close() to vfs_put()
This is motivated mainly by the fact that …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  |