index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-14
add internal state for <unistd.h>
Jakob Kaivo
2020-08-14
only return the part after the =
Jakob Kaivo
2020-08-14
quick and dirty implementation
Jakob Kaivo
2020-08-14
implement as system call so the kernel can provide atomicity and assign the r...
Jakob Kaivo
2020-08-14
move internal ctermid storage to __stdio struct
Jakob Kaivo
2020-08-14
prevent comparisons againt the empty string and error out if the compiler is ...
Jakob Kaivo
2020-08-14
implement
Jakob Kaivo
2020-08-14
add internal state for <grp.h>
Jakob Kaivo
2020-08-14
reimplement in terms of getpwent()
Jakob Kaivo
2020-08-14
implement
Jakob Kaivo
2020-08-14
add __pwd.c for <pwd.h> internal state
Jakob Kaivo
2020-08-14
set uid to uid instead of gid
Jakob Kaivo
2020-08-14
implement
Jakob Kaivo
2020-08-14
implement
Jakob Kaivo
2020-08-14
new file for string constants and such
Jakob Kaivo
2020-08-14
first draft, still missing quite a few bits
Jakob Kaivo
2020-08-13
implement as syscall with Linux translation
Jakob Kaivo
2020-08-13
implement in terms of sigaction()
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
implement
Jakob Kaivo
2020-08-13
implement
Jakob Kaivo
2020-08-13
basic implementation
Jakob Kaivo
2020-08-13
handle at most 64 signals
Jakob Kaivo
2020-08-13
add src/ to -I and exorcise ../ from #include
Jakob Kaivo
2020-08-13
directly replace fputc() and fgetc() with putc_unlocked() and getc_unlocked()...
Jakob Kaivo
2020-08-13
basic implementation of POSIX (not XOPEN) dirent functions
Jakob Kaivo
2020-08-13
always implement in terms of mmap()
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
fix typo in description
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-13
fail if nmemb * size overflows
Jakob Kaivo
2020-08-13
implement as syscall
Jakob Kaivo
2020-08-12
restore setting up the default locale
Jakob Kaivo
2020-08-12
finish purging nonstd/
Jakob Kaivo
2020-08-12
clean up
Jakob Kaivo
2020-08-12
remove verbose from ARFLAGS
Jakob Kaivo
2020-08-12
adjust to correct default style
Jakob Kaivo
2020-08-12
implement as syscall
Jakob Kaivo
2020-08-12
remove unused variable warning if not dealing with NANs or INFs
Jakob Kaivo
2020-08-12
remove unused errno
Jakob Kaivo
2020-08-12
note intentional FALLTHRU
Jakob Kaivo
2020-08-12
handle locked/unlocked i/o better
Jakob Kaivo
2020-08-12
fix to be solf-contained and more reliable
Jakob Kaivo
2020-08-12
allow for cases when O_RDONLY is 0
Jakob Kaivo
2020-08-12
implement as syscall
Jakob Kaivo
2020-08-12
implement in terms of nanosleep()
Jakob Kaivo
2020-08-12
add nanosleep
Jakob Kaivo
[prev]
[next]