| Commit message (Expand) | Author | Age | Files | Lines |
* | Celebrate OpenBSD 6.0 release by retiring the sparc port. |  tedu | 2016-09-01 | 57 | -7661/+0 |
* | rework the splfoo implementation so it can provide splraise. |  dlg | 2016-06-20 | 1 | -102/+21 |
* | Remove the non ELF macros |  deraadt | 2016-05-27 | 2 | -19/+2 |
* | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie |  deraadt | 2016-05-10 | 1 | -2/+2 |
* | G/C DDB_REGS. |  mpi | 2016-04-27 | 1 | -2/+1 |
* | Rename kdb_trap() into db_ktrap(). |  mpi | 2016-02-27 | 1 | -2/+2 |
* | Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sake |  miod | 2015-11-10 | 1 | -1/+3 |
* | Now that the kernel virtual address space has been made larger, even on |  miod | 2015-11-05 | 1 | -2/+2 |
* | intr_barrier() stub. |  mpi | 2015-11-02 | 1 | -1/+3 |
* | Use consistant whitespace/comments for #define'ing LABELSECTOR, |  krw | 2015-09-30 | 1 | -4/+4 |
* | lint is dead and C99 may be old enough to drive a car: delete LONGLONG |  guenther | 2015-09-26 | 1 | -3/+1 |
* | Increase MAXTSIZ to 64MB, required for gcc/gnat |  tobiasu | 2015-09-21 | 1 | -2/+2 |
* | Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to be |  miod | 2015-09-18 | 1 | -8/+2 |
* | Provide remaining arch with END() macro for setting calculated size on |  guenther | 2015-08-30 | 1 | -1/+2 |
* | _NLIST_DO_ELF is no longer needed: it's the only option |  guenther | 2015-08-29 | 1 | -2/+1 |
* | Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variable |  miod | 2015-06-02 | 1 | -1/+4 |
* | emul_native is only used for kernel threads which can't dump core, so |  guenther | 2015-05-05 | 1 | -13/+1 |
* | Remove SIZE_MAX from limits.h. It was added years ago before we |  millert | 2015-04-30 | 1 | -4/+1 |
* | Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting |  miod | 2015-03-30 | 4 | -35/+29 |
* | Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well, |  miod | 2015-03-27 | 2 | -5/+6 |
* | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much |  miod | 2015-03-18 | 4 | -30/+48 |
* | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. |  miod | 2015-02-15 | 1 | -2/+2 |
* | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined |  miod | 2015-02-07 | 1 | -1/+2 |
* | delete archaic simplelock use. |  deraadt | 2014-12-17 | 1 | -2/+1 |
* | split the word ops into int and longs so things that care a lot |  dlg | 2014-12-04 | 1 | -13/+74 |
* | NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that should |  daniel | 2014-10-14 | 1 | -2/+9 |
* | implement the atomic_shizz(9) bits. |  dlg | 2014-09-30 | 1 | -3/+107 |
* | Tackle the endian.h mess. Make it so that: |  guenther | 2014-07-12 | 1 | -3/+5 |
* | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ |  miod | 2014-05-31 | 1 | -2/+2 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-03-29 | 3 | -31/+31 |
* | It's safe to assumed 'signed' exists |  guenther | 2014-03-19 | 1 | -2/+2 |
* | DDB supports ELF symbols are all archs, and it's always the same as the |  guenther | 2014-03-16 | 1 | -5/+1 |
* | lint is gone, and the 'lint' conditional was never in the implementation |  guenther | 2014-03-11 | 1 | -9/+1 |
* | Move declaration of struct vm_page_md from <machine/vmparam.h> to |  miod | 2014-01-30 | 2 | -58/+53 |
* | unifdef -D__HAVE_VM_PAGE_MD - no functional change. |  miod | 2014-01-23 | 1 | -2/+1 |
* | Provide MI symbol _STACKALIGNBYTES |  deraadt | 2013-12-18 | 1 | -3/+4 |
* | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. |  miod | 2013-10-17 | 1 | -2/+1 |
* | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 2013-10-17 | 1 | -3/+1 |
* | We uniformly define size_t to be unsigned long and ssize_t to be long. Make |  kettenis | 2013-08-07 | 1 | -4/+4 |
* | unify register_t to long on all platforms |  deraadt | 2013-07-13 | 1 | -2/+2 |
* | Take II, this time without flubbing off_t: : move several internal |  guenther | 2013-07-05 | 1 | -6/+1 |
* | backout previous; off_t must be signed and there might be other C++ API |  otto | 2013-07-04 | 1 | -1/+6 |
* | To ease future changes, move several internal type definitions that are |  guenther | 2013-07-04 | 1 | -6/+1 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -2/+2 |
* | Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already, |  kettenis | 2013-06-03 | 1 | -2/+1 |
* | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 2013-06-01 | 1 | -4/+8 |
* | remove unused cpu_lock code (where it is truly unused). it is not |  tedu | 2013-05-21 | 1 | -44/+1 |
* | Add a dummy IPL_MPSAFE definition. |  kettenis | 2013-05-17 | 1 | -1/+3 |
* | Add missing IPL_AUDIO macro, needed by dev/audio.c |  ratchov | 2013-05-16 | 1 | -1/+2 |
* | eeprom does not contain a a time_t -- it contains an unsigned 32 bit int. |  deraadt | 2013-04-21 | 1 | -2/+2 |