| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add PFIL_HOOKS to the GENERIC kernel configuration. | Jacques Vidrine | 2004-01-26 | 1 | -0/+1 |
| * | MFC the if_dc fix for sparc64 Davicom cards that store thier MAC in | Scott Long | 2004-01-25 | 2 | -2/+20 |
| * | Don't build a kernel.debug for the release. | Scott Long | 2003-12-07 | 1 | -1/+1 |
| * | Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the release | Scott Long | 2003-12-07 | 1 | -4/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'. | cvs2svn | 2003-12-07 | 1 | -72/+0 |
| * | Fix all users of mp_maxid to use the same semantics, namely: | John Baldwin | 2003-12-03 | 1 | -2/+2 |
| * | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | John Baldwin | 2003-11-21 | 1 | -3/+9 |
| * | - Remove unnecessary synchronization from sf_buf_init(). (There is only | Alan Cox | 2003-11-16 | 1 | -2/+0 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 2 | -1/+57 |
| * | Fix more spammage with local changes. Didn't look at the diffs before | Jake Burkholder | 2003-11-14 | 1 | -10/+10 |
| * | Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add this | Jake Burkholder | 2003-11-14 | 1 | -11/+10 |
| * | Respect RB_KDB flag. | Hidetoshi Shimokawa | 2003-11-13 | 1 | -0/+5 |
| * | Remove reference to sio (superseded by uart). | Jake Burkholder | 2003-11-11 | 1 | -1/+0 |
| * | Add entries for creator, splash, uart and puc, commented out until they're | Jake Burkholder | 2003-11-11 | 1 | -1/+5 |
| * | Remove references to atkbd, atkbdc, psm and vga. | Jake Burkholder | 2003-11-11 | 1 | -7/+1 |
| * | Assume that unit 0 is the graphics console initialized by syscons, instead | Jake Burkholder | 2003-11-11 | 1 | -1/+1 |
| * | Fix a bug in the data access error recorvery. Before re-enabling the data | Jake Burkholder | 2003-11-11 | 6 | -4/+60 |
| * | Rearrange slightly so that DELAY(9) works during cninit. | Jake Burkholder | 2003-11-11 | 1 | -12/+12 |
| * | Change the clear_ret argument of get_mcontext() to be a flags argument. | Marcel Moolenaar | 2003-11-09 | 1 | -2/+2 |
| * | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | Peter Wemm | 2003-10-19 | 1 | -0/+6 |
| * | Add an 'include' directive to pull in <sys/ptrace.h>. | Robert Drehmel | 2003-10-10 | 1 | -0/+1 |
| * | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | Robert Drehmel | 2003-10-09 | 1 | -0/+5 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -1/+0 |
| * | Migrate pmap_prefault() into the machine-independent virtual memory layer. | Alan Cox | 2003-10-03 | 1 | -6/+13 |
| * | Make PAGE_SIZE and related quantities signed on sparc64. (They are signed | Alan Cox | 2003-10-03 | 1 | -4/+4 |
| * | Allow the compiler to micro-optimize byte swapping functions by | Maxime Henrion | 2003-09-30 | 1 | -15/+24 |
| * | Add vm object locking to pmap_release(). | Alan Cox | 2003-09-28 | 1 | -2/+4 |
| * | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | Peter Wemm | 2003-09-25 | 2 | -13/+2 |
| * | Implement the bus_space_map() function to allocate resources and initialize | Yoshihiro Takahashi | 2003-09-23 | 1 | -0/+19 |
| * | Remove an invalid KASSERT. Apparently pmap_remove_all gets called on | Jake Burkholder | 2003-09-20 | 1 | -3/+0 |
| * | Handle ISA devices in OF_decode_addr(), with the same code that is | Thomas Moestl | 2003-09-12 | 1 | -1/+1 |
| * | Add a new parameter to pmap_extract_and_hold() that is needed to eliminate | Alan Cox | 2003-09-12 | 1 | -2/+3 |
| * | Introduce a new pmap function, pmap_extract_and_hold(). This function | Alan Cox | 2003-09-08 | 1 | -0/+22 |
| * | Take the support for the 8139C+/8169/8169S/8110S chips out of the | Bill Paul | 2003-09-08 | 1 | -0/+1 |
| * | - Clear the CE AFSR bits which indicate the error condition when handling | Thomas Moestl | 2003-09-04 | 2 | -8/+25 |
| * | Add function OF_decode_addr(). This function obtains the physical | Marcel Moolenaar | 2003-09-02 | 2 | -1/+112 |
| * | Preparatory commit to allow prototypes in ofw_machdep.h to contain | Marcel Moolenaar | 2003-09-02 | 3 | -0/+3 |
| * | Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ | Alexander Kabaev | 2003-09-01 | 1 | -3/+3 |
| * | Implement cpu_set_upcall_kse. May need tweaking. | Jake Burkholder | 2003-08-31 | 1 | -0/+12 |
| * | Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy | Alan Cox | 2003-08-29 | 1 | -0/+104 |
| * | Allow bus barrier operations on fake tags. The purpose of a fake | Marcel Moolenaar | 2003-08-24 | 1 | -4/+4 |
| * | reenable the caches when a PCI peek faults. Takes my kernel compile | John-Mark Gurney | 2003-08-24 | 2 | -0/+6 |
| * | Add a driver for creator upa frame buffers found in many sparc64 machines. | Jake Burkholder | 2003-08-24 | 2 | -0/+458 |
| * | "md" files for syscons. | Jake Burkholder | 2003-08-24 | 2 | -0/+161 |
| * | s#<mk48txx/mk48txxreg.h>#<dev/mk48txx/mk48txxreg.h># | Marcel Moolenaar | 2003-08-23 | 4 | -4/+4 |
| * | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | Warner Losh | 2003-08-23 | 11 | -15/+15 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 4 | -9/+9 |
| * | Lock the pmap's tsb object when performing vm_page_grab() on it. | Alan Cox | 2003-08-20 | 1 | -0/+2 |
| * | Enable OFW_NEWPCI until jmg's 2003/06/21 18:26:08 PDT bus commit is fixed | David E. O'Brien | 2003-08-19 | 1 | -1/+1 |
| * | Fixup the ELF branding information to point to the new home of rtld. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |