Fork us on GitHub Follow us on Facebook Follow us on Twitter

Timeline



2009-06-16:

21:53 Changeset in mainline [62140db]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Fix assorted warnings and tiny glitches.
20:22 Changeset in mainline [0471786]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Fix signedness issues and warnings in fb.
20:09 Changeset in mainline [08c9f7d]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Suppress warnings in loader.
19:56 Changeset in mainline [a624cbfd]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Improve ATA cmd regs block definition to suppress warnings.
19:01 Changeset in mainline [fbbbb8a]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Get rid of warnings (size_t is enough for block size).
18:31 Changeset in mainline [e3fa92aa]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Replace one hack with another.

2009-06-15:

22:24 Changeset in mainline [103e7d7]lfnserial by Jakub Jermar <jakub@…>
Flush stdout before spawning shell.
21:54 Ticket #85 (Do not create a new "pending" fibril after each received call) closed by Jakub Jermář
fixed: Fixed in revision 4542.
21:51 Changeset in mainline [953769f]lfnserial by Jakub Jermar <jakub@…>
Handle pending input using only one fibril. Relax serialization in …
21:46 Changeset in mainline [ef8bcc6]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two …
20:53 Changeset in mainline [c07af37]lfnserial by Jakub Jermar <jakub@…>
Handle pending lookups using only one fibril.
19:17 Changeset in mainline [af7383f]lfnserial by Jakub Jermar <jakub@…>
Handle pending mounts using only one fibril.
18:50 Changeset in mainline [0ed2e0e]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Revert clandestine removal of delayed cursor position update by c4456.

2009-06-14:

14:29 Changeset in mainline [87d3ecf]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Display type of root filesystem and root device upon boot.
12:30 Changeset in mainline [c51a7cd]lfnserial by Jakub Jermar <jakub@…>
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 Jakub Jermář
invalid: Submitter can not read C.

2009-06-13:

18:32 Changeset in mainline [1cbed6b]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Add forgotten files.
17:30 Changeset in mainline [2a18193c]lfnserial by Jiri Svoboda <jirik.svoboda@…>
File-backed block device driver (file_bd).
12:26 Changeset in mainline [d9f4c76]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Write support in ata_bd. Not used, not tested.
09:45 Changeset in mainline [5481d1bb]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Use named constants.
09:17 Changeset in mainline [4f5caea]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Move type declarations to a header file.

2009-06-12:

21:27 Changeset in mainline [1806e5d]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Properly support two disks per ATA controller. Fake (Qemu-only) check …
19:44 Changeset in mainline [26360f7]lfnserial by Jiri Svoboda <jirik.svoboda@…>
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 Jakub Jermář
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 Jakub Jermář
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 Jakub Jermář
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 Jakub Jermář
Currently, libc's handle_call() will create a new "pending" fibril …
17:35 Changeset in mainline [9ae22ba]lfnserial by Jakub Jermar <jakub@…>
Condition variables for fibrils.

2009-06-11:

20:32 Ticket #15 (Implement rwlocks for uspace) closed by Jakub Jermář
fixed: Revision 4526 adds fibril rwlocks.
20:30 Changeset in mainline [92d34f0b]lfnserial by Jakub Jermar <jakub@…>
Implement readers-writer locks for fibrils.

2009-06-10:

21:59 Changeset in mainline [ba2a055]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Fix coordinate issues in EGA fb.
19:15 Changeset in mainline [fc02cc41]lfnserial by Martin Decky <martin@…>
get back fine-grained locking (which was removed in commit 4458), but …
19:10 Changeset in mainline [95ba2b8]lfnserial by Martin Decky <martin@…>
remove obsolete terminology
19:09 Changeset in mainline [3562ec82]lfnserial by Martin Decky <martin@…>
remove obsolete comment cstyle
19:08 Changeset in mainline [0d3b9474]lfnserial by Martin Decky <martin@…>
remove serialization (it is not needed here)
18:49 Changeset in mainline [8e13bfa]lfnserial by Jakub Jermar <jakub@…>
Synchronize access to pending_req.
14:42 Changeset in mainline [0e31a2b]lfnserial by Martin Decky <martin@…>
remove yet another serialization which is not needed anymore

2009-06-09:

