File history
Tracking elks/include/linuxmt/string.h
| Commit | Author | Date | Message |
|---|---|---|---|
68011a8917b6319969e863066898910cfe00c21 | Greg Haerr | 2026-01-11 | Remove hexdump.c copy from ktcp |
f5bb4b7ab1d64cb26d2c0faf0847e526d288683 | Greg Haerr | 2025-12-15 | Add hexdump() library routine for displaying memory from kernel |
d6da06806da9e5458ed8560dcfcde5729307d04 | Greg Haerr | 2025-12-14 | Allocate idle_task dynamically |
98feee265f950a9ad02467d4f6e13d53e15400e | Greg Haerr | 2024-06-02 | [libc] Pass 2: Add system calls to OpenWatcom C library for ELKS |
51fb4b4cc0103502c2bf7992872aa5dea2c6371 | Greg Haerr | 2024-02-06 | Minor cleanups to header files |
b5f2a826b115d08dd8614334ca5786f29121b47 | Greg Haerr | 2022-07-27 | [kernel][libc] cleanup various header files and compiler warnings |
dc607b65a099746c2eb1f0e1ef019868c5afd36 | Greg Haerr | 2022-07-07 | [kernel] Cleanup C code using enhanced gcc warnings |
e452e9a2323b488c2ae1558f4d17aba226286d2 | Greg Haerr | 2022-06-22 | [kernell][libc] Add memcmp and strchr to kernel lib, optimize in libc |
0c3653f179628ba93fe1fd521f03b481980fd25 | Gregory Haerr | 2021-10-14 | [kernel] Add simple_strtol, replaces atoi, atol, hex2i (#975) |
36e98a69d13e8ac5854a1597f39131f5fd79a95 | Tee-Kiah Chia | 2020-03-14 | [kernel] [boot] further tidy up header files (rebased on top of https://github.com/jbruchon/elks/pull/467) |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |
31d3afeb7058aa40bff09a3823d4b78e7de91ee | Jody Bruchon | 2012-08-11 | This patch makes another round of fixes to improve ansi-C compatibility, this time using the open-watcom compiler. An effort was done to make the right changes to code, not just wipe out the errors or warnings. For example, if prototypes, definition and u |
a8acd4426f32030349980fc20369ebd9b8618c5 | Riley H. Williams | 2002-05-03 | Reverted accidental commits...sorry. |
fd9a99d93ff551b6e7ed44bdabdc1b8013e64db | Riley H. Williams | 2002-04-27 | Tweaked include/linuxmt/string.h to match the definitions on the GNU manpages, then ensured the kernel both compiles and runs with all changes to date. |
446b0920a944a6cee22feaa63869d0f0ce46c27 | Riley H. Williams | 2002-04-26 | Applied `make lint` ro include/arch and include/linuxmt directories, and resolved almost all of the "bugs" reported in the files in those directories. Exceptions are include/arch/system.h - include/linuxmt/mm.h - include/linuxmt/tqueue.h which all need fu |
554f465a357c3fdf114da91ae82b6ec8a602ec6 | Riley H. Williams | 2002-04-26 | Next stage of `make lint` verification of the ELKS source code. |
15072207fd20f19a99c56076320ae02080a0aa1 | Riley H. Williams | 2001-09-08 | Simplified Makefile rules. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |