| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with ATA UMA changes | grehan | 2004-01-15 | 2 | -0/+2 |
* | Use a device identify entry point to attach to nexus, since the | grehan | 2004-01-13 | 1 | -9/+27 |
* | Make the OpenPic driver bus-independent, with attachments for | grehan | 2004-01-13 | 4 | -164/+557 |
* | Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe | grehan | 2004-01-13 | 3 | -110/+133 |
* | Catch up with ATA changes by including <sys/sema.h> | grehan | 2004-01-13 | 2 | -0/+2 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 2 | -10/+10 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 2 | -0/+2 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | silby | 2003-12-28 | 2 | -4/+2 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 2 | -0/+8 |
* | GC the unused <machine/kse.h> file. | peter | 2003-12-24 | 1 | -38/+0 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 1 | -2/+17 |
* | Disable the per-vm_page PTE cache. This was not being invalidated | grehan | 2003-12-16 | 3 | -0/+6 |
* | imac revA-D and beige G3 OpenFirmware uses the "ide" string for | grehan | 2003-12-10 | 1 | -1/+2 |
* | - removed obsolete ppc_exit/ppc_boot functions | grehan | 2003-12-10 | 3 | -38/+122 |
* | Remove redundant declaration of ddb_trap | gallatin | 2003-12-09 | 1 | -1/+0 |
* | pmap_query_bit() should return false if the bit is not set. | gallatin | 2003-12-09 | 3 | -3/+3 |
* | Use the "shut-down" and "reset-all" Forth procedures to halt and | gallatin | 2003-12-09 | 5 | -2/+42 |
* | Make breakpoint() actually break into ddb. | gallatin | 2003-12-09 | 1 | -5/+6 |
* | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | jhb | 2003-11-21 | 1 | -0/+5 |
* | Widen the enable/disable helper function's argument in line with the | peter | 2003-11-17 | 4 | -13/+13 |
* | - Remove unnecessary synchronization from sf_buf_init(). (There is only | alc | 2003-11-16 | 2 | -4/+0 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 3 | -2/+58 |
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 2 | -2/+2 |
* | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | peter | 2003-10-19 | 2 | -0/+12 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 1 | -1/+0 |
* | Migrate pmap_prefault() into the machine-independent virtual memory layer. | alc | 2003-10-03 | 3 | -24/+39 |
* | DELAY must be a routine, not a macro definition. | grehan | 2003-09-26 | 4 | -6/+4 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 2 | -13/+2 |
* | _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to | grehan | 2003-09-24 | 1 | -2/+2 |
* | Soften assert in pmap_remove_all. | grehan | 2003-09-22 | 3 | -12/+75 |
* | ATAng requires <sys/taskqueue.h> | grehan | 2003-09-22 | 2 | -0/+2 |
* | Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ | kan | 2003-09-01 | 1 | -3/+3 |
* | Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy | alc | 2003-08-29 | 2 | -0/+202 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -3/+3 |
* | Fixup the ELF branding information to point to the new home of rtld. | gordon | 2003-08-17 | 1 | -1/+1 |
* | In vm_thread_swap{in|out}(), remove the alpha specific conditional | marcel | 2003-08-16 | 2 | -14/+18 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 2 | -4/+6 |
* | Update powerpc to use the (old thread,new thread) calling convention | grehan | 2003-08-14 | 4 | -74/+60 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 2 | -4/+48 |
* | - Since td_critnest is now initialized in MI code, it doesn't have to be | jhb | 2003-08-04 | 2 | -13/+0 |
* | Deal with GCC annoyingly defining _BIG_ENDIAN. | obrien | 2003-08-03 | 1 | -0/+1 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). | alc | 2003-08-02 | 3 | -3/+3 |
* | Make sure that when the PV ENTRY zone is created in pmap, that it's | bmilekic | 2003-07-31 | 3 | -6/+6 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 8 | -2/+14 |
* | Make pmap_pvo_allocf() callable without Giant. | alc | 2003-07-27 | 3 | -18/+18 |
* | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | mux | 2003-07-27 | 2 | -6/+12 |
* | Rename thread_siginfo to cpu_thread_siginfo. | davidxu | 2003-07-15 | 2 | -2/+2 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 3 | -9/+15 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 2 | -3/+68 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 3 | -0/+24 |