summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64gad2004-03-101-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-6/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* Device megapatch 4/6:phk2004-02-212-1/+4
* - Fix for sparc64 to use new __panic() functionkensmith2004-01-271-2/+4
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* 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
OpenPOWER on IntegriCloud