File history
Tracking elks/lib/string.c
| Commit | Author | Date | Message |
|---|---|---|---|
c1cf3d5506fcbf3e504c5437637574455bf581f | Greg Haerr | 2024-09-15 | [kernel] Replace atoi in ANSI console with very fast version |
c1a5b383de24221e0d2fe7d3d2cbc717a6cad9c | Greg Haerr | 2023-08-07 | [kernel] Cleanup various kernel sources |
e82dacc4ff1ec585276c5a47e396510d3a70d8a | Greg Haerr | 2023-08-01 | Buffer and block I/O cleanup Add CONFIG_ASYNCIO (not set) for speed doing synchronous I/O Reduce request queue to 2 for synchronous I/O Add CHECK_BLOCKIO for buffer and block I/O constistency checking Cleanup major.h device list |
b5f2a826b115d08dd8614334ca5786f29121b47 | Greg Haerr | 2022-07-27 | [kernel][libc] cleanup various header files and compiler warnings |
0feb21443ed967e14fb2a1344b3c5e02417e753 | Helge Skrivervik | 2022-07-14 | [misc] Miscellanous fixes |
dc607b65a099746c2eb1f0e1ef019868c5afd36 | Greg Haerr | 2022-07-07 | [kernel] Cleanup C code using enhanced gcc warnings |
2d68767f438b176e687b88c3249cbfedf8df3ee | Greg Haerr | 2022-06-23 | [net] Add net_flags as fourth optional parm to ne2k=/wd=/3c509= NIC opts |
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) |
c66878f079fa0ae6fd255eb5597ce2fb116c5cf | Greg Haerr | 2020-08-10 | [kernel] Implement boot option parsing in /bootopts |
d0848f335d3b33c3336b82a6c83876279de44f0 | lithoxs | 2015-10-27 | More optimizations in upper level directories |
7db3b4848aab80b1338cc0c0233720c4ff88d4a | Riley H. Williams | 2002-07-16 | Assorted bugfixes (see CHANGELOG entry dated "Tue Jul 16 12:00:00 BST 200" for details. |
2ee105fc93056d6d3752cd3c3e2fe5236593b4c | Riley H. Williams | 2002-06-22 | Applied Manuel's second patchset, tweaked kernel boot message to tell the truth, and verified that the result all works. |
49c50408949d05dc8f545b7dce4d80483cca0c0 | Riley H. Williams | 2002-06-03 | Completed ANSI'fication of many more source files, and verified that current codebase both compiles and boots on my 286 based laptop. THIS BREAKS THE KTCP COMMAND AS A RESULT OF FIXING A KERNEL BUG. |
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. |
a06b4c12271b951c48cf6cd1d44fe368b249e8c | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in lib subtree. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |