Evan Green a7deee4a80 Add missing externs 3 years ago
..
armv7 6084b04a2f Change ## to // in assembly files. 7 years ago
math 8260f8e396 Add exp2, fmin, fmax, and trunc to C library. 7 years ago
pthread 9436412268 Santa: bug fixes to get GCC building on Windows. 7 years ago
testc 8260f8e396 Add exp2, fmin, fmax, and trunc to C library. 7 years ago
wincsup 44c7054232 Got into the kernel debugger on x64. 7 years ago
x64 1d0f5fd0b7 User mode fixes to get to a shell on x64. 7 years ago
x86 6084b04a2f Change ## to // in assembly files. 7 years ago
Makefile 1d0f5fd0b7 User mode fixes to get to a shell on x64. 7 years ago
assert.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
brk.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
bsearch.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
build.ck 01307ee35b Minor libc bug fixes. 7 years ago
convert.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
ctype.c 770ef8ead3 Fix spelling of "carriage". 8 years ago
dirio.c 1d0f5fd0b7 User mode fixes to get to a shell on x64. 7 years ago
dynlib.c febb4471c6 Move dlsym to libc_nonshared to support RTLD_NEXT. 7 years ago
env.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
err.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
errno.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
exec.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
exit.c 717e70e8ae Move ClInitialize to a constructor. 7 years ago
fileio.c 01307ee35b Minor libc bug fixes. 7 years ago
fnmatch.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
gaddrinf.c af2864a455 Turn off IPv6 implicit DNS translation. 7 years ago
getopt.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
glob.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
heap.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
if.c 8bf619712f Convert link address entry list to an array. 7 years ago
inet.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
init.c 83ce6cfa4c Remove ClInitialize. 7 years ago
kerror.c 1a8c6dae6b fread should read everything or have an excuse. 7 years ago
langinfo.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
libcp.h a7deee4a80 Add missing externs 3 years ago
line.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
link.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
locale.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
memory.c ab9e4f2b5f Added shmget, shmat, shmdt, and shmctl for mesa. 7 years ago
net.h 5bb001e90f Add pragma pack around packed structures for MSVC. 6 years ago
netaddr.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
netent.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
passwd.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
path.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
pid.c cf1d4e9275 Unified "full/sparse" system calls into one type. 7 years ago
pty.c ab46decfd8 Terminal fixes. 7 years ago
qsort.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
rand.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
random.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
realpath.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
regexcmp.c a1107f0c0d Fix for regexes with funky characters. 7 years ago
regexexe.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
regexp.h 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
resolv.c 6a540eb6cb x64: Fix "1 << x" truncations. 7 years ago
resource.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
scan.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
scandir.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
sched.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
setjmp.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
shadow.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
signals.c ebbd39bfc5 Pass the signal context up through the C library. 7 years ago
socket.c b31c7f8f2f Network address domains should match socket domain. 7 years ago
spawn.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
stat.c 21a053ec21 Fix for uninitialized FieldsToSet in fchownat. 7 years ago
statvfs.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
stream.c 899cc28a50 Open heart surgery on Rtl for x64. 7 years ago
streamex.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
string.c 654908d102 Add strnlen to the C library. 7 years ago
sysconf.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
syslog.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
system.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
termios.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
time.c 5bb001e90f Add pragma pack around packed structures for MSVC. 6 years ago
times.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
tmpfile.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
ucontext.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
uio.c 4e4eea96be Override I/O timeouts when bytes are completed. 8 years ago
uname.c d1723515f1 Don't include stdlib.h from wchar.h. 7 years ago
usershel.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
utmpx.c 5b21bca2d3 Fix utmpx file lock leak. 7 years ago
wchar.c 14332642b7 Miscellaneous wcs* function fixes. 8 years ago
wctype.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
wscan.c 0373dd7765 Add GPLv3 banner to all .c, .h, .S, and .ck files. 8 years ago
wstream.c 899cc28a50 Open heart surgery on Rtl for x64. 7 years ago
wstring.c 14332642b7 Miscellaneous wcs* function fixes. 8 years ago