summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter
2004-11-03syncTheo de Raadt
2004-11-03Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org.Aaron Campbell
2004-11-03knf, no binary changeHans-Joerg Hoexer
ok krw@ millert@
2004-11-03Enable pcscp; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
ok miod@.
2004-11-03syncTheo de Raadt
2004-11-03we use our own ways to install manual pages, not their tree traversalsTheo de Raadt
which dump junk all over the place. pval miod ok
2004-11-03one more ${srcdir} place, now puts .info properly in obj/; ok deraadtPeter Valchev
2004-11-03syncTheo de Raadt
2004-11-03fix 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-03incorrectly places output files in ${srcdir} -- candidate for passing backTheo de Raadt
ok pvalchev
2004-11-03syncTheo de Raadt
2004-11-03Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & ↵Marco Peereboom
deraadt no cookie for me...
2004-11-02logic error: match library version of *new* plist against existing packages.Marc Espie
2004-11-02plug evcount.9 into buildJared Yanovich
2004-11-02crank history to 500, requested by pvalTheo de Raadt
2004-11-02add initial manpage for the evcount APIJared Yanovich
2004-11-02Convert float register save to new 64 bit ABI requirements.Per Fogelstrom
2004-11-02fix getting strings off a device which broke with the removal of theDavid Gwynne
UQ_NO_STRINGS quirk.
2004-11-02we do not just delete lines but rather comment 'em outMichael Shalayeff
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
change.
2004-11-02#ifdef __alpha__ -> #ifdef __LP64__Miod Vallat
2004-11-02Use 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-02KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 asMiod Vallat
if we were still running in pre-4.4BSD config(9) times.
2004-11-02Temporarily workaround propolice compiler problem until compilerPer Fogelstrom
is fixed.
2004-11-02Fix problem with floating point restore at sigreturn.Per Fogelstrom
Regress lib/libpthread/preemption_float now passes.
2004-11-02Do 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-02Prevent gcc from generating bogus constructs such asMiod 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-02Merge glitches.Miod Vallat
2004-11-02Merge 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-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.Miod Vallat
2004-11-02missed reg index calc fixPer Fogelstrom
2004-11-02refuse to update if library numbers do not match.Marc Espie
2004-11-02superfluous comma, From: James Herbert <lists@artyzan.net>Henning Brauer
2004-11-02ansi, indentation, etc.Hans-Joerg Hoexer
ok markus@ krw@ cloder@ millert@
2004-11-02don't leak mem on strlcpy failure, Patrick LatifiHenning Brauer
2004-11-02Don't call memset() if MALLOC returns NULL; also fix the rcs ID.Todd C. Miller
From Patrick Latifi; OK reyk@
2004-11-02spacing, beautify dmesg outputReyk Floeter
2004-11-02syncTheo de Raadt
2004-11-02now that carp media descriptions are available through the ifmedia frameworkHenning Brauer
print carp interface status correctly
2004-11-02KNF - reyk, look at this diffHenning Brauer
not that ifconfig is our prime example for nicely KNF'd and readable code tho
2004-11-02kill spacesHans-Joerg Hoexer
ok djm@
2004-11-02supress logging of the (likely very long) repeated Connect -> Active ->Henning Brauer
Connect -> Active state changes, just clutters logs, claudio ok
2004-11-02save the previous state in struct peer, claudio okHenning Brauer
2004-11-02removed some printfsReyk Floeter
2004-11-02Do not modify ro mem and plug a mem leak. Happens when no cipherOtto Moerbeek
spec is found in login.conf. Found by Jerome Loyet. ok henning@ hshoexer@ and millert@ on an earlier version.
2004-11-02factor out the dma memory allocation, mapping, freeing and unmappingmarius 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-02no CardBus here.Brad Smith
2004-11-02import of a free hal part for the ath driver as a replacement for theReyk 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-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter
from NetBSD and FreeBSD. ok deraadt@