Timeline
2017-04-01:
- 18:43 RaspberryPi edited by
- (diff)
- 17:58 RaspberryPi edited by
- Short howto boot HelenOS on Raspberry Pi (diff)
- 17:41 RaspberryPi edited by
- Fix typo (diff)
- 17:40 HardwareSupport edited by
- (diff)
- 17:38 RaspberryPi edited by
- (diff)
- 17:36 FreeRunner edited by
- (diff)
- 17:29 RaspberryPi edited by
- (diff)
- 16:54 RaspberryPi created by
- 06:49 Changeset in mainline [80743a1]lfnserialticket/834-toolchain-update by
- Rename (un)mount to vfs_(un)mount_path
2017-03-31:
- 19:57 Changeset in mainline [6e5562a]lfnserialticket/834-toolchain-update by
- Introduce vfs_link_path() and replace mkdir() with it
2017-03-30:
- 21:09 Changeset in mainline [a56cef9]lfnserialticket/834-toolchain-update by
- Rename fsync() to vfs_sync()
- 20:59 Changeset in mainline [67e881c]lfnserialticket/834-toolchain-update by
- Rename ftruncate() to vfs_resize()
- 20:47 Changeset in mainline [79ea5af]lfnserialticket/834-toolchain-update by
- Rename unlink() to vfs_unlink_path() and _vfs_unlink() to vfs_unlink() …
- 20:00 Changeset in mainline [ae7bfbbd]lfnserialticket/834-toolchain-update by
- Remove remove()
- 19:52 Changeset in mainline [23a0368]lfnserialticket/834-toolchain-update by
- Rename stat() to vfs_stat_path() and fstat() to vfs_stat()
- 18:58 Changeset in mainline [b5b5d84]lfnserialticket/834-toolchain-update by
- Rename statfs() to vfs_statfs_path() and provide relativized vfs_statfs()
- 08:50 Ticket #579 (printf does not implement the qualifier for ptrdiff_t) closed by
- fixed: Fixed in mainline,2586.
- 06:33 Changeset in mainline [e330da6e]lfnserialticket/834-toolchain-update by
- Add support for printing ptrdiff_t
2017-03-28:
- 20:34 HowToContribute edited by
- Run make check before submit (diff)
- 09:20 Ticket #673 (stats command hangs while a killed tetris waits for a keypress) created by
- As mainline,2585, the following steps will temporarily hang the …
2017-03-26:
- 20:57 Changeset in mainline [fe91f66]lfnserialticket/834-toolchain-update by
- Omit unnecessary prefixes and suffixes from method and interface names
- 20:46 Changeset in mainline [fcab7ef]lfnserialticket/834-toolchain-update by
- Merge dup2() into vfs_clone()
- 19:56 Changeset in mainline [f644472]lfnserialticket/834-toolchain-update by
- Fix warning
- 10:28 Changeset in mainline [8e9b2534]lfnserialticket/834-toolchain-update by
- Set logger's VFS root As an init task, logger starts with no VFS …
2017-03-25:
- 07:33 HowToContribute edited by
- Note that patches should be reviewed prior to submit (diff)
2017-03-24:
- 20:31 Changeset in mainline [58898d1d]lfnserialticket/834-toolchain-update by
- Remove VFS_IN_SEEK from VFS
2017-03-23:
- 17:11 HowToContribute edited by
- Improve tips for submitting patches and sending them to the ML (diff)
2017-03-22:
- 20:39 Changeset in mainline [c9e3692]lfnserialticket/834-toolchain-update by
- Fix comment - there is no L_ROOT anymore
- 20:31 Changeset in mainline [c68edd2]lfnserialticket/834-toolchain-update by
- Remove L_OPEN Opens are now explicit in the interface and operate …
- 19:26 Changeset in mainline [e4e546b]lfnserialticket/834-toolchain-update by
- Fix L_CREATE and L_UNLINK across mountpoints Server-side mountpoints …
2017-03-21:
- 19:20 Changeset in mainline [c990ee6]lfnserialticket/834-toolchain-update by
- Handle vfs_node_get() returning NULL
- 19:19 Changeset in mainline [ebf1011]lfnserialticket/834-toolchain-update by
- Prefer optically less dense code
2017-03-20:
- 17:14 Changeset in mainline [3648e184]lfnserialticket/834-toolchain-update by
- Remove VFS_IN_UNLINK
2017-03-19:
- 20:15 Changeset in mainline [55a7fee]lfnserialticket/834-toolchain-update by
- Streamline vfs_op_fstat()
- 19:57 Changeset in mainline [35e81e2]lfnserialticket/834-toolchain-update by
- Streamline vfs_op_statfs()
- 11:06 Changeset in mainline [3bbd921]lfnserialticket/834-toolchain-update by
- Use simple assignment instead of memcpy()
- 10:08 Changeset in mainline [61600e7]lfnserialticket/834-toolchain-update by
- Use absolute path in vfs_get_mtab_list()
2017-03-18:
- 20:58 Changeset in mainline [61042de]lfnserialticket/834-toolchain-update by
- Cstyle and clutter removal
- 16:14 Changeset in mainline [b7f69f2]lfnserialticket/834-toolchain-update by
- Add forgotten return
- 15:46 Changeset in mainline [ad67aa1]lfnserialticket/834-toolchain-update by
- Remove debugging code
- 15:36 Changeset in mainline [38aaf005]lfnserialticket/834-toolchain-update by
- Callers of open() must use exactly one of O_RDONLY, O_WRONLY and O_RDWR
- 15:13 Changeset in mainline [0b97336]lfnserialticket/834-toolchain-update by
- Set errno and return -1 for standards-alluding interfaces
- 14:43 Changeset in mainline [c725619]lfnserialticket/834-toolchain-update by
- Test vfs_root() return value more robustly In particular, vfs_root() …
- 14:30 Changeset in mainline [f6b6b40]lfnserialticket/834-toolchain-update by
- Get rid of custom _strrchr in favor of str_rchr
- 14:25 Changeset in mainline [4f9ab1e]lfnserialticket/834-toolchain-update by
- vfs_node_peek() should add a reference to the node
- 13:08 Changeset in mainline [7f59d6c]lfnserialticket/834-toolchain-update by
- Revert the order of link and unlink operations during rename This …
2017-03-16:
- 17:29 Changeset in mainline [39c3b7f9]lfnserialticket/834-toolchain-update by
- Put the file earlier to avoid deadlock with vfs_rdwr_internal()
- 17:17 Changeset in mainline [5a2b765]lfnserialticket/834-toolchain-update by
- Add the FS name field to struct statfs
- 16:50 Changeset in mainline [8ffedd8]lfnserialticket/834-toolchain-update by
- Partially revive support for mount table listing and walking This …
2017-03-15:
- 23:16 About edited by
- GSoC 2017 (diff)
- 22:57 GSOC edited by
- GSoC 2017 (diff)
2017-03-13:
- 20:33 Changeset in mainline [35b7d86e]lfnserialticket/834-toolchain-update by
- Remove VFS_IN_MTAB_GET The mountpoints in VFS don't know their path …
2017-03-10:
- 20:46 Changeset in mainline [ea56098]lfnserialticket/834-toolchain-update by
- Set VFS root for loader This is important for the dynamically linked …
- 09:48 Changeset in mainline [1701a24d]lfnserialticket/834-toolchain-update by
- Add WALK_MOUNT_POINT to WALK_ALL_FLAGS
- 09:41 Changeset in mainline [ef4cf62]lfnserialticket/834-toolchain-update by
- Remove commented out code and unused bit positions
- 09:15 Changeset in mainline [4809715]lfnserialticket/834-toolchain-update by
- Fix cstyle
2017-03-08:
- 18:27 Changeset in mainline [0d35511]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revisions 1948-1965 …
- 11:42 Changeset in mainline [5126f80]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1946 Original …
- 09:56 Changeset in mainline [a737667e]lfnserialticket/834-toolchain-update by
- Implement statfs() using _vfs_walk()
2017-03-07:
- 20:47 Changeset in mainline [bb9ec2d]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1941-1944 …
- 18:01 Changeset in mainline [e796dc8]lfnserialticket/834-toolchain-update by
- Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision …
- 17:41 Changeset in mainline [48178b56]lfnserialticket/834-toolchain-update by
- Load segment using a long read
- 17:00 Changeset in mainline [eca9fd0]lfnserialticket/834-toolchain-update by
- Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision …
- 11:22 Changeset in mainline [930f5c3]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1938 Original …
- 11:13 Changeset in mainline [06e70567]lfnserialticket/834-toolchain-update by
- Cherry-pick a change from lp:~zarevucky-jiri/helenos/vfs-2.5 r1937
- 11:05 Changeset in mainline [a274a5f]lfnserialticket/834-toolchain-update by
- Cherry-pick a change from lp:~zarevucky-jiri/helenos/vfs-2.5 r1927
- 10:53 Changeset in mainline [354b642]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revisions 1932-1936 …
2017-03-05:
- 20:23 Changeset in mainline [c577a9a]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5 revisions 1929-1930
2017-03-03:
- 21:32 Changeset in mainline [1dff985]lfnserialticket/834-toolchain-update by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5 up to revision 1926
Note:
See TracTimeline
for information about the timeline view.