aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f'Peter Wemm2003-07-241-1/+4
| | | | | | | | | | | it forgot to null terminate the new argv[] array. If you mixed this with $TAR_OPTIONS, phkmalloc and a whole bunch of other variables, you could end up with a segfault. This isn't strictly a phkmalloc victory since tar walks off the end of an array rather than use uninitialized malloc memory, but phkmalloc makes it easier to provoke. Notes: svn path=/head/; revision=117946
* This commit was generated by cvs2svn to compensate for changes in r117839,Dag-Erling Smørgrav2003-07-211-11/+11
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117840
| * MFP4: revert constification of pam_message.msg (perforce change #34785)Dag-Erling Smørgrav2003-07-211-11/+11
| | | | | | | | Notes: svn path=/vendor/openpam/dist/; revision=117839
| * These files have been removed from the distribution.Dag-Erling Smørgrav2003-07-1513-600/+0
| | | | | | | | Notes: svn path=/vendor/openpam/dist/; revision=117615
* | Pass getvfsbyname() the address of a struct xvfsconf instead ofTim J. Robbins2003-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | struct vfsconf. This silences a warning, but could also prevent stack corruption problems if xvfsconf ever became larger than vfsconf. PR: 53863 Submitted by: Lukas Ertl Notes: svn path=/head/; revision=117804
* | Changes to allow top to decide whether or not to show multiple threads perJulian Elischer2003-07-173-5/+20
| | | | | | | | | | | | | | | | | | | | process. Option -H enables it and it is toggled at the interactive screen by 'H'. Submitted by: Jung-uk Kim <jkim@niksun.com> Notes: svn path=/head/; revision=117709
* | This file became OBE when we went to GCC 3.David E. O'Brien2003-07-171-257/+0
| | | | | | | | Notes: svn path=/head/; revision=117694
* | This commit was generated by cvs2svn to compensate for changes in r117615,Dag-Erling Smørgrav2003-07-1513-600/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117616
* | This commit was generated by cvs2svn to compensate for changes in r117610,Dag-Erling Smørgrav2003-07-1599-393/+22505
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117611
| * Vendor import of OpenPAM Dogwood.Dag-Erling Smørgrav2003-07-1599-393/+22505
| | | | | | | | Notes: svn path=/vendor/openpam/dist/; revision=117610
* | FreeBSD does not use this code, but ftpd_popen() contains a buffer overflow.Kris Kennaway2003-07-131-4/+10
| | | | | | | | | | | | | | | | | | | | | | We might as well patch it. Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl> PR: bin/23352 MFC After: The average time before an unpatched Windows 2000 server gets owned Notes: svn path=/head/; revision=117501
* | Do not override FP rounding options for 32bit platforms. amd64 doesn'tAlexander Kabaev2003-07-121-4/+6
| | | | | | | | | | | | | | need this. Notes: svn path=/head/; revision=117479
* | Merge FreeBSD changes into GCC 3.3.1-prerelease.Alexander Kabaev2003-07-111-0/+8
| | | | | | | | | | | | | | Move FreeBSD specific flag variables from c-decl.c here. Notes: svn path=/head/; revision=117431
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-139/+54
| | | | | | | | | | | | | | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB. Notes: svn path=/head/; revision=117422
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-948/+453
| | | | | | | | | | | | | | | | | | | | 1.3 suppress warnings on K&R main. Rev. 1.2 (options for kernel printf enhancements) changes have been moved to another Notes: svn path=/head/; revision=117421
* | Update for GCC 3.3.1-prerelease.Alexander Kabaev2003-07-112-53/+41
| | | | | | | | Notes: svn path=/head/; revision=117420
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-244/+17
| | | | | | | | | | | | | | 1.8 Change symbol values to match freebsd.h. Notes: svn path=/head/; revision=117419
* | Update for 3.3.1-prerelease.Alexander Kabaev2003-07-112-21/+28
| | | | | | | | Notes: svn path=/head/; revision=117418
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-1/+1
| | | | | | | | | | | | | | 1.4 Look into right directory when linking 32-bit binaries. Notes: svn path=/head/; revision=117417
* | Use stock version of this file now.Alexander Kabaev2003-07-111-862/+251
| | | | | | | | Notes: svn path=/head/; revision=117416
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-613/+243
| | | | | | | | | | | | | | 1.2 don't let gcc(1) hide warnings in system headers. Notes: svn path=/head/; revision=117415
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-633/+797
| | | | | | | | | | | | | | | | | | 1.2 -fformat-extensions. 1.7 FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha. 1.14 -O0 -O1 optimize alignment for time, not size. Notes: svn path=/head/; revision=117414
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-437/+533
| | | | | | | | | | | | | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues. Notes: svn path=/head/; revision=117413
* | Merge FreeBSD changes into GCC 3.3.1-prerelease:Alexander Kabaev2003-07-111-12/+3
| | | | | | | | | | | | | | 1.2 Tweaks to make this file live beside our hacked config. Notes: svn path=/head/; revision=117412
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-1/+15
| | | | | | | | | | | | | | 1.2 Localize the version string. Notes: svn path=/head/; revision=117411
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-1582/+2124
| | | | | | | | | | | | | | 1.8 printf format error fixes. Notes: svn path=/head/; revision=117410
* | Merge FreeBSD changes into GCC 3.3.1-prerelease:Alexander Kabaev2003-07-111-8/+10
| | | | | | | | | | | | | | 1.2 Printf format errors fixes. Notes: svn path=/head/; revision=117409
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-1139/+3058
| | | | | | | | | | | | | | 1.11 -mno-align-long-strings. Notes: svn path=/head/; revision=117408
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease:Alexander Kabaev2003-07-111-439/+704
| | | | | | | | | | | | | | | | 1.10 -mno-align-long-strings. 1.11 Allow the specification of LONG_TYPE_SIZE on the command line. Notes: svn path=/head/; revision=117407
* | Merge FreeBSD modifications into gcc 3.3.1-pre:Alexander Kabaev2003-07-111-78/+452
| | | | | | | | | | | | | | | | 1.2 framework for our kernel printf enhancements. 1.3 suppress prototype warnings on K&R main. Notes: svn path=/head/; revision=117406
* | Merge rev. 1.2 (allow profiling of FORTRAN77 programs) info GCC 3.3.1-preAlexander Kabaev2003-07-111-26/+10
| | | | | | | | | | | | | | sources. Notes: svn path=/head/; revision=117405
* | FreeBSD uses stock versions of these GCC files.Alexander Kabaev2003-07-1121-7189/+13760
| | | | | | | | Notes: svn path=/head/; revision=117404
* | This commit was generated by cvs2svn to compensate for changes in r117401,Alexander Kabaev2003-07-11234-8170/+7950
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117402
| * | Gcc 3.3.1-pre 2003-07-11 libf2c bits.Alexander Kabaev2003-07-11234-8170/+7950
| | | | | | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=117401
* | | This commit was generated by cvs2svn to compensate for changes in r117399,Alexander Kabaev2003-07-1126-1458/+1695
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117400
| * | Gcc 3.3.1-pre 2003-07-11 Objective C support bits.Alexander Kabaev2003-07-1126-1458/+1695
| | | | | | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=117399
* | | This commit was generated by cvs2svn to compensate for changes in r117397,Alexander Kabaev2003-07-11220-12208/+51201
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117398
| * | Gcc 3.3.1-pre 2003-07-11 C++ support bits.Alexander Kabaev2003-07-11220-12208/+51201
| | | | | | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=117397
* | | This commit was generated by cvs2svn to compensate for changes in r117395,Alexander Kabaev2003-07-11685-71259/+179006
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117396
| * | Gcc 3.3.1-pre as of 2003-07-11.Alexander Kabaev2003-07-11726-85638/+201558
| | | | | | | | | | | | Notes: svn path=/vendor/gcc/dist/; revision=117395
| * | Remove files incidentally imported from the wrong place duringAlexander Kabaev2003-03-26136-29589/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.2.1 import. They are not used by any of our system GCC versions and will be physically removed from repository soon. Reviewed by: obrien Notes: svn path=/vendor/gcc/dist/; revision=112680
* | | If we must yell at the user than a file cannot be linked into place whenBrian Feldman2003-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead. Notes: svn path=/head/; revision=117394
* | | Add "blame" as an "annotate" alias for interoperability with subversion.David E. O'Brien2003-07-071-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=117311
* | | This commit was generated by cvs2svn to compensate for changes in r117264,Ruslan Ermilov2003-07-051-3/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117265
| * | | Fix for troff mode. TheRuslan Ermilov2003-07-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .Pp .Bd -literal ... fragment resulted in two vertical spaces. From ChangeLog: 2003-07-04 Ruslan Ermilov <ru@FreeBSD.org> * tmac/doc.tmac (Bd): Change to doc-Li-font later. Notes: svn path=/vendor/groff/dist/; revision=117264
* | | | MFV.Ruslan Ermilov2003-07-031-3/+25
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=117203
* | | | This commit was generated by cvs2svn to compensate for changes in r117201,Ruslan Ermilov2003-07-032-21/+83
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117202
| * | | Update mdoc(7) to the current version. From ChangeLog:Ruslan Ermilov2003-07-033-24/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-01 Ruslan Ermilov <ru@FreeBSD.org> * tmac/doc.tmac (doc-do-func, doc-do-func-args): Don't print a comma after `/*' and `*/'. Fix spacing. (Fn, Fo): Reduce indentation in synopsis. * tmac/doc-common (doc-check-depth): New macro. (doc-end-macro, Sh, Ss): Use it. (Cd): Fix behaviour in synopsis. (In): Make it parsed and callable. If not in the synopsis, represent the C header file enclosed in angle brackets. (doc-str-Rv-std-suffix, doc-str-Rv-stds-suffix, doc-str-Rv-std0): Use minus, not hyphen. Notes: svn path=/vendor/groff/dist/; revision=117201
* | | | This commit was generated by cvs2svn to compensate for changes in r117153,Ruslan Ermilov2003-07-021-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=117154
| * | | From ChangeLog:Ruslan Ermilov2003-07-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2003-06-31 Ruslan Ermilov <ru@FreeBSD.org> : * tmac/tty-char.tmac: Provide `lb', `rb', `lk', `rk', `lt', `rt'. This fixes warnings in some legacy roff documents. Prodded by: bde Notes: svn path=/vendor/groff/dist/; revision=117153