|  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @395df52 | 8 years | jiri | Probing for ExFAT, Ext4 and CDFS.
                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 | 
            
              |  |  | @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 | 
            
              |  |  | @db8626d | 8 years | martin | suppress compiler warnings
                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 | 
            
              |  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @b19e892 | 9 years | jakub | Merge open() with posix_open() and provide vfs_lookup_open() instead
 …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @80743a1 | 9 years | jakub | Rename (un)mount to vfs_(un)mount_path
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6e5562a | 9 years | jakub | Introduce vfs_link_path() and replace mkdir() with it
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a56cef9 | 9 years | jakub | Rename fsync() to vfs_sync()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @67e881c | 9 years | jakub | Rename ftruncate() to vfs_resize()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @79ea5af | 9 years | jakub | Rename unlink() to vfs_unlink_path() and _vfs_unlink() to vfs_unlink() …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @23a0368 | 9 years | jakub | Rename stat() to vfs_stat_path() and fstat() to vfs_stat()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b5b5d84 | 9 years | jakub | Rename statfs() to vfs_statfs_path() and provide relativized vfs_statfs()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e330da6e | 9 years | jakub | Add support for printing ptrdiff_t
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fe91f66 | 9 years | jakub | Omit unnecessary prefixes and suffixes from method and interface names
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @fcab7ef | 9 years | jakub | Merge dup2() into vfs_clone()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8e9b2534 | 9 years | jakub | Set logger's VFS root
As an init task, logger starts with no VFS …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @58898d1d | 9 years | jakub | Remove VFS_IN_SEEK from VFS
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @38aaf005 | 9 years | jakub | Callers of open() must use exactly one of O_RDONLY, O_WRONLY and O_RDWR
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8ffedd8 | 9 years | jakub | Partially revive support for mount table listing and walking
This …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @35b7d86e | 9 years | jakub | Remove VFS_IN_MTAB_GET
The mountpoints in VFS don't know their path …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5126f80 | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1946
Original …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bb9ec2d | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1941-1944
 …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1dff985 | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5 up to revision 1926
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @73d8600 | 9 years | jakub | Make serial console mutually exclusive with other user input/output …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e755b3f | 9 years | jakub | Modify pager1 test to map a temporary file
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ae6021d | 9 years | jakub | Associate each paged as_area with its memory object upon creation
 …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f126c87 | 9 years | jakub | Merge from mainline.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bdfdc51c | 9 years | martin | very naive integer GUI calculator
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @10cb47e | 9 years | martin | add support for custom client data into widgets
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @58563585 | 9 years | martin | code review and cstyle cleanup (no change in functionality)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @dd5f703 | 9 years | jakub | Add pager1 test to tester
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c32b6f0 | 9 years | jakub | Fix number of arguments for SYS_AS_AREA_CREATE
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6aeca0d | 9 years | jakub | Make as_area_create() accept phone to external pager
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b4b534ac | 9 years | jakub | Merge from lp:~jan.vesely/helenos/usb
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e540424a | 9 years | jakub | mkbd: Fix double free
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @659ebd86 | 9 years | jakub | kio: Fix leak in producer()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0dc2fec | 9 years | jiri | Merge mainline changes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @af2254ec | 9 years | jiri | Fix build with lightweight futex locks enabled.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2112a79 | 9 years | jiri | Do not test thread-local storage in a statically linked executable.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @97696ab | 9 years | jiri | In case of dltest failure, print out variable addresses for better …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e2f26002 | 9 years | jiri | symbol_get_addr() must treat thread-local variables differently than …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @29405ac | 9 years | jiri | DTPMOD relocations with null symbol name should return the current …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @eff9f8c | 9 years | jakub | Fix build error during incremental build and after modifying libc
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1cf26ab | 9 years | jakub | Use static assert instead of regular ones
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9260102 | 9 years | jakub | tetris: Make copyright volatile to silence warning about unused variable
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0dc9a474 | 9 years | jiri | Add tests for fibril_local variables to dltest.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7c4b26c | 10 years | jiri | Dltest needs to test direct linking. Dltests to only test dlfcn. Need …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9182e86f | 10 years | jiri | Simple dynamic linking test.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @af9dd1e | 10 years | jakub | Remove SYS_TLS_SET
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bc41f3a3 | 10 years | jakub | bdsh: Close fd and free buffer in error paths
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @184b600 | 10 years | jiri | Fix corecfg NAME.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3a34852 | 10 years | jiri | Simple system installer.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @88ab6e9 | 10 years | jakub | Fix a memory leak in mkmfs
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1558d85 | 10 years | jakub | Remove duplicate includes
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c064b58 | 10 years | jakub | viewer: support for non-full-screen mode
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a62ceaf | 10 years | jiri | Need better interfaces for handling internet host and host:port …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5147ff1 | 10 years | jiri | Bring back netecho for testing UDP.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @53e3950 | 10 years | jiri | libfdisk should not depend on libblock nor should it access the block …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8e670dd | 10 years | jakub | viewer: Fix condition testing the result of open()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4627314 | 10 years | jiri | Slightly more graceful handling of missing devices in fdisk.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ed9bf14 | 10 years | jiri | mkfat can live without the user specifying the FAT type just fine. …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f71b938 | 10 years | jiri | Remove old partitioning subsystem.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ff381a7 | 10 years | jiri | Merge mainline changes.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2dab624 | 10 years | jiri | Fix parsing capacity without decimal separator as zero. Fix non-fs …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @dc2d582 | 10 years | jiri | Start vbd and volsrv from init.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @03661d19 | 10 years | jiri | Handle simplified capacity entry.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9854a8f | 10 years | jiri | Capacity simplification, for display.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ef9dac04 | 10 years | jiri | Confirm destructive actions.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @21f1543 | 10 years | jiri | Improve partition deletion menu.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @852664b9 | 10 years | jiri | Display total free space size.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b598460a | 10 years | jiri | Suggest maximum available free space as the default for partition size.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @68b5dd11 | 10 years | jiri | Provide some default options.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ea0ff6b | 10 years | jiri | Disk erasure.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @edebb4a1 | 10 years | jiri | Handle dummy partition addition/removal during label …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4b6635a7 | 10 years | jiri | Volsrv empty partition detection.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0ecfc62 | 10 years | jiri | Information structures need updating to new model.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @372df8f | 10 years | jiri | Let VBD handle unlabeled devices too. Now volsrv only cares about …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6afc9d7 | 10 years | jiri | UNIX-like I/O functions should use errno to return error code for many …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8a637a4 | 10 years | martin | remove EEXISTS in favor of EEXIST
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c354a08 | 10 years | martin | do not crash if score file cannot be created
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9308dba | 10 years | martin | increase bdsh limits
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b69786e | 10 years | jiri | Add all functions required by C89 plus their single-precision variants …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ba8eecf | 10 years | jiri | Unit-test all unary functions.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @992ffa6 | 10 years | jiri | Add exp(f), log(f), pow(f). Improve precision of sin, cos.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bae1e1f | 10 years | jiri | floor() and ceil().
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @be12474 | 10 years | jiri | Revisit a few uses of list_count, list_nth w.r.t. type used for object …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  |