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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mouse code
Alex Auvolat
2017-04-24
1
-1
/
+2
*
Fix stuff
Alex Auvolat
2016-07-30
1
-0
/
+2
*
Release mode (enables some optimizations) ; fix tests.
Alex Auvolat
2016-07-30
1
-2
/
+6
*
Use elf symbol table instead of map file for kernel
Alex Auvolat
2016-07-30
2
-32
/
+31
*
Add Lua source, not compiled yet as libc/libm functions remain unimplemented
Alex Auvolat
2016-07-15
1
-2
/
+2
*
Fix nasty task switching bu
Alex Auvolat
2016-07-15
5
-14
/
+21
*
Fix sme warnings...
Alex Auvolat
2016-07-14
3
-8
/
+17
*
Integration of scan-build and splint
Alex Auvolat
2016-07-14
1
-0
/
+2
*
Add delta wrt. function in stack dump
Alex Auvolat
2016-07-13
4
-9
/
+21
*
Fix tests
Alex Auvolat
2016-07-13
1
-1
/
+1
*
Factorize region allocator between kernel and user processes (same code was t...
Alex Auvolat
2015-03-14
2
-372
/
+10
*
Begin implement escape sequence handling in terminal.
Alex Auvolat
2015-03-14
3
-2
/
+12
*
Fix blocking channel && channel write on circular-overflow. (see ipc.c)
Alex Auvolat
2015-03-14
1
-1
/
+1
*
Fix region allocator (see changes in region.c!) ; debug spam control.
Alex Auvolat
2015-03-14
3
-14
/
+28
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
3
-16
/
+18
*
Add missing mutex-locking in procesc.c ; discovered design fault somewhere.
Alex Auvolat
2015-03-13
5
-16
/
+31
*
Include kernel.map in tests.
Alex Auvolat
2015-03-11
1
-0
/
+3
*
Add keyboard handling code. New font thanks to Muazzam from OSDev!
Alex Auvolat
2015-03-11
1
-1
/
+1
*
Add better stack tracing technology (now uses kernel memory map!)
Alex Auvolat
2015-03-11
7
-35
/
+100
*
Change thread waiting technology. Slower but does not do crappy things like m...
Alex Auvolat
2015-03-11
4
-47
/
+37
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...
Alex Auvolat
2015-03-11
3
-36
/
+49
*
Add pckbd driver.
Alex Auvolat
2015-03-11
1
-1
/
+3
*
Begin work on GIP (Graphics Initiation Protocol)
Alex Auvolat
2015-03-11
1
-1
/
+1
*
Fix process exiting.
Alex Auvolat
2015-03-11
1
-8
/
+15
*
Add mutex to pciide driver (fixes some stuff)
Alex Auvolat
2015-03-10
1
-0
/
+2
*
Things are happenning ; lots of bugs.
Alex Auvolat
2015-03-10
1
-1
/
+1
*
Pass more information to FS driver on some ops (TODO bugcheck).
Alex Auvolat
2015-03-10
1
-0
/
+1
*
VESA mode setting ; displays kogata logo!
Alex Auvolat
2015-03-09
1
-1
/
+4
*
Implement V86 monitor and VESA mode detection.
Alex Auvolat
2015-03-09
3
-2
/
+4
*
Remove kernel region pf handlers ; fix forget-to-zero-out bug.
Alex Auvolat
2015-03-09
4
-25
/
+22
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
4
-4
/
+17
*
Nullfs now uses pager.
Alex Auvolat
2015-03-09
1
-3
/
+6
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
2
-33
/
+68
*
Add two entropy sources. Warning: prng is not secure in any way, I have no kn...
Alex Auvolat
2015-03-08
3
-3
/
+14
*
Add PRNG
Alex Auvolat
2015-03-08
2
-0
/
+48
*
Implement wait and exec.
Alex Auvolat
2015-03-07
1
-1
/
+1
*
Update readme ; change time-related function names.
Alex Auvolat
2015-03-07
2
-4
/
+4
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
3
-23
/
+111
*
Implement process termination and cleaning up (not completely though)
Alex Auvolat
2015-03-03
2
-2
/
+54
*
More uses of free_some_memory()
Alex Auvolat
2015-03-02
2
-3
/
+17
*
No lazy allocation of kernel memory. Placeholder for pmem freeing routine.
Alex Auvolat
2015-03-02
4
-12
/
+56
*
Setup critical section management for parts that must not be interrupted.
Alex Auvolat
2015-03-02
3
-29
/
+38
*
Fix calculations in iso9660_fh_read
Alex Auvolat
2015-02-24
1
-16
/
+0
*
Complete ISO9660 impl ; some strange wtf is going on.
Alex Auvolat
2015-02-24
1
-0
/
+16
*
Fix a bug (dispose in pciide should not exist)
Alex Auvolat
2015-02-24
1
-1
/
+1
*
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Alex Auvolat
2015-02-24
1
-4
/
+4
*
Make way for ISO 9660 driver.
Alex Auvolat
2015-02-24
1
-9
/
+118
*
Add PCI IDE driver (only PIO mode, no DMA yet.)
Alex Auvolat
2015-02-24
2
-0
/
+3
*
PCI enumeration ; rename dev:/ to io:/
Alex Auvolat
2015-02-24
1
-11
/
+16
*
Change mode of operation for mmap_file (see readme)
Alex Auvolat
2015-02-20
2
-10
/
+6
[next]