summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Celebrate OpenBSD 6.0 release by retiring the sparc port.tedu2016-09-0157-7661/+0
* rework the splfoo implementation so it can provide splraise.dlg2016-06-201-102/+21
* Remove the non ELF macrosderaadt2016-05-272-19/+2
* SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookiederaadt2016-05-101-2/+2
* G/C DDB_REGS.mpi2016-04-271-2/+1
* Rename kdb_trap() into db_ktrap().mpi2016-02-271-2/+2
* Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sakemiod2015-11-101-1/+3
* Now that the kernel virtual address space has been made larger, even onmiod2015-11-051-2/+2
* intr_barrier() stub.mpi2015-11-021-1/+3
* Use consistant whitespace/comments for #define'ing LABELSECTOR,krw2015-09-301-4/+4
* lint is dead and C99 may be old enough to drive a car: delete LONGLONGguenther2015-09-261-3/+1
* Increase MAXTSIZ to 64MB, required for gcc/gnattobiasu2015-09-211-2/+2
* Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to bemiod2015-09-181-8/+2
* Provide remaining arch with END() macro for setting calculated size onguenther2015-08-301-1/+2
* _NLIST_DO_ELF is no longer needed: it's the only optionguenther2015-08-291-2/+1
* Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variablemiod2015-06-021-1/+4
* emul_native is only used for kernel threads which can't dump core, soguenther2015-05-051-13/+1
* Remove SIZE_MAX from limits.h. It was added years ago before wemillert2015-04-301-4/+1
* Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingmiod2015-03-304-35/+29
* Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well,miod2015-03-272-5/+6
* Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a muchmiod2015-03-184-30/+48
* Change pmap_remove_holes() to take a vmspace instead of a map as its argument.miod2015-02-151-2/+2
* Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedmiod2015-02-071-1/+2
* delete archaic simplelock use.deraadt2014-12-171-2/+1
* split the word ops into int and longs so things that care a lotdlg2014-12-041-13/+74
* NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that shoulddaniel2014-10-141-2/+9
* implement the atomic_shizz(9) bits.dlg2014-09-301-3/+107
* Tackle the endian.h mess. Make it so that:guenther2014-07-121-3/+5
* Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@miod2014-05-311-2/+2
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-293-31/+31
* It's safe to assumed 'signed' existsguenther2014-03-191-2/+2
* DDB supports ELF symbols are all archs, and it's always the same as theguenther2014-03-161-5/+1
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-9/+1
* Move declaration of struct vm_page_md from <machine/vmparam.h> tomiod2014-01-302-58/+53
* unifdef -D__HAVE_VM_PAGE_MD - no functional change.miod2014-01-231-2/+1
* Provide MI symbol _STACKALIGNBYTESderaadt2013-12-181-3/+4
* Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.miod2013-10-171-2/+1
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-3/+1
* We uniformly define size_t to be unsigned long and ssize_t to be long. Makekettenis2013-08-071-4/+4
* unify register_t to long on all platformsderaadt2013-07-131-2/+2
* Take II, this time without flubbing off_t: : move several internalguenther2013-07-051-6/+1
* backout previous; off_t must be signed and there might be other C++ APIotto2013-07-041-1/+6
* To ease future changes, move several internal type definitions that areguenther2013-07-041-6/+1
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+2
* Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already,kettenis2013-06-031-2/+1
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-4/+8
* remove unused cpu_lock code (where it is truly unused). it is nottedu2013-05-211-44/+1
* Add a dummy IPL_MPSAFE definition.kettenis2013-05-171-1/+3
* Add missing IPL_AUDIO macro, needed by dev/audio.cratchov2013-05-161-1/+2
* eeprom does not contain a a time_t -- it contains an unsigned 32 bit int.deraadt2013-04-211-2/+2