elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking libc/include/unistd.h
CommitAuthorDateMessage
3b75bfb7fa74e527a9fcbab4c25c2e522175b17Greg Haerr2026-01-20[libc] Add chroot, raise, and OWC getsockname, getpeername routines
eb7edc06a383e31e648bd86fb05ed8c2de66726Greg Haerr2024-07-14[watcom] Add setuid, setgid Fix up unistd.h for not yet implemented setpgid, getpgid, getpgrp, getsid
f662cc6a7ba9aa3e5c80385507e86179126e588Greg Haerr2024-07-08[watcom] Fix malloc/realloc/free
1a918f79bb036402d9c1c0482ce950f686447b0Greg Haerr2024-06-18[watcom] Rewrite argv/environ array in large model to far pointers
adc050a91650294fa5e21d47d01931242bf644dGreg Haerr2024-06-03Add C startup routines libc/watcom/syscall/crt0.c
1f4e77cfdfb7090d23bd64686d27e8059fecd99Greg Haerr2024-06-02Cobble together proper char **environ declaration for large/compact model
98feee265f950a9ad02467d4f6e13d53e15400eGreg Haerr2024-06-02[libc] Pass 2: Add system calls to OpenWatcom C library for ELKS
28de22bd139526a6b940744b54abd745dcefb7fGreg Haerr2024-05-30Add exec*.c functions to Watcom compile
b3fbe2d801215a55c561e43024640ae06ffdb52Greg Haerr2024-04-07[libc] Cleanup sleep.c source
efa6f3c14fc4ba52a90ec41e945db7ba209181cGreg Haerr2024-04-07Cleanup
366d581c52698132d4d8bafd7e6b9c67a07ab90Greg Haerr2024-03-25Fix unistd.h
e3b923f17cdfa56ae37349857092c333d721b68Greg Haerr2024-03-25[libc] Clean up C library header files
946ea31a8e3f3246b0ab803853bb33239655f8bChuck Coffing2024-01-11libc exec* take const char
cc180dbde6598742e2b412dc7c43d67a5fe9946Greg Haerr2024-02-06Rewrite features.h, sys/cdefs.h. Remove stdnoreturn.h
f61b3e0fe43ba8684c428f806b8a5b8b1ed1245Chuck Coffing2023-12-08[libc] exit,abort,longjmp are noreturn
a22e7e0a5ff7aea125987b7785b4540fce5ec45Greg Haerr2023-01-18More source file cleanup
00759493838f3d1d3234252519a08318e5ee7f1Gregory Haerr2023-01-17[libc] Cleanup exec* functions (#1520)
f4eb476507989bd83538a0d100ba6b8318eb839Greg Haerr2023-01-17Various small source file cleanups
8a24a0042465a44e881ea70b28e175faa177b00Greg Haerr2023-01-16[libc] Move argc/argv from stack to __argc/__argc for constructors
157215f5a3f6634e54242da6290613f4f4b4d5dGreg Haerr2023-01-01[libc] Cleanup C library header files
a5405873056664f97e60a54cbee66347a802c5aChuck Coffing2022-11-24[libc] Return error from usleep to match POSIX
1ac4772a365f2c707b990d72d562ba7238680bdtkchia2022-11-26[libc] Implem. regparmcall calling convention for execl... funcs.
7a67153527716455530977b70efcf571ad123c3Greg Haerr2022-08-08[tools][debug] Add symbol table to ELKS a.out executable files
b5f2a826b115d08dd8614334ca5786f29121b47Greg Haerr2022-07-27[kernel][libc] cleanup various header files and compiler warnings
6a62fd24a8d08eb55053928f7f249ab85039617Greg Haerr2022-02-15Add alarm syscall, in_connect libc routine, update nslookup and telnet
d68e037d28b1faa6b49482c35d32a6ad363971cGreg Haerr2020-04-28[cmds] Fix stack overflow in sash grep
210b3bfb1c2cb09b14b4a6c72d34efd2368d3caGreg Haerr2020-04-18Various small cleanups, serial irq5 default off
42026129b8946cb3cbf64f7b134672474401ff3Greg Haerr2020-04-15[kernel][cmds] Port 'kilo' color screen editor, fix/enhance ANSI console
bb234fa631b5b99a89b0d4b315c589cf7a28db1Greg Haerr2020-04-13[kernel] Fix buggy fstat system call
92860c4de6fee1d05c039506656a9dd7f49f9b4Greg Haerr2020-03-24[kernel] Cleanup, fix geteuid, getppid, implement getgid, getegid
73c4a0c417fc1b020966c61a8eca39567fdba44Greg Haerr2020-03-23[libc] Libc header file cleanup
55aa712a2d494c132e88632d987222e55ae9aa0Gregory Haerr2020-03-18[cmds] Bug fixes for various commands and cleanup, add 'od' (#473)
cbd560892f408eb6bcb31e02620d69e16f2d1e0Greg Haerr2020-03-15[cmds] Bug fixes for various commands
2e766715196489573778646b1f61fc4e1c85d15Tee-Kiah Chia2020-03-12[libc] use select(...) to implement sleep(.)
eaac57d40a875abbeb41951771afe558290a249Greg Haerr2020-03-10Fix typo
283a22601eb1f3d7e15c391a88ed35967268a69Greg Haerr2020-03-10[minix] Fix Minix umount super block unchecked flag, add new debug mechanism
b7ba9ecea0529ed95b1012998826dcadf6e04d9Jody Bruchon2020-03-04[libc] add prototype for unlink(.) in <unistd.h> (#407)
2b4b855a65a90c1dce7c40c0ba4a352b62ec75ctkchia2020-02-29[libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398)
4ae90e706408ed0517b61e3b1cf5179025192e6Marcin Laszewski2020-02-26[libc] Split exec.c
40252fb6e004f16531d164ea139781f63899c9aMarcin Laszewski2020-02-19[libc] Split string and system modules
cdf2c4e6f12fc0cda76efae7af8d9e355799815Tee-Kiah Chia2020-01-25[libc] stdio: fix: fputs & fread prototypes, & various GCC warnings
24b95432cd012f0bc9da12023464b7bc5696ccaTee-Kiah Chia2019-04-29[libc] read ( ) & write ( ) should return ssize_t, not size_t
563b656804df81f5d684e4289286220e6b9a3ffmfld-fr2018-06-24[libc] Test round 1 with sash
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc