| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: correctly calculate the top-of-stack when a kthread is created | kensmith | 2004-03-29 | 1 | -4/+3 |
* | The compatibility specification property is named "compatible", not | tmm | 2004-03-27 | 2 | -2/+2 |
* | Correct the termination condition of the DVMA pruning loop in | tmm | 2004-03-23 | 1 | -7/+7 |
* | Intitialize the frame pointer and return pc of a new process created | tmm | 2004-03-23 | 1 | -0/+2 |
* | Add an implementation of uiomove_fromphys() to sparc64. This | alc | 2004-03-22 | 1 | -0/+146 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | sync comment with i386's isa.c.. This removes a comment that is YEARS | jmg | 2004-03-17 | 1 | -3/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -6/+3 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -18/+3 |
* | Now that contigfree() does not require Giant, don't grab it in busdma. | scottl | 2004-03-13 | 1 | -2/+0 |
* | Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64 | gad | 2004-03-10 | 1 | -1/+1 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -6/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 1 | -2/+2 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 2 | -1/+4 |
* | - Fix for sparc64 to use new __panic() function | kensmith | 2004-01-27 | 1 | -2/+4 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -1/+1 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | nectar | 2004-01-24 | 1 | -0/+1 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 1 | -0/+1 |
* | Some integrated Davicom cards in sparc64 boxes have an all zeros | mux | 2004-01-08 | 2 | -0/+18 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -5/+5 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 1 | -0/+1 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | silby | 2003-12-28 | 1 | -2/+1 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 1 | -0/+4 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 3 | -4/+4 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 2 | -5/+5 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 1 | -3/+3 |
* | 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 |
* | 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 |