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
/
include
/
vfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
1
-0
/
+3
*
Add mk_shm syscall ; replace get_mode by fctl.
Alex Auvolat
2015-03-10
1
-1
/
+0
*
Pass more information to FS driver on some ops (TODO bugcheck).
Alex Auvolat
2015-03-10
1
-6
/
+6
*
Add simple shared memory facility to IPC (no syscall yet)
Alex Auvolat
2015-03-10
1
-5
/
+5
*
Rename & cleanup.
Alex Auvolat
2015-03-10
1
-1
/
+1
*
VESA mode setting ; displays kogata logo!
Alex Auvolat
2015-03-09
1
-2
/
+2
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
1
-2
/
+2
*
Add pager interface ; implement basic functionnality to replace private maps.
Alex Auvolat
2015-03-09
1
-0
/
+4
*
Require all fs_handle_t objects to point to a node.
Alex Auvolat
2015-03-09
1
-6
/
+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
-4
/
+4
*
Change VFS a bit in preparation for IPC code : ...
Alex Auvolat
2015-03-08
1
-1
/
+8
*
Add comment about vfs_handle_t
Alex Auvolat
2015-03-02
1
-0
/
+3
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
1
-23
/
+10
*
Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls
Alex Auvolat
2015-02-24
1
-1
/
+4
*
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Alex Auvolat
2015-02-24
1
-2
/
+1
*
Change mode of operation for mmap_file (see readme)
Alex Auvolat
2015-02-20
1
-1
/
+12
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
1
-2
/
+1
*
Remove global locking on handles by VFS ; adapt nullfs.
Alex Auvolat
2015-02-19
1
-1
/
+0
*
Add syscall for ioctl on open handle
Alex Auvolat
2015-02-19
1
-3
/
+9
*
Make VFS thread-safe, probably.
Alex Auvolat
2015-02-19
1
-8
/
+23
*
Complete nullfs : create, delete, trunc, read, write
Alex Auvolat
2015-02-13
1
-0
/
+1
*
Unlink function now called delete() (becaue that's what it does)
Alex Auvolat
2015-02-13
1
-4
/
+4
*
Change semantics of VFS :
Alex Auvolat
2015-02-13
1
-3
/
+11
*
Begin implementation of nullfs.
Alex Auvolat
2015-02-12
1
-6
/
+5
*
Adjust nullfs header
Alex Auvolat
2015-02-12
1
-1
/
+4
*
Begin ajusting vfs.c
Alex Auvolat
2015-02-12
1
-3
/
+27
*
kmain.c is kind of an example of how the VFS should be used from the outside...
Alex Auvolat
2015-02-12
1
-7
/
+18
*
DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)
Alex Auvolat
2015-02-12
1
-13
/
+45
*
Add stating on open files
Alex Auvolat
2015-02-09
1
-11
/
+2
*
Nullfs in good shape : can read a ram file.
Alex Auvolat
2015-02-09
1
-0
/
+1
*
Start work on filesystems.
Alex Auvolat
2015-02-09
1
-0
/
+86