-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion to implement spawnvpe_callback() + fix some stuff on spawnvpe() #195
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bf8284 - Browse repository at this point
Copy the full SHA 9bf8284View commit details
Commits on Jun 10, 2024
-
flockfile/ftrylockfile/funlockfile now are protected by an IOB flag t…
…o avoid to release the semaphore twice. Some deferred check to speed up things
Configuration menu - View commit details
-
Copy full SHA for b713c8a - Browse repository at this point
Copy the full SHA b713c8aView commit details
Commits on Jun 12, 2024
-
Set pipe() fds to FDF_IS_INTERACTIVE despite the fact, that IsInterac…
…tive(pipe_fd) returns false. Use SetBlockingMode() to set O_NONBLOCK for pipes instead of SetMode().
Configuration menu - View commit details
-
Copy full SHA for f49faf4 - Browse repository at this point
Copy the full SHA f49faf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c81af - Browse repository at this point
Copy the full SHA 04c81afView commit details -
Merge pull request #185 from alfkil/master
Fix problems with pipe and O_NONBLOCK.
Configuration menu - View commit details
-
Copy full SHA for 93a82d2 - Browse repository at this point
Copy the full SHA 93a82d2View commit details
Commits on Jun 13, 2024
-
Added pipe/block test file. Don't fail if rename is using same name f…
…or old and new name
Configuration menu - View commit details
-
Copy full SHA for b0d964b - Browse repository at this point
Copy the full SHA b0d964bView commit details -
Remove last / in mkdir if present to avoid errors when creating dir. …
…__get_default_file is now public but needs to be declared as extern if someone wants to use it (or include dos.h that can come with side effects)
Configuration menu - View commit details
-
Copy full SHA for 1d57cbc - Browse repository at this point
Copy the full SHA 1d57cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be89c2 - Browse repository at this point
Copy the full SHA 7be89c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30c1ef - Browse repository at this point
Copy the full SHA d30c1efView commit details -
Merge pull request #186 from AmigaLabs/spawnv
Fixed Spawnv. Added waitpid/wait functions
Configuration menu - View commit details
-
Copy full SHA for 7e9325e - Browse repository at this point
Copy the full SHA 7e9325eView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95db1b5 - Browse repository at this point
Copy the full SHA 95db1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c4689 - Browse repository at this point
Copy the full SHA d4c4689View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2d0ae5 - Browse repository at this point
Copy the full SHA b2d0ae5View commit details
Commits on Jun 16, 2024
-
Merge pull request #188 from alfkil/beta10
Reverse the order of SBM_(NON_)BLOCKING. (Second attempt.)
Configuration menu - View commit details
-
Copy full SHA for a145b76 - Browse repository at this point
Copy the full SHA a145b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a46978 - Browse repository at this point
Copy the full SHA 1a46978View commit details -
Merge pull request #189 from alfkil/beta10
Added ERROR_WOULD_BLOCK == EWOULDBLOCK to __translate_io_error_to_err…
Configuration menu - View commit details
-
Copy full SHA for 5795e40 - Browse repository at this point
Copy the full SHA 5795e40View commit details -
Some minor spawnv/waitpid changes. added terminal program that should…
… test if tty functions are working correctly (and it seems not..)
Configuration menu - View commit details
-
Copy full SHA for b0d82d8 - Browse repository at this point
Copy the full SHA b0d82d8View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fdeb39 - Browse repository at this point
Copy the full SHA 8fdeb39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165647f - Browse repository at this point
Copy the full SHA 165647fView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e53ca0 - Browse repository at this point
Copy the full SHA 3e53ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c5e9ff - Browse repository at this point
Copy the full SHA 9c5e9ffView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c71ddf - Browse repository at this point
Copy the full SHA 4c71ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a630bf - Browse repository at this point
Copy the full SHA 6a630bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a88a0a7 - Browse repository at this point
Copy the full SHA a88a0a7View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac4b060 - Browse repository at this point
Copy the full SHA ac4b060View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b317fb - Browse repository at this point
Copy the full SHA 9b317fbView commit details -
Merge pull request #190 from alfkil/beta10
Added handling of O_NONBLOCK fds for select/poll.
Configuration menu - View commit details
-
Copy full SHA for 7a18302 - Browse repository at this point
Copy the full SHA 7a18302View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f04e3b - Browse repository at this point
Copy the full SHA 3f04e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 440f5a7 - Browse repository at this point
Copy the full SHA 440f5a7View commit details -
Merge pull request #192 from migthymax/beta10
Poll mode reported avaibale data,even that isn't the case
Configuration menu - View commit details
-
Copy full SHA for a6271a8 - Browse repository at this point
Copy the full SHA a6271a8View commit details -
Removed old function that was just a wrapper of ParentOfFH Fixed a problem on select_signal.c was causing some problems on PIPEs
Configuration menu - View commit details
-
Copy full SHA for 64fa1fe - Browse repository at this point
Copy the full SHA 64fa1feView commit details
Commits on Jun 27, 2024
-
Work-in-progress suggestion for an added cli path search for the unix…
…-amiga path translation utility functions.
Configuration menu - View commit details
-
Copy full SHA for 60d5464 - Browse repository at this point
Copy the full SHA 60d5464View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc88501 - Browse repository at this point
Copy the full SHA fc88501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb45ac - Browse repository at this point
Copy the full SHA 1eb45acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35585cd - Browse repository at this point
Copy the full SHA 35585cdView commit details
Commits on Jun 29, 2024
-
Merge pull request #193 from alfkil/beta10
Added private function __search_expand_command_path()
Configuration menu - View commit details
-
Copy full SHA for 64bec46 - Browse repository at this point
Copy the full SHA 64bec46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30727ef - Browse repository at this point
Copy the full SHA 30727efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2085608 - Browse repository at this point
Copy the full SHA 2085608View commit details
Commits on Jul 2, 2024
-
Some small fixes to make flto working (clib4 is not compiled with flt…
…o because it strips away the constructors..)
Configuration menu - View commit details
-
Copy full SHA for 3cd60f6 - Browse repository at this point
Copy the full SHA 3cd60f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb25559 - Browse repository at this point
Copy the full SHA cb25559View commit details -
Configuration menu - View commit details
-
Copy full SHA for b913041 - Browse repository at this point
Copy the full SHA b913041View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a929daf - Browse repository at this point
Copy the full SHA a929dafView commit details -
Added fully_initialized to clib4 that signal that all constructors ar…
…e called and everything is safe at that point
Configuration menu - View commit details
-
Copy full SHA for 96aca4e - Browse repository at this point
Copy the full SHA 96aca4eView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfbbeb4 - Browse repository at this point
Copy the full SHA bfbbeb4View commit details -
Added two new test program. pthread_malloc at moment is stuck in floc…
…kfile.. needs to fix it
Configuration menu - View commit details
-
Copy full SHA for dcd248d - Browse repository at this point
Copy the full SHA dcd248dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf0b17 - Browse repository at this point
Copy the full SHA fbf0b17View commit details -
Replaced Semaphore file lock with recursive mutexes. Fixed a problem …
…on sigaction was not reentrant
Configuration menu - View commit details
-
Copy full SHA for 603c6dd - Browse repository at this point
Copy the full SHA 603c6ddView commit details -
Speedup some internal functions now doesn't get __clib4 pointer every…
… time. funlock file now check if lock is from correct task
Configuration menu - View commit details
-
Copy full SHA for 25a7bf3 - Browse repository at this point
Copy the full SHA 25a7bf3View commit details -
spawnvpe use finalpath as NP_Name. Most probably we have to find a wa…
…y to use an #id as pthread
Configuration menu - View commit details
-
Copy full SHA for bc9ebc8 - Browse repository at this point
Copy the full SHA bc9ebc8View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aafb8c8 - Browse repository at this point
Copy the full SHA aafb8c8View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6293411 - Browse repository at this point
Copy the full SHA 6293411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32298b1 - Browse repository at this point
Copy the full SHA 32298b1View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 417aa04 - Browse repository at this point
Copy the full SHA 417aa04View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31abd36 - Browse repository at this point
Copy the full SHA 31abd36View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4858b5 - Browse repository at this point
Copy the full SHA c4858b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5517b9c - Browse repository at this point
Copy the full SHA 5517b9cView commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28e868f - Browse repository at this point
Copy the full SHA 28e868fView commit details -
1) Roll back (native) default path search for unix->amiga path transl…
…ation, because it can break the resulting program in cases, where such an object exists on the system path but not in the current dir (stat(EXISTS) will return true in such cases, where the correct answer is false). 2) Comment out/suggest removal of the snip, that tags on the current path to an immediate (no-path) object in unix->amiga path translation, because of a parallel and very opposite case : If the program is trying to execute a command on the system search path, this snip will tag on code, that makes it impossible for the call (for instance popen(command) to find the command).
Configuration menu - View commit details
-
Copy full SHA for d8d5cd8 - Browse repository at this point
Copy the full SHA d8d5cd8View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3249e6c - Browse repository at this point
Copy the full SHA 3249e6cView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcffd79 - Browse repository at this point
Copy the full SHA dcffd79View commit details