index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
exit.c
Age
Commit message (
Collapse
)
Author
2024-06-05
rename all per-header internal structs to __<header>_h
Jakob Kaivo
2024-05-28
abstract out "forced" implementations of functions from future specifications
Jakob Kaivo
2024-01-31
use a single variable for tracking exit calls
Jakob Kaivo
2024-01-31
fix up exit()/quick_exit() handlers
Jakob Kaivo
2024-01-30
update standards and safety checks
Jakob Kaivo
2023-11-14
enable multiple-exit() detection
Jakob Kaivo
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-15
just call fflush(NULL) to flush all streams, let process teardown handle closing
Jakob Kaivo
2020-08-15
fclose() all open streams
Jakob Kaivo
2020-08-13
add src/ to -I and exorcise ../ from #include
Jakob Kaivo
2020-08-12
clean up
Jakob Kaivo
2020-08-12
remove __syscall_lookup()
Jakob Kaivo
2020-08-11
move auto-generated nonstd/syscall.h to static private _syscall.h
Jakob Kaivo
2020-08-11
move stdlib internals to _stdlib.h and struct __stdlib
Jakob Kaivo
2019-02-28
new <nonstd/lib.h>
Jakob Kaivo
2019-02-27
use __lookup() instead of manual casting
Jakob Kaivo
2019-02-27
make final call in infinite loop so _Noreturn holds true
Jakob Kaivo
2019-02-25
actually call the syscall
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo