Sam Hocevar
|
9597783308
|
* Bwarf, typo in the no warranty clause.
|
18 anos atrás |
Sam Hocevar
|
33058757da
|
* Add a no warranty clause to the code.
|
18 anos atrás |
Sam Hocevar
|
bc11640fdf
|
* Implemented strcmp() and strdup() and added an fflush() stub to the
kernel code.
|
18 anos atrás |
Sam Hocevar
|
368eaeb708
|
* Added an fprintf stub to the kernel.
|
18 anos atrás |
Sam Hocevar
|
fa2ca5f46e
|
* Fixed memcmp() prototype and implementation.
|
18 anos atrás |
Sam Hocevar
|
9fca19ecc3
|
* Added errno support to the kernel.
|
18 anos atrás |
Sam Hocevar
|
c58db87df1
|
* A few coding style fixes.
|
18 anos atrás |
Jean-Yves Lamoureux
|
1b821e2588
|
* Updated kernel 'driver', still not working, but most of the work is done
|
18 anos atrás |
Sam Hocevar
|
4e55d282d2
|
* Removed a useless cast in the kernel code.
|
18 anos atrás |
Sam Hocevar
|
5cb4d4dedf
|
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
|
18 anos atrás |
Sam Hocevar
|
018fda76e8
|
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
|
18 anos atrás |
Sam Hocevar
|
77f995023d
|
* Slightly changed header comments.
|
18 anos atrás |
Sam Hocevar
|
9b548949f6
|
* Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
|
18 anos atrás |
Sam Hocevar
|
bc3e0f7fe6
|
* Use the asm versions of sin and cos when available.
|
18 anos atrás |
Jean-Yves Lamoureux
|
d056504184
|
* Removed false comment
|
18 anos atrás |
Jean-Yves Lamoureux
|
a963825cdb
|
* Fixed UPPER() for strcasecmp
|
18 anos atrás |
Sam Hocevar
|
37278e2682
|
* Rewrote strncasecmp. Totally untested, of course.
|
18 anos atrás |
Jean-Yves Lamoureux
|
d62b86bbae
|
* wrote strcasecmp for fun
|
18 anos atrás |
Sam Hocevar
|
d73e4337bf
|
* Implemented a few math functions in our kernel: cos(), sin(), sqrt().
|
18 anos atrás |
Sam Hocevar
|
c063b0a54d
|
* Added assembly code for inb() and outb().
* Print a small message at kernel boot time just to check that the kernel
was properly loaded.
|
18 anos atrás |
Sam Hocevar
|
15ac34a918
|
* Added glue code to compile libcaca without a libc and build applications
as multiboot kernels.
|
18 anos atrás |