summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Simplify it using SRCDIRache1997-01-161-5/+3
|
* Remove mmalloc since we're now using phkmalloc. This is made possiblegj1997-01-1519-3044/+0
| | | | | | | | | by the -DNO_MMALLOC flag in gdb/Makefile. The one thing we lose by doing this, AFAIK, is the possibility of using mmap. Does anyone use that feature at all ? 2.2 candidate ?
* Changes required in directory libiberty to make gdb from the sources ingj1997-01-1520-7316/+20
| | | | | | | | /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* The files in gdb/elf are now grabbed from /usr/src/contrib/gdb/include/elf.gj1997-01-154-905/+0
| | | | | | | | This also applies to the last 2 commits for aout and coff. Oops ! This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* The files in gdb/coff are now grabbed from /usr/src/contrib/gdb/coff.gj1997-01-155-1785/+0
| | | | | | This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* The files in gdb/aout are now grabbed from /usr/src/contrib/gdb/aout.gj1997-01-158-1094/+0
| | | | | | This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the gdb directory for making gdbgj1997-01-15152-96851/+3320
| | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the doc directory for making the gdb infogj1997-01-1511-18078/+9
| | | | | | | | | | | | files using the texi sources in /usr/src/contrib/gdb/gdb/doc. I put a pointer to /usr/src/contrib/libreadline/doc into Makefile.inc in the hope that the appropriate files would be picked up. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the bfd directory for making gdbgj1997-01-1550-43235/+705
| | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the top-level directory for making gdbgj1997-01-156-843/+12
| | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* If a library is found in the hints file, but the library doesn't exist,jdp1997-01-141-0/+4
| | | | | | | | | ignore the hint. This is a straightforward fix, and it should go into 2.2 after a burn-in period of a few days. Noticed by: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14238-241/+241
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Back out previous fix. It was bogus.jkh1997-01-131-10/+4
|
* Install a dir file if one doesn't exist. This seems the most likelyjkh1997-01-131-3/+10
| | | | place to do it, I guess, and it's the utility which falls over without one.
* Sort cross references.wosch1997-01-135-14/+16
|
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.jdp1997-01-121-4/+3
|
* Don't conflict with INFODIR?=${SHAREDIR}/info from the system Makefilespeter1997-01-121-5/+5
|
* Make this (hopefully) build now. There was no dir entry.peter1997-01-121-2/+4
|
* Fix path to readline docs, since it's now in contribpeter1997-01-121-1/+1
|
* Correct typos and spelling errors.jdp1997-01-121-5/+5
|
* Add support for the LD_BIND_NOW environment variable. If it is set to ajdp1997-01-122-23/+54
| | | | | | | | | | | | | | | | | | | | | nonempty string, then function calls are relocated at program start-up rather than lazily. This variable is standard on Sun and SVR4 systems. The dlopen() function now supports both lazy and immediate binding, as determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or 2 (RTLD_NOW). I will add defines of these symbols to <dlfcn.h> as soon as I've done a little more checking to make sure they won't cause collisions or bootstrapping problems that would break "make world". The "LD_*" environment variables which alter dynamic linker behavior are now treated as unset if they are set to the empty string. This agrees with the standard SVR4 conventions for the dynamic linker. Add a work-around for programs compiled with certain buggy versions of crt0.o. The buggy versions failed to set the "crt_ldso" member of the interface structure. This caused certain error messages from the dynamic linker to begin with "(null)" instead of the pathname of the dynamic linker.
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerjdp1997-01-121-2/+2
| | | | | now treats empty "LD_*" environment variables as if they were unset, per the standard SVR4 conventions.
* Add support for the LD_BIND_NOW environment variable. If it is set to ajdp1997-01-122-2/+21
| | | | | | | | | | | nonempty string, then function calls are relocated at program start-up rather than lazily. This variable is standard on Sun and SVR4 systems. The dlopen() function now supports both lazy and immediate binding, as determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or 2 (RTLD_NOW). I will add defines of these symbols to <dlfcn.h> as soon as I've done a little more checking to make sure they won't cause collisions or bootstrapping problems that would break "make world".
* Changes to make ld demangle C++ symbol names before printingjmacd1997-01-117-1048/+94
| | | | | | error messages containing them. Reviewed by: Peter Wemm
* Same. This wasn't installed before either.jmacd1997-01-111-1/+3
|
* Same.jmacd1997-01-111-1/+5
|
* Same. This wasn't even in the old dir file.jmacd1997-01-111-1/+3
|
* Same.jmacd1997-01-112-1/+2
|
* Same deal.jmacd1997-01-111-0/+2
|
* Same deal.jmacd1997-01-111-1/+5
|
* Same thing.jmacd1997-01-111-0/+2
|
* Forgot a TAB.jmacd1997-01-111-1/+1
|
* Same thing.jmacd1997-01-111-0/+3
|
* Getting tired of writing same thing.jmacd1997-01-111-0/+2
|
* Add the missing annotations.jmacd1997-01-111-1/+6
|
* Clearing out the old stuff, its all in contrib now.jmacd1997-01-1178-48330/+95
|
* For "ldd -v", print shared object dependencies that were specified asjdp1997-01-101-3/+6
| | | | | pathnames (rather than as "-lfoo") correctly. Closes PR bin/2404.
* Fix some file descriptor leaks. Closes PR# 2392.mpp1997-01-092-12/+16
| | | | 2.2 candidate.
* Typo, "%d" -> "%s". This caused tar to print things likeasami1997-01-071-1/+1
| | | | tar: Can't change to directory 282656 : No such file or directory
* Remove bogus redeclaration of setenv().jkh1997-01-071-2/+4
| | | | Fixes make world failure #3 for today (part of an ongoing series).
* Fix bogosity with gdb documentation path.jkh1997-01-071-1/+1
| | | | Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
* Use ${COPY} instead of -C for installing non-source files. crt*.obde1997-01-011-2/+2
| | | | | should be installed using the same flag as libraries, but ${COPY} is currently used for libraries.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-016-11/+11
|
* Fix spelling error in manpage.swallace1996-12-261-2/+2
|
* Remove a couple of private malloc() implementations, one of whichphk1996-12-236-1033/+4
| | | | was unused afterall.
* Even more buffer overflow fixesache1996-12-192-51/+52
| | | | | | | | | | Change CATMODE to 0644, because group man not used Add immutable sbit to man binary, so if user even got man uid, he can't replace man binary with fake one Should go to 2.2 Submitted by: Marc Slemko <marcs@znep.com> with small editing by me
* Fix many buffer overflows, sprintf -> snprintfache1996-12-181-27/+25
| | | | | | Fix manpath dirs count overflow Should be in 2.2
* Fix my popen fix: conditionalize saving/restoring of euidache1996-12-181-12/+18
| | | | Should be in 2.2
* Drop man priveledges before popen and restore them after it, becauseache1996-12-181-0/+12
| | | | | | it is possible to execute system command from f.e groff Should be in 2.2
* Correct some xrefs/mlinks.mpp1996-12-141-3/+3
|
OpenPOWER on IntegriCloud