Timeline
2009-06-16:
- 21:53 Changeset in mainline [62140db]lfnserial by
- Fix assorted warnings and tiny glitches.
- 20:22 Changeset in mainline [0471786]lfnserial by
- Fix signedness issues and warnings in fb.
- 20:09 Changeset in mainline [08c9f7d]lfnserial by
- Suppress warnings in loader.
- 19:56 Changeset in mainline [a624cbfd]lfnserial by
- Improve ATA cmd regs block definition to suppress warnings.
- 19:01 Changeset in mainline [fbbbb8a]lfnserial by
- Get rid of warnings (size_t is enough for block size).
- 18:31 Changeset in mainline [e3fa92aa]lfnserial by
- Replace one hack with another.
2009-06-15:
- 22:24 Changeset in mainline [103e7d7]lfnserial by
- Flush stdout before spawning shell.
- 21:54 Ticket #85 (Do not create a new "pending" fibril after each received call) closed by
- fixed: Fixed in revision 4542.
- 21:51 Changeset in mainline [953769f]lfnserial by
- Handle pending input using only one fibril. Relax serialization in …
- 21:46 Changeset in mainline [ef8bcc6]lfnserial by
- Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two …
- 20:53 Changeset in mainline [c07af37]lfnserial by
- Handle pending lookups using only one fibril.
- 19:17 Changeset in mainline [af7383f]lfnserial by
- Handle pending mounts using only one fibril.
- 18:50 Changeset in mainline [0ed2e0e]lfnserial by
- Revert clandestine removal of delayed cursor position update by c4456.
2009-06-14:
- 14:29 Changeset in mainline [87d3ecf]lfnserial by
- Display type of root filesystem and root device upon boot.
- 12:30 Changeset in mainline [c51a7cd]lfnserial by
- On condvar signal/broadcast, dequeue the waiting fibril from the …
- 09:25 Ticket #87 (cons_read() should be rewritten using e.g. condition variables) closed by
- invalid: Submitter can not read C.
2009-06-13:
- 18:32 Changeset in mainline [1cbed6b]lfnserial by
- Add forgotten files.
- 17:30 Changeset in mainline [2a18193c]lfnserial by
- File-backed block device driver (file_bd).
- 12:26 Changeset in mainline [d9f4c76]lfnserial by
- Write support in ata_bd. Not used, not tested.
- 09:45 Changeset in mainline [5481d1bb]lfnserial by
- Use named constants.
- 09:17 Changeset in mainline [4f5caea]lfnserial by
- Move type declarations to a header file.
2009-06-12:
- 21:27 Changeset in mainline [1806e5d]lfnserial by
- Properly support two disks per ATA controller. Fake (Qemu-only) check …
- 19:44 Changeset in mainline [26360f7]lfnserial by
- Use 'fibril_local' modifier for fibril-local variables instead of …
- 19:19 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) created by
- In cons_get_event() we are introducing another level of asynchronous …
- 19:16 Ticket #87 (cons_read() should be rewritten using e.g. condition variables) created by
- Currently, cons_read() contains a while loop which actively reads the …
- 19:10 Ticket #86 (console should not depend on kbd's source code) created by
- Currently, console uses the kbd's keybuffer.c file and functions and …
- 19:05 Ticket #85 (Do not create a new "pending" fibril after each received call) created by
- Currently, libc's handle_call() will create a new "pending" fibril …
- 17:35 Changeset in mainline [9ae22ba]lfnserial by
- Condition variables for fibrils.
2009-06-11:
- 20:32 Ticket #15 (Implement rwlocks for uspace) closed by
- fixed: Revision 4526 adds fibril rwlocks.
- 20:30 Changeset in mainline [92d34f0b]lfnserial by
- Implement readers-writer locks for fibrils.
2009-06-10:
- 21:59 Changeset in mainline [ba2a055]lfnserial by
- Fix coordinate issues in EGA fb.
- 19:15 Changeset in mainline [fc02cc41]lfnserial by
- get back fine-grained locking (which was removed in commit 4458), but …
- 19:10 Changeset in mainline [95ba2b8]lfnserial by
- remove obsolete terminology
- 19:09 Changeset in mainline [3562ec82]lfnserial by
- remove obsolete comment cstyle
- 19:08 Changeset in mainline [0d3b9474]lfnserial by
- remove serialization (it is not needed here)
- 18:49 Changeset in mainline [8e13bfa]lfnserial by
- Synchronize access to pending_req.
- 14:42 Changeset in mainline [0e31a2b]lfnserial by
- remove yet another serialization which is not needed anymore
2009-06-09:
- 22:27 Changeset in mainline [230260ac]lfnserial by
- Make VFS use the new synchronization for fibrils. Now there should be …
- 22:11 Changeset in mainline [041186f]lfnserial by
- Include fibril synchronization primitives in libc build.
- 22:09 Changeset in mainline [f3afd24]lfnserial by
- Add simple synchronization primitives to be used with fibrils. …
- 11:10 Changeset in mainline [ebe70f1]lfnserial by
- slightly cleanup the horrible mess of tetris introduce colors
- 11:10 Changeset in mainline [080ad7f]lfnserial by
- simple implementation of fdopen() and rewind()
2009-06-08:
- 19:45 Changeset in mainline [bd8bfcbd]lfnserial by
- Nit.
- 19:42 Changeset in mainline [b8e57e8c]lfnserial by
- cstyle
- 19:39 Changeset in mainline [bac82eeb]lfnserial by
- getchar() and fgetc() are traditionally supposed to flush stdout and …
- 18:13 Changeset in mainline [cc27c8c5]lfnserial by
- A little bit of cleanup and a remedy for great confusion introduced in …
- 13:42 Changeset in mainline [d9c8c81]lfnserial by
- rename libadt → adt
- 12:34 Changeset in mainline [a68f737]lfnserial by
- keep a list of open files to support proper cleanup
2009-06-06:
- 23:13 Changeset in mainline [f8ef660]lfnserial by
- Primitive ATA disk driver that you can use in Qemu (read only).
- 18:08 Ticket #84 (Replace VFS_DEVICE with VFS_FSTAT) created by
- devfs's VFS_DEVICE is actually a form of VFS_FSTAT. Thus we can remove …
2009-06-05:
- 12:46 Changeset in mainline [abc4982]lfnserial by
- group fhc and obio under a common directory
2009-06-04:
- 18:06 Changeset in mainline [4a68194]lfnserial by
- no not disturb console initialization by connections
- 16:36 Changeset in mainline [3bf907a]lfnserial by
- be more pedantic about undefined function prototypes (to avoid memory …
- 13:47 Changeset in mainline [8bfe48e]lfnserial by
- as_get_mappable_page() has an argument in bytes, not in pages
- 13:05 Changeset in mainline [1035437]lfnserial by
- keep the kernel console intact as long as it is possible (to be able …
- 12:43 WishList edited by
- (diff)
- 12:11 Ticket #83 (Pass task exit code) created by
- It is possible to wait on a task exit. But the task exit code gets …
- 11:59 Ticket #36 (Virtual consoles overhaul) closed by
- fixed: The proposed enhancement was implemented with some minor design …
- 11:57 Ticket #18 (running program from bdsh opens new console) closed by
- fixed: Console inheritance was implemented as of revision 4490. The other …
- 11:54 Changeset in mainline [c8b9f88]lfnserial by
- add forgotten answer in case of an error
- 10:14 Ticket #81 (conflicting types for fs_node_t) closed by
- fixed: Fixed in 4491.
- 10:12 Changeset in mainline [99272a3]lfnserial by
- inode_t → fdi_node_t
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.
Note: See TracTimeline
for information about the timeline view.