File history
Tracking elks/arch/i86/lib/string.S
| Commit | Author | Date | Message |
|---|---|---|---|
a775ce12200671e45e3b0285a580f3ec9fb7308 | Greg Haerr | 2023-07-31 | [kernel] Fix kernel memset for nonzero fill |
ebe766af7073a33818bed31ac39c7529a9dff46 | Greg Haerr | 2023-03-05 | Cleanup |
1d4cf48d446e1b7f7dcd4b1e4bbcc536acd73b9 | Greg Haerr | 2023-03-05 | Increase memset speed by moving words if possible |
f5b243ef5f2d90f657d5b1592624a2ad4d7e3c9 | Greg Haerr | 2023-03-05 | [kernel] Rewrite memcpy in ASM for speed |
6b51c9b122221ebffa92c28037d95b2a25ee256 | Greg Haerr | 2020-10-10 | [kernel] Cleanup kernel assembly library routines |
ae79e35ad7791eef8a3d5914e649fe2a9895f0f | mfld-fr | 2018-06-11 | [kernel] First draft of full GNU toolchain |
6a87570c16dae36646ead8461d69d173adad0e0 | mfld-fr | 2017-11-04 | Little touch on memory functions |
00ddc37345d951ab48d35e6625dc7a556303595 | mfld-fr | 2017-11-03 | Revert prologues & epilogues in memory functions |
de94d2f2933940abe0f390f863df2ea2468a427 | mfld-fr | 2017-11-02 | Move memory function back to /lib |
355dc7c13e370f36e1ebcc91f81860e50d8cf41 | lithoxs | 2017-06-08 | Fix warnings using IA16-GCC. Make buffer.c and inode.c more alike. Reductions in code size. Tested with Qemu and PCE kernels compiled with BCC and IA16-GCC. Code size reduced by 96 bytes. |
d992b9487085cbdcb8a1796022269c20e2e95e7 | lithoxs | 2017-06-07 | working kernel compiled with IA16-GCC compiler. Kernel tested with Qemu using BCC and IA16-GCC. Code size under BCC not changed. Under IA16-GCC there is a reduction of 1264 bytes. |
9d443de194f065e8f019f424b3cbadc2d65dbd5 | lithoxs | 2017-03-31 | Simplifications to reduce code size. Code size reduced by 48 bytes. |
2e1b7a4be6ef1cacae0caa1602957ac5c9e1486 | Jody Bruchon | 2016-08-18 | Change style of if/while/for to include space after keyword |
ea71dbdc894ba1ae03a44fde89412cdc18761d6 | Jody Bruchon | 2013-03-18 | Speed patch by Juan Perez-Sanchez: |
d50ab0eda06cae754e5b09187ec109540d414f0 | Riley H. Williams | 2001-11-13 | Corrected faulty ASM comment markers, and renamed certain config variables. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |