Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-02 | Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ. | Todd C. Miller | |
2010-10-02 | Suggest 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-29 | sync | Todd C. Miller | |
2010-09-29 | Regenerate unicore files; previous checkin was from the wrong version | Todd C. Miller | |
of mktables. | |||
2010-09-28 | pregenerate unicode files; mktables uses too much memory for some platforms | Todd C. Miller | |
2010-09-28 | pregenerate unicode files; mktables uses too much memory for some platforms | Todd C. Miller | |
2010-09-28 | Fix [perl #74404] h2ph using deprecated goto | Todd C. Miller | |
Patch from perl git repo | |||
2010-09-28 | Undo last change now that RCS keyword expansion is disabled on the perl sources | Todd C. Miller | |
2010-09-25 | GCC4 cross compilation support under OpenBSD. | Dale Rahn | |
2010-09-25 | Fix 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-25 | Use snprintf() not sprintf() | Todd C. Miller | |
2010-09-25 | Remove Bar.pm~ which causes emacs people issues (and they have enough | Todd C. Miller | |
of those already). Requested by deraadt@ | |||
2010-09-25 | Add CVE-2010-0405 to list of local patches. | Todd C. Miller | |
2010-09-25 | Update to Compress-Raw-Bzip2 2.031; no actual code changes since | Todd C. Miller | |
we fixed bzip2-src/decompress.c separately. | |||
2010-09-24 | Apply fix for CVE-2010-0405; from matthieu@ | Todd C. Miller | |
2010-09-24 | merge in perl 5.12.2 plus local changes | Todd C. Miller | |
2010-09-24 | remove files no longer in perl 5.12.2 (or that have moved) | Todd C. Miller | |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2010-09-23 | NOTES->CAVEATS; ok millert | Jason McIntyre | |
2010-09-23 | add RCSID and Mdocdate to these pages; ok millert | Jason McIntyre | |
2010-09-23 | since msgs no longer exists, replace the example msgs alias with the one | Jason McIntyre | |
from vacation(8); ok millert | |||
2010-09-23 | add EXIT STATUS here too; | Jason McIntyre | |
2010-09-23 | use an EXIT STATUS section for these pages; | Jason McIntyre | |
2010-09-22 | We are still far away from supporting the roff macro definition macro .de | Ingo 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-14 | Provide a LOCAL_ALIGNMENT() macro, as on other strict alignment architectures. | Miod Vallat | |
2010-09-11 | Setup sane INCLUDE_DEFAULTS when cross compiling. | Joel Sing | |
ok drahn@ | |||
2010-09-11 | Make sure we build all the required integer-to-float and float-to-integer | Mark Kettenis | |
functions that are needed on mips64. ok miod@ | |||
2010-09-10 | Add infrastructure to build GCC 4.2.1 for OpenBSD/mips64. Only tested on | Mark Kettenis | |
loongson (mips64el). ok miod@ | |||
2010-09-09 | let gcc4 build on landisk | Jonathan Gray | |
initial diff from jasper, finished by me with help from miod ok jasper@ miod@ kettenis@ | |||
2010-09-06 | enable wide character support; ok nicm@ | Christian Weisgerber | |
2010-09-04 | Compile the v3 demangler support code in libiberty, bump minor. Will be used | Miod Vallat | |
in a not-so-distant future. ok kettenis@ (some time ago) | |||
2010-08-29 | Make sure local arrays of chars are word-aligned on strict alignment | Mark 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-01 | Add infrastructure to buil GCC 4.2.1 on OpenBSD/sparc. | Mark Kettenis | |
2010-08-01 | Make __builtin_return_address(0) work with -fstack-protector. Old diff | Mark Kettenis | |
from Jakub Jelinek that never made it into upstream GCC. Fixes ld.so. Found by drahn@ and me; ok miod@ | |||
2010-07-26 | Turn on -Wsystem-headers by default, so that glitches in our headers | Philip 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 unsupported | Jason McIntyre | |
by mandoc; diff from kristaps - while here, fix a bad width specifier | |||
2010-07-22 | As per OpenCVS, general usage in coversation and apparently newer | Jonathan Gray | |
upstream versions of this code, add blame as an alias for annotate. ok henning@ fgsch@ deraadt@ thib@ krw@ | |||
2010-07-20 | disconnect 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-19 | Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra). | Mark Kettenis | |
ok miod@, tested by landry@ | |||
2010-07-16 | Exit strip(1) with an error, if an objfile could not be read. | Marco Pfatschbacher | |
Input and OK millert@ | |||
2010-06-28 | Update the Safe module to version 2.2.7 for CVE-2010-1168 and | Todd C. Miller | |
CVE-2010-1447. From Ian McWilliam | |||
2010-06-11 | Add support for Intel AES-NI and the CLMUL_ instructions, plus a few others | Thordur 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-06 | Back 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-06 | plug fd leak when using --html --css-include. fixes pr/6387. | Federico G. Schwindt | |
millert@ ok. | |||
2010-06-06 | Yet another underflow. Found while hunting down the ICEs that happen | Matthias 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-06 | prevent segfault on amd64 when -Wmissing-include-dirs -I/nonexistent | Marc 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-05 | Increase the -man -Tascii text width from 65 to 78 characters | Ingo 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-30 | Only enable -fstack-protector by default on targets that support it. | Mark Kettenis | |
ok marco@ | |||
2010-05-30 | Fix ICE on hppa. Variant on minimal fix from GCC PR 34762. | Mark Kettenis | |
ok deraadt@ | |||
2010-05-26 | make gcc4 lib sprintf/strcpy free. | Marc Espie | |
activate proper C99 stuff. fix locale support when there's no locale. work common with kettenis@ |