sortix-mirror/libc
Jonas 'Sortie' Termansen ad51b5a070 Add clock(3). 2013-12-17 14:30:34 +01:00
..
arpa/inet Add socket interface. 2013-12-17 14:30:30 +01:00
decl Add ENOLOCK. 2013-12-17 14:30:33 +01:00
include Add clock(3). 2013-12-17 14:30:34 +01:00
netdb Add socket interface. 2013-12-17 14:30:30 +01:00
sortix Add strftime(3). 2013-12-17 14:30:30 +01:00
sys Obsolete uptime(2). 2013-12-17 14:30:34 +01:00
time Add clock(3). 2013-12-17 14:30:34 +01:00
x64 Implement setjmp(3) and longjmp(3). 2013-12-17 14:30:31 +01:00
x86 Implement setjmp(3) and longjmp(3). 2013-12-17 14:30:31 +01:00
.gitignore Rename libmaxsi to sortix libc. 2012-12-14 14:13:36 +01:00
Makefile Add clock(3). 2013-12-17 14:30:34 +01:00
SIG_DFL.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
SIG_ERR.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
SIG_IGN.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
_Exit.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
_assert.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
_exit.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
abort.cpp Conditionally calltrace in abort(3). 2013-12-17 14:30:27 +01:00
abs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
access.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
alarm.cpp Add alarm(2) and alarmns(2). 2013-12-17 14:30:33 +01:00
alarmns.cpp Add alarm(2) and alarmns(2). 2013-12-17 14:30:33 +01:00
atof.cpp Add strto{f,d,ld}(3). 2013-12-17 14:30:33 +01:00
atoi.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
atol.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
atoll.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
basename.cpp Add dirname(3) and basename(3). 2013-12-17 14:30:31 +01:00
bsearch.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
c++.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
calloc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
calltrace.cpp Add calltrace(3) function. 2013-12-17 14:30:27 +01:00
canonicalize_file_name.cpp Add canonicalize_file_name{,_at}(3). 2013-12-17 14:30:28 +01:00
canonicalize_file_name_at.cpp Add canonicalize_file_name{,_at}(3). 2013-12-17 14:30:28 +01:00
chdir.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
chmod.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
chown.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
clearerr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
close.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
confstr.cpp Add confstr(3). 2013-12-17 14:30:32 +01:00
creat.cpp Add creat(3). 2013-12-17 14:30:26 +01:00
ctype.c Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dir.c Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dirname.cpp Add dirname(3) and basename(3). 2013-12-17 14:30:31 +01:00
dispmsg_issue.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
div.cpp Add div(3), ldiv(3) and lldiv(3). 2013-12-17 14:30:28 +01:00
dlfcn.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dup.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dup2.cpp Add dup2(2). 2013-12-17 14:30:25 +01:00
env.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
errno.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
errorprint.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
execl.cpp Fix prototypes for execl(3), execle(3), and execlp(3). 2013-12-17 14:30:24 +01:00
execle.cpp Fix prototypes for execl(3), execle(3), and execlp(3). 2013-12-17 14:30:24 +01:00
execlp.cpp Fix prototypes for execl(3), execle(3), and execlp(3). 2013-12-17 14:30:24 +01:00
execv.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
execve.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
execvp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
execvpe.cpp Add PATH variable. 2013-12-17 14:30:29 +01:00
exit.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fabs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
faccessat.cpp Add faccessat(2). 2013-12-17 14:30:25 +01:00
fbufsize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fchdir.cpp Add fchdir(2). 2013-12-17 14:30:25 +01:00
fchmod.cpp Add fchmod(2). 2013-12-17 14:30:25 +01:00
fchmodat.cpp Add fchmodat(2). 2013-12-17 14:30:25 +01:00
fchown.cpp Add fchown(2). 2013-12-17 14:30:25 +01:00
fchownat.cpp Add fchownat(2). 2013-12-17 14:30:25 +01:00
fclose.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fcloseall.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fcntl.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fddir-sortix.c Add d_ino to struct dirent. 2013-12-17 14:30:32 +01:00
fdeletefile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fdio.c Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fdio.h Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
feof.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
ferror.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fflush.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fflush_stop_reading.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fflush_stop_writing.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fgetc.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fgetpos.cpp Add fgetpos(3) and fsetpos(3). 2013-12-17 14:30:33 +01:00
fgets.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fileno.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
flbf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
flushlbf.cpp Fix flushlbf(3) being in a file with the wrong name. 2013-12-17 14:30:24 +01:00
fnewfile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fork.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
format.cpp Support field widths in %c printf conversion. 2013-12-17 14:30:27 +01:00
fpending.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fpipe.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fpurge.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fputc.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fputs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fread.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
freadable.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
freading.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fregister.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
freopen.cpp Add freopen(3). 2013-12-17 14:30:29 +01:00
fresetfile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fseek.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fseeko.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fsetdefaultbuf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fseterr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fsetlocking.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fsetpos.cpp Add fgetpos(3) and fsetpos(3). 2013-12-17 14:30:33 +01:00
fshutdown.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fsm_bootstraprootfd.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_closechannel.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_closeserver.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_fsbind.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_listen.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_mkserver.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_recv.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fsm_send.cpp Add user-space filesystem API. 2013-12-17 14:30:25 +01:00
fstat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fstatat.cpp Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
fsync.cpp Add fsync(2). 2013-12-17 14:30:29 +01:00
ftell.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ftello.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
ftruncate.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
futimens.cpp Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
fwritable.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fwrite.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fwriting.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getcwd.cpp Add canonicalize_file_name{,_at}(3). 2013-12-17 14:30:28 +01:00
getdelim.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getdtablesize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getegid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
geteuid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
getgid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
gethostname.cpp Add gethostname(2). 2013-12-17 14:30:32 +01:00
getline.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getlogin.cpp Add getlogin(2) and getlogin_r(2). 2013-12-17 14:30:32 +01:00
getlogin_r.cpp Add getlogin(2) and getlogin_r(2). 2013-12-17 14:30:32 +01:00
getpagesize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getpid.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getppid.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
gettermmode.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getuid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
gmtime.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
gmtime_r.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
grent.cpp Add grent(3). 2013-12-17 14:30:30 +01:00
heap.cpp Refactor kernel address space allocation. 2013-12-17 14:30:28 +01:00
init.cpp Bootstrap program_invocation_name. 2013-12-17 14:30:29 +01:00
integer.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ioctl.cpp Add ioctl(2). 2013-12-17 14:30:29 +01:00
ioleast.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
isatty.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
kernelinfo.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
kill.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
lchown.cpp Add lchown(2). 2013-12-17 14:30:25 +01:00
ldiv.cpp Add div(3), ldiv(3) and lldiv(3). 2013-12-17 14:30:28 +01:00
link.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
linkat.cpp Add linkat(2). 2013-12-17 14:30:25 +01:00
lldiv.cpp Add div(3), ldiv(3) and lldiv(3). 2013-12-17 14:30:28 +01:00
localeconv.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
localtime.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
localtime_r.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
lseek.cpp Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
lstat.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
mblen.cpp Add mblen(3). 2013-12-17 14:30:33 +01:00
mbrlen.cpp Add mbrlen(3). 2013-12-17 14:30:33 +01:00
mbrtowc.cpp Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3). 2013-12-17 14:30:26 +01:00
mbsrtowcs.cpp Add mbsrtowcs(3). 2013-12-17 14:30:31 +01:00
mbstowcs.cpp Add mbstowcs(3). 2013-12-17 14:30:31 +01:00
mbtowc.cpp Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3). 2013-12-17 14:30:26 +01:00
memccpy.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
memchr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
memcmp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
memcpy.cpp Use alternate restrict keyword when unavailable. 2013-12-17 14:30:32 +01:00
memmove.cpp Use malloc in memmove instead of operator new. 2013-12-17 14:30:28 +01:00
memset.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
memstat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
mkdir.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
mkdirat.cpp Add mkdirat(2). 2013-12-17 14:30:25 +01:00
mktemp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
on_exit.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
op-new.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
open.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
openat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
pathconf.cpp Add pathconf(3). 2013-12-17 14:30:30 +01:00
pipe.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
poll.cpp Add poll(2) and ppoll(2). 2013-12-17 14:30:25 +01:00
popen.cpp Add popen(3) and pclose(3). 2013-12-17 14:30:27 +01:00
ppoll.cpp Add poll(2) and ppoll(2). 2013-12-17 14:30:25 +01:00
preadv.cpp Add {,p}{read,write}v(2). 2013-12-17 14:30:33 +01:00
print.cpp Fix vfprintf(3) error case. 2013-12-17 14:30:24 +01:00
psignal.cpp Add psignal(3). 2013-12-17 14:30:33 +01:00
putc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
pwent.cpp Add pw_gecos to struct passwd. 2013-12-17 14:30:33 +01:00
pwritev.cpp Add {,p}{read,write}v(2). 2013-12-17 14:30:33 +01:00
raise.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
rand.cpp Add srand(3). 2013-12-17 14:30:28 +01:00
read.cpp Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
readdirents.cpp Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
readlink.cpp Add readlink{,at}(2). 2013-12-17 14:30:28 +01:00
readlinkat.cpp Add readlink{,at}(2). 2013-12-17 14:30:28 +01:00
readv.cpp Add {,p}{read,write}v(2). 2013-12-17 14:30:33 +01:00
realpath.cpp Add realpath(3). 2013-12-17 14:30:28 +01:00
remove.cpp Add removeat(3) and split remove(3) into its own file. 2013-12-17 14:30:25 +01:00
removeat.cpp Add removeat(3) and split remove(3) into its own file. 2013-12-17 14:30:25 +01:00
rename.cpp Add rename(2) and renameat(2). 2013-12-17 14:30:26 +01:00
renameat.cpp Add rename(2) and renameat(2). 2013-12-17 14:30:26 +01:00
rewind.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
rmdir.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
sbrk.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
scanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
select.cpp Add select(2). 2013-12-17 14:30:28 +01:00
setbuf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
setegid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
seteuid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
setgid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
setlocale.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
settermmode.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
setuid.cpp Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
setvbuf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
sfork.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
sigaction.cpp Add sigaction(2). 2013-12-17 14:30:32 +01:00
sigaddset.cpp Add sigset functions. 2013-12-17 14:30:32 +01:00
sigdelset.cpp Add sigset functions. 2013-12-17 14:30:32 +01:00
sigemptyset.cpp Add sigset functions. 2013-12-17 14:30:32 +01:00
sigfillset.cpp Add sigset functions. 2013-12-17 14:30:32 +01:00
sigismember.cpp Add sigset functions. 2013-12-17 14:30:32 +01:00
signal.cpp Add sigset functions. 2013-12-17 14:30:32 +01:00
sigprocmask.cpp Add sigprocmask(2) stub. 2013-12-17 14:30:32 +01:00
sleep.cpp Add clock_nanosleep(2). 2013-12-17 14:30:34 +01:00
sort.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
sprint.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
sscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stat.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
stdio.c Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
stpcpy.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stpncpy.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strcasecmp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strcat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strchr.cpp Fix poor implementation of the strchr(3) family. 2013-12-17 14:30:24 +01:00
strchrnul.cpp Fix poor implementation of the strchr(3) family. 2013-12-17 14:30:24 +01:00
strcmp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strcoll.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strcpy.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strcspn.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strdup.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strerror.cpp Add ENOLOCK. 2013-12-17 14:30:33 +01:00
strlen.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strncasecmp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strncat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strncmp.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strncpy.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strndup.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strnlen.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strpbrk.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strrchr.cpp Fix poor implementation of the strchr(3) family. 2013-12-17 14:30:24 +01:00
strsignal.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strspn.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strstr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strtod.cpp Add strto{f,d,ld}(3). 2013-12-17 14:30:33 +01:00
strtof.cpp Add strto{f,d,ld}(3). 2013-12-17 14:30:33 +01:00
strtok.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strtok_r.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strtold.cpp Add strto{f,d,ld}(3). 2013-12-17 14:30:33 +01:00
strxfrm.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
sysconf.cpp Add times(3). 2013-12-17 14:30:34 +01:00
system.cpp Add system(3). 2013-12-17 14:30:27 +01:00
tfork.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
timespec.cpp Refactor kernel time API and add timespec API. 2013-12-17 14:30:26 +01:00
tmpfile.cpp Add tmpfile(3). 2013-12-17 14:30:31 +01:00
tmpnam.cpp Add tmpnam(3). 2013-12-17 14:30:33 +01:00
truncate.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
truncateat.cpp Add truncateat(2). 2013-12-17 14:30:25 +01:00
ttyname.cpp Add ttyname(2). 2013-12-17 14:30:30 +01:00
umask.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ungetc.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
unlink.cpp Replace system calls that accept a path with *at versions. 2013-12-17 14:30:25 +01:00
unlinkat.cpp Add unlinkat(2). 2013-12-17 14:30:25 +01:00
usleep.cpp Add clock_nanosleep(2). 2013-12-17 14:30:34 +01:00
utime.cpp Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
utimens.cpp Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
utimensat.cpp Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
vfscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
vscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
vsscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
wait.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
waitpid.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
wcrtomb.cpp Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3). 2013-12-17 14:30:26 +01:00
wcscat.cpp Add wcscat(3). 2013-12-17 14:30:30 +01:00
wcschr.cpp Add wcschr{,nul}(3). 2013-12-17 14:30:31 +01:00
wcschrnul.cpp Add wcschr{,nul}(3). 2013-12-17 14:30:31 +01:00
wcscmp.cpp Add wcscmp(3). 2013-12-17 14:30:31 +01:00
wcscpy.cpp Add wcscpy(3). 2013-12-17 14:30:30 +01:00
wcscspn.cpp Add wcscspn(3). 2013-12-17 14:30:31 +01:00
wcslen.cpp Add wcslen(3). 2013-12-17 14:30:30 +01:00
wcsncat.cpp Add wcsncat(3). 2013-12-17 14:30:31 +01:00
wcsncpy.cpp Add wcsncpy(3). 2013-12-17 14:30:31 +01:00
wcsrchr.cpp Add wcsrchr(3). 2013-12-17 14:30:31 +01:00
wcsrtombs.cpp Add wcsrtombs(3). 2013-12-17 14:30:31 +01:00
wcsspn.cpp Add wcsspn(3). 2013-12-17 14:30:31 +01:00
wcstok.cpp Add wcstok(3). 2013-12-17 14:30:31 +01:00
wcstombs.cpp Add wcstombs(3). 2013-12-17 14:30:31 +01:00
wctomb.cpp Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3). 2013-12-17 14:30:26 +01:00
wctype.cpp Add wctype(3). 2013-12-17 14:30:26 +01:00
winsize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
write.cpp Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
writev.cpp Add {,p}{read,write}v(2). 2013-12-17 14:30:33 +01:00