summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2010-10-02Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ.Todd C. Miller
2010-10-02Suggest modern TIOCGSIZE, not the old sgtty TIOCGWINSZ.Todd C. Miller
On OpenBSD they are identical but new code should use the new name.
2010-09-29syncTodd C. Miller
2010-09-29Regenerate unicore files; previous checkin was from the wrong versionTodd C. Miller
of mktables.
2010-09-28pregenerate unicode files; mktables uses too much memory for some platformsTodd C. Miller
2010-09-28pregenerate unicode files; mktables uses too much memory for some platformsTodd C. Miller
2010-09-28Fix [perl #74404] h2ph using deprecated gotoTodd C. Miller
Patch from perl git repo
2010-09-28Undo last change now that RCS keyword expansion is disabled on the perl sourcesTodd C. Miller
2010-09-25GCC4 cross compilation support under OpenBSD.Dale Rahn
2010-09-25Fix test failures caused by RCS keyword expansion.Todd C. Miller
Add PERL_GIT_UNCOMMITTED_CHANGES back to git_version.h to fix a test.
2010-09-25Use snprintf() not sprintf()Todd C. Miller
2010-09-25Remove Bar.pm~ which causes emacs people issues (and they have enoughTodd C. Miller
of those already). Requested by deraadt@
2010-09-25Add CVE-2010-0405 to list of local patches.Todd C. Miller
2010-09-25Update to Compress-Raw-Bzip2 2.031; no actual code changes sinceTodd C. Miller
we fixed bzip2-src/decompress.c separately.
2010-09-24Apply fix for CVE-2010-0405; from matthieu@Todd C. Miller
2010-09-24merge in perl 5.12.2 plus local changesTodd C. Miller
2010-09-24remove files no longer in perl 5.12.2 (or that have moved)Todd C. Miller
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2010-09-23NOTES->CAVEATS; ok millertJason McIntyre
2010-09-23add RCSID and Mdocdate to these pages; ok millertJason McIntyre
2010-09-23since msgs no longer exists, replace the example msgs alias with the oneJason McIntyre
from vacation(8); ok millert
2010-09-23add EXIT STATUS here too;Jason McIntyre
2010-09-23use an EXIT STATUS section for these pages;Jason McIntyre
2010-09-22We are still far away from supporting the roff macro definition macro .deIngo Schwarze
in mandoc, if we ever get to that point. Even less so with variable arguments and using a single non-alphabetic character (here, '`') as the macro identifier. In the meantime, refrain from using .de in cvs(1). Patch generated by running #!/usr/bin/perl while(<>){s/^\.\` "(.*)"(.*)/.RB \` "\\|$1\\|" \'$2/;print;} followed by some hand-polishing. Repeatedly prodded by many (e.g. halex@, weerd@) and repeatedly forgotten. "yes. at least people will be able to read the page." jmc@
2010-09-14Provide a LOCAL_ALIGNMENT() macro, as on other strict alignment architectures.Miod Vallat
2010-09-11Setup sane INCLUDE_DEFAULTS when cross compiling.Joel Sing
ok drahn@
2010-09-11Make sure we build all the required integer-to-float and float-to-integerMark Kettenis
functions that are needed on mips64. ok miod@
2010-09-10Add infrastructure to build GCC 4.2.1 for OpenBSD/mips64. Only tested onMark Kettenis
loongson (mips64el). ok miod@
2010-09-09let gcc4 build on landiskJonathan Gray
initial diff from jasper, finished by me with help from miod ok jasper@ miod@ kettenis@
2010-09-06enable wide character support; ok nicm@Christian Weisgerber
2010-09-04Compile the v3 demangler support code in libiberty, bump minor. Will be usedMiod Vallat
in a not-so-distant future. ok kettenis@ (some time ago)
2010-08-29Make sure local arrays of chars are word-aligned on strict alignmentMark Kettenis
architectures, just like what is done for global ones. This isn't just an optiization. There is a long tradition of building packets in arrays of chars on the stack by using casts to types that require stricter alignment. Ignore the language lawyers say it isn't explicitly allowed by the C standard. Historically many (all?) C compilers have handled that just fine, so it is stupid to break this. Thanks to mikeb@ for finding the GCC bug report against upstream GCC 4.2.1. This fixes hppa/hppa64 and sparc/sparc64 as discuessed with miod@ (upstream only fixed sparc/sparc64). Other strict alignment architectures will need similar fixes. ok deraadt@, mikeb@, miod@
2010-08-01Add infrastructure to buil GCC 4.2.1 on OpenBSD/sparc.Mark Kettenis
2010-08-01Make __builtin_return_address(0) work with -fstack-protector. Old diffMark Kettenis
from Jakub Jelinek that never made it into upstream GCC. Fixes ld.so. Found by drahn@ and me; ok miod@
2010-07-26Turn on -Wsystem-headers by default, so that glitches in our headersPhilip Guenthe
aren't silently ignored but rather get warned about and fixed. Purely stylistic warnings like -Wredundant-decls are your own problem however. testing help from landry@, header fixes from kettenis@ ok deraadt@
2010-07-26- replace SP with sp calls. this was defined within cvs.1, but unsupportedJason McIntyre
by mandoc; diff from kristaps - while here, fix a bad width specifier
2010-07-22As per OpenCVS, general usage in coversation and apparently newerJonathan Gray
upstream versions of this code, add blame as an alias for annotate. ok henning@ fgsch@ deraadt@ thib@ krw@
2010-07-20disconnect groff_man(7) from the build and install man(7) instead;Ingo Schwarze
"fine" jmc@ "no worries" deraadt@ "looks good" J.C. Roberts
2010-07-19Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra).Mark Kettenis
ok miod@, tested by landry@
2010-07-16Exit strip(1) with an error, if an objfile could not be read.Marco Pfatschbacher
Input and OK millert@
2010-06-28Update the Safe module to version 2.2.7 for CVE-2010-1168 andTodd C. Miller
CVE-2010-1447. From Ian McWilliam
2010-06-11Add support for Intel AES-NI and the CLMUL_ instructions, plus a few othersThordur I. Bjornsson
that are needed to omplement accelerated AES (and AES-GCM mode) on newer Intel cores. Diff from Mike Belopuhov. no objections/ok miod@
2010-06-06Back out rev. 1.2 which breakes the .hw roff instruction,Ingo Schwarze
found the hard way by matthieu@ and krw@ in /usr/xenocara/lib/libXaw/spec/strings.mit. This needs to be done more carefully. Sorry!
2010-06-06plug fd leak when using --html --css-include. fixes pr/6387.Federico G. Schwindt
millert@ ok.
2010-06-06Yet another underflow. Found while hunting down the ICEs that happenMatthias Kilian
from time to time when building the www/larbin port. This is an independent bugfix, and it's different from 4.5.0. ok espie@
2010-06-06prevent segfault on amd64 when -Wmissing-include-dirs -I/nonexistentMarc Espie
(happens even with empty files), as diagnosed with kili@ on evolution-database. We obviously need to check the token chain and go up if we're at the start of a buffer (unless we're really at the start unless we have to give up). Independent fix. Same functionality as code found on the gcc 4.5 branch, but completely different lines. okay miod@
2010-06-05Increase the -man -Tascii text width from 65 to 78 charactersIngo Schwarze
in both our old in-tree groff and in mandoc, because 1) It looks and reads better. 2) It agrees with both bsd.lv mandoc and with modern groff. The tmac.an part was done by millert@, with a minor fix by me. While touching our old groff, switch off hyphenation, suggested a long time ago by millert@. It helps searching and comparisons. While touching mandoc terminal_man(), explicitely initialize the tabwidth - not strictly required, but easier to understand and more robust, also suggested by millert@. General mumbling of agreement by many, including millert@ deraadt@ jmc@ sobrado@ ... Remaining problem: Setting the title length (.lt) has no effect for me, but we can fix this in tree in case anybody figures it out.
2010-05-30Only enable -fstack-protector by default on targets that support it.Mark Kettenis
ok marco@
2010-05-30Fix ICE on hppa. Variant on minimal fix from GCC PR 34762.Mark Kettenis
ok deraadt@
2010-05-26make gcc4 lib sprintf/strcpy free.Marc Espie
activate proper C99 stuff. fix locale support when there's no locale. work common with kettenis@