Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-03 | knf, use positive error values (suggested by miod@) | Reyk Floeter | |
2004-11-03 | sync | Theo de Raadt | |
2004-11-03 | Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org. | Aaron Campbell | |
2004-11-03 | knf, no binary change | Hans-Joerg Hoexer | |
ok krw@ millert@ | |||
2004-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok miod@. | |||
2004-11-03 | sync | Theo de Raadt | |
2004-11-03 | we use our own ways to install manual pages, not their tree traversals | Theo de Raadt | |
which dump junk all over the place. pval miod ok | |||
2004-11-03 | one more ${srcdir} place, now puts .info properly in obj/; ok deraadt | Peter Valchev | |
2004-11-03 | sync | Theo de Raadt | |
2004-11-03 | fix for potential denial of service. | Dan Harnett | |
http://www.securityfocus.com/archive/1/379450/2004-10-24/2004-10-30/0 looks ok millert@ and henning@; "commit it" deraadt@ | |||
2004-11-03 | incorrectly places output files in ${srcdir} -- candidate for passing back | Theo de Raadt | |
ok pvalchev | |||
2004-11-03 | sync | Theo de Raadt | |
2004-11-03 | Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & ↵ | Marco Peereboom | |
deraadt no cookie for me... | |||
2004-11-02 | logic error: match library version of *new* plist against existing packages. | Marc Espie | |
2004-11-02 | plug evcount.9 into build | Jared Yanovich | |
2004-11-02 | crank history to 500, requested by pval | Theo de Raadt | |
2004-11-02 | add initial manpage for the evcount API | Jared Yanovich | |
2004-11-02 | Convert float register save to new 64 bit ABI requirements. | Per Fogelstrom | |
2004-11-02 | fix getting strings off a device which broke with the removal of the | David Gwynne | |
UQ_NO_STRINGS quirk. | |||
2004-11-02 | we do not just delete lines but rather comment 'em out | Michael Shalayeff | |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-11-02 | #ifdef __alpha__ -> #ifdef __LP64__ | Miod Vallat | |
2004-11-02 | Use PROM mappings, if available, whenever we are the console device or not; | Miod Vallat | |
should help on SPARCenginc Ultra AXe, does not change anything on other machines. | |||
2004-11-02 | KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 as | Miod Vallat | |
if we were still running in pre-4.4BSD config(9) times. | |||
2004-11-02 | Temporarily workaround propolice compiler problem until compiler | Per Fogelstrom | |
is fixed. | |||
2004-11-02 | Fix problem with floating point restore at sigreturn. | Per Fogelstrom | |
Regress lib/libpthread/preemption_float now passes. | |||
2004-11-02 | Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD. | Miod Vallat | |
This optimizations is really cool, but it does not work for complex code; we had to disable it for Perl 5.8 to run correctly, now it turns out it broke Bind 9 on powerpc, so neuter it for good. ok deraadt@ henning@ millert@ others@ | |||
2004-11-02 | Prevent gcc from generating bogus constructs such as | Miod Vallat | |
fdtox %f8, %f7 which are incorrect, and caused wrong code to be generated by gas 2.14; now gas 2.15 will reject such code. Obtained from gcc PR #10904. | |||
2004-11-02 | Merge glitches. | Miod Vallat | |
2004-11-02 | Merge conflicts, bringing our changes back in: | Miod Vallat | |
- extra $(SHELL) and sugar for make (so that files not mode +x still work) - safer temp file handling - our W^X binary layout changes in ld - OpenBSD policy for library file selection in ld - arm and m88k changes which were not merged in time for official 2.15 - bfd core file handling - a couple typos New for 2.15: - ld(1) and as(1) manpages now generated at build time - binutils/stabs.c reverted to use our in-tree libiberty for now - we still use our VIA C3 crypto code over stock binutils, as it recognizes more instructions - new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi - relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14) Tested on all platforms by various people; special thanks to sturm@ and otto@. | |||
2004-11-02 | Binutils 2.15, with testsuites removed, and without gdb and libiberty. | Miod Vallat | |
2004-11-02 | missed reg index calc fix | Per Fogelstrom | |
2004-11-02 | refuse to update if library numbers do not match. | Marc Espie | |
2004-11-02 | superfluous comma, From: James Herbert <lists@artyzan.net> | Henning Brauer | |
2004-11-02 | ansi, indentation, etc. | Hans-Joerg Hoexer | |
ok markus@ krw@ cloder@ millert@ | |||
2004-11-02 | don't leak mem on strlcpy failure, Patrick Latifi | Henning Brauer | |
2004-11-02 | Don't call memset() if MALLOC returns NULL; also fix the rcs ID. | Todd C. Miller | |
From Patrick Latifi; OK reyk@ | |||
2004-11-02 | spacing, beautify dmesg output | Reyk Floeter | |
2004-11-02 | sync | Theo de Raadt | |
2004-11-02 | now that carp media descriptions are available through the ifmedia framework | Henning Brauer | |
print carp interface status correctly | |||
2004-11-02 | KNF - reyk, look at this diff | Henning Brauer | |
not that ifconfig is our prime example for nicely KNF'd and readable code tho | |||
2004-11-02 | kill spaces | Hans-Joerg Hoexer | |
ok djm@ | |||
2004-11-02 | supress logging of the (likely very long) repeated Connect -> Active -> | Henning Brauer | |
Connect -> Active state changes, just clutters logs, claudio ok | |||
2004-11-02 | save the previous state in struct peer, claudio ok | Henning Brauer | |
2004-11-02 | removed some printfs | Reyk Floeter | |
2004-11-02 | Do not modify ro mem and plug a mem leak. Happens when no cipher | Otto Moerbeek | |
spec is found in login.conf. Found by Jerome Loyet. ok henning@ hshoexer@ and millert@ on an earlier version. | |||
2004-11-02 | factor out the dma memory allocation, mapping, freeing and unmapping | marius eriksen | |
functionality and call them only on attach and detach. these were being called in interrupt context and were causing a panic on device timeout. ok damien@ | |||
2004-11-02 | no CardBus here. | Brad Smith | |
2004-11-02 | import of a free hal part for the ath driver as a replacement for the | Reyk Floeter | |
binary-only hal module found in FreeBSD and NetBSD. OpenBSD's approach is based on reverse engineering because it is _not_ possible to include a non-free and binary-only piece of software in a 100% free operating system. it still lacks some features found in the "official" hal module but this will be done very soon with a help by a lot of contributors - because it's free. ok deraadt@ | |||
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter | |
from NetBSD and FreeBSD. ok deraadt@ |