sortix-mirror/libc
Jonas 'Sortie' Termansen 752153d801 Remove vexecl(3), vexecle(3), and vexeclp(3).
These functions were non-standard and their use compared to the execv*
family is questionable. Additionally, they would have to repeat much of
the code from the execl* family of functions. In the end, they were removed
because they weren't strictly needed and less bloat is better here. Besides
programs that would use these functions would need to ship their own
versions to be portable.
2013-12-17 14:30:24 +01:00
..
decl Add ENXIO. 2013-09-24 17:09:48 +02:00
include Remove vexecl(3), vexecle(3), and vexeclp(3). 2013-12-17 14:30:24 +01:00
sortix Refactor Sortix build system and de-autoconf mxmpp. 2013-12-17 14:30:22 +01:00
x64 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
x86 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
.gitignore Rename libmaxsi to sortix libc. 2012-12-14 14:13:36 +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
_exit.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
abort.cpp Fix abort(3) not being freestanding. 2013-12-17 14:30:24 +01:00
abs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
access.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
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
chdir.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
chmod.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
clearerr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
clock.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
ctime.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
dispmsg_issue.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
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 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
fabs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fbufsize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fchmod.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fclose.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fdio.c Fix fopen allowing opening directories for writing. 2013-12-17 14:30:24 +01:00
fdio.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
feof.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ferror.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fflush.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fgetc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fgets.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fileno.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
flbf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
flushlfb.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fnewline.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fork.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
format.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fpending.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fpipe.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fpurge.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fputc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fputs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fread.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
fstat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ftell.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ftello.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ftruncate.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fwritable.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fwrite.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
getline.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
gettimeofday.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
heap.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
init.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
integer.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
Makefile Remove vexecl(3), vexecle(3), and vexeclp(3). 2013-12-17 14:30:24 +01:00
mbtowc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
memmove.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
openat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
pipe.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
print.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
putc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
raise.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
rand.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
read.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
readdirents.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
readparamstring.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
rewind.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
rmdir.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
setjmp.c Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
sfork.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
signal.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
sleep.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stdio.c Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
strchrnul.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
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
strxfrm.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
tfork.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
time.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
truncate.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
umask.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ungetc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
unlink.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
uptime.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
usleep.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
utime.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +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
winsize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
write.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00