aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/link_aout.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Repo copy link.h to sys/link_elf.h and sys/link_aout.h since they arePeter Wemm2002-08-221-33/+3
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-8/+7
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* Update the prototype for "r_brk" to correspond with the change inJohn Polstra2000-09-181-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Add GDB support for ELF shared libs.Doug Rabson1998-05-231-1/+30
* Implement dladdr.John Polstra1998-02-061-1/+8
* Move nlist related defines from link.h into nlist.h. Clean upJohn Polstra1997-12-061-14/+3
* Remove the prototypes for dlopen and related functions. They don'tJohn Polstra1997-11-281-10/+1
* const correctness for dl*()Brian Somers1997-11-221-8/+8
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-021-1/+3
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-071-4/+1
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-05-071-1/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed the wrong include file for a "prototype mismatch" error betweenMarc G. Fournier1996-10-081-3/+3
* dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,Marc G. Fournier1996-10-071-3/+3
* Add support for storing a -R path in ld in the section dispatch table,Peter Wemm1996-10-011-2/+5
* Fix a bunch of spelling errors in the comment fieldsMike Pritchard1996-01-301-4/+4
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-271-6/+14
* Weak symbol support from NetBSD. This should bring us in sync with theNate Williams1995-03-041-5/+10
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-071-8/+3
* This is the new link.h from Paul K. Keeping history is even probably a badJordan K. Hubbard1994-02-131-89/+144
* Added link.h for shared libs.Paul Richards1993-11-031-0/+234