summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* MFC: Install tmac.safer and msafer.7Andrey A. Chernov1999-07-311-5/+6
| | | | Notes: svn path=/stable/3/; revision=49312
* YACC: Add example.Sheldon Hearn1999-07-291-0/+14
| | | | Notes: svn path=/stable/3/; revision=49225
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-06-085-0/+68
| | | | Notes: svn path=/stable/3/; revision=47832
* MFC: Fixes from OpenBSD:Kris Kennaway1999-06-079-26/+46
| | | | | | | | | | | | Add $Id$ Removes temp file exploits in gzexe (predictable filenames) Fixes some typos Fixes a buffer overrun in gzip -S Don't prepend /usr/local/bin to path in scripts Correct location of /usr/share/misc/termcap Notes: svn path=/stable/3/; revision=47817
* Back out changes don't belong to the 3.x branch.Luoqi Chen1999-05-242-74/+15
| | | | Notes: svn path=/stable/3/; revision=47470
* Argh! forgot this:Dag-Erling Smørgrav1999-05-211-1/+1
| | | | | | | PR: conf/11747 Notes: svn path=/stable/3/; revision=47358
* MFC: upgrade to perl 5.00503Dag-Erling Smørgrav1999-05-211-2/+2
| | | | | | | Spotted-by: Ruslan Ermilov (ru@ucb.crimea.ua) Notes: svn path=/stable/3/; revision=47357
* Revert previous commit, since it caused problems.Dmitrij Tejblum1999-05-101-1/+1
| | | | | | | OKed by: wosch Notes: svn path=/stable/3/; revision=46933
* MFC: cvs-1.10 + FreeBSD mods preserved.Peter Wemm1999-05-101-2/+3
| | | | Notes: svn path=/stable/3/; revision=46897
* MFC: Install gdbserver and gdbreplay in the right place.Doug Rabson1999-05-082-2/+8
| | | | Notes: svn path=/stable/3/; revision=46691
* MFC: Import gdb-4.18Doug Rabson1999-05-0830-5377/+36
| | | | | | | Approved by: core Notes: svn path=/stable/3/; revision=46681
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-082-0/+256
| | | | Notes: svn path=/stable/3/; revision=46666
* MFC: Remove $Log garbage that was breaking folk.Mark Murray1999-05-053-36/+21
| | | | Notes: svn path=/stable/3/; revision=46522
* MFC: system Perl is now 5.00503!Mark Murray1999-05-058-127/+177
| | | | Notes: svn path=/stable/3/; revision=46513
* MFC: Correct SYNOPSIS.Guy Helmer1999-05-041-7/+5
| | | | | | | PR: docs/9658 Notes: svn path=/stable/3/; revision=46431
* MFC: Install uuxqt sgid uucp. Since "rnews" should not be executable forTorsten Blum1999-05-021-2/+2
| | | | | | | | | everyone (to prevent fake-postings) and modern Inn installs rnews as news.uucp and mode 4550 this is the only save way to allow uuxqt to process rnews batches. Notes: svn path=/stable/3/; revision=46336
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-0215-0/+2466
| | | | Notes: svn path=/stable/3/; revision=46329
* Report byte count in >2G archives correctlyPeter Wemm1999-04-292-2/+8
| | | | | | | | PR: 11389 Submitted by: Adrian Chadd <adrian@FreeBSD.org> Notes: svn path=/stable/3/; revision=46185
* MFC: fixup botched previous commit.Steve Price1999-04-011-2/+2
| | | | Notes: svn path=/stable/3/; revision=45236
* MFC: document -y/--bzip2/--bunzip2 flag.David E. O'Brien1999-03-291-1/+7
| | | | Notes: svn path=/stable/3/; revision=45111
* MFC: rev 1.16 add -y/--bzip2/--bunzip2 flag.David E. O'Brien1999-03-291-2/+14
| | | | Notes: svn path=/stable/3/; revision=45109
* MFC: defer expansion of $PATTERN to avoid picking up a value from theSteve Price1999-03-241-8/+7
| | | | | | | user's environment. Notes: svn path=/stable/3/; revision=44997
* Need to translate more .h to .ph then just /usr/include &Julian Elischer1999-03-181-2/+2
| | | | | | | | | | | | | | | /usr/include/sys. Specifically we need /usr/include/machine since "syslog.h" includes "machine/ansi.h". To be safe we translate all of /usr/include/* and /usr/include/*/*. sample error case: echo "require 'syslog.ph';" | /usr/bin/perl will fail when syslog.ph tries to include machine/ansi.ph Submitted by: Doug Ambrisko Notes: svn path=/stable/3/; revision=44865
* MFC rev 1.3 (for both files)David E. O'Brien1999-02-282-3/+1
| | | | Notes: svn path=/stable/3/; revision=44325
* MFC: Clean up and add perl locallandMark Murray1999-02-051-3/+2
| | | | | | | OK'ed by: jkh Notes: svn path=/stable/3/; revision=43660
* MFC: Drop outdated FreeBSD version number from test script.Robert Nordier1999-01-241-1/+1
| | | | Notes: svn path=/stable/3/; revision=43147
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2133-9084/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Fixed ifdef for libintl in previous commit (the location of libintl.a'sBruce Evans1999-01-201-7/+11
| | | | | | | | | | | | | | obj dir is only indirectly related to the location of libtxi.a's obj dir). Fixed about 3 style bugs in previous commit. Fixed my bug in rev.1.7. "../../Makefile.inc" worked as an alias for "../Makefile.inc" in some cases, but it gives endless recursion when there is an obj dir in one of the subdirs. Notes: svn path=/head/; revision=42877
* Fixed breakage of cross-compiling in previous commit. The installedBruce Evans1999-01-191-6/+4
| | | | | | | | | | | version of makeinfo must be used. The fix breaks bootstrapping of texinfo by a simple `make' in the texinfo directory -- `make world' must be used to bootstrap it if you don't know how to do it manually. Fixed at least 7 style bugs in previous commit. Notes: svn path=/head/; revision=42868
* Back out the last commit; it broke things.Mark Murray1999-01-173-12/+12
| | | | | | | | | NB! NB! NB! GUYS - the perl5 build is extremely nasty!! Please run all changes to it past me _before_ committing. There are some very subtle gotchas. Notes: svn path=/head/; revision=42745
* Remove BINFORMAT/a.out/elf default hackery, it's elf by default internallyPeter Wemm1999-01-161-17/+1
| | | | | | | and doesn't need to use this. Notes: svn path=/head/; revision=42731
* Typo: s/local/locale/ in LOCALEDIR.Peter Wemm1999-01-151-2/+2
| | | | | | | Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp> Notes: svn path=/head/; revision=42698
* fix optimize= settings - configpm understand only =' or =" as variablesAndrey A. Chernov1999-01-153-12/+12
| | | | | | | and treat any other stuff as comments Notes: svn path=/head/; revision=42684
* Fix some more turdage from the original ./configure.Mark Murray1999-01-143-18/+18
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=42667
* Update this area for Texinfo-3.12.Mark Murray1999-01-148-32/+62
| | | | | | | Submitted by: lkoeller@cc.fh-lippe.de Notes: svn path=/head/; revision=42665
* MF22 - allow dates to 2069Daniel O'Callaghan1999-01-131-7/+9
| | | | | | | Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl> Notes: svn path=/head/; revision=42616
* Allow --newer and friends to handle dates beyond 1999/12/31Daniel O'Callaghan1999-01-121-5/+10
| | | | Notes: svn path=/head/; revision=42593
* When doing a setuid script, the usual #!/usr/bin/perl detects it and execsPeter Wemm1999-01-121-1/+3
| | | | | | | | | /usr/bin/sperl5.00502 to implement it, so that name had better exist.. Reviewed by: markm (a while ago) Notes: svn path=/head/; revision=42562
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-095-13/+13
| | | | | | | | | | | than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules. The "clean" targets continue to remove ".so" files too, to deal with old systems. Notes: svn path=/head/; revision=42450
* Ignore return value for strip. Avoids make world going popNick Hibma1999-01-081-2/+2
| | | | | | | | | | | | | because of strip maybe_stripped strip: maybe_stripped: File format not recognized *** Error code 1 in I/usr/src/gnu/usr.bin/binutils/strip Notes: svn path=/head/; revision=42393
* Avoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused onlyBruce Evans1998-12-271-7/+15
| | | | | | | | non-problems for elf -- `ld -elf -O foo.tmp -x -r foo' apparently puts the result in a.out so it has essentially no effect. Notes: svn path=/head/; revision=42093
* Removed rotten, unused implicit rules. The ld -O in one might have beenBruce Evans1998-12-271-14/+1
| | | | | | | harmful if it were used. Notes: svn path=/head/; revision=42091
* Add support for building on MIPS based systems.Warner Losh1998-12-162-2/+16
| | | | Notes: svn path=/head/; revision=41849
* Add a reference to man(7).Joseph Koshy1998-12-031-0/+1
| | | | Notes: svn path=/head/; revision=41475
* Added reference to mdoc(7) and mdoc.samples(7) to the bottom ofMatthew Dillon1998-12-011-1/+3
| | | | | | | | man(1). The man manual page is the obvious first place that people who are trying to write manual pages look. Notes: svn path=/head/; revision=41436
* Use mmap for reading files. This is faster than read().Wolfram Schneider1998-11-141-2/+2
| | | | Notes: svn path=/head/; revision=41155
* Another instance where we default to elf only on alpha, but shouldWarner Losh1998-10-261-2/+2
| | | | | | | default to aout only on i386. Notes: svn path=/head/; revision=40663
* Fix paths. This sorts out the remaining p5-* port-creation hassles.Mark Murray1998-10-173-33/+33
| | | | Notes: svn path=/head/; revision=40468
* Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create theBruce Evans1998-10-161-12/+12
| | | | | | | | | | 6 headers up to 6 times concurrently. Debugged by Don Lewis (Don.Lewis@tsc.tdk.com). Fixed some disorder. Notes: svn path=/head/; revision=40457
* Properly install the *.h files in CORE and Config.pm where it wants to be.Mark Murray1998-10-151-1/+7
| | | | | | | | | This should fix a substantial number of broken p5-* ports. Tested-on: x11-toolkits/p5-Tk (Amongst others) Notes: svn path=/head/; revision=40400