22:27 Changeset in mainline [230260ac]lfnserial by Jakub Jermar <jakub@…>
Make VFS use the new synchronization for fibrils. Now there should be …
22:11 Changeset in mainline [041186f]lfnserial by Jakub Jermar <jakub@…>
Include fibril synchronization primitives in libc build.
22:09 Changeset in mainline [f3afd24]lfnserial by Jakub Jermar <jakub@…>
Add simple synchronization primitives to be used with fibrils. …
11:10 Changeset in mainline [ebe70f1]lfnserial by Martin Decky <martin@…>
slightly cleanup the horrible mess of tetris introduce colors
11:10 Changeset in mainline [080ad7f]lfnserial by Martin Decky <martin@…>
simple implementation of fdopen() and rewind()

2009-06-08:

19:45 Changeset in mainline [bd8bfcbd]lfnserial by Jakub Jermar <jakub@…>
Nit.
19:42 Changeset in mainline [b8e57e8c]lfnserial by Martin Decky <martin@…>
cstyle
19:39 Changeset in mainline [bac82eeb]lfnserial by Jiri Svoboda <jirik.svoboda@…>
getchar() and fgetc() are traditionally supposed to flush stdout and …
18:13 Changeset in mainline [cc27c8c5]lfnserial by Jakub Jermar <jakub@…>
A little bit of cleanup and a remedy for great confusion introduced in …
13:42 Changeset in mainline [d9c8c81]lfnserial by Martin Decky <martin@…>
rename libadt → adt
12:34 Changeset in mainline [a68f737]lfnserial by Martin Decky <martin@…>
keep a list of open files to support proper cleanup

2009-06-06:

23:13 Changeset in mainline [f8ef660]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Primitive ATA disk driver that you can use in Qemu (read only).
18:08 Ticket #84 (Replace VFS_DEVICE with VFS_FSTAT) created by Jakub Jermář
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 Martin Decky <martin@…>
group fhc and obio under a common directory

2009-06-04:

