Age | Commit message (Expand) | Author |
2014-06-03 | Fix sentinel style. | Kenji Aoyama |
2014-06-03 | Use a proper compiler barrier; just having the inline asm for the "sync" | Mark Kettenis |
2014-06-03 | Better comment for `faulty address'. | Kenji Aoyama |
2014-06-02 | Apply the ``make sure sigcontext does not overlap pending DAE addresses'' | Miod Vallat |
2014-06-02 | Bump DFLSSIZ to 2MB to match most of the other platforms. | Brad Smith |
2014-06-01 | Take subsequent stack alignment into account in local_stack_frame() when | Miod Vallat |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |
2014-05-31 | Use calloc to make sure the correct size is zeroed; Benjamin Baier | Miod Vallat |
2014-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-31 | Address several problems in signal delivery on 88100 processors: | Miod Vallat |
2014-05-31 | In regdump(), print DAE registers when they are valid, regardless of the | Miod Vallat |
2014-05-31 | Introduce m88100_rewind_insn() to rewind the execution pipeline one | Miod Vallat |
2014-05-31 | Remove some unused code that we added at the 2013 Toronto hackathon but | Mike Larkin |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | Eliminate some duplicated "mfctl cr29, rN" instructions. | Mark Kettenis |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |
2014-05-26 | Replace some magic constants with appropriate defines. | Mark Kettenis |
2014-05-26 | Do not change the state of the carry bit in the psr when returning with | Miod Vallat |
2014-05-25 | Turn on blinky things by default, very useful here | Theo de Raadt |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2014-05-24 | Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()? | Philip Guenther |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2014-05-23 | Free the est_fqlist allocations if we end up not using it. | Philip Guenther |
2014-05-22 | Regen | Miod Vallat |
2014-05-22 | Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) | Miod Vallat |
2014-05-22 | Extend the keyboard communication routines to be able to work in polling mode; | Miod Vallat |
2014-05-20 | remove irrelevant, outdated, and misleading sentence suggesting that | Alexander Hall |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-17 | One more mistake introduced in 1.65 | Miod Vallat |
2014-05-17 | ...and it needs a guard against NULL as well. | Miod Vallat |
2014-05-17 | Fix previous commit by making sure we are not dereferencing uninitialized | Miod Vallat |
2014-05-17 | In pmap_remove_page(), do not keep wired mappings; the callers want them gone. | Miod Vallat |
2014-05-17 | Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in case | Miod Vallat |
2014-05-17 | Lower VUPS value for delay() to behave closer to the intent. | Miod Vallat |
2014-05-17 | Print the rpb device type and unit values if the root device can't be found | Miod Vallat |
2014-05-17 | Change the return value of interrupt handler to 0 when nothing is | Kenji Aoyama |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-05-12 | Fix format strings in debug code. | Mark Kettenis |
2014-05-11 | need syscall.h.. | Theo de Raadt |
2014-05-11 | hide two printfs behind an ifdef DEBUG; spotted by miod@ | Jasper Lievisse Adriaanse |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-11 | Pull in <sys/user.h> before <sys/syscall*.h> | Philip Guenther |
2014-05-10 | spello in comment and tweak DUMP_BOOT_DESC a tad | Jasper Lievisse Adriaanse |
2014-05-10 | various format string fixes and remove -Wno-format from octeon | Jasper Lievisse Adriaanse |
2014-05-10 | sigh, another case of user.h before syscall_mi.h | Theo de Raadt |
2014-05-10 | Remove -Wno-format. | Mark Kettenis |