| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 1 | -2/+17 |
* | Fix all users of mp_maxid to use the same semantics, namely: | jhb | 2003-12-03 | 1 | -2/+2 |
* | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | jhb | 2003-11-21 | 1 | -3/+9 |
* | - Remove unnecessary synchronization from sf_buf_init(). (There is only | alc | 2003-11-16 | 1 | -2/+0 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 2 | -1/+57 |
* | Fix more spammage with local changes. Didn't look at the diffs before | jake | 2003-11-14 | 1 | -10/+10 |
* | Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add this | jake | 2003-11-14 | 1 | -11/+10 |
* | Respect RB_KDB flag. | simokawa | 2003-11-13 | 1 | -0/+5 |
* | Remove reference to sio (superseded by uart). | jake | 2003-11-11 | 1 | -1/+0 |
* | Add entries for creator, splash, uart and puc, commented out until they're | jake | 2003-11-11 | 1 | -1/+5 |
* | Remove references to atkbd, atkbdc, psm and vga. | jake | 2003-11-11 | 1 | -7/+1 |
* | Assume that unit 0 is the graphics console initialized by syscons, instead | jake | 2003-11-11 | 1 | -1/+1 |
* | Fix a bug in the data access error recorvery. Before re-enabling the data | jake | 2003-11-11 | 6 | -4/+60 |
* | Rearrange slightly so that DELAY(9) works during cninit. | jake | 2003-11-11 | 1 | -12/+12 |
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 1 | -2/+2 |
* | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | peter | 2003-10-19 | 1 | -0/+6 |
* | Add an 'include' directive to pull in <sys/ptrace.h>. | robert | 2003-10-10 | 1 | -0/+1 |
* | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | robert | 2003-10-09 | 1 | -0/+5 |
* | 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 | 1 | -6/+13 |
* | Make PAGE_SIZE and related quantities signed on sparc64. (They are signed | alc | 2003-10-03 | 1 | -4/+4 |
* | Allow the compiler to micro-optimize byte swapping functions by | mux | 2003-09-30 | 1 | -15/+24 |
* | Add vm object locking to pmap_release(). | alc | 2003-09-28 | 1 | -2/+4 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 2 | -13/+2 |
* | Implement the bus_space_map() function to allocate resources and initialize | nyan | 2003-09-23 | 1 | -0/+19 |
* | Remove an invalid KASSERT. Apparently pmap_remove_all gets called on | jake | 2003-09-20 | 1 | -3/+0 |
* | Handle ISA devices in OF_decode_addr(), with the same code that is | tmm | 2003-09-12 | 1 | -1/+1 |
* | Add a new parameter to pmap_extract_and_hold() that is needed to eliminate | alc | 2003-09-12 | 1 | -2/+3 |
* | Introduce a new pmap function, pmap_extract_and_hold(). This function | alc | 2003-09-08 | 1 | -0/+22 |
* | Take the support for the 8139C+/8169/8169S/8110S chips out of the | wpaul | 2003-09-08 | 1 | -0/+1 |
* | - Clear the CE AFSR bits which indicate the error condition when handling | tmm | 2003-09-04 | 2 | -8/+25 |
* | Add function OF_decode_addr(). This function obtains the physical | marcel | 2003-09-02 | 2 | -1/+112 |
* | Preparatory commit to allow prototypes in ofw_machdep.h to contain | marcel | 2003-09-02 | 3 | -0/+3 |
* | Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ | kan | 2003-09-01 | 1 | -3/+3 |
* | Implement cpu_set_upcall_kse. May need tweaking. | jake | 2003-08-31 | 1 | -0/+12 |
* | Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy | alc | 2003-08-29 | 1 | -0/+104 |
* | Allow bus barrier operations on fake tags. The purpose of a fake | marcel | 2003-08-24 | 1 | -4/+4 |
* | reenable the caches when a PCI peek faults. Takes my kernel compile | jmg | 2003-08-24 | 2 | -0/+6 |
* | Add a driver for creator upa frame buffers found in many sparc64 machines. | jake | 2003-08-24 | 2 | -0/+458 |
* | "md" files for syscons. | jake | 2003-08-24 | 2 | -0/+161 |
* | s#<mk48txx/mk48txxreg.h>#<dev/mk48txx/mk48txxreg.h># | marcel | 2003-08-23 | 4 | -4/+4 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | imp | 2003-08-23 | 11 | -15/+15 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 4 | -9/+9 |
* | Lock the pmap's tsb object when performing vm_page_grab() on it. | alc | 2003-08-20 | 1 | -0/+2 |
* | Enable OFW_NEWPCI until jmg's 2003/06/21 18:26:08 PDT bus commit is fixed | obrien | 2003-08-19 | 1 | -1/+1 |
* | 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 | 1 | -0/+10 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 2 | -3/+3 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 2 | -4/+48 |
* | Fix sparc64 LINT build. <blush> | jake | 2003-08-11 | 1 | -2/+4 |