summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'.cvs2svn2001-04-2166-5509/+0
| | | | Notes: svn path=/releng/4.3/; revision=75750
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-1763-0/+666
| | | | Notes: svn path=/stable/4/; revision=75603
* MFC: bring in GCC 2.95.3 + official sjlj exception fixes.David E. O'Brien2001-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh The the setjump/longjump exception handling fixes are from GCC 2.95.3.test3 and were removed from GCC 2.95.3.test4 and the subsequent release due to bootstrap problems on HP-UX. However, they were very well tested and fixed major problems on all other platforms. Including all the all the BSD's. OpenBSD and FreeBSD 5-current both use these official sjlj patches. W/o this upgrade the following program segmentation faults if compiled with -O2 (but not -Os or -O or -O0) on 4.2FreeBSD. There are some large C++ libraries where segfaults also occur, even at -O. #include <stdio.h> class A { public: A() { printf("c'tor A\n"); } ~A(){ printf("d'tor A\n"); } }; class foo : public A { public: foo() { printf("C'tor foo\n"); throw 8; } ~foo() { printf("D'tor foo\n"); } }; int main(){ try { foo fii; } catch (int){ printf("catch ...\n"); } return 0; } Notes: svn path=/stable/4/; revision=75390
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-056-44/+49
| | | | Notes: svn path=/stable/4/; revision=73778
* MFC: fix setlocale(3) so that LC_ALL environment variable (if setRuslan Ermilov2001-03-053-17/+5
| | | | | | | | and not NULL) is preferred over other LC_* environment variables, as required by POSIX. Notes: svn path=/stable/4/; revision=73744
* MFC:Ruslan Ermilov2001-03-052-45/+151
| | | | | | | | | | | | o If both full-locale-name and short-locale-name searches fail, look the manpage in the en.<charset> subdirectory. o Look for manpages in architecture specific directories first. MACHINE envorinment variable could be used to specify non-default architecture. Notes: svn path=/stable/4/; revision=73687
* MFC: 1.3: Don't attempt to free non-alloced memoryKris Kennaway2001-03-051-0/+4
| | | | Notes: svn path=/stable/4/; revision=73677
* Now that RELENG_4 has the new improved mkstemp() there's no need toKris Kennaway2001-03-051-1/+1
| | | | | | | use so many X's for the tempfile name Notes: svn path=/stable/4/; revision=73674
* MFC: Various changes, including the following:Kris Kennaway2001-03-059-198/+328
| | | | | | | | | * Update to gnats 3.113 * Add 'update' and 'maintainer-update' as valid classes for use in submitting ports PRs Notes: svn path=/stable/4/; revision=73668
* MFC: r1.13, r1.14: -Wall cleanups and add missing includeKris Kennaway2001-03-051-6/+10
| | | | Notes: svn path=/stable/4/; revision=73662
* MFC: bc 1.06Kris Kennaway2001-03-041-6/+16
| | | | Notes: svn path=/stable/4/; revision=73501
* MFC: rev 1.51 (include `dbxelf.h' via tm.h)David E. O'Brien2001-03-021-1/+2
| | | | Notes: svn path=/stable/4/; revision=73330
* MFC: rev 1.3 (do not define "VERSION" here)David E. O'Brien2001-03-021-3/+0
| | | | Notes: svn path=/stable/4/; revision=73329
* MFC: rev 1.50 (include platform elf.h if exists)David E. O'Brien2001-03-021-0/+3
| | | | Notes: svn path=/stable/4/; revision=73328
* MFC: rev 1.53 (comment about one requirement of i386 64-bit `long')David E. O'Brien2001-03-021-0/+3
| | | | Notes: svn path=/stable/4/; revision=73327
* MFC: Define "FREEBSD_NATIVE" in freebsd-native header rather than on CCDavid E. O'Brien2001-03-022-1/+4
| | | | | | | invocation command line Notes: svn path=/stable/4/; revision=73326
* MFC (rev 1.18): Change "PERL_THREADED=yes" to "PERL_THREADED=true".Ruslan Ermilov2001-02-281-4/+2
| | | | | | | PR: gnu/25458 Notes: svn path=/stable/4/; revision=73235
* MFC: Introduce $TAR_RSH to enable use of ssh as transport.Hajimu UMEMOTO2001-02-263-9/+28
| | | | | | | | | gnu/usr.bin/tar/Makefile: 1.13->1.14 gnu/usr.bin/tar/rtapelib.c: 1.2->1.3 gnu/usr.bin/tar/tar.1: 1.35->1.36 Notes: svn path=/stable/4/; revision=73075
* MFC: stop yes/no buttons from jumping around.Jordan K. Hubbard2001-02-241-19/+11
| | | | Notes: svn path=/stable/4/; revision=72987
* MFC: (rev 1.16) Fix broken -L for short locale names.Ruslan Ermilov2001-02-231-0/+2
| | | | Notes: svn path=/stable/4/; revision=72944
* MFC: make ``groff -man'' work again for both man(7) and mdoc(7) manpages.Ruslan Ermilov2001-02-233-8/+13
| | | | Notes: svn path=/stable/4/; revision=72943
* MFC: OS name is "freebsd", not "freebsdelf"David E. O'Brien2001-02-217-17/+17
| | | | Notes: svn path=/stable/4/; revision=72814
* MFC: Better handling of tempfilesKris Kennaway2001-02-181-7/+7
| | | | Notes: svn path=/stable/4/; revision=72593
* MFC: (rev 1.12) do not include non-absolute pathnames in manpath.Ruslan Ermilov2001-02-161-0/+8
| | | | Notes: svn path=/stable/4/; revision=72533
* MFC: version 2.7.2David E. O'Brien2001-02-152-8/+9
| | | | Notes: svn path=/stable/4/; revision=72518
* MFC 1.22, finish draining input to avoid unsightly broken pipe errors fromMatthew Dillon2001-02-101-0/+3
| | | | | | | | | gzcat. makewhatis should not assume large pipes or gzcat-exits-first process semantics This will slow makewhatis down by about 15%, but makewhatis is not considered a critical program. Notes: svn path=/stable/4/; revision=72335
* MFC: gawk 3.0.6.Jeroen Ruigrok van der Werven2001-01-231-2/+2
| | | | | | | This includes all later fixes after import as well. Notes: svn path=/stable/4/; revision=71469
* MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-4/+4
| | | | Notes: svn path=/stable/4/; revision=70976
* MFC: Teach man(1) how to look inside compressed manualsRuslan Ermilov2001-01-112-70/+56
| | | | | | | for preprocessor directives. Avoid use of cat(1). Notes: svn path=/stable/4/; revision=70921
* MFC: use a unified libgcc and ensure strong references to pthread functionsDavid E. O'Brien2001-01-063-10/+8
| | | | | | | weakly referenced in libgcc. Notes: svn path=/stable/4/; revision=70732
* MFC: rev 1.25, don't call ptrace(PT*DBREGS) except for targets of typeJoerg Wunsch2001-01-051-0/+15
| | | | | | | "child" or "freebsd-uthreads". Notes: svn path=/stable/4/; revision=70691
* MFC: s/rsa0/sa0/gDavid E. O'Brien2001-01-012-8/+8
| | | | Notes: svn path=/stable/4/; revision=70564
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-276-36/+40
| | | | Notes: svn path=/stable/4/; revision=70396
* MFC: mdoc(7) formatting fixes.Ruslan Ermilov2000-12-251-87/+177
| | | | Notes: svn path=/stable/4/; revision=70348
* MFCDavid E. O'Brien2000-12-243-29/+63
| | | | | | | | | | * -j new bzip2 option * -I alias for -T * -U short option for --unlink * TAR_OPTIONS env var Notes: svn path=/stable/4/; revision=70329
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-242-0/+112
| | | | Notes: svn path=/stable/4/; revision=70328
* MFC: add `gcov' to the mixDavid E. O'Brien2000-12-231-0/+4
| | | | Notes: svn path=/stable/4/; revision=70320
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-231-0/+11
| | | | Notes: svn path=/stable/4/; revision=70319
* MFC: update date of last change.David E. O'Brien2000-12-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=70280
* MFC: add the -bzip and -I flags as aliases for -yDavid E. O'Brien2000-12-222-1/+5
| | | | Notes: svn path=/stable/4/; revision=70269
* MFC: NOLIBC_R.David E. O'Brien2000-12-211-1/+5
| | | | Notes: svn path=/stable/4/; revision=70255
* MFC: dialog_noyes() and various stylistic fixes.Jordan K. Hubbard2000-12-155-14/+51
| | | | Notes: svn path=/stable/4/; revision=70045
* MFC: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-142-2/+2
| | | | Notes: svn path=/stable/4/; revision=70016
* MFC: (rev 1.5) report correct grep version.Ruslan Ermilov2000-12-131-1/+1
| | | | Notes: svn path=/stable/4/; revision=69984
* MFC: use canonical form of .Dd macro.Ruslan Ermilov2000-12-125-5/+5
| | | | Notes: svn path=/stable/4/; revision=69898
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-1112-36/+67
| | | | Notes: svn path=/stable/4/; revision=69839
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-084-25/+29
| | | | Notes: svn path=/stable/4/; revision=69762
* MFC: Upgrade to Groff 1.16.1.Ruslan Ermilov2000-12-0738-241/+187
| | | | Notes: svn path=/stable/4/; revision=69697
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-078-0/+83
| | | | Notes: svn path=/stable/4/; revision=69692
* MFC: Fixed manpage building.Ruslan Ermilov2000-12-051-3/+3
| | | | Notes: svn path=/stable/4/; revision=69606