summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-04fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977Michael Shalayeff
2004-11-04(try to) open the config file earlier, makes the error handling easier inHenning Brauer
2004-11-04fix url (submitter by maintainer of site)Otto Moerbeek
2004-11-04implememtation -> implementationPedro Martelletto
2004-11-04Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel.Miod Vallat
2004-11-04syncTheo de Raadt
2004-11-04syncTheo de Raadt
2004-11-03Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC.Claudio Jeker
2004-11-03register typoReyk Floeter
2004-11-03HISTSIZE cranked to 500Jared Yanovich
2004-11-03oops missed to set devtype here rather than in sti_sgc.c:1.23Michael Shalayeff
2004-11-03introduce spamlogd_flags to make it easier to e. g. bind spamlogdHenning Brauer
2004-11-03authentification -> authenticationDamien Bergamini
2004-11-03Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leakDamien Bergamini
2004-11-03Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us.Damien Bergamini
2004-11-03IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status().Damien Bergamini
2004-11-03Calling ipwcontrol -k without downloading the firmware first lead to aDamien Bergamini
2004-11-03Fix calls to bus_dmamap_create().Damien Bergamini
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
2004-11-03Enable pcscp; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
2004-11-03syncTheo de Raadt
2004-11-03we use our own ways to install manual pages, not their tree traversalsTheo de Raadt
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
2004-11-03incorrectly places output files in ${srcdir} -- candidate for passing backTheo de Raadt
2004-11-03syncTheo de Raadt
2004-11-03Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & d...Marco Peereboom
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
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
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
2004-11-02KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 asMiod Vallat
2004-11-02Temporarily workaround propolice compiler problem until compilerPer Fogelstrom
2004-11-02Fix problem with floating point restore at sigreturn.Per Fogelstrom
2004-11-02Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD.Miod Vallat
2004-11-02Prevent gcc from generating bogus constructs such asMiod Vallat
2004-11-02Merge glitches.Miod Vallat
2004-11-02Merge conflicts, bringing our changes back in:Miod Vallat
2004-11-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.Miod Vallat
2004-11-02missed reg index calc fixPer Fogelstrom