18:06 Changeset in mainline [4a68194]lfnserial by Martin Decky <martin@…>
no not disturb console initialization by connections
16:36 Changeset in mainline [3bf907a]lfnserial by Martin Decky <martin@…>
be more pedantic about undefined function prototypes (to avoid memory …
13:47 Changeset in mainline [8bfe48e]lfnserial by Martin Decky <martin@…>
as_get_mappable_page() has an argument in bytes, not in pages
13:05 Changeset in mainline [1035437]lfnserial by Martin Decky <martin@…>
keep the kernel console intact as long as it is possible (to be able …
12:43 WishList edited by Jakub Jermář
(diff)
12:11 Ticket #83 (Pass task exit code) created by Martin Decky
It is possible to wait on a task exit. But the task exit code gets …
11:59 Ticket #36 (Virtual consoles overhaul) closed by Martin Decky
fixed: The proposed enhancement was implemented with some minor design …
11:57 Ticket #18 (running program from bdsh opens new console) closed by Martin Decky
fixed: Console inheritance was implemented as of revision 4490. The other …
11:54 Changeset in mainline [c8b9f88]lfnserial by Martin Decky <martin@…>
add forgotten answer in case of an error
10:14 Ticket #81 (conflicting types for fs_node_t) closed by Jakub Jermář
fixed: Fixed in 4491.
10:12 Changeset in mainline [99272a3]lfnserial by Jakub Jermar <jakub@…>
inode_t → fdi_node_t

2009-06-03:

22:47 Changeset in mainline [301ff30]lfnserial by Martin Decky <martin@…>
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 Jakub Jermář
When listing the /dev directory, bdsh will report: ls: skipping bogus …
22:40 Ticket #81 (conflicting types for fs_node_t) created by Jakub Jermář
Both libc and libfs define the fs_node_t type.
19:34 Changeset in mainline [98000fb]lfnserial by Martin Decky <martin@…>
remove redundant index_t and count_t types (which were always quite …
19:32 Changeset in mainline [69e68e3]lfnserial by Martin Decky <martin@…>
update for latest I/O changes (the protocols are not yet described …
19:32 Changeset in mainline [0c25c10]lfnserial by Martin Decky <martin@…>
update for latest I/O changes
19:31 Changeset in mainline [cbff4c2]lfnserial by Martin Decky <martin@…>
update for latest I/O changes (some tests are not 100% working yet, …
19:30 Changeset in mainline [73878c1]lfnserial by Martin Decky <martin@…>
bdsh: sync with I/O changes, block until spawned task exits
19:29 Changeset in mainline [36b8100a]lfnserial by Martin Decky <martin@…>
init rewrite: remove banner, start getvc to acquire first seven …
19:28 Changeset in mainline [595edf5]lfnserial by Martin Decky <martin@…>
add libfs_open_node() helper function cleanup
19:27 Changeset in mainline [d00ae4c]lfnserial by Martin Decky <martin@…>
add missing include
19:26 Changeset in mainline [2595dab]lfnserial by Martin Decky <martin@…>
I/O subsystem overhaul: - add more POSIX-like file and stream …
19:21 Changeset in mainline [ca3ba3a]lfnserial by Martin Decky <martin@…>
sync header files with implementation coding style
19:20 Changeset in mainline [76d0d284]lfnserial by Martin Decky <martin@…>
sync header files with implementation
19:19 Changeset in mainline [5779a74]lfnserial by Martin Decky <martin@…>
add error constant from VFS cleanup
19:18 Changeset in mainline [b78d0bd]lfnserial by Martin Decky <martin@…>
explicit typecast
19:18 Changeset in mainline [433131d]lfnserial by Martin Decky <martin@…>
setup stdin, stdout and stderr according to preset file nodes cleanup
19:17 Changeset in mainline [937aeee]lfnserial by Martin Decky <martin@…>
add support for passing preset files cleanup
19:16 Changeset in mainline [9db9b10]lfnserial by Martin Decky <martin@…>
async framework: add generic support for processing pending operations …
19:14 Changeset in mainline [e77994dd]lfnserial by Martin Decky <martin@…>
add serialization (just to be sure)
19:13 Changeset in mainline [b267ee6]lfnserial by Martin Decky <martin@…>
avoid compiler warning
19:12 Changeset in mainline [d4a3ee5]lfnserial by Martin Decky <martin@…>
replace count_t with size_t coding style
19:12 Changeset in mainline [e1ab30f8]lfnserial by Martin Decky <martin@…>
cstyle
19:11 Changeset in mainline [ee369f3]lfnserial by Martin Decky <martin@…>
pass current task stdin, stdout and stderr as preset files to the …
19:09 Changeset in mainline [3ddd90c]lfnserial by Martin Decky <martin@…>
avoid compiler warning
19:09 Changeset in mainline [2ac85ba]lfnserial by Martin Decky <martin@…>
remove redundant index_t and count_t types (which were always quite …
19:07 Changeset in mainline [67e4c35]lfnserial by Martin Decky <martin@…>
fix include
19:02 Changeset in mainline [80e3c69]lfnserial by Martin Decky <martin@…>
reorder compiler options to be consistent with kernel
19:01 Changeset in mainline [c20aa06]lfnserial by Martin Decky <martin@…>
implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned) …
18:59 Changeset in mainline [17fd1d4]lfnserial by Martin Decky <martin@…>
devfs rewrite: - implement VFS_OPEN_NODE, VFS_DEVICE, VFS_SYNC, …
18:54 Changeset in mainline [05b9912]lfnserial by Martin Decky <martin@…>
VFS rewrite: - add new VFS methods - VFS_NODE for getting VFS …
18:49 Changeset in mainline [215abc1]lfnserial by Martin Decky <martin@…>
keyboard server rewrite: rename "kbd events" to more generic "console …
18:46 Changeset in mainline [bbdbf86]lfnserial by Martin Decky <martin@…>
add support for passing preset files rename loader_ prefix to ldr_ …
18:45 Changeset in mainline [bf1fb9f]lfnserial by Jakub Jermar <jakub@…>
Streamline locking of phones during cloning.
18:45 Changeset in mainline [40313e4]lfnserial by Martin Decky <martin@…>
split naming service into multiple files for better readability add …
18:43 Changeset in mainline [5d0e461]lfnserial by Martin Decky <martin@…>
remove futex (devmap is not multithreaded), use fibril serialization …
18:41 Changeset in mainline [8dc12ac]lfnserial by Martin Decky <martin@…>
framebuffer server rewrite: cleanup, always use canonical order of …
18:39 Changeset in mainline [424cd43]lfnserial by Martin Decky <martin@…>
console server rewrite: use VFS_READ/VFS_WRITE for generic I/O, …
18:35 Changeset in mainline [b0a91acb]lfnserial by Martin Decky <martin@…>
add getvc to uspace Makefile
18:34 Changeset in mainline [815bf9a5]lfnserial by Martin Decky <martin@…>
add getvc to RAM disk
18:33 Changeset in mainline [831667a9]lfnserial by Martin Decky <martin@…>
port macros from kernel
08:38 FSDesign edited by Jakub Jermář
(diff)
05:40 Changeset in mainline [8658f89]lfnserial by Martin Decky <martin@…>
send notification also during task creation (the intention is to be …
05:36 Changeset in mainline [8f4bc1f]lfnserial by Martin Decky <martin@…>
rename the macro to be consistent with LOWER32/UPPER32 and add 64b …
02:01 Changeset in mainline [770971c]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Parethesize args in MERGE_LOHI32 macro.

2009-06-02:

22:40 Changeset in mainline [1ed901d]lfnserial by Martin Decky <martin@…>
fix stupid typo (thx Matthieu Gueguen)
17:28 Changeset in mainline [95ad426]lfnserial by Martin Decky <martin@…>
add very simple implementation of task destruction notification (which …
17:25 Changeset in mainline [34356b2]lfnserial by Martin Decky <martin@…>
remove type definition which is not needed anywhere
17:21 Changeset in mainline [49f78c7]lfnserial by Martin Decky <martin@…>
getvc: a task which acquires a console device (this is a preliminary …

2009-06-01:

16:56 Changeset in mainline [50461f2]lfnserial by Martin Decky <martin@…>
revert commit 4443 and implement a much finer solution as suggested by …
11:02 FSDesign created by Jakub Jermář
11:02 KnowledgeArticles edited by Jakub Jermář
(diff)
11:01 KnowledgeArticles edited by Jakub Jermář
(diff)
11:01 KnowledgeArticles edited by Jakub Jermář
(diff)

2009-05-29:

19:27 Changeset in mainline [d0a1d961]lfnserial by Jakub Jermar <jakub@…>
Put a comment for consideration.
18:01 Changeset in mainline [4bda76b]lfnserial by Martin Decky <martin@…>
serialization of VFS_OPEN implementation to avoid lockup by concurrent …
03:19 Changeset in mainline [84adbf0]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Support more than one disk in gxe_bd (hardcoded to 2).
02:50 Changeset in mainline [6b2f4c1]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Also add gxe_bd to ramdisk on arm32.

2009-05-28:

20:03 Ticket #76 (Framebuffer driver hangs on arm32) closed by Jakub Jermář
worksforme
19:58 Ticket #75 (Large I/O areas are broken) closed by Jakub Jermář
invalid: After fixing gxe_bd_t like this: - uint32_t pad5[0x3fc0]; + uint8_t …
19:55 Changeset in mainline [39580667]lfnserial by Jakub Jermar <jakub@…>
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 Jakub Jermář
duplicate: This is probably a partial duplicate of ticket #50. It turns out that …
09:47 Changeset in mainline [0c0b800]lfnserial by Jakub Jermar <jakub@…>
Fix function definition.
09:37 Ticket #80 (tmpfs_restore() fails on arm32) closed by Jakub Jermář
fixed: I believe this is a duplicate of ticket #17. For arm32, this was fixed …
09:34 Changeset in mainline [1e48aca1]lfnserial by Jakub Jermar <jakub@…>
Allow arbitrarily large boot images on arm32.
08:42 Ticket #80 (tmpfs_restore() fails on arm32) created by Jakub Jermář
As of revision 4435, HelenOS/arm32 will fail to mount the root TMPFS …

2009-05-27:

19:10 Changeset in mainline [81b430a]lfnserial by Jakub Jermar <jakub@…>
More conversions to dev_handle_t.
18:48 Changeset in mainline [ad8fc510]lfnserial by Jakub Jermar <jakub@…>
Fix type for dev_handle.

2009-05-26:

17:52 Ticket #79 (Introduce and implement VFS_UNMOUNT) created by Jakub Jermář
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 Martin Decky <martin@…>
avoid accessing uninitialized files array at all times
16:25 Changeset in mainline [493853ec]lfnserial by Jakub Jermar <jakub@…>
Hold the namespace rwlock during the entire operation of …
10:26 Ticket #78 (Cannot do call2 task_kill 7 0 from kconsole) created by Jakub Jermář
It looks like symbol resolution does not work in the kernel.
09:51 Changeset in mainline [4ef6645]lfnserial by Jakub Jermar <jakub@…>
Surprisingly easy support for homogenous mounts. It works by simply …

2009-05-22:

19:18 Changeset in mainline [16d17ca]lfnserial by Jakub Jermar <jakub@…>
Add fs_handle argument to libfs_mount() needed to recognize homogenous …
08:42 Ticket #77 (Filesystem framework is extremely fragile) created by Martin Decky
A bug (e.g. segfault) in a single filesystem implementation server …

2009-05-21:

20:06 Changeset in mainline [3ecc02e]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Allow arbitrary block size in gxe_bd. Fix offset calculation.
19:37 Changeset in mainline [ae55ee8]lfnserial by Jakub Jermar <jakub@…>
Fix rename() on a non-root file system.
19:26 Changeset in mainline [b1e9d2c]lfnserial by Martin Decky <martin@…>
turn off SMP for Athlon XP
19:14 Changeset in mainline [e7645de]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Move ramdisk under bd.
18:21 Changeset in mainline [296ddec0]lfnserial by Jakub Jermar <jakub@…>
Call libfs_mount() from tmpfs_mount().
18:09 Changeset in mainline [0442c02]lfnserial by Jakub Jermar <jakub@…>
Answer VFS_MOUNT with return values obtained from VFS_MOUNTED.
17:15 Changeset in mainline [7d158097]lfnserial by Jakub Jermar <jakub@…>
Refuse to clone the phone which is itself used to make the …
15:32 Changeset in mainline [1601f3c]lfnserial by Martin Decky <martin@…>
console cleanup (no functional changes)
07:05 Changeset in mainline [a095d20]lfnserial by Martin Decky <martin@…>
add simple devfs filesystem and mount it as /dev add generic NULL …
07:03 Changeset in mainline [cb41a5e]lfnserial by Martin Decky <martin@…>
improve devmap interface remove spared device
06:57 Changeset in mainline [2246de6]lfnserial by Martin Decky <martin@…>
add list_count() cstyle
06:55 Changeset in mainline [55982d6]lfnserial by Martin Decky <martin@…>
cstyle
06:32 Ticket #76 (Framebuffer driver hangs on arm32) created by Jiri Svoboda
As of r4413 the FB driver will get stuck before printing the service …

2009-05-20:

11:57 Changeset in mainline [fc0110d]lfnserial by Martin Decky <martin@…>
add space before $@
10:29 Changeset in mainline [b0ea8a9]lfnserial by Martin Decky <martin@…>
remove obsolete reference to libipc

2009-05-19:

22:01 Changeset in mainline [44a53fd]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Experimental GXemul disk driver (device 'disk0').
22:00 Ticket #23 (Non-root VFS mounts are not ready) closed by Jakub Jermář
fixed: Delivered in revision 4409.
21:50 Changeset in mainline [854c564]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Fix type definition.
21:49 Changeset in mainline [83937ccd]lfnserial by Jakub Jermar <jakub@…>
Rudimentary support for non-root mounts.
21:48 Changeset in mainline [27fd651]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Add 'bdd' shell command (block device dump) for testing block device …
21:47 Changeset in mainline [2c0e5d2]lfnserial by Jakub Jermar <jakub@…>
Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.
21:41 Changeset in mainline [0c2eee0]lfnserial by Jakub Jermar <jakub@…>
Remove unused and non-functional code.
21:39 Changeset in mainline [287e83f]lfnserial by Jakub Jermar <jakub@…>
Do not test the same condition twice.
21:36 Changeset in mainline [5b9d80c5]lfnserial by Jakub Jermar <jakub@…>
Fix ipc_forward_slow().
20:26 Ticket #75 (Large I/O areas are broken) created by Jiri Svoboda
If you pio_enable() an area larger than page size, writes beyond the …
19:06 Changeset in mainline [60866a3]lfnserial by Jiri Svoboda <jirik.svoboda@…>
pio_enable() was not allocating address space properly (unless sz ⇐ …

2009-05-18:

21:04 Ticket #74 (Reimplement user space memory allocator) created by Martin Decky
Get rid of the public domain dlmalloc memory allocator, which is …
21:02 Changeset in mainline [c00589d]lfnserial by Martin Decky <martin@…>
remove the confusing "Improved support for hyperthreading" …
19:45 Changeset in mainline [1090b8c]lfnserial by Jiri Svoboda <jirik.svoboda@…>
C binding for devmap. Gets rid of duplicate code.
17:16 Changeset in mainline [c5747fe]lfnserial by Jiri Svoboda <jirik.svoboda@…>
Rename ramdisk protocol → block device protocol.

2009-05-17:

19:04 Changeset in mainline [687246b]lfnserial by Pavel Rimsky <rimskyp@…>
TLB demap optimalization for US3.
Note: See TracTimeline for information about the timeline view.