aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Prefix a printf with the device name.Thomas Moestl2004-04-251-1/+1
* Remove avail_end. It is not used.Alan Cox2004-04-111-7/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0712-58/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-4/+2
* Remove unused arguments from pmap_init().Alan Cox2004-04-051-1/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, itAlan Cox2004-04-032-3/+3
* MFi386: correctly calculate the top-of-stack when a kthread is createdKen Smith2004-03-291-4/+3
* Correct the termination condition of the DVMA pruning loop inThomas Moestl2004-03-231-7/+7
* Intitialize the frame pointer and return pc of a new process createdThomas Moestl2004-03-231-0/+2
* Add an implementation of uiomove_fromphys() to sparc64. ThisAlan Cox2004-03-221-0/+146
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-6/+3
* Refactor the existing machine-dependent sf_buf_free() into a machine-Alan Cox2004-03-161-18/+3
* Now that contigfree() does not require Giant, don't grab it in busdma.Scott Long2004-03-131-2/+0
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,Alan Cox2004-03-071-6/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Some integrated Davicom cards in sparc64 boxes have an all zerosMaxime Henrion2004-01-081-0/+17
* Make sigaltstack as per-threaded, because per-process sigaltstack stateDavid Xu2004-01-031-5/+5
* Track three new sendfile-related statistics:Mike Silbersack2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,Mike Silbersack2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.Mike Silbersack2003-12-271-0/+4
* Don't confuse NULL with 0.David E. O'Brien2003-12-263-4/+4
* Don't confuse NULL with 0.David E. O'Brien2003-12-261-2/+2
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-231-2/+17
* Fix all users of mp_maxid to use the same semantics, namely:John Baldwin2003-12-031-2/+2
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledJohn Baldwin2003-11-211-3/+9
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyAlan Cox2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-1/+1
* Respect RB_KDB flag.Hidetoshi Shimokawa2003-11-131-0/+5
* Fix a bug in the data access error recorvery. Before re-enabling the dataJake Burkholder2003-11-115-4/+51
* Rearrange slightly so that DELAY(9) works during cninit.Jake Burkholder2003-11-111-12/+12
* Change the clear_ret argument of get_mcontext() to be a flags argument.Marcel Moolenaar2003-11-091-2/+2
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is aPeter Wemm2003-10-191-0/+6
* Add an 'include' directive to pull in <sys/ptrace.h>.Robert Drehmel2003-10-101-0/+1
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).Robert Drehmel2003-10-091-0/+5
* Migrate pmap_prefault() into the machine-independent virtual memory layer.Alan Cox2003-10-031-6/+13
* Add vm object locking to pmap_release().Alan Cox2003-09-281-2/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Remove an invalid KASSERT. Apparently pmap_remove_all gets called onJake Burkholder2003-09-201-3/+0
* Handle ISA devices in OF_decode_addr(), with the same code that isThomas Moestl2003-09-121-1/+1
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminateAlan Cox2003-09-121-2/+3
* Introduce a new pmap function, pmap_extract_and_hold(). This functionAlan Cox2003-09-081-0/+22
* Add function OF_decode_addr(). This function obtains the physicalMarcel Moolenaar2003-09-021-0/+110
* Preparatory commit to allow prototypes in ofw_machdep.h to containMarcel Moolenaar2003-09-023-0/+3
* Implement cpu_set_upcall_kse. May need tweaking.Jake Burkholder2003-08-311-0/+12
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-291-0/+104
* Allow bus barrier operations on fake tags. The purpose of a fakeMarcel Moolenaar2003-08-241-4/+4
* reenable the caches when a PCI peek faults. Takes my kernel compileJohn-Mark Gurney2003-08-242-0/+6
* "md" files for syscons.Jake Burkholder2003-08-241-0/+85
* s#<mk48txx/mk48txxreg.h>#<dev/mk48txx/mk48txxreg.h>#Marcel Moolenaar2003-08-234-4/+4
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-236-6/+6