build: Change name of libc-proto to libc-dirs
build: Add support for DESTDIR
build: Add qbe to the list of binaries installed
qbe: Add specific clean rule in top Makefile
build: Add submodule for qbe
build: Split proto files
driver: Populate PREFIX in Makefiles
as/x86: Add references to ins.c
libc: Don't set ferror if _lseek fails
libc: Avoid dangling pointers after fclose()
libc: Add comments for FILE flags
libc: Add implementation of ungetc
libc: Add inttypes.h
build: Select set of libc targets based in uname
libc: Add break in floating-point printf TODO case
libc: Fix fopen with mode "r"
tests/libc: Fix 0026-strstr test
libc: Fix realloc() +1 error
tests/libc: Fix cc.sh in linux
libc: Fix name in invocation of FEBDAYS macro
libc: Fix list of objects for amd64-netbsd
libc: Fix build in bsd systems
libc: Remove posix _getheap() in linux-amd64
tests/libc: Fix cc.sh for OpenBSD
libc: Fix sigaction() for OpenBSD
tests/libc: Improve default root in cc.sh
tests: Fix cc.sh wrapper
libc: Fix bug in strchr.s for amd64
tests/libc: Fix 0002-assert test
libc/linux: Add _sigaction() wrapper
tests/libc: Fix 0001-abort test case
libc: Add wchar_t to stddef
tests/libc: Execute tests only for amd64
libc/amd64: Fix small typo in the name of a label
tests/libc: Remove strnlen() test
libc: Add missed objects in amd64-linux
tests/libc: Use amd64 as default abi in cc wrapper
libmach: Add missed string.h
doc: Add redirect man pages for grouped pages
doc: Import libc man pages
build: Remove debug in install and uninstall
add uninstall make target and helper script
cc: Small space fixes
build: Simplify linux CFLAGS
build: Add fixes for NetBSD
build: Improve mkdep
build: Remove unneded deps.mk
libc: Syncronize syscall.h
libc: Fix BSD systems
libc: Improve bsd/_sigaction.c
libc: Update arch/arm64
libc: Update arch/ppc
libc: Update arch/i386/linux
libc: Remove _sys_nerr
libc: Remove commented lines in rules.mk
libc: Update arch/arm/linux
libc: Update arch/ppc/linux
libc/amd64: Add assembly functions for string.h
libc: Update arch/amd64/linux
libc: Update arch/amd64/openbsd
libc: Update arch/amd64/netbsd
libc: Update arch/amd64/dragonfly
libc: Update arch/amd64/darwin
libc: Fix _brk() in Darwin
libc: Fix malloc() in linux
libc: Fix arch/posix
libc: Fix $(SYS)/$(ARCH) in darwin and dragonfly
libc: Fix POSIX clock()
libc: Fix compilation
libc: Add _access() and _lseek() syscalls to syscall.h
libc: Fix external declaration of _exitf
libc: Fix stdint.h fast types
libc: Update include sys to last version
libc: Update include arch to last version
libc: Update include to last version
libc: Update stdlib to last version
libc: Update stdio to last version
libc: Update locale to last version
libc: Update string to last version
libc: Update time to last version
libc/openbsd: Remove autogenerated _sigaction2.s
scripts/config: Fix ARFLAGS on OpenBSD
scripts/config: Do not override TOOL variable
libc: Ignore generated files for darwin
cc2: Fix target generation
build: Do not install i386/ppc
build: Build all the amd64 libc
build: Simplify the libc build system
Merge commit '5b35e653' into master
build: Improve build system
cc1/expr: Return a value on error in arithmetic()
cc1: Remove unnecessary cast
libc: Fix object list dependencies
cc: Fix POSIX namespace macro
cc1: rename (u)shortype to (u)shorttype
scc: Add default crt path
libc/amd64/linux: add generated syscalls to gitignore
libc/time: distclean and gitignore generated tz.c
cc1: Fix include files searching
scc: Fix default include paths