| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Numerous Makefile fixes: | Garrett Wollman | 1995-06-30 | 1 | -11/+30 |
| * | Change ld.so to correctly load dependant libraries for dlopen and unload them | Doug Rabson | 1995-06-27 | 2 | -4/+16 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Install the dlopen.3 manpage. | Poul-Henning Kamp | 1995-03-30 | 1 | -2/+2 |
| * | Remove an unused variable. | Poul-Henning Kamp | 1995-02-24 | 1 | -2/+1 |
| * | Install the header files. | Jordan K. Hubbard | 1995-02-09 | 1 | -1/+3 |
| * | Add two parts of Mark's/Gary's dlopen() changes that I missed before. | Jordan K. Hubbard | 1995-02-08 | 2 | -0/+244 |
| * | Support for more Sun compatible dlopen() and friends. Also added proper error | Jordan K. Hubbard | 1995-02-07 | 2 | -9/+11 |
| * | Call reduced (8-bit only) startup_setlocale() | Andrey A. Chernov | 1994-09-24 | 1 | -2/+3 |
| * | Change level of setlocale hack enabling from compile option STARTUP_LOCALE | Andrey A. Chernov | 1994-09-19 | 2 | -9/+5 |
| * | Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c | Andrey A. Chernov | 1994-09-18 | 2 | -3/+12 |
| * | Remove dead code. gmon stuff is now done better in libc/gmon an | Bruce Evans | 1994-08-22 | 1 | -11/+3 |
| * | Make it work with new mmap syscall. | Garrett Wollman | 1994-08-05 | 1 | -9/+9 |
| * | MAP_FILE is the default on mmap now, and is no longer defined just | Rodney W. Grimes | 1994-05-28 | 1 | -1/+8 |
| * | From Jordan via. Paul K. | Nate Williams | 1994-03-09 | 2 | -5/+85 |
| * | Allow NetBSD (old style) shared binaries to work. Probably not the | Nate Williams | 1994-02-16 | 1 | -2/+2 |
| * | New dlopen, dlclose, etc al. For the new ld changes. | Jordan K. Hubbard | 1994-02-13 | 1 | -145/+63 |
| * | Implemented 'QMAGIC' a.out format correctly, and changed the default | David Greenman | 1994-01-03 | 1 | -5/+5 |
| * | Adding embryonic C++ shared lib support (all tests positive so far). | Jordan K. Hubbard | 1993-12-24 | 1 | -12/+16 |
| * | -r option incorrectly removed: | Andrey A. Chernov | 1993-11-18 | 1 | -2/+2 |
| * | Removed all the ld -x -r stuff -- paranoia. | Paul Richards | 1993-11-16 | 1 | -8/+9 |
| * | shlib update: | Paul Richards | 1993-11-09 | 2 | -9/+8 |
| * | Removed install -d line since our install doesn't support the -d | Paul Richards | 1993-11-07 | 1 | -2/+1 |
| * | Added shared libs support from NetBSD. | Paul Richards | 1993-11-04 | 4 | -57/+403 |
| * | Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of the | David Greenman | 1993-10-26 | 1 | -8/+0 |
| * | Added ${COPY} knob to the install commands | Charlie Root | 1993-07-03 | 1 | -1/+1 |
| * | Added some support the new err(3) routines need | Nate Williams | 1993-06-29 | 1 | -0/+12 |
| * | Upgrade to GCC 2.X | Paul Richards | 1993-06-18 | 1 | -0/+5 |
| * | Initial import, 0.1 + pk 0.2.4-B1 | Rodney W. Grimes | 1993-06-12 | 5 | -0/+578 |