summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-16312-319/+387
| | | | | | | 'RELENG_3_1_0_RELEASE'. This commit was manufactured to restore the state of the 3.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0cvs2svn1999-02-163-432/+0
| | | | | | | | 'RELENG_3_1_0_RELEASE'. Notes: svn path=/stable/3/; revision=44076 svn path=/release/3.1.0/; revision=44077; tag=release/3.1.0
* 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-2132-8982/+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-093-7/+7
| | | | | | | | | | | 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
* 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
* Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.Bruce Evans1998-10-153-9/+7
| | | | | | | | | | They may belong in /usr/libexec/{aout,elf}, but objformat doesn't support that. Fixed bogus `?=' assignments for BINDIR. Notes: svn path=/head/; revision=40391
* Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.Peter Wemm1998-10-151-1/+7
| | | | Notes: svn path=/head/; revision=40365
* Damn - dirname(1) is not available this early. Work-around.Mark Murray1998-10-121-5/+3
| | | | Notes: svn path=/head/; revision=40248
* Very substantial debug/improvement of the FreeBSD/Perl5 build.Mark Murray1998-10-117-361/+166
| | | | | | | | | | | | | | | | | o make install ; make install now works o make all ; make all is quiet the second time o Dependancies are properliy debugged; this means that make -jN has a far hihjer likelyhood of working. o a proper 'link farm' has been constructed for the build. This dramatically simplifies the dependancy tangle. o for perldoc's use, all the .pod files are installed. o the man3 docs are properly compressed. o the man pages and libary code are installed by the makefiles, not by a perl script. o at the end, h2ph is run. Notes: svn path=/head/; revision=40232
* Fixed searching for section "1aout" man pages. Section numbers must beBruce Evans1998-10-101-1/+1
| | | | | | | single digits or in the section list. Notes: svn path=/head/; revision=40177
* Replace use of non-standard ld -O with a ld -o / mv combination as usedPeter Wemm1998-10-061-7/+13
| | | | | | | | | elsewhere in the tree. Binutils doesn't support the -O hack^H^H^H^H extension. (actually, it ignores it for option compatability with some other OS). Notes: svn path=/head/; revision=39998
* Don't build the info pages for the old assembler. Instead, buildJohn Polstra1998-10-036-5005/+91
| | | | | | | and install the info pages for the new assembler and linker. Notes: svn path=/head/; revision=39909
* space/tab problemAndrey A. Chernov1998-10-021-2/+2
| | | | Notes: svn path=/head/; revision=39893
* Add documentation for tree functions.Jordan K. Hubbard1998-10-021-5/+79
| | | | | | | Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=39889
* Install z*grep manpagesDavid E. O'Brien1998-10-021-1/+2
| | | | Notes: svn path=/head/; revision=39886
* add /usr/share/perl/manAndrey A. Chernov1998-10-021-1/+2
| | | | Notes: svn path=/head/; revision=39878
* Allow NOSUIDPERL to DTRT.Mark Murray1998-09-301-2/+6
| | | | Notes: svn path=/head/; revision=39835
* Add missing free()Jordan K. Hubbard1998-09-301-3/+1
| | | | | | | Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=39817
* Fix the shared library configuration stuff.Mark Murray1998-09-293-15/+15
| | | | | | | Noticed by: Ollivier Robert Notes: svn path=/head/; revision=39776
* Teach this code about the new tree functionality of libdialog.Jordan K. Hubbard1998-09-283-1/+105
| | | | | | | Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=39717
* Repairs to make the ports system work again. Currently, the portsMark Murray1998-09-265-43/+42
| | | | | | | | | | are installed in the same place as on 2.2.*; this will almost certainly change in the future. While I'm here, finish off the shared library brouhaha with miniperl. Notes: svn path=/head/; revision=39688
* Part #2 (final) of suidperl repair.Mark Murray1998-09-243-12/+12
| | | | Notes: svn path=/head/; revision=39630
* More make cleanups.Mark Murray1998-09-233-7/+6
| | | | | | | | | | | | | | | 1) Part of the NOSHARED fix; I messed this up and managed to get perl installed without being linked to the shared library libperl.so. This broke Perl in ELF when linking in shared objects. 2) Start of a cleanup of the man3 page location. This will (eventually) allow for a the ports to put their pages in the "normal" ${PREFIX}- based location. 3) Nuke cruft. Notes: svn path=/head/; revision=39585
* Big cleanup of the perl build.Mark Murray1998-09-228-151/+157
| | | | | | | | | | | | | | | | 1) Inspired by JB's finding of a hardcoded /usr/bin/ranlib in the config files, these have been properly cleaned up and have been personalised for FreeBSD, not MarkM. 2) Inspired by Peter, copying of the lib/ext etc dirs has been replaced by a link farm. 3) Common code has been moved to a higher-level Makefile.inc. This has been tested with a make -j8. Notes: svn path=/head/; revision=39561
* Change rst0 into rsa0 in the man page too. Correct the spelling ofOllivier Robert1998-09-221-10/+10
| | | | | | | | | POSIXLY_CORRECT while I'm here. Pointed out by: Andreas Klemm Notes: svn path=/head/; revision=39557
* The default tape device should be /dev/rsa0 for CAM.Ollivier Robert1998-09-211-1/+1
| | | | Notes: svn path=/head/; revision=39546
* I danced with the devil and found the needle in the haystack!John Birrell1998-09-213-3/+3
| | | | | | | | | | Remove the /usr/bin path to ranlib and just let the build environment set the path. Running an aout version of ranlib on an elf library is something we'd prefer not to do. I'm surprised that the build didn't spit any errors when it did this. Shrug. Notes: svn path=/head/; revision=39540
* Supply correct type widths etc. for alpha.Doug Rabson1998-09-161-13/+13
| | | | Notes: svn path=/head/; revision=39374
* Generalise the build a bit more.Mark Murray1998-09-168-14/+600
| | | | | | | | | | | | | | 1) Fix up the NOSHARED stuff (bde) 2) Accomodate CFLAGS (vanilla) 3) Provide separate files for i386 and alpha (Doug Rabson) In case 3, the supplied files were corrupted, but the concepts sound enough, so I just copied what exists into config.SH-{elf|aout}.{i386|alpha}. Alpha team, go ahead and do what is necessary on config.SH-elf.alpha. :-) Notes: svn path=/head/; revision=39367
* Fix GDB so that it can handle ELF core dumps.John Polstra1998-09-149-15/+97
| | | | Notes: svn path=/head/; revision=39199