aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-2/+2
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-3/+4
* Numerous Makefile fixes:Garrett Wollman1995-06-301-11/+30
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-272-4/+16
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Install the dlopen.3 manpage.Poul-Henning Kamp1995-03-301-2/+2
* Remove an unused variable.Poul-Henning Kamp1995-02-241-2/+1
* Install the header files.Jordan K. Hubbard1995-02-091-1/+3
* Add two parts of Mark's/Gary's dlopen() changes that I missed before.Jordan K. Hubbard1995-02-082-0/+244
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-072-9/+11
* Call reduced (8-bit only) startup_setlocale()Andrey A. Chernov1994-09-241-2/+3
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEAndrey A. Chernov1994-09-192-9/+5
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cAndrey A. Chernov1994-09-182-3/+12
* Remove dead code. gmon stuff is now done better in libc/gmon anBruce Evans1994-08-221-11/+3
* Make it work with new mmap syscall.Garrett Wollman1994-08-051-9/+9
* MAP_FILE is the default on mmap now, and is no longer defined justRodney W. Grimes1994-05-281-1/+8
* From Jordan via. Paul K.Nate Williams1994-03-092-5/+85
* Allow NetBSD (old style) shared binaries to work. Probably not theNate Williams1994-02-161-2/+2
* New dlopen, dlclose, etc al. For the new ld changes.Jordan K. Hubbard1994-02-131-145/+63
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultDavid Greenman1994-01-031-5/+5
* Adding embryonic C++ shared lib support (all tests positive so far).Jordan K. Hubbard1993-12-241-12/+16
* -r option incorrectly removed:Andrey A. Chernov1993-11-181-2/+2
* Removed all the ld -x -r stuff -- paranoia.Paul Richards1993-11-161-8/+9
* shlib update:Paul Richards1993-11-092-9/+8
* Removed install -d line since our install doesn't support the -dPaul Richards1993-11-071-2/+1
* Added shared libs support from NetBSD.Paul Richards1993-11-044-57/+403
* Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of theDavid Greenman1993-10-261-8/+0
* Added ${COPY} knob to the install commandsCharlie Root1993-07-031-1/+1
* Added some support the new err(3) routines needNate Williams1993-06-291-0/+12
* Upgrade to GCC 2.XPaul Richards1993-06-181-0/+5
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-125-0/+578