|
|
@2821
|
14 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2398
|
15 years |
Sam Hocevar |
* Remove htons() and htonl() from kernel mode: we use our custom …
|
|
|
@2300
|
15 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@2299
|
15 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2144
|
15 years |
Sam Hocevar |
* Disable file operations in kernel mode.
* Implement strchr() in …
|
|
|
@2054
|
15 years |
Sam Hocevar |
* Add Linux 2.6's bootsect.S to fix the sample kernel build.
|
|
|
@1462
|
16 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
16 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1415
|
16 years |
Sam Hocevar |
* Implemented strcmp() and strdup() and added an fflush() stub to the
…
|
|
|
@1065
|
16 years |
Sam Hocevar |
* Added an fprintf stub to the kernel.
|
|
|
@1053
|
16 years |
Sam Hocevar |
* Fixed memcmp() prototype and implementation.
|
|
|
@1052
|
16 years |
Sam Hocevar |
* Added errno support to the kernel.
|
|
|
@1049
|
16 years |
Sam Hocevar |
* A few coding style fixes.
|
|
|
@1048
|
16 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@977
|
17 years |
Sam Hocevar |
* Added -I${top_srcdir} to the compilation flags to fix builds …
|
|
|
@944
|
17 years |
Sam Hocevar |
* Removed a useless cast in the kernel code.
|
|
|
@859
|
17 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@769
|
17 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@672
|
17 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@664
|
17 years |
Sam Hocevar |
* Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
|
|
|
@652
|
17 years |
Sam Hocevar |
* Use the asm versions of sin and cos when available.
|
|
|
@617
|
17 years |
Jean-Yves Lamoureux |
* Removed false comment
|
|
|
@608
|
17 years |
Jean-Yves Lamoureux |
* Fixed UPPER() for strcasecmp
|
|
|
@607
|
17 years |
Sam Hocevar |
* Rewrote strncasecmp. Totally untested, of course.
|
|
|
@589
|
17 years |
Jean-Yves Lamoureux |
* wrote strcasecmp for fun
|
|
|
@578
|
17 years |
Sam Hocevar |
* Implemented a few math functions in our kernel: cos(), sin(), sqrt().
|
|
|
@573
|
17 years |
Sam Hocevar |
* Added assembly code for inb() and outb().
* Print a small message …
|
|
|
@570
|
17 years |
Sam Hocevar |
* Added a conditional to only build the kernel if --enable-vga was set.
|
|
|
@568
|
17 years |
Sam Hocevar |
* Added glue code to compile libcaca without a libc and build …
|