Age | Commit message (Expand) | Author |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-14 | "Implement fast path TLB miss handling. Walk the page table without | Jasper Lievisse Adriaanse |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-18 | Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h> | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-06 | move away from using /**/ to ## for cpp paste in sh locore | Jonathan Gray |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-01 | - don't do curupte checks if the current miss address is user space | Jasper Lievisse Adriaanse |
2010-06-29 | Shave off some instructions: | Jasper Lievisse Adriaanse |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | Bunch of include adjustements to restore compilability. | Miod Vallat |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-06 | - add more comments to sh3_vector_tlbmiss (no binary change). | Jasper Lievisse Adriaanse |
2010-06-06 | use .L* for local labels and other small cosmetics | Jasper Lievisse Adriaanse |
2010-06-02 | - correctly report the number of wired tlb entries | Jasper Lievisse Adriaanse |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-25 | Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> which | Miod Vallat |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-16 | catch up to the ttyopen() changes | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-01-01 | Since sh4_emode_icache_sync_all() and sh4_emode_dcache_wbinv_all() | Miod Vallat |
2010-01-01 | Remove unused *_CACHE_FLUSH() macros. | Miod Vallat |
2010-01-01 | Make sure page is cache invalidated in pmap_unmap_direct(), for the next use | Miod Vallat |
2009-12-25 | Implement bus_space_vaddr(). | Miod Vallat |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-17 | Initialize the FPU to be in double precision mode for SH4. This is what the | Mark Kettenis |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
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-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-09 | Another lost bit for SysV message queues. | Bret Lambert |
2009-07-26 | Create the pci resource extents as covering the full 4GB address space, | Miod Vallat |
2009-07-23 | Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let the | Miod Vallat |
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-25 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis |
2009-04-19 | Mutexes for arm and sh softinterrupts. | Owain Ainsworth |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-25 | Deinline softintr_schedule(). | Miod Vallat |
2009-02-14 | Fix logic error in copyinstr() when deciding whether to return EFAULT | Miod Vallat |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |