summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* MFC: {rev 1.16} fix description of the `-C' option.Joseph Koshy1998-07-201-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=37765
* This file is an ancient junk. Now Makefile will pick up newer version inDmitrij Tejblum1998-07-161-975/+0
| | | | | | | contrib/gcc. Notes: svn path=/stable/2.2/; revision=37709
* Remove all traces of BINFORMAT here. It is not meaningful in 2.2 nor willJordan K. Hubbard1998-07-082-27/+5
| | | | | | | it ever be meaningful in 2.2. Notes: svn path=/stable/2.2/; revision=37507
* MFC: ifdef cleanup.Jordan K. Hubbard1998-05-291-4/+7
| | | | Notes: svn path=/stable/2.2/; revision=36458
* MFC: don't delete man pages with colons in their nameDag-Erling Smørgrav1998-05-011-3/+3
| | | | | | | | PR: bin/5439 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at Notes: svn path=/stable/2.2/; revision=35581
* Merge from main branch 1.5 -> 1.6: Fix forward referenced linker sets.John Polstra1998-04-211-2/+18
| | | | Notes: svn path=/stable/2.2/; revision=35367
* YAMFC (1.10-1.11: don't generate neqn at install time, etc.)Bruce Evans1998-04-201-15/+14
| | | | | | | | Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330 Notes: svn path=/stable/2.2/; revision=35342
* Eliminate compiler warnings. I modified the submitted patch aJohn Polstra1998-04-191-25/+25
| | | | | | | | | | | | | little, primarily by changing the white space. This aligns the fix with changes that have already been made in -current, and will simplify future merges from the main branch. PR: bin/6328 Reviewed by: jdp Submitted by: clkao@heaven.pamud.net (Chia-liang Kao) Notes: svn path=/stable/2.2/; revision=35316
* YAMFC (1.15: don't generate files at install time, etc.).Bruce Evans1998-04-191-24/+23
| | | | | | | | Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330 Notes: svn path=/stable/2.2/; revision=35291
* Merge from main branch 1.8 -> 1.9: Add "fildll" and "fistpll" mnemonics.John Polstra1998-04-121-1/+3
| | | | Notes: svn path=/stable/2.2/; revision=35162
* Merge cvs from HEAD (contrib/cvs is in a seperate commit)Peter Wemm1998-04-059-100/+113
| | | | Notes: svn path=/stable/2.2/; revision=35037
* MFC: don't compile sperl in NOSUIDPERL definedDima Ruban1998-04-011-2/+5
| | | | Notes: svn path=/stable/2.2/; revision=34991
* MFC rev 1.9David E. O'Brien1998-03-181-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=34657
* MFC: mktemp -> mkstempGuido van Rooij1998-03-121-6/+13
| | | | Notes: svn path=/stable/2.2/; revision=34524
* Add /usr/bin/CC for C++.David E. O'Brien1998-03-081-2/+2
| | | | | | | 2.2.6 commit OK'ed by: jkh Notes: svn path=/stable/2.2/; revision=34329
* MFC: open tempfiles with O_EXCLGuido van Rooij1998-03-061-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=34137
* MFC: correct casts.Jordan K. Hubbard1998-03-032-8/+8
| | | | Notes: svn path=/stable/2.2/; revision=34011
* MFC: style nits.Jordan K. Hubbard1998-03-034-11/+11
| | | | Notes: svn path=/stable/2.2/; revision=34010
* MFC: install new man pages and use canonical permissions.Jordan K. Hubbard1998-03-036-27/+25
| | | | Notes: svn path=/stable/2.2/; revision=34009
* MFC: style nits.Jordan K. Hubbard1998-03-031-2/+4
| | | | Notes: svn path=/stable/2.2/; revision=34008
* Adjust initstate() prototype.Jordan K. Hubbard1998-03-011-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33958
* MFC: cast ctype macro args to unsigned char.Jordan K. Hubbard1998-02-161-14/+14
| | | | Notes: svn path=/stable/2.2/; revision=33431
* MFC: eliminate support category, use proper email addrs.Jordan K. Hubbard1998-02-164-6/+7
| | | | Notes: svn path=/stable/2.2/; revision=33430
* MFC: misc doc tweaks with very little visual effect (but I'm sureJordan K. Hubbard1998-02-161-1/+3
| | | | | | | they're there for a reason! :). Notes: svn path=/stable/2.2/; revision=33429
* MFC: ' is a special character when the first character on a line.Steve Price1998-02-151-3/+3
| | | | | | | | PR: 5754 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/stable/2.2/; revision=33406
* MFC: security tweak, support for -T and -B flags.Jordan K. Hubbard1998-02-155-9/+74
| | | | Notes: svn path=/stable/2.2/; revision=33403
* MFC: spelling corrections, deobfuscation.Jordan K. Hubbard1998-02-156-43/+27
| | | | Notes: svn path=/stable/2.2/; revision=33402
* MFC: selected security fixes.Jordan K. Hubbard1998-02-155-14/+6
| | | | Notes: svn path=/stable/2.2/; revision=33401
* MFC: doc tweak.Jordan K. Hubbard1998-02-151-4/+2
| | | | Notes: svn path=/stable/2.2/; revision=33400
* MFC: Add extended opcodes for a variety of x86 processors.Jordan K. Hubbard1998-02-152-3/+47
| | | | Notes: svn path=/stable/2.2/; revision=33399
* MFC: allow perl compilation to be conditionalized.Jordan K. Hubbard1998-02-151-2/+6
| | | | Notes: svn path=/stable/2.2/; revision=33398
* PR: 4385, 5283Daniel O'Callaghan1998-02-047-39/+94
| | | | | | | | | Reviewed by: Alex Nash Submitted by: Peter Hawkins and Robert Eckardt Merge from HEAD - fix --norecurse, document time formats, as CEST Notes: svn path=/stable/2.2/; revision=33075
* Merge from main branch 1.11 -> 1.12: bug fix for "#pragma weak foo=bar".John Polstra1998-01-281-1/+2
| | | | Notes: svn path=/stable/2.2/; revision=32854
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-01-261-0/+20
| | | | Notes: svn path=/stable/2.2/; revision=32804
* MFC: PATCH_INDEX_FIRST environment variableAndrey A. Chernov1998-01-222-4/+16
| | | | Notes: svn path=/stable/2.2/; revision=32699
* MFC: -I, --index-first option to emulate FreeBSD hackAndrey A. Chernov1998-01-213-12/+113
| | | | Notes: svn path=/stable/2.2/; revision=32682
* Back out rev1.5 change, Index: precedence restored to historycal behaviourAndrey A. Chernov1998-01-111-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=32445
* Sync with main branch.John Polstra1998-01-101-47/+88
| | | | Notes: svn path=/stable/2.2/; revision=32401
* MFC: ctype and Index over +++/--- precedenceAndrey A. Chernov1998-01-031-28/+116
| | | | Notes: svn path=/stable/2.2/; revision=32225
* MFC: gzip.c rev 1.8 Check argument filename length before copying.Wolfram Schneider1997-12-292-2/+11
| | | | | | | inflate.c rev 1.7 Fix NULL pointer reference. Notes: svn path=/stable/2.2/; revision=32105
* Use consistent spelling,Tim Vanderhoek1997-12-252-4/+4
| | | | | | | | | | | writeable -> writable (recall prior debate over this? :-) initialise -> initialize recognise -> recognize Merry Christmas! :) Notes: svn path=/stable/2.2/; revision=31989
* MFC: -R support for ports collection.Jordan K. Hubbard1997-12-252-13/+27
| | | | Notes: svn path=/stable/2.2/; revision=31988
* Merge rev 1.6: fix whitespaces in patternWolfram Schneider1997-12-081-27/+26
| | | | | | | PR: 5211 Notes: svn path=/stable/2.2/; revision=31630
* MFC: Use the manpath.[ch] files from the manpath directory.Steve Price1997-11-304-28/+2
| | | | Notes: svn path=/stable/2.2/; revision=31463
* MFC: remove this copy of manpath.c and use the other in ../man.Steve Price1997-11-302-520/+2
| | | | | | | Suggested by: Bruce Evans Notes: svn path=/stable/2.2/; revision=31459
* MFC: call gripe_reading_mp_config with the required args.Steve Price1997-11-302-4/+4
| | | | | | | | PR: 3894 Submitted by: Stephen Clawson <scalwson@marker.cs.utah.edu> Notes: svn path=/stable/2.2/; revision=31454
* Merge from main branch 1.27 -> 1.28: Add missing argument.John Polstra1997-11-181-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=31212
* MFC: parallelizeJordan K. Hubbard1997-10-264-7/+19
| | | | Notes: svn path=/stable/2.2/; revision=30748
* MFC: spelling fixesJohn-Mark Gurney1997-10-124-5/+17
| | | | Notes: svn path=/stable/2.2/; revision=30319
* MFC: buffer overflow fix from rev 1.3.Joerg Wunsch1997-09-161-5/+12
| | | | Notes: svn path=/stable/2.2/; revision=29497