|  |  |  | @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 | 
            
              |  |  | @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 | 
            
              |  |  | @ae7bfbbd | 9 years | jakub | Remove remove()
                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 | 
            
              |  |  | @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 | 
            
              |  |  | @f644472 | 9 years | jakub | Fix warning
                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 | 
            
              |  |  | @c9e3692 | 9 years | jakub | Fix comment - there is no L_ROOT anymore
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c68edd2 | 9 years | jakub | Remove L_OPEN
Opens are now explicit in the interface and operate …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e4e546b | 9 years | jakub | Fix L_CREATE and L_UNLINK across mountpoints
Server-side mountpoints …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c990ee6 | 9 years | jakub | Handle vfs_node_get() returning NULL
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ebf1011 | 9 years | jakub | Prefer optically less dense code
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3648e184 | 9 years | jakub | Remove VFS_IN_UNLINK
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @55a7fee | 9 years | jakub | Streamline vfs_op_fstat()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @35e81e2 | 9 years | jakub | Streamline vfs_op_statfs()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3bbd921 | 9 years | jakub | Use simple assignment instead of memcpy()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @61600e7 | 9 years | jakub | Use absolute path in vfs_get_mtab_list()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @61042de | 9 years | jakub | Cstyle and clutter removal
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b7f69f2 | 9 years | jakub | Add forgotten return
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ad67aa1 | 9 years | jakub | Remove debugging code
                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 | 
            
              |  |  | @0b97336 | 9 years | jakub | Set errno and return -1 for standards-alluding interfaces
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c725619 | 9 years | jakub | Test vfs_root() return value more robustly
In particular, vfs_root() …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f6b6b40 | 9 years | jakub | Get rid of custom _strrchr in favor of str_rchr
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4f9ab1e | 9 years | jakub | vfs_node_peek() should add a reference to the node
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7f59d6c | 9 years | jakub | Revert the order of link and unlink operations during rename
This …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @39c3b7f9 | 9 years | jakub | Put the file earlier to avoid deadlock with vfs_rdwr_internal()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5a2b765 | 9 years | jakub | Add the FS name field to struct statfs
                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 | 
            
              |  |  | @ea56098 | 9 years | jakub | Set VFS root for loader
This is important for the dynamically linked …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1701a24d | 9 years | jakub | Add WALK_MOUNT_POINT to WALK_ALL_FLAGS
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ef4cf62 | 9 years | jakub | Remove commented out code and unused bit positions
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4809715 | 9 years | jakub | Fix cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0d35511 | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revisions 1948-1965
 …
                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 | 
            
              |  |  | @a737667e | 9 years | jakub | Implement statfs() using _vfs_walk()
                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 | 
            
              |  |  | @e796dc8 | 9 years | jakub | Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @48178b56 | 9 years | jakub | Load segment using a long read
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @eca9fd0 | 9 years | jakub | Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @930f5c3 | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1938
Original …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @06e70567 | 9 years | jakub | Cherry-pick a change from lp:~zarevucky-jiri/helenos/vfs-2.5 r1937
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a274a5f | 9 years | jakub | Cherry-pick a change from lp:~zarevucky-jiri/helenos/vfs-2.5 r1927
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @354b642 | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revisions 1932-1936
 …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c577a9a | 9 years | jakub | Merge from lp:~zarevucky-jiri/helenos/vfs-2.5 revisions 1929-1930
                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 | 
            
              |  |  | @5b46ec8 | 9 years | jakub | realloc() should try harder to avoid relocating the buffer
(Thanks to …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b22b449d | 9 years | jiri | Alpha compositing does not need floating point.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @443a0bc | 9 years | jakub | Assert ENOENT instead of ENOMEM
(Thanks to Stanislav Galfy)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3a75cb8 | 9 years | martin | bump GCC to 6.3.0 and GDB to 7.12.1
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a4170d5 | 9 years | martin | better support for non-standard configurations
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @61b208f | 9 years | jakub | Drop support for building gem5
- Move code for downloading the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9185e42 | 9 years | jakub | Replace gem5 support in favor of qemu-system-sparc64 -M niagara support
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bfa4ffa | 9 years | jakub | Merge from lp:~jakub/helenos/sun4u
This merge brings support for …
                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 | 
            
              |  |  | @fd384d6 | 9 years | jakub | Input should not fiddle with interrupts
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ce5a0f1 | 9 years | jakub | Remove the legacy ns16550 input port driver
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @03e0beaf | 9 years | jakub | Switch to using config_get_value()
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1a2befb | 9 years | jakub | Abstract querying boot configuration into a library call
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @33b57d4 | 9 years | jakub | Fix typo
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @db521b05 | 9 years | jakub | Use the common kernel mechanism to set boot_args in sysinfo
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ba1ea40 | 9 years | jakub | Copy boot arguments from multiboot info to bargs
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3b3faf51 | 9 years | jakub | Add kernel global bargs to hold the boot arguments
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a79b42a | 9 years | jakub | Use only the serial console service specified by the user
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @00130656 | 9 years | jakub | Do not try to use a serial device for output if the user did not …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7259317 | 9 years | jakub | Wait only for the serial console service specified by the user
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a91d719 | 9 years | jakub | Pass the loc path to the serial console in boot prom arguments
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c7a145e | 9 years | jakub | Propagate boot arguments from OBP to sysinfo
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0195374 | 9 years | jakub | Spawn QEMU/sun4u with serial console only
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0d9b4a8 | 9 years | jakub | Upgrade to using QEMU 2.8.0
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7e9e652 | 9 years | jakub | Detect the default ISA bridge by its PCI class and subclass
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3c5b86c | 9 years | jakub | Allow ISA driver to use different .dev configs based on vendor/device …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7f766f4 | 9 years | jakub | Treat EBUS as ISA
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @df01d303 | 9 years | jakub | OBIO uspace driver no longer depends on information provided by kernel
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f297fa6 | 9 years | martin | update .bzrignore
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @aed3e6a | 9 years | jakub | Allow # comments in match files
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e53794c | 9 years | jakub | Consider the first device in the 'serial' category an output device
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c4e30607 | 9 years | jakub | Clear ns8250 interrupt when it's handled
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6feb444 | 9 years | jakub | Fix cstyle
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @47c1437 | 9 years | jakub | Do not wrap short lines unnecessarily
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6da5a6b | 9 years | jakub | Make obio more standalone
The PBM (what is called obio in the obio …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @2a72d9f | 9 years | jakub | Consider serial devices input devices
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @405b67c | 9 years | jakub | Include the isa and ns8250 drivers in the sparc64 RAM disk image
The …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  |