Age | Commit message (Expand) | Author |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-02-20 | minor tweak to improve consistency with other drivers; startup | Igor Sobrado |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-02 | Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems | Miod Vallat |
2009-10-02 | Some 21264CB pass information, from information provided by Sergey Prysiazhnyi. | Miod Vallat |
2009-09-30 | One missing print -> DPRINTF conversion in dec_kn300_device_register() | Miod Vallat |
2009-09-01 | Fix: alpha DEBUG kernel failed to compile | Ariane van der Steldt |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
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 |