File history
Tracking libc/system/execvpe.c
| Commit | Author | Date | Message |
|---|---|---|---|
ff138d6a6d314055d0843c5808932d7db274d8c | Greg Haerr | 2025-01-03 | [libc] Fix PATH bug in execvpe, update ewcc includes, speed up amalloc |
1a918f79bb036402d9c1c0482ce950f686447b0 | Greg Haerr | 2024-06-18 | [watcom] Rewrite argv/environ array in large model to far pointers |
1f4e77cfdfb7090d23bd64686d27e8059fecd99 | Greg Haerr | 2024-06-02 | Cobble together proper char **environ declaration for large/compact model |
b96d52edefb321f8952261bfaee0d28f93cad6c | Greg Haerr | 2024-04-17 | Fix execvpe compilation warnings |
946ea31a8e3f3246b0ab803853bb33239655f8b | Chuck Coffing | 2024-01-11 | libc exec* take const char |
00759493838f3d1d3234252519a08318e5ee7f1 | Gregory Haerr | 2023-01-17 | [libc] Cleanup exec* functions (#1520) |
1ac4772a365f2c707b990d72d562ba7238680bd | tkchia | 2022-11-26 | [libc] Implem. regparmcall calling convention for execl... funcs. |
6a916d13dcd794ea9294d163f7638083ac11fdb | Greg Haerr | 2022-02-26 | [cmds] Fixes for execvp, chmem and ls |
92bea658475b9fd11b29366d28f84dd94f70e77 | Greg Haerr | 2022-02-12 | Update libc to use paths.h |
ce6952760484e26d8479900f19c1605b8b99e1d | Greg Haerr | 2022-01-17 | [libc] Fix improper execvp handling of ENOEXEC and relative paths |
395e9084e8f28700f639555c72cac266133e1dd | Greg Haerr | 2021-04-13 | [cmds] Add changes for ELKS to run on 256K memory systems |
a0ff5765ac16822439deea7842ae6a34b3105f1 | Greg Haerr | 2020-05-31 | Add stack overflow minstack check in stack_check, fix sh stack overflow |
0673a5092ca2bfad9a6c8c12940b8e32b0423c7 | Jody Bruchon | 2020-03-09 | Revert "libc/system/execv[ep].c: fix implicit _execve() declaration" |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
92f87a0e75440f1369443d75e5c6b81e18c7c67 | Jody Bruchon | 2020-03-08 | libc: automated parenthesis style cleanups with sed |
afce2210ab408b140fd5c6d117d31a62acfa6e2 | Jody Bruchon | 2020-03-08 | libc: automated code style cleanups with sed |
a58acc6cc14adec09e13776709d979127663ea6 | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `libc/` |
829eb7146d2619e50723c73d01b75b6d4f1a3a1 | Jody Bruchon | 2020-03-08 | libc/system/execv[ep].c: fix implicit _execve() declaration |
4ae90e706408ed0517b61e3b1cf5179025192e6 | Marcin Laszewski | 2020-02-26 | [libc] Split exec.c |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |