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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mouse code
Alex Auvolat
2017-04-24
1
-0
/
+1
*
Use elf symbol table instead of map file for kernel
Alex Auvolat
2016-07-30
3
-2
/
+29
*
Factorize region allocator between kernel and user processes (same code was t...
Alex Auvolat
2015-03-14
1
-20
/
+2
*
Fix blocking channel && channel write on circular-overflow. (see ipc.c)
Alex Auvolat
2015-03-14
1
-1
/
+1
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
1
-0
/
+3
*
Add better stack tracing technology (now uses kernel memory map!)
Alex Auvolat
2015-03-11
2
-2
/
+5
*
Change thread waiting technology. Slower but does not do crappy things like m...
Alex Auvolat
2015-03-11
1
-0
/
+4
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...
Alex Auvolat
2015-03-11
1
-1
/
+1
*
Add pckbd driver.
Alex Auvolat
2015-03-11
1
-0
/
+7
*
Fix process exiting.
Alex Auvolat
2015-03-11
2
-1
/
+2
*
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
3
-6
/
+13
*
Rename & cleanup.
Alex Auvolat
2015-03-10
4
-5
/
+6
*
VESA mode setting ; displays kogata logo!
Alex Auvolat
2015-03-09
2
-4
/
+6
*
Implement V86 monitor and VESA mode detection.
Alex Auvolat
2015-03-09
2
-0
/
+50
*
Remove kernel region pf handlers ; fix forget-to-zero-out bug.
Alex Auvolat
2015-03-09
1
-7
/
+1
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
3
-6
/
+6
*
Nullfs now uses pager.
Alex Auvolat
2015-03-09
3
-4
/
+12
*
Add pager interface ; implement basic functionnality to replace private maps.
Alex Auvolat
2015-03-09
4
-9
/
+90
*
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
2
-1
/
+5
*
Tokens.
Alex Auvolat
2015-03-08
1
-2
/
+7
*
Change prototypes for read, write, readdir, close ; implement blocking IPC.
Alex Auvolat
2015-03-08
2
-5
/
+5
*
Channels.
Alex Auvolat
2015-03-08
1
-0
/
+21
*
Change VFS a bit in preparation for IPC code : ...
Alex Auvolat
2015-03-08
2
-1
/
+10
*
Add PRNG
Alex Auvolat
2015-03-08
1
-0
/
+9
*
Update readme ; change time-related function names.
Alex Auvolat
2015-03-07
1
-2
/
+2
*
Implement some missing syscalls.
Alex Auvolat
2015-03-07
1
-1
/
+2
*
Add previous notice to thread.h
Alex Auvolat
2015-03-04
1
-0
/
+8
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
2
-9
/
+20
*
Implement process termination and cleaning up (not completely though)
Alex Auvolat
2015-03-03
1
-1
/
+2
*
Add prototypes for process management...
Alex Auvolat
2015-03-03
2
-6
/
+30
*
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
*
No lazy allocation of kernel memory. Placeholder for pmem freeing routine.
Alex Auvolat
2015-03-02
3
-2
/
+12
*
Setup critical section management for parts that must not be interrupted.
Alex Auvolat
2015-03-02
2
-10
/
+19
*
IRQ handlers must be written with caution!
Alex Auvolat
2015-02-28
1
-0
/
+10
*
Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls
Alex Auvolat
2015-02-24
1
-1
/
+4
*
Complete ISO9660 impl ; some strange wtf is going on.
Alex Auvolat
2015-02-24
1
-0
/
+19
*
Fix a bug (dispose in pciide should not exist)
Alex Auvolat
2015-02-24
1
-5
/
+5
*
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Alex Auvolat
2015-02-24
1
-2
/
+1
*
More preparation for iso9660
Alex Auvolat
2015-02-24
1
-0
/
+87
*
Make way for ISO 9660 driver.
Alex Auvolat
2015-02-24
1
-0
/
+5
*
Add PCI IDE driver (only PIO mode, no DMA yet.)
Alex Auvolat
2015-02-24
4
-9
/
+155
*
PCI enumeration ; rename dev:/ to io:/
Alex Auvolat
2015-02-24
4
-16
/
+96
*
Change mode of operation for mmap_file (see readme)
Alex Auvolat
2015-02-20
3
-4
/
+32
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
1
-2
/
+1
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
2
-2
/
+18
*
Remove global locking on handles by VFS ; adapt nullfs.
Alex Auvolat
2015-02-19
1
-1
/
+0
[next]