summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-28hiding PCI_MAGIC_IO_RANGE from userland is counter-productivemacallan
2011-07-28- check and don't cast malloc returnchristos
2011-07-28term -> terminalchristos
2011-07-28regenchristos
2011-07-28avoid shadowed variablechristos
2011-07-28use vis.h from .christos
2011-07-28eliminate alloca for portabilitychristos
2011-07-28term -> terminalchristos
2011-07-28- fix memory allocation botch in wide stringschristos
2011-07-28term -> terminalchristos
2011-07-28more portability defineschristos
2011-07-28term -> terminalchristos
2011-07-28term -> terminalchristos
2011-07-28include config.h for all c files.christos
2011-07-28include vis.h from dot.christos
2011-07-28fix confusion with wide functions.christos
2011-07-27Change a cast to appease gcc4.5matt
2011-07-27Make this use offsetof and __typeof__ to appease gcc4.5matt
2011-07-27move clearing PSL_IP in ofwmsr back where it was - if we do it too early mymacallan
2011-07-27Don't attach same ivec's event coutner more than once. They arenakayama
2011-07-27ivec is assigned to hardware, so count its event counter up innakayama
2011-07-27Make atoi() use strtoll from libkern.njoly
2011-07-27These don't need uvm/uvm_extern.h.uebayasi
2011-07-27KNF, use uintNN_t, tab/space cosmetics etc.tsutsui
2011-07-27Include uvm/uvm_extern.h only once.uebayasi
2011-07-27Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h.uebayasi
2011-07-27fix narrow compilationchristos
2011-07-27- split device_t/softc and use device_t and cfdata_t etc.tsutsui
2011-07-27cleanup some DIAGNOSTIC and KASSERT codeplunky
2011-07-27As per PR bin/45180, do not traverse too deep.jruoho
2011-07-27Workaround around make bug by using an intermediate file/rule.matt
2011-07-27- don't leave cursor dangling on memory failure or after clearing the listchristos
2011-07-27fix buffer growing code.christos
2011-07-27add history testing code.christos
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-26Don't copy iobase and iosize members from pcmciabus_attach_args to thedyoung
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-26don't stop reading after empty lines from: Nirbhay Choubeychristos
2011-07-26Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0),dyoung
2011-07-26Add optimised version of scalbnl for x86.joerg
2011-07-26Build sh3/sh3/sh3_bus_space.c only for mmeye.dyoung
2011-07-26Add scalbnl to libm.joerg
2011-07-26Make atoi func static, and constifynjoly
2011-07-26sigpost: don't interfere coredump. PR/45032yamt
2011-07-26dopoolcache: don't print unused caches unless verboseyamt
2011-07-26fix a botch in PRIxVADDR change (rev.1.38)yamt
2011-07-26stop using lbolt in ttyyamt
2011-07-26comments. related to PR/44969yamt
2011-07-26try to fill ld_locked/ld_unlocked for shared acquisition of lockyamt
2011-07-26sleepq_insert: call lwp_eprio only when necessaryyamt