Timeline
2017-03-31:
- 19:57 Changeset in mainline [6e5562a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Introduce vfs_link_path() and replace mkdir() with it
2017-03-30:
- 21:09 Changeset in mainline [a56cef9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename fsync() to vfs_sync()
- 20:59 Changeset in mainline [67e881c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename ftruncate() to vfs_resize()
- 20:47 Changeset in mainline [79ea5af]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename unlink() to vfs_unlink_path() and _vfs_unlink() to vfs_unlink() …
- 20:00 Changeset in mainline [ae7bfbbd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove remove()
- 19:52 Changeset in mainline [23a0368]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename stat() to vfs_stat_path() and fstat() to vfs_stat()
- 18:58 Changeset in mainline [b5b5d84]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export by
- Omit unnecessary prefixes and suffixes from method and interface names
- 20:46 Changeset in mainline [fcab7ef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge dup2() into vfs_clone()
- 19:56 Changeset in mainline [f644472]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix warning
- 10:28 Changeset in mainline [8e9b2534]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix comment - there is no L_ROOT anymore
- 20:31 Changeset in mainline [c68edd2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove L_OPEN Opens are now explicit in the interface and operate …
- 19:26 Changeset in mainline [e4e546b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix L_CREATE and L_UNLINK across mountpoints Server-side mountpoints …
2017-03-21:
- 19:20 Changeset in mainline [c990ee6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Handle vfs_node_get() returning NULL
- 19:19 Changeset in mainline [ebf1011]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Prefer optically less dense code
2017-03-20:
- 17:14 Changeset in mainline [3648e184]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove VFS_IN_UNLINK
2017-03-19:
- 20:15 Changeset in mainline [55a7fee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Streamline vfs_op_fstat()
- 19:57 Changeset in mainline [35e81e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Streamline vfs_op_statfs()
- 11:06 Changeset in mainline [3bbd921]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use simple assignment instead of memcpy()
- 10:08 Changeset in mainline [61600e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use absolute path in vfs_get_mtab_list()
2017-03-18:
- 20:58 Changeset in mainline [61042de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Cstyle and clutter removal
- 16:14 Changeset in mainline [b7f69f2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add forgotten return
- 15:46 Changeset in mainline [ad67aa1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove debugging code
- 15:36 Changeset in mainline [38aaf005]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export by
- Set errno and return -1 for standards-alluding interfaces
- 14:43 Changeset in mainline [c725619]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Test vfs_root() return value more robustly In particular, vfs_root() …
- 14:30 Changeset in mainline [f6b6b40]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Get rid of custom _strrchr in favor of str_rchr
- 14:25 Changeset in mainline [4f9ab1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- vfs_node_peek() should add a reference to the node
- 13:08 Changeset in mainline [7f59d6c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Revert the order of link and unlink operations during rename This …
2017-03-16:
- 17:29 Changeset in mainline [39c3b7f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Put the file earlier to avoid deadlock with vfs_rdwr_internal()
- 17:17 Changeset in mainline [5a2b765]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add the FS name field to struct statfs
- 16:50 Changeset in mainline [8ffedd8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export by
- Set VFS root for loader This is important for the dynamically linked …
- 09:48 Changeset in mainline [1701a24d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add WALK_MOUNT_POINT to WALK_ALL_FLAGS
- 09:41 Changeset in mainline [ef4cf62]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove commented out code and unused bit positions
- 09:15 Changeset in mainline [4809715]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix cstyle
2017-03-08:
- 18:27 Changeset in mainline [0d35511]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revisions 1948-1965 …
- 11:42 Changeset in mainline [5126f80]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1946 Original …
- 09:56 Changeset in mainline [a737667e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Implement statfs() using _vfs_walk()
2017-03-07:
- 20:47 Changeset in mainline [bb9ec2d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1941-1944 …
- 18:01 Changeset in mainline [e796dc8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision …
- 17:41 Changeset in mainline [48178b56]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Load segment using a long read
- 17:00 Changeset in mainline [eca9fd0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision …
- 11:22 Changeset in mainline [930f5c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1938 Original …
- 11:13 Changeset in mainline [06e70567]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Cherry-pick a change from lp:~zarevucky-jiri/helenos/vfs-2.5 r1937
- 11:05 Changeset in mainline [a274a5f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Cherry-pick a change from lp:~zarevucky-jiri/helenos/vfs-2.5 r1927
- 10:53 Changeset in mainline [354b642]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export 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-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge from lp:~zarevucky-jiri/helenos/vfs-2.5 up to revision 1926
2017-02-28:
- 11:15 Ticket #11 (Support PAE on ia32) updated by
-
Description changed
2017-02-26:
- 22:00 Changeset in mainline [5b46ec8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- realloc() should try harder to avoid relocating the buffer (Thanks to …
- 20:02 Changeset in mainline [b22b449d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Alpha compositing does not need floating point.
2017-02-21:
- 20:36 Ticket #667 (Ping not working) closed by
- duplicate
- 20:35 Ticket #672 (UDP crashing network stack) closed by
- fixed: Fixed in mainline,2583.
- 20:33 Ticket #672 (UDP crashing network stack) updated by
- Replying to jermar: > Replying to [comment:9 …
- 20:33 Changeset in mainline [443a0bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Assert ENOENT instead of ENOMEM (Thanks to Stanislav Galfy)
- 20:31 Ticket #672 (UDP crashing network stack) updated by
- Replying to StanislavGalfy: > Well, it will do no harm, …
- 20:27 Ticket #672 (UDP crashing network stack) updated by
-
Replying to jermar:
> Got it. And
udp_assoc_find_ref
is … - 20:17 Ticket #672 (UDP crashing network stack) updated by
- Replying to StanislavGalfy: > When a udp packet is …
- 19:45 Ticket #672 (UDP crashing network stack) updated by
- Replying to jermar: > Please excuse my ignorance, but how …
- 19:28 Ticket #672 (UDP crashing network stack) updated by
- Okay, here are simplified steps to reproduce. Start HelenOS via the …
- 19:22 Ticket #672 (UDP crashing network stack) updated by
- Replying to StanislavGalfy: > If there is no client above …
- 19:09 Ticket #672 (UDP crashing network stack) updated by
- Replying to jermar: > Well the immediate cause is indeed …
- 11:59 Ticket #672 (UDP crashing network stack) updated by
- Replying to StanislavGalfy: > I think the bug is obvious …
2017-02-20:
- 22:26 Ticket #672 (UDP crashing network stack) updated by
- Log added in attachment. I think the bug is obvious from these three …
- 20:06 Ticket #672 (UDP crashing network stack) updated by
- I wonder if UDP broadcast has to do anything with this. Also, can you …
2017-02-19:
- 22:22 Ticket #672 (UDP crashing network stack) created by
- When there is no UDP association on which udp message can be received …
2017-02-10:
- 17:26 Ticket #402 (Port QEMU to HelenOS) updated by
-
Owner, Status changed
- 17:25 Ticket #402 (Port QEMU to HelenOS) reopened by
- Reopening until merged into mainline. Pre-integration branches are on …
2017-02-08:
- 10:23 Ticket #402 (Port QEMU to HelenOS) updated by
- Is it okay to close the ticket if it's not fixed in mainline?
2017-02-05:
- 18:48 Ticket #402 (Port QEMU to HelenOS) closed by
- fixed: Fixed in: lp:~maresja1/helenos/qemu_porting …
- 18:44 Ticket #403 (Port Python to HelenOS) closed by
- fixed
- 15:40 Ticket #671 (Allow arbitrary number of phones per task) updated by
-
Summary changed
- 15:39 Ticket #671 (Allow arbitrary number of phones per task) created by
- The number of IPC connections a task can have is limited by the value …
- 15:22 Ticket #670 (Allow arbitrary number of answerboxes per task) created by
- HelenOS has always used one main answerbox for task's IPC …
2017-01-28:
- 19:41 Changeset in mainline [3a75cb8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- bump GCC to 6.3.0 and GDB to 7.12.1
2017-01-18:
- 12:02 FAQ edited by
- Update the section on differences between HelenOS and Genode (diff)
- 11:25 FAQ edited by
- More accurate descriptions of MINIX 3 and Genode (diff)
2017-01-09:
- 22:41 ContemplatedFeatures edited by
- Docker (diff)
Note:
See TracTimeline
for information about the timeline view.