Age | Commit message (Expand) | Author |
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-26 | Be sure to write to the 7990 address register between two consecutive reads | Miod Vallat |
2011-08-26 | Be sure not to try to match lcg, and to bail out early in cnprobe as well, | Miod Vallat |
2011-08-26 | Make vsbus_search() return the value of the cf_match function it is a wrapper | Miod Vallat |
2011-08-22 | move powerpc to non-__STRICT_ALIGNMENT, as it always was. Essentially | Theo de Raadt |
2011-08-22 | mark setfault() with __returns_twice | Theo de Raadt |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-18 | Add sti@dio attachments. | Miod Vallat |
2011-08-18 | So, it turns out that models 362 and 382 built-in frame buffer only shows up | Miod Vallat |
2011-08-18 | Fix various lies in comments, extend hex constants to 8 hex digits for easier | Miod Vallat |
2011-08-18 | Because model 362 does not have an SGC bus (or a blind, deaf and mute one), | Miod Vallat |
2011-08-18 | Do not skip 362 and 382 DIO frame buffer select codes; this was written | Miod Vallat |
2011-08-18 | Do not use NULL when 0 is intended. | Miod Vallat |
2011-08-18 | stray spaces; no binary change | Marco Peereboom |
2011-08-17 | Set the PSL_O bit, like we do for 64-bit capable CPUs on hppa. | Mark Kettenis |
2011-08-17 | Don't set the PSL_S bit. We generally don't tend to hide CPU counter timers | Mark Kettenis |
2011-08-17 | Assembler implementation of the GCM mode using the Carry-less | Mike Belopuhov |
2011-08-16 | Use pitlbe and pdtlbe instructions when flushing the entire TLB. | Mark Kettenis |
2011-08-16 | The gp value is stored in a different register on hppa64. | Mark Kettenis |
2011-08-16 | Old proc is stored in %arg0, not in %arg2. | Mark Kettenis |
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis |
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis |
2011-08-16 | Don't export 'struct pmap' to userland. | Mark Kettenis |
2011-08-09 | In pmap_create(), check uvm_pagealloc() return value and uvm_wait() until it | Miod Vallat |
2011-08-07 | A few more fixes to the lazy FPU context switching code. | Mark Kettenis |
2011-08-07 | Avoid clobbering system call arguments upon system call entry. | Mark Kettenis |
2011-08-07 | Enable ssio(4) and com(4). | Mark Kettenis |
2011-08-07 | Bring over ssio(4) from hppa for proper serial console support. | Mark Kettenis |
2011-08-07 | Recognize 64-bit store instructions. | Mark Kettenis |
2011-08-07 | Make sure interrupts are properly masked at the level they're established at. | Mark Kettenis |
2011-08-04 | Make this compile with gcc4. Same fix as for hppa. | Mark Kettenis |
2011-08-03 | Fix linux compat breakage: can't copyin() from kernel-space, so | Philip Guenthe |
2011-08-02 | Add softraid (and option CRYPTO as pointed out by todd). | Matthieu Herrb |
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt |
2011-08-01 | Synch with hppa. Seems to fix at least one of the remaining pmap bugs. | Mark Kettenis |
2011-07-30 | Send SIGBUS instead of SIGSEGV for unaligned access which is not emulated | Theo de Raadt |
2011-07-25 | Disable MSI for now; something is still not quite right on UltrSPARC T2 | Mark Kettenis |
2011-07-22 | Fix PMAPDEBUG compile | Miod Vallat |
2011-07-21 | Support for the eBenton EBT-700 netbook, which is similar to the Lemote | Miod Vallat |
2011-07-19 | we need to alias __movstr* as __movmem* for gcc4 | Jonathan Gray |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-07-18 | take us to 5.0-beta | Theo de Raadt |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-16 | device_register() is called on the scsibus(4) devices before | Matthew Dempsky |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-11 | Add hibernate_read_block and fix a couple of typos in the previous commit. | Mike Larkin |
2011-07-10 | remove irrelevant comments | Theo de Raadt |
2011-07-10 | remove irrelevant old comment | Theo de Raadt |
2011-07-10 | Register the Heart clock as a timecounter on Octane systems. | Miod Vallat |