Age | Commit message (Expand) | Author |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-19 | For consistency, make sure that all archs that use the same pattern | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-25 | Deinline softintr_schedule(). Also fix softintr priorities I got inverted after | Miod Vallat |
2009-03-15 | Now that we have splsoftassert(), make the soft ipl levels positive and | Miod Vallat |
2009-03-07 | No need to register a soft interrupt for softclock, it's done in MI code. | Miod Vallat |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |
2009-01-28 | Add missing braces in trunc_page() call from vmapbuf(). | Alexander Yurchenko |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-17 | Recognize environmental change machine checks on ES40, and report what | Miod Vallat |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-07 | unbreak ieeefp emulation code wrt converting double to unsigned | Martynas Venckus |
2008-10-04 | this is not the cvtql/sv opcode. ok miod@, naddy@ | Martynas Venckus |
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert |
2008-09-12 | Don't forget to actually return a pa for the K0SEG case... | Miod Vallat |
2008-08-02 | Ignore the ata channel on 164SX when controller is the built-in one, when | Miod Vallat |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-24 | Add code to decode machine checks on Avanti, providing a description of the | Miod Vallat |
2008-07-21 | nam2blk[] needs a "vnd" entry for some things (like softraid) | Todd T. Fries |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat |
2008-06-27 | Clear swap encryption keys before dumping a kernel image. | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-02-16 | Move panic tests under #ifdef DEBUG | Miod Vallat |
2008-01-13 | Replace STABS debug info (which causes problems with truncated relocations) | Mark Kettenis |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-03 | Remove the pv and pte stealing code. Neither art@ and I like it, the | Miod Vallat |
2007-09-03 | Typos from miod. 'specificed' -> 'specified' in some comments and man page. | Kenneth R Westerback |
2007-09-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat |
2007-08-25 | Use ptoa((psize_t)...) and %lu to print memory sizes. | Mark Kettenis |
2007-06-20 | alpha kernel have wsmux but not the actual devices; PR #5469 from janjaap | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | Some alpha (or SRM) designs use level 3 for i/o interrupts, instead of the | Miod Vallat |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |