Age | Commit message (Expand) | Author |
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff |
2004-11-04 | (try to) open the config file earlier, makes the error handling easier in | Henning Brauer |
2004-11-04 | fix url (submitter by maintainer of site) | Otto Moerbeek |
2004-11-04 | implememtation -> implementation | Pedro Martelletto |
2004-11-04 | Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel. | Miod Vallat |
2004-11-04 | sync | Theo de Raadt |
2004-11-04 | sync | Theo de Raadt |
2004-11-03 | Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC. | Claudio Jeker |
2004-11-03 | register typo | Reyk Floeter |
2004-11-03 | HISTSIZE cranked to 500 | Jared Yanovich |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff |
2004-11-03 | introduce spamlogd_flags to make it easier to e. g. bind spamlogd | Henning Brauer |
2004-11-03 | authentification -> authentication | Damien Bergamini |
2004-11-03 | Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leak | Damien Bergamini |
2004-11-03 | Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us. | Damien Bergamini |
2004-11-03 | IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status(). | Damien Bergamini |
2004-11-03 | Calling ipwcontrol -k without downloading the firmware first lead to a | Damien Bergamini |
2004-11-03 | Fix calls to bus_dmamap_create(). | Damien Bergamini |
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 |
2004-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria |
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 |
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 |
2004-11-03 | incorrectly places output files in ${srcdir} -- candidate for passing back | Theo de Raadt |
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 & d... | Marco Peereboom |
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 |
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 |
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 |
2004-11-02 | KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 as | Miod Vallat |
2004-11-02 | Temporarily workaround propolice compiler problem until compiler | Per Fogelstrom |
2004-11-02 | Fix problem with floating point restore at sigreturn. | Per Fogelstrom |
2004-11-02 | Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD. | Miod Vallat |
2004-11-02 | Prevent gcc from generating bogus constructs such as | Miod Vallat |
2004-11-02 | Merge glitches. | Miod Vallat |
2004-11-02 | Merge conflicts, bringing our changes back in: | Miod Vallat |
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 |