| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-31 | s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix. | andvar | |
| 2022-05-23 | s/controll/control/ in comments. | andvar | |
| 2021-11-22 | undef a couple more. | christos | |
| 2021-11-20 | Merge common code for the chdir cases (Piyush Sachdeva) | christos | |
| I also deduplicated some more code | |||
| 2021-11-15 | Add missing test | christos | |
| 2021-11-07 | Fix linking for multi-source file tests, the second part of the tuple | martin | |
| needs to be the C source file (not the base name) | |||
| 2021-11-07 | new tests for posix_spawn_chdir from Piyush Sachdeva | christos | |
| 2021-09-03 | s/existant/existent/ in comments and messages, plus few more similar fixes. | andvar | |
| 2021-08-21 | fix mainly same typos as in my previous commit but outside sys/dev/dm. | andvar | |
| 2021-05-02 | Add test for POSIX_SPAWN_RESETIDS flag | martin | |
| 2017-12-21 | Fix broken test: we can't assume that the current schedule priority range | christos | |
| will overlap with the requested scheduler range, so get the new scheduler range, and then try to find a different priority. If that fails (to find a different scheduling range), give up here. | |||
| 2017-12-18 | Don't use SCHED_OTHER. | christos | |
| 2017-01-10 | more tests needing <sys/stat.h> | christos | |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj | |
| "its", people! | |||
| 2012-04-09 | Fix asynchronous posix_spawn child exit status (and test for it). | martin | |
| 2012-04-08 | Rework posix_spawn locking and memory management: | martin | |
| - always provide a vmspace for the new proc, initially borrowing from proc0 (this part fixes PR 46286) - increase parallelism between parent and child if arguments allow this, avoiding a potential deadlock on exec_lock - add a new flag for userland to request old (lockstepped) behaviour for better error reporting - adapt test cases to the previous two and add a new variant to test the diagnostics flag - fix a few memory (and lock) leaks - provide netbsd32 compat | |||
| 2012-02-20 | Add a test case to call posix_spawn with empty file actions, which reproduced | martin | |
| the (now fixed) PR kern/46038. | |||
| 2012-02-14 | Add a few more posix_spawn testcases, which should detect everything that | martin | |
| was wrong in the initial version, causing the failure reported in PR kern/45991. | |||
| 2012-02-13 | Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc | martin | |
| and kernel, but that is an implementation detail unrelated to the tests themselfs. Ok: releng | |||
