/* $NetBSD: sha1.h,v 1.2 2013/03/12 01:52:55 christos Exp $ */ /* We unconditionally use the NetBSD SHA1 in libnbcompat. */ #include "../../sys/sys/sha1.h" f='http://git.infra.scholz.ruhr/netbsd/atom/sys/arch/amd64/include/param.h?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/param.h
AgeCommit message (Expand)Author
2020-06-29increase UPAGES (used for lwp kernel stack) for SVS so the thejdolecek
2020-03-17Add a redzone between the pcb and the stack. Sent to port-amd64@.maxv
2020-02-08Retire KLEAK.maxv
2020-01-22Move the UBC defaults into vmparam.had
2020-01-17Bump UBC_WINSHIFT & UBC_NWINS to more reasonable values for amd64.ad
2019-11-14Add support for Kernel Memory Sanitizer (kMSan). It detects uninitializedmaxv
2019-09-28remove local version of mstohz() now that <sys/param.h> provides it.christos
2019-08-20New macro ALIGNED_POINTER_LOAD.riastradh
2019-03-16Bump STACK_ALIGNBYTES to (16 - 1) to satisfy requirement by AMD64rin
2019-02-11We reorganise definitions for XEN source support as follows:cherry
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-12-02Introduce KLEAK, a new feature that can detect kernel information leaks.maxv
2018-08-22Add support for monitoring the stack with kASan. This allows us to detectmaxv
2018-03-16Add one more page for the stack, to compensate for the fact that SVS'smaxv
2018-02-19Double size of MSGBUFSIZE as existing value is not big enough to hold boot dmesgsborrill
2018-01-11Initialize ist0 in cpu_init_tss. On amd64 this is the DDB stack, and it hasmaxv
2017-06-14Define MAXPHYSMEM globally.maxv
2017-02-02Increase KERNTEXTOFF from 1MB to 2MB on amd64. [1MB; 2MB[ is now handledmaxv
2017-01-20increase max io mem on amd64. some devices need it.maya
2015-10-27make sure MSGBUFSIZE can't expand strangely by using parens.mrg
2012-04-20- Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to usermind
2012-02-04improve sizing of kmem_arena now that more allocations are made from itpara
2012-01-24Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,christos
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2011-07-26g/c round_pdryamt
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-11-11Reert change which was not meant to be comitted.haad
2009-11-11Build kernel modules with -mno-red-zone like kernel is build. This fixeshaad
2008-12-20- Kill NOREDZONE.ad
2008-10-26put the contents of these header files around #ifdef __x86_64__, andmrg
2008-01-08change the layout in u-area and reduce UPAGES.yamt
2008-01-05- make amd64 use per-cpu tss.yamt
2007-10-18merge yamt-x86pmap branch.yamt
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-13Bump default size of the message buffer from 16 KB to 32 KB.joerg
2006-08-28- remove unused bdbtofsb.yamt
2006-02-12increase NKMEMPAGES_MAX_DEFAULT to 1 GB.chs