| Commit message (Expand) | Author | Age | Files | Lines |
* | Define __HAVE_ACPI. |  kettenis | 2018-08-25 | 1 | -1/+3 |
* | Randomly bias downwards from the top of each kernel stack, thereby |  deraadt | 2017-08-16 | 1 | -2/+2 |
* | Increase the number of mbufs on most architectures. This is based |  bluhm | 2016-09-03 | 1 | -2/+2 |
* | PGSHIFT and PGOFSET are now contained inside the kernel namespace. |  deraadt | 2013-03-26 | 1 | -3/+3 |
* | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. |  deraadt | 2013-03-25 | 1 | -5/+1 |
* | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added |  deraadt | 2013-03-23 | 1 | -50/+21 |
* | Provide namespace-safe alignment macros in <machine/_types.h>, with |  guenther | 2011-09-08 | 1 | -14/+4 |
* | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and |  miod | 2011-04-07 | 1 | -3/+3 |
* | more btoc -> atop |  martin | 2007-10-01 | 1 | -4/+1 |
* | replace the machine dependant bytes-to-clicks macro by the MI ptoa() |  martin | 2007-09-01 | 1 | -2/+1 |
* | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET |  thib | 2007-05-28 | 1 | -9/+1 |
* | Revert PAE pmap for now, until the strange bug is found. This stops |  tom | 2007-02-20 | 1 | -1/+9 |
* | Oops, didn't mean to increase the default msgbufsize for i386. Noticed by brad, thanks. |  dim | 2006-11-30 | 1 | -2/+2 |
* | Remove all the extern cpu_{id,model,whatever} declarations from most |  dim | 2006-11-29 | 1 | -2/+2 |
* | implement separate PAE pmap that allows access to 64g of physmem |  mickey | 2006-04-27 | 1 | -9/+1 |
* | remove unused bdbtofsb(bn) macro |  martin | 2006-03-19 | 1 | -9/+1 |
* | move the kernel 1m up to provide more space for isadma; deraadt@ ok |  mickey | 2006-03-14 | 1 | -2/+2 |
* | nuke unused BTOPKERNBASE define |  martin | 2005-12-13 | 1 | -2/+1 |
* | kill two old mach macros that are not used anywhere in the tree anymore (or ever) |  mickey | 2005-11-23 | 1 | -3/+1 |
* | convert and remove the last traces of i386_round_page(), |  martin | 2005-11-14 | 1 | -5/+1 |
* | Get rid of unused SINCR and SSIZE constants. |  miod | 2005-07-31 | 1 | -3/+1 |
* | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok |  mickey | 2004-08-06 | 1 | -1/+2 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -2/+2 |
* | remove the GATEWAY junk thingy; at the same time, select a new fat |  deraadt | 2004-04-19 | 1 | -5/+2 |
* | Revert previous; this will cause issues on some machines, says drahn@ |  miod | 2004-01-14 | 1 | -2/+2 |
* | Fix KERNTEXTOFF value (long) after the move to ELF. |  miod | 2004-01-13 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. |  drahn | 2003-04-17 | 1 | -1/+7 |
* | Correct commentary describing page table layouts |  niklas | 2003-04-09 | 1 | -2/+7 |
* | Bump i386 kvm size to 768M. |  art | 2002-06-26 | 1 | -2/+2 |
* | change KMEMPAGES back to 64M, 128M does not work on large memory machines. |  drahn | 2001-12-05 | 1 | -2/+2 |
* | make nkmempages dynamic based on memory. okay art@ from netbsd: |  provos | 2001-12-05 | 1 | -6/+6 |
* | Get rid of the PMAP_NEW option by making it mandatory for all archs. |  art | 2001-07-18 | 1 | -3/+1 |
* | change MSIZE to 256, okay @deraadt |  provos | 2001-07-06 | 1 | -2/+2 |
* | PMAP_NEW and UVM are no longer optional on i386. |  art | 2001-05-05 | 1 | -7/+1 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 1 | -8/+4 |
* | OK, PMAP_NEW by default once again. This time it should work better for |  niklas | 2001-04-07 | 1 | -1/+9 |
* | If you cannot test your work, please do not do commits and then break userland |  deraadt | 2001-04-03 | 1 | -7/+1 |
* | PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD. |  niklas | 2001-04-02 | 1 | -1/+7 |
* | Protect MAXPHYS against redefinition- this allows you to make a config |  mjacob | 2000-04-07 | 1 | -1/+3 |
* | enlarge msgbuf, somewhat line netbsd did |  deraadt | 2000-02-22 | 1 | -1/+5 |
* | define PAGE_SIZE and friends, 4K kernel size reduction and probable speed increase; art |  deraadt | 1999-11-27 | 1 | -1/+6 |
* | kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERS |  deraadt | 1999-09-20 | 1 | -7/+3 |
* | grown i386 kvm to 512MB |  deraadt | 1999-09-17 | 1 | -6/+3 |
* | grow kernel malloc area by 2M |  mickey | 1998-05-28 | 1 | -2/+2 |
* | Double default NMBCLUSTERS, they're too small for modern networks. |  downsj | 1997-09-17 | 1 | -3/+3 |
* | grow kvm space; fix an over-agressive pmap optimization |  deraadt | 1996-10-25 | 1 | -3/+5 |
* | Merge of NetBSD 960317 |  niklas | 1996-04-18 | 1 | -4/+7 |
* | Merging w/ NetBSD 021796. |  mickey | 1996-03-19 | 1 | -2/+2 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+146 |