summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-5/+5
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Fix build.br2016-02-041-0/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-2713-30/+30
* Add an atomic_fetchadd_64() wrapper on sparc64.jhb2016-01-221-0/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Make using the #address-cells property on the interrupt parent in devicenwhitehorn2016-01-021-0/+3
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+2
* Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid)marius2015-12-301-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-305-89/+68
* Adapt CATR() to r283283.marius2015-12-301-3/+3
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-271-8/+9
* Fix whitespace on addition of IPSEC optionemaste2015-11-261-1/+1
* Merge from r290547:marius2015-11-213-32/+32
* - Unbreak dumpsys(9) on sparc64 after r276772marius2015-11-162-25/+7
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-021-2/+2
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-2/+3
* - Sanity check that the parent ranges given in the "ranges" propertymarius2015-09-131-11/+24
* Merge r286374 from x86:marius2015-09-131-9/+11
* - Factor out the common and generic parts of the sparc64 host-PCI-bridgemarius2015-09-1211-966/+614
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-29/+7
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-042-1/+70
* o Revert the other functional half of r239864, i. e. the merge of r134227marius2015-07-244-80/+78
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-163-0/+5
* Spell crypto correctly.brueffer2015-07-141-1/+1
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+29
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+4
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-4/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* Update this driver to not save copies of registers that are no longer usedjhb2015-04-241-8/+2
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-0/+6
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+2
* Apply r276208 to non-amd64 NOTES files as well to fix tinderbox buildsjhb2015-03-251-2/+2
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-161-0/+10
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-1/+1
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededkib2015-01-241-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-072-86/+107
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-061-2/+2
* This configuration file removes several debugging options, includinggnn2014-12-021-0/+38
OpenPOWER on IntegriCloud