summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.jhb2017-01-181-1/+1
* MFC r305213,305319,305398alc2016-10-011-1/+14
* Update comments for the MD functions managing contexts for newkib2016-06-161-3/+3
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-7/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-182-4/+4
* sys/sparc64: minor spelling fixes.pfg2016-05-041-1/+1
* Use our nitems() macro when param.h is available.pfg2016-04-203-5/+4
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-2/+2
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-222-4/+4
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRjhibbits2016-03-011-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-202-2/+2
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+9
* 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-272-6/+6
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+2
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-304-76/+64
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Merge from r290547:marius2015-11-212-31/+31
* - Unbreak dumpsys(9) on sparc64 after r276772marius2015-11-161-17/+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
* 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
* Add two new pmap functions:jah2015-08-041-0/+68
* o Revert the other functional half of r239864, i. e. the merge of r134227marius2015-07-243-64/+44
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-163-0/+5
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+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
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+2
* 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-071-86/+31
* Simplify memrw().alc2014-10-271-11/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Fix typo revealed by using newer binutilsbapt2014-10-101-1/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-4/+0
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-2/+2
* Complete r254667, do not destroy pmap lock if KVA allocation failed.kib2014-08-161-3/+1
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64kib2014-08-101-0/+16
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-10/+16
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-107/+0
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-25/+0
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-2/+3
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-061-0/+40
OpenPOWER on IntegriCloud