Age | Commit message (Expand) | Author |
2011-11-23 | clamp uvm_page_rle() to 255 pages at a time | Theo de Raadt |
2011-11-23 | properly account for the MP tramp page in the ranges | Theo de Raadt |
2011-11-23 | block interrupts while pool_reclaim_all is grubbing around in every pools | David Gwynne |
2011-11-22 | Move struct proc's sigaltstack struct from the zeroed area into the | Joshua Elsasser |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-22 | Ensure we are unpacking the right source address after skipping a range of | Mike Larkin |
2011-11-21 | only pull reg.h in when __BSD_VISIBLE || __XPG_VISIBLE >= 420, as | Theo de Raadt |
2011-11-21 | this should have gone away because it is now in files.pci | Theo de Raadt |
2011-11-21 | fix small (one stack word) kmem->user leak - the syscall code does | Damien Miller |
2011-11-19 | Make sure %cr17 points to a valid cpu_info struct before attempting to do the | Miod Vallat |
2011-11-19 | Remove unused function forgotten during the switch to the interactive | Martin Pieuchot |
2011-11-19 | Rewrite the parsing of arguments given to the ofwboot and restore the | Martin Pieuchot |
2011-11-19 | Select a routing table according to the rdomain. Allows one | Mike Belopuhov |
2011-11-19 | Add ZTE MF190; ok jsg | Mike Belopuhov |
2011-11-19 | Add a comment explaining the weired nature of the mlphy. | Claudio Jeker |
2011-11-19 | regen | Mike Belopuhov |
2011-11-19 | Add ZTE MF190 installer ID | Mike Belopuhov |
2011-11-18 | Don't bother keeping a local copy of boot_dev in parse_prom_bootdev(). | Miod Vallat |
2011-11-18 | no need to zero all the free pages since we will be skipping them with | Mike Larkin |
2011-11-18 | - fix a few trailing whitespaces and a spello | Jasper Lievisse Adriaanse |
2011-11-18 | fix a corner case in rle processing where the rle byte was the last byte | Mike Larkin |
2011-11-17 | physmem run length encoding (rle) for hibernate - don't compress or write | Mike Larkin |
2011-11-17 | support Huawei EM770W | Jonathan Gray |
2011-11-17 | regen | Jonathan Gray |
2011-11-17 | Huawei EM770W | Jonathan Gray |
2011-11-16 | Reduce use of globals in hibernate code. | Mike Larkin |
2011-11-16 | oops, need a prototype for ast() | Theo de Raadt |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-16 | Better clock rate .7% error is much better than 7% error. | Dale Rahn |
2011-11-16 | Improve flag setting ioctl so that bulk updates are requested | Mike Belopuhov |
2011-11-15 | Remove pointless/debug prints during config. | Dale Rahn |
2011-11-15 | Bring back 'mostly' working omdog support. | Dale Rahn |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-15 | delay(1) is an extremely short delay, increase this to a measurable amount | Dale Rahn |
2011-11-15 | on failure, the hibernate io function should return an errno type variable, | Theo de Raadt |
2011-11-15 | on failure, hibernate io functions return an errno. not 1. | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-14 | went a bit far... | Theo de Raadt |
2011-11-14 | dale and i theorize that these days armish can safely be compiled | Theo de Raadt |
2011-11-14 | merge syscall.c into the end of trap.c as almost all architectures do. | Theo de Raadt |
2011-11-14 | use include properly | Theo de Raadt |
2011-11-14 | merge various differences between hppa and hppa64 | Theo de Raadt |
2011-11-14 | local variable not needed in sdmmc_activate | Theo de Raadt |
2011-11-14 | sync | Theo de Raadt |
2011-11-14 | SMSC9512 and family | Theo de Raadt |
2011-11-14 | ahci hibernate device selection code; not yet tested | Mike Larkin |
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike Larkin |
2011-11-13 | Add some #defines for the various hibernate I/O modes, some of the | Mike Larkin |
2011-11-13 | In hibernate resume, free the piglet and other VAs we allocated during | Mike Larkin |
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin |