File history
Tracking elksemu/elks_sys.c
| Commit | Author | Date | Message |
|---|---|---|---|
ea8c8c03ea0da6ce4ba8595b0f5fb0cd03344b2 | floriangit | 2026-02-15 | fix compiler warning |
53df0b5ef16a2a695537dba9513f736bcb979b9 | Greg Haerr | 2026-01-16 | Cleanup fcntl.h |
e806a39eb6a4ce47c1c8403e25e97184779ab74 | Binary Melodies | 2025-02-01 | Enable running in a VM |
1612cf028cb5836bb8f17f08791bb8d0a710bdf | Binary Melodies | 2025-01-31 | Extend file descriptor count to 64 |
e4727b3bb21873e5cd6152eb0119e7f051b25e1 | Binary Melodies | 2025-01-31 | Add system calls for networking support |
b1932b0edab214a826b6d53865bfaaf26a55234 | Binary Melodies | 2025-01-31 | Separate strace_elksemu compilation |
730774a675c5ba99e93efc5c3250e64004e7a62 | Binary Melodies | 2025-01-31 | const cast |
d7c3679018b9aa107005cb3635abe0be7d4d6df | Binary Melodies | 2025-01-31 | Update reboot function signature |
4269ea3870a63c390a9bc0db6eba3c3e02aa80b | Chuck Coffing | 2023-11-19 | [elksemu] Some syscall emulation fixes |
84d3a225dcabb702cba75a42eb0b56a8f6f4103 | Chuck Coffing | 2023-11-19 | Reformat with standard ELKS formatting; no functional changes |
0b1908eacf0fed32cf748641d7454ca7dbfc152 | tkchia | 2023-03-28 | [elksemu] fix: exit syscall left stray child process around |
449c3fe1387c4177ec7a392272573b9fd1be51a | tkchia | 2022-11-26 | [elksemu] Fix emulation of execve syscall |
637d5e11dbd0f5ab73f3d154ce74a0e983e5cea | Chuck Coffing | 2022-11-17 | elksemu: whitespace, spelling |
d2504deb0c8dee40faf59e6bea99b1e4db57249 | tkchia | 2022-08-07 | [elksemu] fix: buffer overflow in ELKS libc's isatty(.) due to Linux `struct termios' being larger than ELKS `struct termios' |
530172eecb73cf8b79bd8a518a83ab1c8ca013d | Greg Haerr | 2022-02-12 | [cmds] Miscellaneous enhancements and cleanups |
5f7b556a0e61b68b7ff4697923a5d7f5007e5bf | Tee-Kiah Chia | 2020-08-23 | [elksemu] handle new medium-model programs, relocations & all |
0c31d68a5c09a23a4847caac8ae5acc6495a68c | tkchia | 2020-05-21 | Some fixes for elksemu for dealing with process ids and signals (#643) |
9885050945930703bc69a078bdbed6f3bc274f6 | georgp24 | 2020-04-26 | Add declaration for reboot() in elksemu |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
d7ca316ee69883fce3fc1b431b70a09a16dcfa1 | Jody Bruchon | 2020-03-09 | elksemu: code style cleanups |
8cbe264820c917d11dc22841f7d88dcf4d3d91d | Jody Bruchon | 2020-03-09 | elksemu: code style cleanups |
e14ac710877d5779e1fa7d12b18deb5c6fe1c0f | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `elksemu/` |
202f8557c61b6fcf59acd903b5277c0e9b8c68b | Jody Bruchon | 2020-03-04 | [elksemu] `stat' now gives 32-bit inode nos., per new kernel ABI (#403) |
ad3153a721c61d5a346ff24bba145013dbad2cc | Tee-Kiah Chia | 2020-02-15 | [elksemu] Remove support for "combined I/D" (tiny model) a.out's |
1e13f4c377ac0e6686a57fa031333498e0bb50a | Tee-Kiah Chia | 2019-12-14 | [elksemu] Now uses modify_ldt( ) --- works on x86-32 _&_ x86-64 |
22fb314f38d95ed7d92df37911dc1c86bb2a624 | Tee-Kiah Chia | 2019-12-14 | [elksemu] add from dev86 repository |