|
|
@4333
|
11 years |
Sam Hocevar |
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
|
|
@4317
|
11 years |
Sam Hocevar |
Move some configuration stuff from build-kernel into configure.ac.
|
|
|
@4300
|
11 years |
Sam Hocevar |
Fix the source code to reduce testsuite errors.
|
|
|
@4298
|
11 years |
Pascal Terjan |
* Unbreak make dist (multiboot.S is dead), but many files in kernel/ …
|
|
|
@4219
|
11 years |
Sam Hocevar |
Clean up files generated by build-kernel in make clean.
|
|
|
@4160
|
11 years |
Jean-Yves Lamoureux |
* Fix libcaca.a linkage (was off by one argument), fill memory with …
|
|
|
@4159
|
11 years |
Jean-Yves Lamoureux |
* Added 64bits RDTSC support, as well as CPU frequency guess (more …
|
|
|
@4158
|
11 years |
Jean-Yves Lamoureux |
* Fix indentation and add licensing and copyright headers to kernel
|
|
|
@4157
|
11 years |
Jean-Yves Lamoureux |
* Fill CPU id correctly, you dumb fuck.
|
|
|
@4154
|
11 years |
Jean-Yves Lamoureux |
* Total kernel rewrite
|
|
|
@4148
|
11 years |
Sam Hocevar |
Update my e-mail address everywhere.
|
|
|
@3625
|
12 years |
Sam Hocevar |
Implement memmove() in the kernel.
|
|
|
@3620
|
12 years |
Sam Hocevar |
Add atexit() and EOF to the kernel.
|
|
|
@2821
|
12 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2398
|
13 years |
Sam Hocevar |
* Remove htons() and htonl() from kernel mode: we use our custom …
|
|
|
@2300
|
13 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@2299
|
13 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2144
|
13 years |
Sam Hocevar |
* Disable file operations in kernel mode.
* Implement strchr() in …
|
|
|
@2054
|
13 years |
Sam Hocevar |
* Add Linux 2.6's bootsect.S to fix the sample kernel build.
|
|
|
@1462
|
14 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
14 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1415
|
14 years |
Sam Hocevar |
* Implemented strcmp() and strdup() and added an fflush() stub to the
…
|
|
|
@1065
|
14 years |
Sam Hocevar |
* Added an fprintf stub to the kernel.
|
|
|
@1053
|
14 years |
Sam Hocevar |
* Fixed memcmp() prototype and implementation.
|
|
|
@1052
|
14 years |
Sam Hocevar |
* Added errno support to the kernel.
|
|
|
@1049
|
14 years |
Sam Hocevar |
* A few coding style fixes.
|
|
|
@1048
|
14 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@977
|
15 years |
Sam Hocevar |
* Added -I${top_srcdir} to the compilation flags to fix builds …
|
|
|
@944
|
15 years |
Sam Hocevar |
* Removed a useless cast in the kernel code.
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@769
|
15 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@672
|
15 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@664
|
15 years |
Sam Hocevar |
* Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
|
|
|
@652
|
15 years |
Sam Hocevar |
* Use the asm versions of sin and cos when available.
|
|
|
@617
|
15 years |
Jean-Yves Lamoureux |
* Removed false comment
|
|
|
@608
|
15 years |
Jean-Yves Lamoureux |
* Fixed UPPER() for strcasecmp
|
|
|
@607
|
15 years |
Sam Hocevar |
* Rewrote strncasecmp. Totally untested, of course.
|
|
|
@589
|
15 years |
Jean-Yves Lamoureux |
* wrote strcasecmp for fun
|
|
|
@578
|
15 years |
Sam Hocevar |
* Implemented a few math functions in our kernel: cos(), sin(), sqrt().
|
|
|
@573
|
15 years |
Sam Hocevar |
* Added assembly code for inb() and outb().
* Print a small message …
|
|
|
@570
|
15 years |
Sam Hocevar |
* Added a conditional to only build the kernel if --enable-vga was set.
|
|
|
@568
|
15 years |
Sam Hocevar |
* Added glue code to compile libcaca without a libc and build …
|