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

Timeline



2008-02-06:

14:24 Changeset in mainline [71eef11]lfnserial by Martin Decky <martin@…>
remove config.memory_size, get_memory_size() and memory_init.{c|d} the …
13:56 Changeset in mainline [1b067315]lfnserial by Martin Decky <martin@…>
enlarge description field

2008-02-05:

16:01 Changeset in mainline [0b5f9fa]lfnserial by Martin Decky <martin@…>
remove memory_print_map(), as it duplicates functionality of …
14:48 Changeset in mainline [b5ed4f8]lfnserial by Martin Decky <martin@…>
convert ARC specific commands to generic ones
14:02 Changeset in mainline [b07c332]lfnserial by Martin Decky <martin@…>
convert e820list to a generic physmem command
11:06 Changeset in mainline [a0f6a61]lfnserial by Martin Decky <martin@…>
prettyprint tlb command
10:43 Changeset in mainline [c053f615]lfnserial by Martin Decky <martin@…>
prettyprint bkpts command

2008-02-03:

17:16 Changeset in mainline [6cbed012]lfnserial by Josef Cejka <malyzelenyhnus@…>
Added setjmp and longjmp functions for ia32 architecture.

2008-02-02:

15:56 Changeset in mainline [a671cf0]lfnserial by Josef Cejka <malyzelenyhnus@…>
Ash: removed .map file commited by mistake.
15:46 Changeset in mainline [6a4aa56]lfnserial by Josef Cejka <malyzelenyhnus@…>
Ash: fixed recursive Makefile.
14:08 Changeset in mainline [f52e6fea]lfnserial by Josef Cejka <malyzelenyhnus@…>
Ash - add recursion to Makefile to create build tools in subdirectory.
13:49 Changeset in mainline [c28a023]lfnserial by Josef Cejka <malyzelenyhnus@…>
Initial commit of ash shell. It cannot be compiled yet.

2008-02-01:

14:37 Changeset in mainline [9652bd59]lfnserial by Martin Decky <martin@…>
remove fake tab
14:11 Changeset in mainline [43b1e86]lfnserial by Martin Decky <martin@…>
prettyprint output

2008-01-27:

19:11 Changeset in mainline [acfdcb0]lfnserial by Jakub Jermar <jakub@…>
Remove the debugging hack from tmpfs_init(), which created several …
18:54 Changeset in mainline [f7017572]lfnserial by Jakub Jermar <jakub@…>
VFS_WRITE and tmpfs_write fixes.
16:43 Changeset in mainline [15b9970]lfnserial by Jakub Jermar <jakub@…>
VFS_OPEN and VFS_WRITE now understand O_APPEND.
16:19 Changeset in mainline [2db4ac8]lfnserial by Jakub Jermar <jakub@…>
VFS_OPEN now understands O_CREAT and O_EXCL.
14:59 Changeset in mainline [72bde81]lfnserial by Jakub Jermar <jakub@…>
Support for mkdir().
10:47 Changeset in mainline [1fe186f]lfnserial by Jakub Jermar <jakub@…>
Move handling of the miss on excessive components out of the main loop …

2008-01-26:

22:27 Changeset in mainline [b8b23c8]lfnserial by Jakub Jermar <jakub@…>
More elegant, flexible and complete version of tmpfs_lookup.
12:08 Changeset in mainline [9415601]lfnserial by Jakub Jermar <jakub@…>
Additional VFS lookup flags.

2008-01-25:

16:45 Changeset in mainline [19077a5]lfnserial by Jakub Jermar <jakub@…>
Grow the initial identity mapping from 64M to 4G. We should not …
13:48 Changeset in mainline [a7df23c]lfnserial by Martin Decky <martin@…>
change cstyle to human-readable form
12:03 Changeset in mainline [4bb31f7f]lfnserial by Jakub Jermar <jakub@…>
Fix cstyle and © to 2008.

2008-01-19:

13:40 Changeset in mainline [ae78b53]lfnserial by Jakub Jermar <jakub@…>
Introduce the notion of lflag (i.e. lookup flags) to support the …

2008-01-18:

23:45 Changeset in mainline [5973fd0]lfnserial by Jakub Jermar <jakub@…>
Finish implementation of readdir(). Functions from this family are …
18:02 Changeset in mainline [62da45a]lfnserial by Jakub Jermar <jakub@…>
Small fix for VFS_TRUNCATE. Move lookup and registration code to …

2008-01-15:

13:19 Changeset in mainline [4cc2ddd]lfnserial by Martin Decky <martin@…>
amd64: shorten kernel address space by 2 GB to support proper mapping …
09:36 Changeset in mainline [22e8166d]lfnserial by Martin Decky <martin@…>
initial support for dorder device in MSIM
09:35 Changeset in mainline [d85411a]lfnserial by Martin Decky <martin@…>
make msim.conf compatible with MSIM 1.3.x

2008-01-13:

20:35 Changeset in mainline [d0dc74ae]lfnserial by Jakub Jermar <jakub@…>
Add opendir(), rewinddir(), closedir() and some prototypes and stubs. …
13:19 Changeset in mainline [0ee4322]lfnserial by Jakub Jermar <jakub@…>
Add ftruncate() and support for VFS_TRUNCATE to VFS and TMPFS.

2008-01-11:

17:49 Changeset in mainline [4fb6bf36]lfnserial by Martin Decky <martin@…>
move cpuid tests from amd64.c to boot.S

2008-01-09:

19:50 Changeset in mainline [eb27ce5a]lfnserial by Jakub Jermar <jakub@…>
Improve the API for converting (VFS triplets, size) to VFS nodes by …

2008-01-08:

21:58 Changeset in mainline [cad9c72]lfnserial by Jakub Jermar <jakub@…>
Make a distinction between VFS operations that are common to VFS and …
21:01 Changeset in mainline [861e7d1]lfnserial by Jakub Jermar <jakub@…>
Merge all VFS operations into one file.
20:47 Changeset in mainline [67f63c4]lfnserial by Jakub Jermar <jakub@…>
Make uspace rwlock API naming conventions consistent with kernel …
20:38 Changeset in mainline [7fff5eab]lfnserial by Jakub Jermar <jakub@…>
Management of the cached VFS node size.
19:44 Changeset in mainline [752ccee]lfnserial by Jakub Jermar <jakub@…>
Previous commit was toxic. When emulating gaps, zero out the …
19:28 Changeset in mainline [41a0d27]lfnserial by Jakub Jermar <jakub@…>
TMPFS must handle file gaps.
Note: See TracTimeline for information about the timeline view.