summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-082-0/+18
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-5/+5
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* Don't confuse NULL with 0.obrien2003-12-263-4/+4
* Don't confuse NULL with 0.obrien2003-12-262-5/+5
* Don't confuse NULL with 0.obrien2003-12-261-3/+3
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-2/+2
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-3/+9
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-1/+57
* Fix more spammage with local changes. Didn't look at the diffs beforejake2003-11-141-10/+10
* Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add thisjake2003-11-141-11/+10
* Respect RB_KDB flag.simokawa2003-11-131-0/+5
* Remove reference to sio (superseded by uart).jake2003-11-111-1/+0
* Add entries for creator, splash, uart and puc, commented out until they'rejake2003-11-111-1/+5
* Remove references to atkbd, atkbdc, psm and vga.jake2003-11-111-7/+1
* Assume that unit 0 is the graphics console initialized by syscons, insteadjake2003-11-111-1/+1
* Fix a bug in the data access error recorvery. Before re-enabling the datajake2003-11-116-4/+60
* Rearrange slightly so that DELAY(9) works during cninit.jake2003-11-111-12/+12
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-191-0/+6
* Add an 'include' directive to pull in <sys/ptrace.h>.robert2003-10-101-0/+1
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-6/+13
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedalc2003-10-031-4/+4
* Allow the compiler to micro-optimize byte swapping functions bymux2003-09-301-15/+24
* Add vm object locking to pmap_release().alc2003-09-281-2/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-13/+2
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-0/+19
* Remove an invalid KASSERT. Apparently pmap_remove_all gets called onjake2003-09-201-3/+0
* Handle ISA devices in OF_decode_addr(), with the same code that istmm2003-09-121-1/+1
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-121-2/+3
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-081-0/+22
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-0/+1
* - Clear the CE AFSR bits which indicate the error condition when handlingtmm2003-09-042-8/+25
* Add function OF_decode_addr(). This function obtains the physicalmarcel2003-09-022-1/+112
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-023-0/+3
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Implement cpu_set_upcall_kse. May need tweaking.jake2003-08-311-0/+12
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+104
* Allow bus barrier operations on fake tags. The purpose of a fakemarcel2003-08-241-4/+4
* reenable the caches when a PCI peek faults. Takes my kernel compilejmg2003-08-242-0/+6
* Add a driver for creator upa frame buffers found in many sparc64 machines.jake2003-08-242-0/+458
* "md" files for syscons.jake2003-08-242-0/+161
OpenPOWER on IntegriCloud