45 Revīzijas (5f0ec215f8c9915ed028324a8ecac8212f68e18d)

Autors SHA1 Ziņojums Datums
  Sam Hocevar 2f1ca4a550 Refactor a few things in the makefiles. pirms 8 gadiem
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. pirms 12 gadiem
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. pirms 14 gadiem
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. pirms 15 gadiem
  Sam Hocevar 561a13ee5e Move some configuration stuff from build-kernel into configure.ac. pirms 15 gadiem
  Sam Hocevar 3584efdf4b Fix the source code to reduce testsuite errors. pirms 15 gadiem
  Pascal Terjan b897d28979 * Unbreak make dist (multiboot.S is dead), but many files in kernel/ are missing there pirms 15 gadiem
  Sam Hocevar f5ba6b4a04 Clean up files generated by build-kernel in make clean. pirms 15 gadiem
  Jean-Yves Lamoureux 7c311ae374 * Fix libcaca.a linkage (was off by one argument), fill memory with 0xCACA, because caca is so delicious. pirms 15 gadiem
  Jean-Yves Lamoureux 2112ef360a * Added 64bits RDTSC support, as well as CPU frequency guess (more like a 8254a test, actually) pirms 15 gadiem
  Jean-Yves Lamoureux b814e2fcaf * Fix indentation and add licensing and copyright headers to kernel pirms 15 gadiem
  Jean-Yves Lamoureux 53e27633b9 * Fill CPU id correctly, you dumb fuck. pirms 15 gadiem
  Jean-Yves Lamoureux 5a9b7d78ee * Total kernel rewrite pirms 15 gadiem
  Sam Hocevar 1362d8e24f Update my e-mail address everywhere. pirms 15 gadiem
  Sam Hocevar 064ef8e801 Implement memmove() in the kernel. pirms 15 gadiem
  Sam Hocevar d33ee5fc5b Add atexit() and EOF to the kernel. pirms 15 gadiem
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the pirms 16 gadiem
  Sam Hocevar 99d7e53aee * Remove htons() and htonl() from kernel mode: we use our custom hton16() pirms 16 gadiem
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in pirms 16 gadiem
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that pirms 16 gadiem
  Sam Hocevar e895e01ee6 * Disable file operations in kernel mode. pirms 17 gadiem
  Sam Hocevar f0290052fd * Add Linux 2.6's bootsect.S to fix the sample kernel build. pirms 17 gadiem
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. pirms 18 gadiem
  Sam Hocevar 33058757da * Add a no warranty clause to the code. pirms 18 gadiem
  Sam Hocevar bc11640fdf * Implemented strcmp() and strdup() and added an fflush() stub to the pirms 18 gadiem
  Sam Hocevar 368eaeb708 * Added an fprintf stub to the kernel. pirms 18 gadiem
  Sam Hocevar fa2ca5f46e * Fixed memcmp() prototype and implementation. pirms 18 gadiem
  Sam Hocevar 9fca19ecc3 * Added errno support to the kernel. pirms 18 gadiem
  Sam Hocevar c58db87df1 * A few coding style fixes. pirms 18 gadiem
  Jean-Yves Lamoureux 1b821e2588 * Updated kernel 'driver', still not working, but most of the work is done pirms 18 gadiem
  Sam Hocevar aca46d3f39 * Added -I${top_srcdir} to the compilation flags to fix builds configured pirms 18 gadiem
  Sam Hocevar 4e55d282d2 * Removed a useless cast in the kernel code. pirms 18 gadiem
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h pirms 18 gadiem
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to pirms 18 gadiem
  Sam Hocevar 77f995023d * Slightly changed header comments. pirms 18 gadiem
  Sam Hocevar 9b548949f6 * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode. pirms 18 gadiem
  Sam Hocevar bc3e0f7fe6 * Use the asm versions of sin and cos when available. pirms 18 gadiem
  Jean-Yves Lamoureux d056504184 * Removed false comment pirms 18 gadiem
  Jean-Yves Lamoureux a963825cdb * Fixed UPPER() for strcasecmp pirms 18 gadiem
  Sam Hocevar 37278e2682 * Rewrote strncasecmp. Totally untested, of course. pirms 18 gadiem
  Jean-Yves Lamoureux d62b86bbae * wrote strcasecmp for fun pirms 18 gadiem
  Sam Hocevar d73e4337bf * Implemented a few math functions in our kernel: cos(), sin(), sqrt(). pirms 18 gadiem
  Sam Hocevar c063b0a54d * Added assembly code for inb() and outb(). pirms 18 gadiem
  Sam Hocevar 246c3beff3 * Added a conditional to only build the kernel if --enable-vga was set. pirms 18 gadiem
  Sam Hocevar 15ac34a918 * Added glue code to compile libcaca without a libc and build applications pirms 18 gadiem