Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make memory allocator a bit faster ? | Alex Auvolat | 2017-05-31 | 1 | -3/+17 |
| | |||||
* | Fix region_alloc.c | Alex Auvolat | 2017-05-04 | 1 | -105/+99 |
| | |||||
* | Truetype fonts | Alex Auvolat | 2017-05-03 | 2 | -2/+8 |
| | |||||
* | Mouse cursor! | Alex Auvolat | 2017-05-03 | 1 | -6/+9 |
| | |||||
* | Mouse code | Alex Auvolat | 2017-04-24 | 1 | -0/+12 |
| | |||||
* | include lua_cmsgpack and implement select binding | Alex Auvolat | 2017-04-21 | 2 | -1/+22 |
| | |||||
* | Mini reorganization | Alex Auvolat | 2017-04-19 | 1 | -0/+5 |
| | |||||
* | Release mode (enables some optimizations) ; fix tests. | Alex Auvolat | 2016-07-30 | 2 | -9/+13 |
| | |||||
* | Progress on stdio impementation | Alex Auvolat | 2016-07-16 | 3 | -98/+117 |
| | |||||
* | Got Lua running \o/ | Alex Auvolat | 2016-07-16 | 1 | -15/+41 |
| | |||||
* | Make way for libc implementation | Alex Auvolat | 2016-07-16 | 1 | -0/+26 |
| | |||||
* | Add stubs for many libc functions, and a few implemenations too | Alex Auvolat | 2016-07-16 | 5 | -5/+158 |
| | |||||
* | Move stuff around, again | Alex Auvolat | 2016-07-15 | 18 | -19/+19 |
| | |||||
* | Add Lua source, not compiled yet as libc/libm functions remain unimplemented | Alex Auvolat | 2016-07-15 | 10 | -13/+48 |
| | |||||
* | Fix sme warnings... | Alex Auvolat | 2016-07-14 | 5 | -196/+194 |
| | |||||
* | Integration of scan-build and splint | Alex Auvolat | 2016-07-14 | 2 | -3/+7 |
| | |||||
* | Add delta wrt. function in stack dump | Alex Auvolat | 2016-07-13 | 2 | -4/+6 |
| | |||||
* | Migrate to BAM build tool | Alex Auvolat | 2016-07-13 | 6 | -33/+9 |
| | |||||
* | Adjustments in region allocation code (fix first_bigger ??) | Alex Auvolat | 2015-03-14 | 1 | -20/+53 |
| | |||||
* | Factorize region allocator between kernel and user processes (same code was ↵ | Alex Auvolat | 2015-03-14 | 3 | -1/+422 |
| | | | | there twice) | ||||
* | Fix region allocator (see changes in region.c!) ; debug spam control. | Alex Auvolat | 2015-03-14 | 1 | -4/+1 |
| | |||||
* | Fix a bug: malloc() with wrong size | Alex Auvolat | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | Add mutexes everywhere ; spam debug log (sorry) | Alex Auvolat | 2015-03-14 | 2 | -1/+14 |
| | |||||
* | Add missing mutex-locking in procesc.c ; discovered design fault somewhere. | Alex Auvolat | 2015-03-13 | 3 | -30/+31 |
| | |||||
* | Add keyboard handling code. New font thanks to Muazzam from OSDev! | Alex Auvolat | 2015-03-11 | 1 | -1/+19 |
| | |||||
* | Add better stack tracing technology (now uses kernel memory map!) | Alex Auvolat | 2015-03-11 | 1 | -44/+48 |
| | |||||
* | Change thread waiting technology. Slower but does not do crappy things like ↵ | Alex Auvolat | 2015-03-11 | 1 | -2/+2 |
| | | | | malloc at impractical places. | ||||
* | Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ↵ | Alex Auvolat | 2015-03-11 | 2 | -3/+41 |
| | | | | waiters. | ||||
* | Add pckbd driver. | Alex Auvolat | 2015-03-11 | 1 | -0/+20 |
| | |||||
* | Add simple drawing code & font loading. | Alex Auvolat | 2015-03-11 | 1 | -6/+8 |
| | |||||
* | Refactor ; add default font (8x16 standard VGA font). | Alex Auvolat | 2015-03-11 | 1 | -2/+8 |
| | |||||
* | Fix process exiting. | Alex Auvolat | 2015-03-11 | 1 | -4/+3 |
| | |||||
* | Things are happenning ; lots of bugs. | Alex Auvolat | 2015-03-10 | 1 | -3/+4 |
| | |||||
* | Implement VESA ioctl (not tested). | Alex Auvolat | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | Add mk_shm syscall ; replace get_mode by fctl. | Alex Auvolat | 2015-03-10 | 1 | -3/+9 |
| | |||||
* | Rename & cleanup. | Alex Auvolat | 2015-03-10 | 7 | -21/+35 |
| | |||||
* | VESA mode setting ; displays kogata logo! | Alex Auvolat | 2015-03-09 | 2 | -1/+20 |
| | |||||
* | Implement select ; add two tests for channels. | Alex Auvolat | 2015-03-08 | 3 | -2/+17 |
| | |||||
* | Implement missing syscalls. | Alex Auvolat | 2015-03-08 | 1 | -3/+9 |
| | |||||
* | Tokens. | Alex Auvolat | 2015-03-08 | 1 | -13/+17 |
| | |||||
* | Channels. | Alex Auvolat | 2015-03-08 | 2 | -1/+12 |
| | |||||
* | Implement wait and exec. | Alex Auvolat | 2015-03-07 | 1 | -2/+2 |
| | |||||
* | Implement some missing syscalls. | Alex Auvolat | 2015-03-07 | 1 | -2/+5 |
| | |||||
* | Process exiting & thread termination. IMPORTANT NOTE FOLLOWS. | Alex Auvolat | 2015-03-04 | 2 | -0/+18 |
| | | | | | | | | Threads may now communicate via wait_on(void* ressource) and resume_on (void* ressource). Previous pause() is replaced by wait_on(current_thread) and resume(thread) by resume_on(thread). wait_on(x) may return false, indicating that the reason for returning is NOT that resume_on(x) was called but something else happenned. Typically false indicates that the curent thread is being killed and must terminate its kernel-land processing as soon as possible. | ||||
* | Implement process termination and cleaning up (not completely though) | Alex Auvolat | 2015-03-03 | 1 | -1/+6 |
| | |||||
* | Add prototypes for process management... | Alex Auvolat | 2015-03-03 | 2 | -14/+22 |
| | |||||
* | Change VFS interface : handles no longer visible to underlying FS. | Alex Auvolat | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls | Alex Auvolat | 2015-02-24 | 2 | -9/+55 |
| | |||||
* | Change VFS a bit : the root directory of a fs is now a pointer. Fix tests. | Alex Auvolat | 2015-02-24 | 1 | -0/+1 |
| | |||||
* | More preparation for iso9660 | Alex Auvolat | 2015-02-24 | 1 | -0/+3 |
| |