| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch libc++ and libc++abi to version 10.0.1. |  patrick | 2021-01-11 | 4 | -20/+15 |
| * | Adjust link path for libc++ to find libc++abi to match change of Makefile |  patrick | 2021-01-02 | 1 | -2/+2 |
| * | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an |  patrick | 2021-01-02 | 5 | -1/+408 |
| * | Don't build double-double functions since long double is the same as double |  kettenis | 2020-08-14 | 1 | -12/+4 |
| * | Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@ |  patrick | 2020-08-11 | 1 | -2/+1 |
| * | fix path for testing if a .S exists |  jsg | 2020-08-11 | 1 | -2/+2 |
| * | Un-hook and re-hook libcompiler_rt. |  patrick | 2020-08-10 | 1 | -2/+2 |
| * | Add build infrastructure for compiler-rt. |  patrick | 2020-08-10 | 1 | -0/+320 |
| * | a few depend:-related thingies that were still in. |  espie | 2019-12-21 | 1 | -4/+1 |
| * | mortimer unlinked libobjc from the build, but didn't know how to cvs rm. |  tedu | 2019-04-03 | 67 | -33850/+0 |
| * | fix serious markup error: \B -> \fB to select bold font |  schwarze | 2019-03-20 | 1 | -1/+1 |
| * | Fix the inter-library dependency for libedit and libreadline. |  yasuoka | 2019-01-15 | 1 | -3/+3 |
| * | Record an inter-library dependency on libcurses in libedit and libreadline, |  sthen | 2018-11-14 | 1 | -1/+3 |
| * | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ |  naddy | 2018-09-14 | 1 | -2/+4 |
| * | Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 from ports. |  mortimer | 2017-08-10 | 1 | -5/+4 |
| * | provide missing prototypes |  espie | 2017-07-28 | 3 | -0/+18 |
| * | fix warnings from missing headers. |  espie | 2017-07-27 | 4 | -4/+2 |
| * | install gcc, g++ as gcc and g++ instead of cc, c++ and create links |  robert | 2017-07-24 | 1 | -1/+8 |
| * | more depends gc / yacc rules overhaul |  espie | 2017-07-19 | 1 | -2/+2 |
| * | remove misc. depend and yacc nits that no longer matter. |  espie | 2017-07-10 | 1 | -3/+1 |
| * | complete "nodepend" in source |  espie | 2017-07-04 | 1 | -8/+10 |
| * | Make libiberty test programs compile and run without segfault. |  bluhm | 2017-06-23 | 3 | -22/+17 |
| * | mark files as BUILDFIRST, or write explicit dependencies, so that most |  espie | 2017-06-16 | 1 | -1/+3 |
| * | destroy lint remnants. |  espie | 2017-06-12 | 2 | -8/+2 |
| * | Change build infrastructure to allow building both gcc and clang. This |  kettenis | 2017-04-17 | 1 | -3/+4 |
| * | gcc4 on m88k still uses sjlj exceptions, as did arm before EABI. |  miod | 2017-02-15 | 1 | -8/+4 |
| * | Only build gcc4 libs if COMPILER_VERSION is gcc4. |  jsg | 2017-01-21 | 1 | -2/+2 |
| * | Nuke whitespace foolish enough to expose itself during the great |  krw | 2017-01-21 | 29 | -119/+119 |
| * | Take gcc's suggestions about parenthesis around assignments used |  krw | 2017-01-20 | 5 | -10/+10 |
| * | A couple more unused variables. |  krw | 2016-12-19 | 1 | -0/+2 |
| * | Fix ownership for install on a noperm filesystem. |  natano | 2016-10-03 | 1 | -1/+2 |
| * | Re-enable libobjc on arm. |  kettenis | 2016-09-01 | 1 | -4/+1 |
| * | Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI |  patrick | 2016-09-01 | 3 | -10/+6 |
| * | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS |  guenther | 2016-07-04 | 1 | -14/+2 |
| * | Cleanup duplicate filenames in SRCS |  deraadt | 2016-03-28 | 1 | -11/+2 |
| * | Disable the stack protector when building libstdc++ on arm. Fixes test |  jsg | 2016-02-18 | 1 | -1/+4 |
| * | quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ |  sthen | 2016-01-20 | 1 | -2/+2 |
| * | On xmalloc failure, stop trying to determine the total amount of allocated |  pascal | 2015-10-20 | 1 | -25/+0 |
| * | Fix CVE-2012-3509, an integer overflow in libiberty, leading to |  bluhm | 2015-06-11 | 2 | -4/+11 |
| * | Stop including CFLAGS in CXXFLAGS it creates problems when mixing |  jsg | 2015-05-14 | 3 | -11/+14 |
| * | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() |  miod | 2015-01-19 | 1 | -5/+3 |
| * | Finally ``revert'' to the recent pexecute interface, now that we do not need |  miod | 2014-08-31 | 2 | -772/+325 |
| * | Now that gcc 2.95 is out of the tree, get rid of the old hash table interface |  miod | 2014-08-31 | 4 | -371/+5 |
| * | remove gets reference. ok espie |  tedu | 2014-03-27 | 1 | -1/+0 |
| * | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. |  guenther | 2013-10-24 | 2 | -2/+2 |
| * | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 5 | -6/+6 |
| * | Remove support for COMPILER_VERSION == gcc2. |  miod | 2013-08-06 | 2 | -13/+5 |
| * | exists() calls in make are expensive so switch to test(1) and use the shell |  robert | 2013-06-21 | 1 | -5/+4 |
| * | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 1 | -3/+1 |
| * | martynas added support for the 'long double' math functions to libm at |  matthew | 2012-07-17 | 3 | -21/+21 |