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