Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-23 | Shared library support for hppa. | Mark Kettenis | |
ok mickey@ | |||
2004-08-23 | GDB 6.3 (excluding .info files) | Mark Kettenis | |
2004-08-17 | strncmp works only if starting after start of buffer. | Marc Espie | |
found thx to mmap malloc. okay millert@ deraadt@ | |||
2004-08-15 | Don't check for -fno-delete-null-pointer-checks on gcc 2; the resulting | Todd C. Miller | |
message from gcc at Configure time confuses some people... | |||
2004-08-14 | Set default ABI to "OpenBSD ELF" on amd64. | Mark Kettenis | |
ok tedu@ | |||
2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap | Dale Rahn | |
instead of assuming the region after the first mmap is available. Same change was made to ELF ld.so previously. ok deraadt miod pvalchev | |||
2004-08-14 | gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition to | Todd C. Miller | |
-fno-strict-aliasing. Avoid the need for compiling some bits with -O1 on arm (and others). Problem debugged and OK miod@ | |||
2004-08-13 | Add sparc64 libkvm kernel memory image debugging support. | Mark Kettenis | |
2004-08-13 | Adjust sigtramp recognition for (not so recent) changes on sparc64. | Mark Kettenis | |
2004-08-12 | Avoid dereferencing outside the bounds of an array. Found by mmap | Todd C. Miller | |
malloc and reproducible via guard pages. OK deraadt@ miod@ tdeval@ | |||
2004-08-11 | Pick common code for trampoline mprotect() code. This did not work at all | Miod Vallat | |
on amd64 and was working on sparc64 by sheer luck (because we are not Solaris). | |||
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-11 | mips->mips64. ok deraadt@ | Per Fogelstrom | |
2004-08-10 | missing \ at eol | Theo de Raadt | |
2004-08-09 | proper version chekc for shlibs | Michael Shalayeff | |
2004-08-09 | merge 5.8.5 into HEAD | Todd C. Miller | |
remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k | |||
2004-08-09 | Import of stock perl 5.8.5 | Todd C. Miller | |
2004-08-09 | fix obvious typo in catalog | Marc Espie | |
2004-08-08 | Correct handling of union return values on vax. | Mark Kettenis | |
Fix stepping over functions on vax. ok tdeval@ | |||
2004-08-05 | Watch your step and do not access memory below what you've just allocated; | Miod Vallat | |
fixes SIGV on m68k. ok tdeval@ millert@ | |||
2004-08-04 | Fix propolice merge error in options list. | Miod Vallat | |
2004-07-31 | eliminate portion for 3.2, there was no 3.2 release. | Brad Smith | |
ok mickey@ | |||
2004-07-27 | Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the default | Mark Kettenis | |
again; stabs doesn't work for 64-bit code. ok miod@, espie@ | |||
2004-07-22 | Add vax libkvm kernel memory image debugging support. | Mark Kettenis | |
ok miod@, wow deraadt@ | |||
2004-07-20 | Do not provide builtins for strcpy() and strcat(), as done with gcc 2, on | Miod Vallat | |
the sole purpose of making these easier to spot and exterminate. tested by various people on amd64 and I on arm&sparc64, ok deraadt@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-07-11 | move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadt | Peter Valchev | |
forgot to commit this with the .mk changes, sparc was broken for a while | |||
2004-07-08 | Sync libkvm interface with FSF repository. This adds new "kvm proc" and | Mark Kettenis | |
"kvm pcb" commands. ok deraadt@ | |||
2004-07-06 | Unbreak m68k build. | Mark Kettenis | |
ok miod@ | |||
2004-07-05 | Compile at -O1 on m68k, sig11 in LYMainLoop at -O2. | Miod Vallat | |
2004-06-27 | Let's have http://www.OpenBSD.org/ defined as the STARTFILE again. | Robert Nagy | |
ok deraadt@ | |||
2004-06-26 | Fix merge error | Tom Cosgrove | |
ok drahn@ | |||
2004-06-24 | let vax build lynx (workaround); miod ok | Theo de Raadt | |
2004-06-22 | sync with lynx 2.8.5.rel2 which fixes a few minor bugs (null pointer checks, | Anil Madhavapeddy | |
progress bar with very slow connections) | |||
2004-06-22 | trim some other-os build stuff that crept in | Anil Madhavapeddy | |
2004-06-22 | update to lynx 2.8.5rel.1 | Anil Madhavapeddy | |
tested todd@,naddy@. millert@ deraadt@ ok | |||
2004-06-21 | Recognize cats as an arm machine. Dunno how this was missed before. | Dale Rahn | |
2004-06-21 | back out CPP change; obviously not tested. On at least arm, kills at | Theo de Raadt | |
least ANSI_VARARGS deep inside the configure. Sorry -- try again. | |||
2004-06-21 | propagate CPP here as well | Anil Madhavapeddy | |
2004-06-21 | propagate CPP to build system as well, millert@ ok | Anil Madhavapeddy | |
2004-06-20 | ICE with gcc3/propolice -O on macppc fixes: | Hiroaki Etoh | |
- INSN_CODE and LOG_LINKS attributes should be copied from the first insn of splitted insns. ok pvalchev@ and sturm@ | |||
2004-06-18 | tagortag -> tag or tag. From Fabio Olive Leite. | Otto Moerbeek | |
2004-06-16 | grok 4 new instructions which will show up in VIA C3 Esther, which | Theo de Raadt | |
isn't that far away... xcrypt-ctr (AES ctr mode), montmul (montgomery multiply for 800 RSA sign/sec at 1024bit), and xsha1/xsha256 too. | |||
2004-06-09 | Several potential security problems found and fixed by Stefan Esser & | Otto Moerbeek | |
Sebastian Krahmer. ok millert@ | |||
2004-06-07 | Recognize hppa core files. | Mark Kettenis | |
ok mickey@, drahn@, deraadt@ | |||
2004-06-07 | enable dynamic perl; millert ok | Michael Shalayeff | |
MAKE SURE TO REBUILD LD.SO FIRST | |||
2004-06-03 | Enable assembly listings. | Miod Vallat | |
2004-06-01 | manage NEW_BINUTILS vs non-NEW_BINUTILS better. does not install unnecessary | Dale Rahn | |
pieces anymore. ok deraadt@ | |||
2004-06-01 | remove workaround not needed w/ gcc3 anymore; millert@ ok | Michael Shalayeff | |
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek | |