| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+14 |
| |\ |
|
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 6 | -0/+282 |
| | |\
| |/
|/| |
|
| * | | All FreeBSD platforms are elf: move i386-elf to i386 | Ed Maste | 2015-05-19 | 5 | -0/+269 |
| |/ |
|
| * | Remnant code (broken, unhooked) from a.out which I missed. | Tom Rhodes | 2005-01-11 | 3 | -527/+0 |
| * | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 1 | -1/+1 |
| * | Do not use __progname directly (except in [gs]etprogname(3)). | Mark Murray | 2002-03-29 | 2 | -6/+9 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Fixed type mismatches in args to __syscall(). One for mmap() broke on | Bruce Evans | 1998-12-27 | 1 | -5/+5 |
| * | Avoid using ld -O (as in bsd.lib.mk). | Bruce Evans | 1998-12-27 | 1 | -7/+16 |
| * | Fixed double slashes in pathnames. | Bruce Evans | 1998-05-31 | 1 | -2/+2 |
| * | ELF preparation step 2: | Søren Schmidt | 1998-05-26 | 1 | -2/+2 |
| * | Remove the include of <dlfcn.h> from crt0.c; it is not needed now | John Polstra | 1998-02-11 | 3 | -79/+3 |
| * | Move the trampolines for dlopen and related functions from crt0.o | John Polstra | 1998-02-09 | 4 | -481/+18 |
| * | Implement dladdr. | John Polstra | 1998-02-06 | 4 | -13/+169 |
| * | ${TARGET} -> ${.TARGET} | Eivind Eklund | 1998-01-12 | 1 | -2/+2 |
| * | const correctness for dl*() | Brian Somers | 1997-11-22 | 3 | -15/+15 |
| * | Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv | Satoshi Asami | 1997-10-11 | 1 | -11/+6 |
| * | Sort cross refereces in section SEE ALSO. | Wolfram Schneider | 1997-09-29 | 1 | -2/+3 |
| * | Implement dlsym(RTLD_NEXT, symbol). | John Polstra | 1997-08-02 | 3 | -8/+42 |
| * | Use our copy of dlfcn.h, not the version in /usr/include, which may not | Mike Smith | 1997-04-30 | 1 | -2/+2 |
| * | Declare the constructor/destructor linker sets as extern rather than | John Polstra | 1997-04-09 | 1 | -3/+24 |
| * | Fix an error in the previous revision that caused make world breakage. | John Polstra | 1997-04-02 | 1 | -1/+3 |
| * | Simplified install rule. | Bruce Evans | 1997-04-01 | 1 | -6/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
| * | Convert to mdoc format. | John Polstra | 1997-01-12 | 1 | -136/+152 |
| * | Add definitions of RTLD_LAZY and RTLD_NOW. | John Polstra | 1997-01-12 | 1 | -0/+6 |
| * | Set the "crt_ldso" member of the crt-to-ld.so interface structure. This | John Polstra | 1997-01-11 | 1 | -1/+2 |
| * | Use ${COPY} instead of -C for installing non-source files. crt*.o | Bruce Evans | 1997-01-01 | 1 | -2/+2 |
| * | When linking with no rtld support, provide stub dl*() functions that | Peter Wemm | 1996-12-28 | 1 | -1/+43 |
| * | Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines | Marc G. Fournier | 1996-10-08 | 1 | -2/+2 |
| * | Remove garbage initcode reference so that 'gcc -Dlint ...' | Steve Price | 1996-10-06 | 1 | -2/+1 |
| * | Support crt0 <-> ld.so interface version 4. This should be both backwards | Peter Wemm | 1996-10-01 | 1 | -5/+11 |
| * | cmp -s || install -c --> install -C | Peter Wemm | 1996-08-30 | 1 | -7/+5 |
| * | ``mv'' -> ``mv -f'' | Wolfram Schneider | 1996-05-07 | 1 | -6/+6 |
| * | Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0 | John Polstra | 1996-02-20 | 1 | -14/+6 |
| * | Back out the thread_init code in order to allow -current to bootstrap | Nate Williams | 1996-01-30 | 1 | -8/+0 |
| * | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 1 | -1/+9 |
| * | Check the count in the first word of __CTOR_LIST__ before executing | John Polstra | 1996-01-15 | 1 | -4/+12 |
| * | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 1 | -3/+0 |
| * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 2 | -436/+0 |
| * | Remove my locale hack. Sigh. | Andrey A. Chernov | 1995-11-02 | 2 | -14/+3 |
| * | Clean up and make code (more) readable. | Poul-Henning Kamp | 1995-10-29 | 2 | -111/+96 |
| * | Fixed dependencies for scrt0.o. | Bruce Evans | 1995-10-22 | 1 | -7/+14 |
| * | -fomit-frame-pointer is becomming an increasingly popular optimization, | Poul-Henning Kamp | 1995-10-20 | 1 | -2/+2 |
| * | put the _getenv and _strncmp under #ifdef DEBUG, which is the only time | Poul-Henning Kamp | 1995-10-18 | 1 | -1/+6 |
| * | Create a scrt0.o file that specifically excludes the shared-lib support. | David Greenman | 1995-10-18 | 1 | -6/+11 |
| * | Fixup the "ld.so failed" message for the case when ld.so finds undefined | Nate Williams | 1995-09-27 | 1 | -5/+16 |
| * | Install source files with the -c flag, not with the optional flag ${COPY}. | Bruce Evans | 1995-08-06 | 1 | -2/+2 |
| * | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-08-06 | 1 | -3/+4 |