| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove historical GNUC test | emaste | 2015-12-08 | 1 | -6/+0 |
* | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | bdrewery | 2015-09-25 | 1 | -2/+0 |
* | Fix installation of 32bit libraries after r288074. | bdrewery | 2015-09-21 | 1 | -0/+2 |
* | Replace realinstall: and META_MODE staging hacks with FILES mechanism. | bdrewery | 2015-09-21 | 1 | -5/+5 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+14 |
|\ |
|
| * | Merge sync of head | sjg | 2015-05-27 | 6 | -0/+282 |
| |\
| |/
|/| |
|
* | | All FreeBSD platforms are elf: move i386-elf to i386 | emaste | 2015-05-19 | 5 | -0/+269 |
|/ |
|
* | Remnant code (broken, unhooked) from a.out which I missed. | trhodes | 2005-01-11 | 3 | -527/+0 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 2 | -6/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Fixed type mismatches in args to __syscall(). One for mmap() broke on | bde | 1998-12-27 | 1 | -5/+5 |
* | Avoid using ld -O (as in bsd.lib.mk). | bde | 1998-12-27 | 1 | -7/+16 |
* | Fixed double slashes in pathnames. | bde | 1998-05-31 | 1 | -2/+2 |
* | ELF preparation step 2: | sos | 1998-05-26 | 1 | -2/+2 |
* | Remove the include of <dlfcn.h> from crt0.c; it is not needed now | jdp | 1998-02-11 | 3 | -79/+3 |
* | Move the trampolines for dlopen and related functions from crt0.o | jdp | 1998-02-09 | 4 | -481/+18 |
* | Implement dladdr. | jdp | 1998-02-06 | 4 | -13/+169 |
* | ${TARGET} -> ${.TARGET} | eivind | 1998-01-12 | 1 | -2/+2 |
* | const correctness for dl*() | brian | 1997-11-22 | 3 | -15/+15 |
* | Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv | asami | 1997-10-11 | 1 | -11/+6 |
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -2/+3 |
* | Implement dlsym(RTLD_NEXT, symbol). | jdp | 1997-08-02 | 3 | -8/+42 |
* | Use our copy of dlfcn.h, not the version in /usr/include, which may not | msmith | 1997-04-30 | 1 | -2/+2 |
* | Declare the constructor/destructor linker sets as extern rather than | jdp | 1997-04-09 | 1 | -3/+24 |
* | Fix an error in the previous revision that caused make world breakage. | jdp | 1997-04-02 | 1 | -1/+3 |
* | Simplified install rule. | bde | 1997-04-01 | 1 | -6/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Convert to mdoc format. | jdp | 1997-01-12 | 1 | -136/+152 |
* | Add definitions of RTLD_LAZY and RTLD_NOW. | jdp | 1997-01-12 | 1 | -0/+6 |
* | Set the "crt_ldso" member of the crt-to-ld.so interface structure. This | jdp | 1997-01-11 | 1 | -1/+2 |
* | Use ${COPY} instead of -C for installing non-source files. crt*.o | bde | 1997-01-01 | 1 | -2/+2 |
* | When linking with no rtld support, provide stub dl*() functions that | peter | 1996-12-28 | 1 | -1/+43 |
* | Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines | scrappy | 1996-10-08 | 1 | -2/+2 |
* | Remove garbage initcode reference so that 'gcc -Dlint ...' | steve | 1996-10-06 | 1 | -2/+1 |
* | Support crt0 <-> ld.so interface version 4. This should be both backwards | peter | 1996-10-01 | 1 | -5/+11 |
* | cmp -s || install -c --> install -C | peter | 1996-08-30 | 1 | -7/+5 |
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -6/+6 |
* | Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0 | jdp | 1996-02-20 | 1 | -14/+6 |
* | Back out the thread_init code in order to allow -current to bootstrap | nate | 1996-01-30 | 1 | -8/+0 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -1/+9 |
* | Check the count in the first word of __CTOR_LIST__ before executing | jdp | 1996-01-15 | 1 | -4/+12 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -3/+0 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -436/+0 |
* | Remove my locale hack. Sigh. | ache | 1995-11-02 | 2 | -14/+3 |
* | Clean up and make code (more) readable. | phk | 1995-10-29 | 2 | -111/+96 |
* | Fixed dependencies for scrt0.o. | bde | 1995-10-22 | 1 | -7/+14 |
* | -fomit-frame-pointer is becomming an increasingly popular optimization, | phk | 1995-10-20 | 1 | -2/+2 |
* | put the _getenv and _strncmp under #ifdef DEBUG, which is the only time | phk | 1995-10-18 | 1 | -1/+6 |