Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller | |
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller | |
2002-12-09 | fix the problem of bison generated codes on alpha | Hiroaki Etoh | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-08 | correct lcall opcode. fix provided by Hans-Joerg Hoexer | Federico G. Schwindt | |
<hshoexer at yerbouti dot franken dot de> via pr/3014. mickey@ and weingart@ ok. | |||
2002-12-08 | getopt returns -1, not EOF | Todd C. Miller | |
2002-12-04 | Put GNU getopt back in until some issues are resolved. | Todd C. Miller | |
2002-12-03 | bc can now use the libc getopt | Todd C. Miller | |
2002-12-03 | Don't generate libmath.h in the obj dir each time we build since it | Todd C. Miller | |
is already in the src dir. miod@ OK | |||
2002-12-03 | No need to include getopt_long and friends here as we have them in libc. | Todd C. Miller | |
Suggested by espie@ | |||
2002-12-03 | Talk about -fno-stack-protector and -Wstack-protector options; miod@ and | Federico G. Schwindt | |
deraadt@ ok. | |||
2002-12-03 | Temporarily disable stack protection on alpha, it breaks fbc if compiled | Miod Vallat | |
with optimization. | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-02 | mention propolice in version string. idea from margarida; ok millert espie | Peter Valchev | |
2002-12-02 | xstrdup the return value of basename() before recording it in the bfd, | Peter Valchev | |
fixes the "NEEDED crtend.o" problem that appeared in varios ports and had to be workarounded. from thorpej@NetBSD, thanks to drahn@ for pointing it out; ok drahn espie | |||
2002-12-02 | spelling | Theo de Raadt | |
2002-12-02 | Document the lovely propolice changes. | Miod Vallat | |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-11-29 | do not redefine NULL | Theo de Raadt | |
2002-11-27 | Kill some alloca. Reduces temp allocation for big static libraries drastically, | Marc Espie | |
allow, e.g., linking against static debug qt (or debug static mozilla for that matter). okay miod@ | |||
2002-11-25 | Fix URL CRLF Injection bug. | margarida | |
-- A CRLF injection vulnerability has been reported for Lynx that may allow an attacker to include extra HTTP headers when viewing web pages. If Lynx is called from the command line, carriage return and line feed (CRLF) characters may be included in the specified URL. These characters are not escaped when the input is used to construct a HTTP request. URL: http://www.flora.org/lynx-dev/html/month082002/msg00211.html henning@ fgs@ pjanzen@ pvalchev@ ok | |||
2002-11-24 | wrong word. Thx theo | Marc Espie | |
2002-11-24 | Some documentation for local gcc changes. | Marc Espie | |
Insights and grumblings from Theo, Todd, Miod. | |||
2002-11-22 | specs for -lnpthread. | Marco S Hyman | |
Put WANT_LIBPTHREAD=yes in /etc/mk.conf and re-build gcc to use libnpthread instead of libc_r ok espie@ | |||
2002-11-18 | More printf format paranoia; noticed by David Krause | Todd C. Miller | |
2002-11-10 | produce proper canonical version name, support static constructors, enable ↵ | Michael Shalayeff | |
exec-stack.h; espie@ ok | |||
2002-11-06 | Fix obnoxious makeinfo warnings during build. | Miod Vallat | |
2002-11-05 | -bytes_in/_out and total_in/_out are off_t, not long. fixes a few displaying | Henning Brauer | |
problems with files > 2GB. -print bytes in/out to stderr in verbose mode ok millert@ fgsch@ | |||
2002-11-04 | Put back the bits disabling setre[ug]id(). Perl will use setres[ug]id | Todd C. Miller | |
instead so we don't need to use the (emulated) setre[ug]id() in libc. | |||
2002-11-03 | You can't always cast pointer to int on because the sizes are | Peter Valchev | |
different; use intptr_t | |||
2002-11-03 | Back out a local OpenBSD change I adapted from a 5.6.1 change. | Todd C. Miller | |
I don't think it is needed anymore and it breaks MM_Unix's prefixify test. | |||
2002-11-03 | The regex used in ExtUtils-MakeMaker-6.05 to check for pod didn't match | Todd C. Miller | |
=head[1-4] correctly. | |||
2002-11-02 | Don't try to process inline functions; fixes a problem parsing | Todd C. Miller | |
macros.h on vax (noticed by hugh). | |||
2002-10-31 | MakeMaker now appears to try to install pod pages in $installman{1,3}dir. | Todd C. Miller | |
However, we define that to the empty string in OpenBSD since we want to format and install perl's man pages ourselves. As a result, man pages were not being generated from .pm files in 3rd party modules. To fix this, go back to the older behavior of using $inst_man{1,3}dir. Also, while I'm in here, improve the regexp for deciding what consists of pod, based on ExtUtils-MakeMaker-6.05. | |||
2002-10-30 | No longer need to override Configure results for setr[ug]id() and | Todd C. Miller | |
setre[ug]id(). | |||
2002-10-27 | The 5.8.0 import didn't bring this file back to life; do it by hand. | Todd C. Miller | |
2002-10-27 | Resolve conflicts, remove old files, merge local changes | Todd C. Miller | |
2002-10-27 | stock perl 5.8.0 from CPAN | Todd C. Miller | |
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
submitted to perlbug@ ok millert@ | |||
2002-10-21 | make it compile through the gdb, still needs more work; fgsch@ ok | Michael Shalayeff | |
2002-10-09 | Patch from sendmail.org to fix potential smrsh bypass described | Todd C. Miller | |
in http://www.sendmail.org/smrsh.adv.txt | |||
2002-10-08 | fix two incorrect L<> calls; ok millert@ | Wilbern Cobb | |
2002-10-04 | since we lndir the sources we do not need the .CURDIR in the toke deps | Michael Shalayeff | |
2002-10-04 | put cpp flags into CPPFLAGS, not CFLAGS. | Michael Shalayeff | |
do the lndir once (like apache, for example), depend on ${.OBJDIR}/config.over . make separate rules for the toke.*o, since gcc blows on it on some platforms (hppa for now). would be just nice if smth like this worked, but it does not: .if make(toke.o) CFLAGS+=-O0 .endif millert@ ok | |||
2002-10-04 | powerpc support for stack trampoline mprotect. | Dale Rahn | |
2002-09-23 | In an ELF binary the end of the text segment and the start of the data | Artur Grabowski | |
segment can share the same page in the file. Since we can't mmap it with the same permissions, the data segment is loaded offset by a constant so that it ends up in a different page. On sparc that's not really enough. To avoid cache aliases we have to make the offset big enough to make sure that we don't get incoherent aliases that would have to be mapped uncached. This offset has been 64k this far and noone noticed until some change actually made us fault in those pages at the same time and incoherent aliases reduced make build time on some hypersparcs (only hypersparcs have big enough caches to notice this) from 14 hours to 23 hours. Bump that offset (MAXPAGESIZE) to 1MB. deraadt@ ok | |||
2002-09-23 | Activate exec-stack.h on m68k. This is not really necessary on this arch, | Miod Vallat | |
but being consistent with the other arches is a plus, and by replacing the existing - and bogus - m68k trampoline code, this makes nested functions usable on m68k, should that become ever necessary. | |||
2002-09-23 | Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier. | Miod Vallat | |
ok deraadt@ | |||
2002-09-20 | UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOING | Theo de Raadt | |
TEST COMPILES?! |