| Age | Commit message (Expand) | Author |
| 2011-07-28 | hiding PCI_MAGIC_IO_RANGE from userland is counter-productive | macallan |
| 2011-07-28 | - check and don't cast malloc return | christos |
| 2011-07-28 | term -> terminal | christos |
| 2011-07-28 | regen | christos |
| 2011-07-28 | avoid shadowed variable | christos |
| 2011-07-28 | use vis.h from . | christos |
| 2011-07-28 | eliminate alloca for portability | christos |
| 2011-07-28 | term -> terminal | christos |
| 2011-07-28 | - fix memory allocation botch in wide strings | christos |
| 2011-07-28 | term -> terminal | christos |
| 2011-07-28 | more portability defines | christos |
| 2011-07-28 | term -> terminal | christos |
| 2011-07-28 | term -> terminal | christos |
| 2011-07-28 | include config.h for all c files. | christos |
| 2011-07-28 | include vis.h from dot. | christos |
| 2011-07-28 | fix confusion with wide functions. | christos |
| 2011-07-27 | Change a cast to appease gcc4.5 | matt |
| 2011-07-27 | Make this use offsetof and __typeof__ to appease gcc4.5 | matt |
| 2011-07-27 | move clearing PSL_IP in ofwmsr back where it was - if we do it too early my | macallan |
| 2011-07-27 | Don't attach same ivec's event coutner more than once. They are | nakayama |
| 2011-07-27 | ivec is assigned to hardware, so count its event counter up in | nakayama |
| 2011-07-27 | Make atoi() use strtoll from libkern. | njoly |
| 2011-07-27 | These don't need uvm/uvm_extern.h. | uebayasi |
| 2011-07-27 | KNF, use uintNN_t, tab/space cosmetics etc. | tsutsui |
| 2011-07-27 | Include uvm/uvm_extern.h only once. | uebayasi |
| 2011-07-27 | Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h. | uebayasi |
| 2011-07-27 | fix narrow compilation | christos |
| 2011-07-27 | - split device_t/softc and use device_t and cfdata_t etc. | tsutsui |
| 2011-07-27 | cleanup some DIAGNOSTIC and KASSERT code | plunky |
| 2011-07-27 | As per PR bin/45180, do not traverse too deep. | jruoho |
| 2011-07-27 | Workaround 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 list | christos |
| 2011-07-27 | fix buffer growing code. | christos |
| 2011-07-27 | add history testing code. | christos |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-26 | Don't copy iobase and iosize members from pcmciabus_attach_args to the | dyoung |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-26 | don't stop reading after empty lines from: Nirbhay Choubey | christos |
| 2011-07-26 | Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0), | dyoung |
| 2011-07-26 | Add optimised version of scalbnl for x86. | joerg |
| 2011-07-26 | Build sh3/sh3/sh3_bus_space.c only for mmeye. | dyoung |
| 2011-07-26 | Add scalbnl to libm. | joerg |
| 2011-07-26 | Make atoi func static, and constify | njoly |
| 2011-07-26 | sigpost: don't interfere coredump. PR/45032 | yamt |
| 2011-07-26 | dopoolcache: don't print unused caches unless verbose | yamt |
| 2011-07-26 | fix a botch in PRIxVADDR change (rev.1.38) | yamt |
| 2011-07-26 | stop using lbolt in tty | yamt |
| 2011-07-26 | comments. related to PR/44969 | yamt |
| 2011-07-26 | try to fill ld_locked/ld_unlocked for shared acquisition of lock | yamt |
| 2011-07-26 | sleepq_insert: call lwp_eprio only when necessary | yamt |