summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Better link ldconfig static instead dynamic.ats1994-04-131-2/+2
| |
* | Changed the Makefiles for catman and makewhatis that the output from theats1994-04-132-4/+4
| | | | | | | | sed goes into an obj dir, if it exists, instead of the src dir.
* | Add that /usr/X386/lib is also in the default path for ldconfig. Bug foundats1994-04-051-1/+3
| | | | | | | | | | by Satoshi Asami ( asami@cs.berkeley.edu ). Fixed also a minor typo problem.
* | Something bogus happened here; not sure what or how.jkh1994-03-231-0/+41
| | | | | | | | Fixed.
* | Make man the default owner, don't bother with sgid.jkh1994-03-191-2/+2
| |
* | Correct pre-installation target.jkh1994-03-192-2/+2
| |
* | Change group id to manjkh1994-03-181-0/+1
| |
* | Make man sgid bin, not sgid AND suid. There is no reason to make man suidjkh1994-03-161-1/+1
| | | | | | | | | | bin since all you need to do is make the cat dirs group owned and writable by bin - much less dangerous.
* | Due to the deletion of the gcc support from libc we need again theats1994-03-101-2/+2
| | | | | | | | | | -lgcc_pic library. rtld uses the udivd3 routine from it. Repeat the bug by simply compiling ld on current.
* | Document existance of -Zdg1994-03-092-2/+6
| |
* | New manpage compression support. Only one macro controls compressionjkh1994-03-059-67/+66
| | | | | | | | | | | | | | | | | | | | | | | | now, DO_COMPRESS. This controls whether or not catpages are compressed or not (on by default, since little else uses the catpages and those few things that do can always configure in a `zmore' in place of more or something, and saving space is more important, IMHO). Uncompression support is now on by default since that's the only way to support mixed-mode environments. If you don't like it, just don't compress your man pages and it won't be used! :-). Supports gzip. You can also compress the man pages themselves (or gzip them) now and it will work.
* | added the -C/-check again.phk1994-02-253-8/+35
| |
* | Alignment fix from John Dyson/David Greenmanrgrimes1994-02-202-4/+7
| |
* | Put this back - I was somehow under the erroneous impression that patch was injkh1994-02-173-23/+20
| | | | | | | | ports, until I saw the the commit messages, that is! :-) All changed backed out.
* | From Poul-Henning Kamp - Implement a -C option to verify the integrity ofjkh1994-02-173-11/+35
| | | | | | | | a patch before actually applying it.
* | Handling of the netzmagic flag was completely missing after the lastdg1994-02-171-2/+7
| | | | | | | | update. This completely broke support for all ZMAGIC a.out formats.
* | NetBSD -> FreeBSD (This is the FreeBSD version, not the NetBSD version :-)nate1994-02-141-2/+2
| |
* | I yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+=rgrimes1994-02-141-2/+2
| | | | | | | | | | so that you can bootstrap a 1.0.2 system. Please oh please no one but no one add any more #ifdef __FreeBSD__ stuff UNTIL 1.1 has SHIPPED!!!
* | A fast private malloc for ld.sojkh1994-02-131-0/+481
| |
OpenPOWER on IntegriCloud