aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* Make a small revision to the api between the elf linker core and thePeter Wemm2004-05-161-4/+5
* Prefer explicit ints to implicit ints in the prototype as well as inMaxime Henrion2004-05-101-1/+1
* - Fix a typo in a printf(). [1]Maxime Henrion2004-05-101-5/+4
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEAlan Cox2004-05-092-2/+19
* Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns aAlan Cox2004-05-081-2/+0
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-0818-882/+22
* Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device nameMarius Strobl2004-05-041-3/+2
* Add option GEOM_GPT. This brings the ability to have a large number ofMarcel Moolenaar2004-05-021-0/+1
* Spell Ethernet correctly.David E. O'Brien2004-05-021-4/+4
* Some cleanups to the nexus code:Thomas Moestl2004-04-302-126/+50
* Remove inclusion of opt_ebus.h.Thomas Moestl2004-04-301-2/+0
* Remove the separate kernel option for Sun APB PCI-PCI bridges and makeMarius Strobl2004-04-302-2/+0
* Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64.Marius Strobl2004-04-301-1/+1
* Update the reference to the FreeBSD sparc64 mailing list, its name hasMarius Strobl2004-04-301-1/+1
* Fix the EBus driver to work with the new PCI code. Unlike other PCIThomas Moestl2004-04-284-111/+202
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+2
* Some code cleanup:Thomas Moestl2004-04-253-128/+28
* Prefix a printf with the device name.Thomas Moestl2004-04-251-1/+1
* Remove avail_end. It is not used.Alan Cox2004-04-112-8/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0731-152/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-052-5/+2
* Remove unused arguments from pmap_init().Alan Cox2004-04-051-1/+1
* - Use an ihandle_t to store the stdout instance handle instead of aThomas Moestl2004-04-041-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
* The compatibility specification property is named "compatible", notThomas Moestl2004-03-272-2/+2
* 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
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* sync comment with i386's isa.c.. This removes a comment that is YEARSJohn-Mark Gurney2004-03-171-3/+1
* 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
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64Garance A Drosehn2004-03-101-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,Alan Cox2004-03-071-6/+0
* Fix syntax errors and wrong function prototypes in several MD headerLukas Ertl2004-03-051-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-1/+4
* - Fix for sparc64 to use new __panic() functionKen Smith2004-01-271-2/+4
* - Recruit some new ULE users by making it the default scheduler in GENERIC.Jeff Roberson2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily soJacques Vidrine2004-01-241-0/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-091-0/+1
* Some integrated Davicom cards in sparc64 boxes have an all zerosMaxime Henrion2004-01-082-0/+18
* 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-262-5/+5
* Don't confuse NULL with 0.David E. O'Brien2003-12-261-3/+3