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
better dependencies from better autogeneration
Jakob Kaivo
2020-08-14
fix so *LINK* don't break things
Jakob Kaivo
2020-08-14
note to self
Jakob Kaivo
2020-08-14
add dependecies for locally included files
Jakob Kaivo
2020-08-14
force building lib*.a, include sources without standards in base
Jakob Kaivo
2020-08-14
begin new dependency builder
Jakob Kaivo
2020-08-14
draft as wrapper to waitid()
Jakob Kaivo
2020-08-14
rough draft
Jakob Kaivo
2020-08-14
rought draft
Jakob Kaivo
2020-08-14
quick and dirty additions, need to add version info
Jakob Kaivo
2020-08-14
add waitid and getpgid
Jakob Kaivo
2020-08-14
implement (in a sadly Linux-specific way)
Jakob Kaivo
2020-08-14
add syscall number for readlink
Jakob Kaivo
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
[next]