index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
fs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Shell begins to be usefull.
Alex Auvolat
2015-03-13
1
-1
/
+1
|
*
Things are happenning ; lots of bugs.
Alex Auvolat
2015-03-10
1
-7
/
+9
|
*
Pass more information to FS driver on some ops (TODO bugcheck).
Alex Auvolat
2015-03-10
1
-7
/
+7
|
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
1
-64
/
+88
|
|
|
|
Also add some debugging facilities (especially stack trace).
*
Require all fs_handle_t objects to point to a node.
Alex Auvolat
2015-03-09
1
-2
/
+2
|
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
1
-0
/
+2
|
*
Change prototypes for read, write, readdir, close ; implement blocking IPC.
Alex Auvolat
2015-03-08
1
-9
/
+9
|
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
1
-63
/
+50
|
*
Fix calculations in iso9660_fh_read
Alex Auvolat
2015-02-24
1
-4
/
+16
|
*
Another important lesson.
Alex Auvolat
2015-02-24
1
-1
/
+1
|
*
Complete ISO9660 impl ; some strange wtf is going on.
Alex Auvolat
2015-02-24
1
-2
/
+265
|
*
Fix a bug (dispose in pciide should not exist)
Alex Auvolat
2015-02-24
1
-4
/
+15
|
*
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Alex Auvolat
2015-02-24
1
-9
/
+3
|
*
More preparation for iso9660
Alex Auvolat
2015-02-24
1
-2
/
+31
|
*
Make way for ISO 9660 driver.
Alex Auvolat
2015-02-24
1
-0
/
+10