summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add esp to the sparc64 GENERICscottl2004-06-101-0/+1
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-103-0/+1041
* Remove filename+line number from panic messages.phk2004-06-061-4/+2
* Add missing <sys/module.h> #includesphk2004-06-046-0/+6
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-036-0/+7
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-0/+7
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-5/+0
* Move the per-CPU vmspace pointer fixup that is required before atmm2004-05-265-36/+41
* Use unsigned types for the arguments of the atomic(9) operations,marius2004-05-221-4/+4
* Switch from BSD-style u_intXX_t to ISO C99 uintXX_t.marius2004-05-222-5/+5
* In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, sincetmm2004-05-201-1/+1
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+1
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Oops, I left a duplicate 'relocbase' declaration.peter2004-05-171-1/+0
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-4/+5
* Prefer explicit ints to implicit ints in the prototype as well as inmux2004-05-101-1/+1
* - Fix a typo in a printf(). [1]mux2004-05-101-5/+4
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEalc2004-05-092-2/+19
* Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns aalc2004-05-081-2/+0
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-0818-882/+22
* Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device namemarius2004-05-041-3/+2
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-4/+4
* Some cleanups to the nexus code:tmm2004-04-302-126/+50
* Remove inclusion of opt_ebus.h.tmm2004-04-301-2/+0
* Remove the separate kernel option for Sun APB PCI-PCI bridges and makemarius2004-04-302-2/+0
* Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64.marius2004-04-301-1/+1
* Update the reference to the FreeBSD sparc64 mailing list, its name hasmarius2004-04-301-1/+1
* Fix the EBus driver to work with the new PCI code. Unlike other PCItmm2004-04-284-111/+202
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+2
* Some code cleanup:tmm2004-04-253-128/+28
* Prefix a printf with the device name.tmm2004-04-251-1/+1
* Remove avail_end. It is not used.alc2004-04-112-8/+1
* Remove advertising clause from University of California Regent'simp2004-04-0731-152/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-052-5/+2
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-041-1/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-032-3/+3
* MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+3
* The compatibility specification property is named "compatible", nottmm2004-03-272-2/+2
* Correct the termination condition of the DVMA pruning loop intmm2004-03-231-7/+7
* Intitialize the frame pointer and return pc of a new process createdtmm2004-03-231-0/+2
* Add an implementation of uiomove_fromphys() to sparc64. Thisalc2004-03-221-0/+146
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-6/+3
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+3
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-131-2/+0
OpenPOWER on IntegriCloud