Timeline
2009-06-03:
- 22:47 Changeset in mainline [301ff30]lfnserial by
- rename libc's fs_node_t to inode_t to avoid type conflict with VFS
- 22:43 Ticket #82 (ls: skipping bogus node null) created by
- When listing the /dev directory, bdsh will report: ls: skipping bogus …
- 22:40 Ticket #81 (conflicting types for fs_node_t) created by
- Both libc and libfs define the fs_node_t type.
- 19:34 Changeset in mainline [98000fb]lfnserial by
- remove redundant index_t and count_t types (which were always quite …
- 19:32 Changeset in mainline [69e68e3]lfnserial by
- update for latest I/O changes (the protocols are not yet described …
- 19:32 Changeset in mainline [0c25c10]lfnserial by
- update for latest I/O changes
- 19:31 Changeset in mainline [cbff4c2]lfnserial by
- update for latest I/O changes (some tests are not 100% working yet, …
- 19:30 Changeset in mainline [73878c1]lfnserial by
- bdsh: sync with I/O changes, block until spawned task exits
- 19:29 Changeset in mainline [36b8100a]lfnserial by
- init rewrite: remove banner, start getvc to acquire first seven …
- 19:28 Changeset in mainline [595edf5]lfnserial by
- add libfs_open_node() helper function cleanup
- 19:27 Changeset in mainline [d00ae4c]lfnserial by
- add missing include
- 19:26 Changeset in mainline [2595dab]lfnserial by
- I/O subsystem overhaul: - add more POSIX-like file and stream …
- 19:21 Changeset in mainline [ca3ba3a]lfnserial by
- sync header files with implementation coding style
- 19:20 Changeset in mainline [76d0d284]lfnserial by
- sync header files with implementation
- 19:19 Changeset in mainline [5779a74]lfnserial by
- add error constant from VFS cleanup
- 19:18 Changeset in mainline [b78d0bd]lfnserial by
- explicit typecast
- 19:18 Changeset in mainline [433131d]lfnserial by
- setup stdin, stdout and stderr according to preset file nodes cleanup
- 19:17 Changeset in mainline [937aeee]lfnserial by
- add support for passing preset files cleanup
- 19:16 Changeset in mainline [9db9b10]lfnserial by
- async framework: add generic support for processing pending operations …
- 19:14 Changeset in mainline [e77994dd]lfnserial by
- add serialization (just to be sure)
- 19:13 Changeset in mainline [b267ee6]lfnserial by
- avoid compiler warning
- 19:12 Changeset in mainline [d4a3ee5]lfnserial by
- replace count_t with size_t coding style
- 19:12 Changeset in mainline [e1ab30f8]lfnserial by
- cstyle
- 19:11 Changeset in mainline [ee369f3]lfnserial by
- pass current task stdin, stdout and stderr as preset files to the …
- 19:09 Changeset in mainline [3ddd90c]lfnserial by
- avoid compiler warning
- 19:09 Changeset in mainline [2ac85ba]lfnserial by
- remove redundant index_t and count_t types (which were always quite …
- 19:07 Changeset in mainline [67e4c35]lfnserial by
- fix include
- 19:02 Changeset in mainline [80e3c69]lfnserial by
- reorder compiler options to be consistent with kernel
- 19:01 Changeset in mainline [c20aa06]lfnserial by
- implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned) …
- 18:59 Changeset in mainline [17fd1d4]lfnserial by
- devfs rewrite: - implement VFS_OPEN_NODE, VFS_DEVICE, VFS_SYNC, …
- 18:54 Changeset in mainline [05b9912]lfnserial by
- VFS rewrite: - add new VFS methods - VFS_NODE for getting VFS …
- 18:49 Changeset in mainline [215abc1]lfnserial by
- keyboard server rewrite: rename "kbd events" to more generic "console …
- 18:46 Changeset in mainline [bbdbf86]lfnserial by
- add support for passing preset files rename loader_ prefix to ldr_ …
- 18:45 Changeset in mainline [bf1fb9f]lfnserial by
- Streamline locking of phones during cloning.
- 18:45 Changeset in mainline [40313e4]lfnserial by
- split naming service into multiple files for better readability add …
- 18:43 Changeset in mainline [5d0e461]lfnserial by
- remove futex (devmap is not multithreaded), use fibril serialization …
- 18:41 Changeset in mainline [8dc12ac]lfnserial by
- framebuffer server rewrite: cleanup, always use canonical order of …
- 18:39 Changeset in mainline [424cd43]lfnserial by
- console server rewrite: use VFS_READ/VFS_WRITE for generic I/O, …
- 18:35 Changeset in mainline [b0a91acb]lfnserial by
- add getvc to uspace Makefile
- 18:34 Changeset in mainline [815bf9a5]lfnserial by
- add getvc to RAM disk
- 18:33 Changeset in mainline [831667a9]lfnserial by
- port macros from kernel
- 08:38 FSDesign edited by
- (diff)
- 05:40 Changeset in mainline [8658f89]lfnserial by
- send notification also during task creation (the intention is to be …
- 05:36 Changeset in mainline [8f4bc1f]lfnserial by
- rename the macro to be consistent with LOWER32/UPPER32 and add 64b …
- 02:01 Changeset in mainline [770971c]lfnserial by
- Parethesize args in MERGE_LOHI32 macro.
2009-06-02:
- 22:40 Changeset in mainline [1ed901d]lfnserial by
- fix stupid typo (thx Matthieu Gueguen)
- 17:28 Changeset in mainline [95ad426]lfnserial by
- add very simple implementation of task destruction notification (which …
- 17:25 Changeset in mainline [34356b2]lfnserial by
- remove type definition which is not needed anywhere
- 17:21 Changeset in mainline [49f78c7]lfnserial by
- getvc: a task which acquires a console device (this is a preliminary …
2009-06-01:
- 16:56 Changeset in mainline [50461f2]lfnserial by
- revert commit 4443 and implement a much finer solution as suggested by …
- 11:02 FSDesign created by
- 11:02 KnowledgeArticles edited by
- (diff)
- 11:01 KnowledgeArticles edited by
- (diff)
- 11:01 KnowledgeArticles edited by
- (diff)
2009-05-29:
- 19:27 Changeset in mainline [d0a1d961]lfnserial by
- Put a comment for consideration.
- 18:01 Changeset in mainline [4bda76b]lfnserial by
- serialization of VFS_OPEN implementation to avoid lockup by concurrent …
- 03:19 Changeset in mainline [84adbf0]lfnserial by
- Support more than one disk in gxe_bd (hardcoded to 2).
- 02:50 Changeset in mainline [6b2f4c1]lfnserial by
- Also add gxe_bd to ramdisk on arm32.
2009-05-28:
- 20:03 Ticket #76 (Framebuffer driver hangs on arm32) closed by
- worksforme
- 19:58 Ticket #75 (Large I/O areas are broken) closed by
- invalid: After fixing gxe_bd_t like this: - uint32_t pad5[0x3fc0]; + uint8_t …
- 19:55 Changeset in mainline [39580667]lfnserial by
- Large I/O areas actually work as expected. Fix the definition of the …
- 14:41 Ticket #78 (Cannot do call2 task_kill 7 0 from kconsole) closed by
- duplicate: This is probably a partial duplicate of ticket #50. It turns out that …
- 09:47 Changeset in mainline [0c0b800]lfnserial by
- Fix function definition.
- 09:37 Ticket #80 (tmpfs_restore() fails on arm32) closed by
- fixed: I believe this is a duplicate of ticket #17. For arm32, this was fixed …
- 09:34 Changeset in mainline [1e48aca1]lfnserial by
- Allow arbitrarily large boot images on arm32.
- 08:42 Ticket #80 (tmpfs_restore() fails on arm32) created by
- As of revision 4435, HelenOS/arm32 will fail to mount the root TMPFS …
2009-05-27:
- 19:10 Changeset in mainline [81b430a]lfnserial by
- More conversions to dev_handle_t.
- 18:48 Changeset in mainline [ad8fc510]lfnserial by
- Fix type for dev_handle.
2009-05-26:
- 17:52 Ticket #79 (Introduce and implement VFS_UNMOUNT) created by
- Now that we have a functional VFS_MOUNT, it wouldn't be bad to be able …
2009-05-23:
- 16:28 Changeset in mainline [ac23b9d3]lfnserial by
- avoid accessing uninitialized files array at all times
- 16:25 Changeset in mainline [493853ec]lfnserial by
- Hold the namespace rwlock during the entire operation of …
- 10:26 Ticket #78 (Cannot do call2 task_kill 7 0 from kconsole) created by
- It looks like symbol resolution does not work in the kernel.
- 09:51 Changeset in mainline [4ef6645]lfnserial by
- Surprisingly easy support for homogenous mounts. It works by simply …
2009-05-22:
- 19:18 Changeset in mainline [16d17ca]lfnserial by
- Add fs_handle argument to libfs_mount() needed to recognize homogenous …
- 08:42 Ticket #77 (Filesystem framework is extremely fragile) created by
- A bug (e.g. segfault) in a single filesystem implementation server …
2009-05-21:
- 20:06 Changeset in mainline [3ecc02e]lfnserial by
- Allow arbitrary block size in gxe_bd. Fix offset calculation.
- 19:37 Changeset in mainline [ae55ee8]lfnserial by
- Fix rename() on a non-root file system.
- 19:26 Changeset in mainline [b1e9d2c]lfnserial by
- turn off SMP for Athlon XP
- 19:14 Changeset in mainline [e7645de]lfnserial by
- Move ramdisk under bd.
- 18:21 Changeset in mainline [296ddec0]lfnserial by
- Call libfs_mount() from tmpfs_mount().
- 18:09 Changeset in mainline [0442c02]lfnserial by
- Answer VFS_MOUNT with return values obtained from VFS_MOUNTED.
- 17:15 Changeset in mainline [7d158097]lfnserial by
- Refuse to clone the phone which is itself used to make the …
- 15:32 Changeset in mainline [1601f3c]lfnserial by
- console cleanup (no functional changes)
- 07:05 Changeset in mainline [a095d20]lfnserial by
- add simple devfs filesystem and mount it as /dev add generic NULL …
- 07:03 Changeset in mainline [cb41a5e]lfnserial by
- improve devmap interface remove spared device
- 06:57 Changeset in mainline [2246de6]lfnserial by
- add list_count() cstyle
- 06:55 Changeset in mainline [55982d6]lfnserial by
- cstyle
- 06:32 Ticket #76 (Framebuffer driver hangs on arm32) created by
- As of r4413 the FB driver will get stuck before printing the service …
2009-05-20:
- 11:57 Changeset in mainline [fc0110d]lfnserial by
- add space before $@
- 10:29 Changeset in mainline [b0ea8a9]lfnserial by
- remove obsolete reference to libipc
2009-05-19:
- 22:01 Changeset in mainline [44a53fd]lfnserial by
- Experimental GXemul disk driver (device 'disk0').
- 22:00 Ticket #23 (Non-root VFS mounts are not ready) closed by
- fixed: Delivered in revision 4409.
- 21:50 Changeset in mainline [854c564]lfnserial by
- Fix type definition.
- 21:49 Changeset in mainline [83937ccd]lfnserial by
- Rudimentary support for non-root mounts.
- 21:48 Changeset in mainline [27fd651]lfnserial by
- Add 'bdd' shell command (block device dump) for testing block device …
- 21:47 Changeset in mainline [2c0e5d2]lfnserial by
- Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.
- 21:41 Changeset in mainline [0c2eee0]lfnserial by
- Remove unused and non-functional code.
- 21:39 Changeset in mainline [287e83f]lfnserial by
- Do not test the same condition twice.
- 21:36 Changeset in mainline [5b9d80c5]lfnserial by
- Fix ipc_forward_slow().
- 20:26 Ticket #75 (Large I/O areas are broken) created by
- If you pio_enable() an area larger than page size, writes beyond the …
- 19:06 Changeset in mainline [60866a3]lfnserial by
- pio_enable() was not allocating address space properly (unless sz ⇐ …
2009-05-18:
- 21:04 Ticket #74 (Reimplement user space memory allocator) created by
- Get rid of the public domain dlmalloc memory allocator, which is …
- 21:02 Changeset in mainline [c00589d]lfnserial by
- remove the confusing "Improved support for hyperthreading" …
- 19:45 Changeset in mainline [1090b8c]lfnserial by
- C binding for devmap. Gets rid of duplicate code.
- 17:16 Changeset in mainline [c5747fe]lfnserial by
- Rename ramdisk protocol → block device protocol.
2009-05-17:
- 19:04 Changeset in mainline [687246b]lfnserial by
- TLB demap optimalization for US3.
2009-05-15:
- 20:22 Changeset in mainline [acf37bc]lfnserial by
- Reduce Udebug overhead with some nifty tricks.
2009-05-14:
- 21:56 Changeset in mainline [40a0e504]lfnserial by
- udebug_stoppable_begin/end() should always proceed. In any case they …
- 21:49 Changeset in mainline [9ba6262]lfnserial by
- Revert accidental change.
- 21:29 Changeset in mainline [ae5aa90]lfnserial by
- Clean up various log messages, mostly udebug.
2009-05-12:
- 21:04 Changeset in mainline [8ebc8bf4]lfnserial by
- Add IPC ping-pong benchmark to tester.
2009-05-11:
- 21:00 Changeset in mainline [cc99bcd]lfnserial by
- msg→wdata.inlist needs to be allocated before the reply_received() …
- 20:13 Changeset in mainline [e38d66b]lfnserial by
- Slash missing in bdsh makefile.
- 19:21 Changeset in mainline [537611cc]lfnserial by
- Create a second RD device called "spared". This is for testing purposes.
- 18:48 Changeset in mainline [d4a172b]lfnserial by
- Add a bdsh wrapper around mount().
2009-05-09:
- 21:57 Ticket #73 (The list of siblings of a TMPFS node should be a per-link property ...) closed by
- fixed: Fixed in revision 4370.
- 21:56 Changeset in mainline [cf95bc0]lfnserial by
- Streamline TMPFS and fix its design so that it properly supports …
- 09:15 Ticket #73 (The list of siblings of a TMPFS node should be a per-link property ...) created by
- TMPFS seems to be broken with respect to linking directories. A …
- 08:39 Changeset in mainline [4f46695e]lfnserial by
- Lookup a node's parent lexically rather than using the broken L_PARENT …
2009-05-08:
- 22:05 Changeset in mainline [f4876df]lfnserial by
- Only announce loader registration in verbose mode.
- 20:59 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) closed by
- fixed: Fixed in revision 4366.
- 20:58 Changeset in mainline [14040e5]lfnserial by
- Allow rename("a", "aa");
- 11:26 Changeset in mainline [54a6ff6]lfnserial by
- Fix doxygen comments.
- 11:11 Ticket #51 (Need command to test VFS rename() operation) closed by
- fixed: Fixed in revision 4364.
- 11:10 Changeset in mainline [046f342]lfnserial by
- Add a primitive 'mv' command. This 'mv' is a mere wrapper around …
2009-05-07:
- 21:10 Ticket #72 (Write back file system data from block cache to the block device ...) created by
- Currently, the file system modified data ends up in the block cache …
- 21:02 Ticket #71 (Stack walkers) created by
- Implement a common API for walking kernel and userspace stacks so that …
- 19:52 Changeset in mainline [66b430e]lfnserial by
- Kernel Ski driver should pull more keys at a time, similarly to the …
2009-05-06:
- 20:58 Ticket #70 (Cating a directory causes segfault in VFS) closed by
- fixed: VFS did not test file descriptors for being < 0. Fixed in revision 4362.
- 20:57 Changeset in mainline [386e276]lfnserial by
- Negative file descriptors shoud be considered invalid. This fixes …
- 20:54 Changeset in mainline [8bb129d]lfnserial by
- HelenOS open() returns the actual error code, not mere -1.
- 19:31 Ticket #57 (FAT driver improvement: lower case bits) closed by
- fixed: Implemented in revision #4360.
- 19:30 Changeset in mainline [a248234]lfnserial by
- add support for lowercase extension and lowercase basename bits (NT …
- 18:54 Ticket #70 (Cating a directory causes segfault in VFS) created by
- Executing "cat srv" shell command in the root directory of the RAM …
- 18:39 Changeset in mainline [0be3e8b]lfnserial by
- Do not attempt to unlink non-empty FAT directories.
2009-05-05:
- 22:18 Changeset in mainline [770d281]lfnserial by
- Do not attempt to unlink() FAT root.
- 22:09 Changeset in mainline [b6035ba]lfnserial by
- Introduce the concept of FS nodes. A FS node is a typed abstraction of …
2009-05-04:
- 23:15 Changeset in mainline [c852f4be]lfnserial by
- Add console.write method to tracer.
Note: See TracTimeline
for information about the timeline view.