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