aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-26/+1
* In the TCP stack, the hhook(9) framework provides hooks for kernel modulesJonathan T. Looney2016-10-121-0/+1
* Include stubs even on the platforms we don't support so libsysdecodeWarner Losh2016-10-111-0/+39
* Various changes to pmap_ts_referenced()Alan Cox2016-09-101-6/+0
* Disable vt(4) by default on sparc64 as creator_vt(4) and vt_ofwfb(4)Marius Strobl2016-09-061-1/+1
* Replace the number 4 in pmap_ts_referenced() by PMAP_TS_REFERENCED_MAX,Alan Cox2016-09-041-1/+14
* Remove support for idle page zeroing.Mark Johnston2016-09-031-33/+0
* Remove the wds(4) driver for the WD700 ISA SCSI HBA.John Baldwin2016-08-191-1/+0
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-3/+3
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-1/+1
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-3/+3
* Add macro to convert errno and use it when appropriate.Dmitry Chagin2016-05-221-7/+1
* Add new bus methods for mapping resources.John Baldwin2016-05-201-0/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-189-28/+28
* sys/sparc64: minor spelling fixes.Pedro F. Giffuni2016-05-042-2/+2
* Move 'device pci' for the PCI bus driver to the MI NOTES file.John Baldwin2016-04-291-1/+0
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-271-2/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-203-5/+4
* sparc64: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-4/+15
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Since r296250 it is no longer possible for devices to use bus spaceMarius Strobl2016-04-101-1/+1
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-227-13/+13
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-5/+5
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRJustin Hibbits2016-03-011-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-223-3/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-208-8/+8
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+9
* POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-121-5/+5
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-091-1/+0
* Fix build.Ruslan Bukin2016-02-041-0/+1
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-2713-30/+30
* Add an atomic_fetchadd_64() wrapper on sparc64.John Baldwin2016-01-221-0/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Make using the #address-cells property on the interrupt parent in deviceNathan Whitehorn2016-01-021-0/+3
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-1/+2
* Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid)Marius Strobl2015-12-301-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingMarius Strobl2015-12-305-89/+68
* Adapt CATR() to r283283.Marius Strobl2015-12-301-3/+3
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-8/+9
* Fix whitespace on addition of IPSEC optionEd Maste2015-11-261-1/+1
* Merge from r290547:Marius Strobl2015-11-213-32/+32
* - Unbreak dumpsys(9) on sparc64 after r276772Marius Strobl2015-11-162-25/+7
* Fix an alignment check that is wrong in half the busdma implementations.Ian Lepore2015-11-021-2/+2
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-201-2/+3