aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Rationalize BSD license on sys/*/include/in_cksum.hEd Maste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hEd Maste2015-08-051-1/+1
* Add two new pmap functions:Jason A. Harmening2015-08-042-1/+70
* o Revert the other functional half of r239864, i. e. the merge of r134227Marius Strobl2015-07-244-80/+78
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-163-0/+5
* Spell crypto correctly.Christian Brueffer2015-07-141-1/+1
* Add the atomic_thread_fence() family of functions with intent toKonstantin Belousov2015-07-081-0/+29
* Fix up tabs vs. spacesGeorge V. Neville-Neil2015-07-041-1/+1
* Enable IPSEC in all GENERIC kernels.George V. Neville-Neil2015-07-041-0/+4
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-2/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.Dmitry Chagin2015-05-241-4/+0
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-1/+1
* Build GENERIC with RACCT/RCTL support by default. Note that it stillEdward Tomasz Napierala2015-05-141-0/+3
* Update this driver to not save copies of registers that are no longer usedJohn Baldwin2015-04-241-8/+2
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin2015-04-081-0/+6
* Fix integer truncation bug in malloc(9)Ryan Stone2015-04-011-2/+2
* Apply r276208 to non-amd64 NOTES files as well to fix tinderbox buildsJohn Baldwin2015-03-251-2/+2
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalMarius Strobl2015-02-161-0/+10
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) asKonstantin Belousov2015-01-311-1/+1
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededKonstantin Belousov2015-01-241-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-072-86/+107
* Remove "New" label from NFSCL/NFSD now that they are the only NFSJohn Baldwin2015-01-061-2/+2
* This configuration file removes several debugging options, includingGeorge V. Neville-Neil2014-12-021-0/+38
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-1/+1
* Use canonical __PIC__ flagEd Maste2014-11-211-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+0
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-0/+4
* Simplify memrw().Alan Cox2014-10-271-11/+2
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatJohn Baldwin2014-10-241-0/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Fix typo revealed by using newer binutilsBaptiste Daroussin2014-10-101-1/+1
* ddb: allow specifying the exact address of the symtab and strtabRoger Pau Monné2014-09-251-4/+0
* Revert unrelated changes accidentally committed in r271192.John Baldwin2014-09-171-13/+7
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratherAdrian Chadd2014-09-171-2/+2
* Create a separate structure for per-CPU state saved across suspend andJohn Baldwin2014-09-061-7/+13
* For CPUs which do hardware cache line unaliasing, use direct map toKonstantin Belousov2014-08-231-0/+3
* Complete r254667, do not destroy pmap lock if KVA allocation failed.Konstantin Belousov2014-08-161-3/+1
* On sparc64, do not keep mappings for the destroyed sf_bufs. Sparc64Konstantin Belousov2014-08-103-1/+52
* Change pmap_enter(9) interface to take flags parameter and superpageKonstantin Belousov2014-08-081-10/+16
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-053-166/+3
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.Alan Cox2014-08-031-25/+0
* Add vt(4) support to sparc64. The only driver currently present (ofwfb)Nathan Whitehorn2014-08-021-0/+3
* Add error return to dumpsys(), and use it in doadump().Gavin Atkinson2014-07-251-2/+3
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There areAlan Cox2014-07-061-0/+40
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0