summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate conf.h with configure script from original package.wollman1994-08-051-8/+9
|
* Need -lcompat to link under 2.0.wollman1994-08-052-2/+2
|
* Use __GNU_P not __P.wollman1994-08-041-5/+5
|
* This commit was generated by cvs2svn to compensate for changes in r1823,phk1994-08-02171-0/+307568
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Here comes the right import of gcc-2.6.0.phk1994-08-02171-0/+307568
| |
* | Here comes the right import of gcc-2.6.0.phk1994-08-021-0/+12
| |
* | Add Chris Demetriou's --unlink changes.jkh1994-06-283-0/+40
| | | | | | | | | | | | I know that I said earlier that this should be unconditional behaviour, but I thought about it a little more and concluded that the principle of least surprise dictates that I make it an option.
* | Fix serious off by one error for FreeBSD keyword, this has been drivingrgrimes1994-06-221-3/+8
| | | | | | | | me nuts as it was on by default and that is NOT what I wanted.
* | Remove reference to the ld.so man page - ain't no such animal.jkh1994-06-171-1/+0
| | | | | | | | Reported by John Lind.
* | Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-1519-891/+933
| | | | | | | | | | | | | | | | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes.
* | Make gzip static by default. This is needed because it's such ajkh1994-06-151-0/+1
| | | | | | | | frequent companion to tar.
* | Make tar static by default. Don't scream, you'll thank me for thisjkh1994-06-151-0/+1
| | | | | | | | someday.
* | correct location of corefile data segmentadam1994-06-151-1/+2
| |
* | Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>csgr1994-06-141-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Paul Kranenburg's description: ld is in error here, assuming that symbols with N_EXT set always have an entry in the (global) symbol table: this is not the case for C++ generated constructor/destructor symbols. I can reproduce your failure by fudging a "multiply defined" constructor symbol by hand. Checking for `g == NULL' seems to be a ok as a fence for now. So: for now, in do_file_warnings() we check if g == NULL, before trying to generate any warning messages. This prevents a NULL pointer dereference.
* | Add LIBREADLINE and LIBTERM to DPADDache1994-06-142-0/+2
| |
* | Clean up small error in the ncvs code that was causing rcs co to bergrimes1994-06-142-4/+8
| | | | | | | | | | | | | | | | called with -K-Keoptions -Kioptions. This should fix the problem with $Id$ still getting changed. I am also install both ncvs and ocvs on freefall with this change as ocvs still had the bug with -I \! which I fixed but did not reinstall.
* | Remove PAGE_SIZE redifinition (from param.h)ache1994-06-131-1/+0
| |
* | Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefilepaul1994-06-112-2/+0
| |
* | Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefilepaul1994-06-111-1/+1
| |
* | Added kgdb subdir.paul1994-06-101-2/+2
| |
* | Two files I "lost" the first time.paul1994-06-102-166/+224
| | | | | | | | GDB4:
* | GDB-4.12 from ports with support for shlibs but not the kernel.paul1994-06-10258-0/+164071
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well.
* | Make these Makefiles work properly when NOMAN is defined.csgr1994-06-052-0/+8
| | | | | | | | (I wish they just used bsd.prog.mk)
* | Manual pages are now installed via the bsd.man.mk macro, since thecsgr1994-06-052-15/+24
| | | | | | | | | | existing arrangement in this makefile doesn't allow for compressed manual pages.
* | Add the -r and -s flags to the Usage string.ats1994-06-051-2/+2
| |
* | Call fpsetmask(3) so awk doesn't dump core on FP exceptions.alm1994-05-3132-4728/+8458
| | | | | | | | Upgrade to version 2.15.5
* | Turn globbing on when a section number is specified, this makes things workcsgr1994-05-281-1/+1
| | | | | | | | properly when /usr/share/man/man?/ contain gzipped unformatted pages.
* | Got this fix from think.com:rgrimes1994-05-262-2/+6
| | | | | | | | | | | | | | | | The following two patches should allow the documented "-I !" option to skip the ignore lists and import/update all files in the directory. I need it to force certain files to import (ie, csh.a which is part of the csh documentation).
* | Got this from think.com, nice patch to add Index: lines to cvs diff outputrgrimes1994-05-241-2/+24
| | | | | | | | | | so you can put it right into patch. Patch by Brian Berliner.
* | Enhancements to use now -K option to rcs so that certain keywords arergrimes1994-05-247-0/+50
| | | | | | | | | | | | NOT touched by cvs. Only takes effect if -DFREEBSD_DEVELOPER, and installs as ncvs when this is defined. You must also have the changes to rcs for this to work.
* | Fix catman to produce zipped cats, like man does.ache1994-05-231-5/+7
| | | | | | | | In other (old) case we have both kind of cats at once.
* | Stop toasting folks' /etc/manpath.config files.jkh1994-05-171-1/+1
| |
* | Add X11R6 to manpath in preprataion for XFree86 3.0.rich1994-05-171-1/+3
| |
* | To truely have the OLD behavior of RCS by default make the expansionrgrimes1994-05-151-3/+10
| | | | | | | | | | of $FreeBSD$ false by default. This should keep them out of the pre 2.x repository. (Or at least make them useless in it).
* | Add -K option to pass keywordlists to rcs so we can disable and enablergrimes1994-05-144-11/+46
| | | | | | | | specific keyword expansion on cvs co and cvs patch commands.
* | No longer use FSYNC_ALL by default, we do not have the stability problemsrgrimes1994-05-141-1/+1
| | | | | | | | | | with the system as we once did. This should greatly increase the speed of rcs and therefore cvs.
* | Add new option -K from David Dawes that allows you to turn on and offrgrimes1994-05-145-9/+79
| | | | | | | | | | specific keyword substitution during a rcs co command. Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
* | If you want no manual pages so NOMAN=, not MAN1=NOMAN!rgrimes1994-05-121-1/+1
| |
* | typo.phk1994-05-121-2/+5
| |
* | made -v produce tip-revision, which was what I wanted in the first place...phk1994-05-122-5/+9
| |
* | Added -v option to rlog. This gives a quick way to get a list of versions.phk1994-05-112-4/+25
| |
* | Remove readline copy, now gdb use gnu lib tree libreadlineache1994-05-091-9/+6
| |
* | Add GNU regex.halm1994-05-062-2/+495
| |
* | added ptxalm1994-05-061-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r1457,alm1994-05-0641-0/+7378
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * ptx: permuted index generatoralm1994-05-0641-0/+7378
| |
| * This commit was manufactured by cvs2svn to create branch 'gnu'.cvs2svn1993-11-08123-0/+55636
| |
* | Use correct stack segment with corefiles.adam1994-05-041-0/+3
| |
* | Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-1/+1
| |
* | Change the private declarations from dlopen,dlclose,dlsym,dlctlats1994-04-131-10/+10
| | | | | | | | | | | | to public. These functions are also used in /usr/include/link.h, so it looks, like they shouldn't be private. I will ask Paul about that, if this is correct.
OpenPOWER on IntegriCloud