aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix build against automake 1.17Samuel Thibault2025-02-041-0/+1
* Ensure we always pass -ffreestanding -nostdlib even if CFLAGS are overridden.Flavio Cruz2024-07-101-0/+5
* Make -fno-PIE etc. architecture-dependentSergey Bugaev2024-03-271-4/+0
* Resurrect x86-linux build.Janneke Nieuwenhuizen2024-01-231-1/+1
* Use $(CC) instead of gcc to avoid relying on the host gcc.Flavio Cruz2023-01-301-1/+1
* Enable -Wmissing-prototypes.Flavio Cruz2023-01-291-1/+1
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-1/+1
* adjust rdxtree key to the correct sizeLuca Dariz2023-01-181-0/+3
* Update configure.ac so that we don't need glibc when running ./configure.Flavio Cruz2023-01-101-2/+2
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-031-1/+1
* ld_magic_routines: Restore yet more symbolSamuel Thibault2022-12-241-1/+1
* ld_magic_routines: Restore more more symbolsSamuel Thibault2022-12-241-1/+1
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-1/+1
* Remove custom stdint.h and rely on freestanding headersFlavio Cruz2022-12-191-1/+2
* libgcc_routines: Restore some symbolsSamuel Thibault2022-12-181-1/+1
* Implement our own functions to convert between host and network valuesFlavio Cruz2022-12-171-12/+8
* Use __builtin_ffs instead of libc provided ffs in vm_map.cFlavio Cruz2022-12-151-2/+2
* Complete no-pie flagsSamuel Thibault2022-07-201-1/+1
* Fix 64bit linkSamuel Thibault2020-03-281-0/+1
* Set time_t type to 64bitSamuel Thibault2020-01-281-1/+1
* Move -D__ASSEMBLY__ to general AM_CCASFLAGSSamuel Thibault2018-12-301-0/+3
* Add missing patch fileSamuel Thibault2018-11-031-1/+2
* Add ffs to clib_routinesSamuel Thibault2018-07-031-1/+1
* Disable position-independant compilationSamuel Thibault2018-06-271-0/+4
* Steal '__divdi3'.Justus Winter2017-08-051-0/+1
* Support GCC 7David Michael2017-05-071-1/+1
* Fix taking LDFLAGS into accountSamuel Thibault2016-10-241-1/+1
* Fix taking LDFLAGS into accountSamuel Thibault2016-10-241-2/+2
* Replace libc string functions with internal implementationsRichard Braun2016-08-161-3/+1
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-041-1/+1
* Completely disable strict aliasingRichard Braun2016-01-021-0/+5
* kern: make printf handle long long integersJustus Winter2015-07-101-1/+1
* Restrict `-fno-strict-aliasing' to the Linux driversJustus Winter2015-05-231-4/+0
* kern: add radix tree libraryJustus Winter2015-05-201-0/+1
* Use gnu89 inline styleSamuel Thibault2015-05-011-0/+4
* Give the Debian package name for the non-multilib libc.aSamuel Thibault2015-03-191-2/+2
* Makefile.am: Fix typos and grammar in commentStefan Weil2015-01-021-2/+2
* Fix link refusalSamuel Thibault2014-11-031-1/+1
* Refuse to link against a libc with multiarch supportSamuel Thibault2014-11-031-0/+3
* Generate ChangeLog files for distributions.Thomas Schwinge2013-09-271-1/+19
* dist-hook extensibility.Thomas Schwinge2013-09-271-2/+5
* Fix build on 64bit hostSamuel Thibault2012-01-221-1/+1
* Do not take unused strpbrk() from libcGuillem Jover2011-09-091-1/+1
* Add silent rules support if available and disable it by defaultGuillem Jover2011-08-311-5/+25
* * Makefile.am (AM_CFLAGS): Add -fno-builtin-log.Samuel Thibault2011-08-271-0/+3
* Do not take obsolete and unused bcopy and bzero from libcGuillem Jover2011-08-271-1/+1
* Fix ifunc entriesSamuel Thibault2010-09-141-0/+1
* Fix "make dist"Guillem Jover2010-08-271-2/+0
* Add Xen supportSamuel Thibault2009-12-161-1/+1
* Show command lines in task listSamuel Thibault2009-11-221-1/+1