20 Commits (67ff5d5b1d89a25c32b33009973896e8847e4450)

Autor SHA1 Nachricht Datum
  Sam Hocevar 368eaeb708 * Added an fprintf stub to the kernel. vor 18 Jahren
  Sam Hocevar fa2ca5f46e * Fixed memcmp() prototype and implementation. vor 18 Jahren
  Sam Hocevar 9fca19ecc3 * Added errno support to the kernel. vor 18 Jahren
  Sam Hocevar c58db87df1 * A few coding style fixes. vor 18 Jahren
  Jean-Yves Lamoureux 1b821e2588 * Updated kernel 'driver', still not working, but most of the work is done vor 18 Jahren
  Sam Hocevar aca46d3f39 * Added -I${top_srcdir} to the compilation flags to fix builds configured vor 18 Jahren
  Sam Hocevar 4e55d282d2 * Removed a useless cast in the kernel code. vor 18 Jahren
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h vor 18 Jahren
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to vor 18 Jahren
  Sam Hocevar 77f995023d * Slightly changed header comments. vor 18 Jahren
  Sam Hocevar 9b548949f6 * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode. vor 18 Jahren
  Sam Hocevar bc3e0f7fe6 * Use the asm versions of sin and cos when available. vor 18 Jahren
  Jean-Yves Lamoureux d056504184 * Removed false comment vor 18 Jahren
  Jean-Yves Lamoureux a963825cdb * Fixed UPPER() for strcasecmp vor 18 Jahren
  Sam Hocevar 37278e2682 * Rewrote strncasecmp. Totally untested, of course. vor 18 Jahren
  Jean-Yves Lamoureux d62b86bbae * wrote strcasecmp for fun vor 18 Jahren
  Sam Hocevar d73e4337bf * Implemented a few math functions in our kernel: cos(), sin(), sqrt(). vor 18 Jahren
  Sam Hocevar c063b0a54d * Added assembly code for inb() and outb(). vor 18 Jahren
  Sam Hocevar 246c3beff3 * Added a conditional to only build the kernel if --enable-vga was set. vor 18 Jahren
  Sam Hocevar 15ac34a918 * Added glue code to compile libcaca without a libc and build applications vor 18 Jahren