Age | Commit message (Expand) | Author |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2010-11-22 | Remove unused VM_MAX_KERNEL_BUF define. | Miod Vallat |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat |
2008-05-21 | First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. | Mark Kettenis |
2008-03-22 | Reintroduce the cputyp variable, and use it to distinguish between sun4u and | Mark Kettenis |
2007-10-27 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-09-09 | Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels. | Mark Kettenis |
2007-07-24 | Remove some goo for dealing with 32-bit cpu's. | Mark Kettenis |
2007-07-22 | Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead. | Mark Kettenis |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-02 | Fix typo. ok miod@. | Tom Cosgrove |
2007-04-10 | slighly -> slightly | Miod Vallat |
2007-03-20 | Remove unused ALIGN32 macro. It wouldn't work anyway, since | Deanna Phillips |
2006-08-12 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2005-10-24 | Mach-macro free | Martin Reindl |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-09 | Implement _bus_dmamem_mmap instead of just calling panic(); | Robert Nagy |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-15 | Decruftification. | Artur Grabowski |
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski |
2002-06-12 | Remove some #if 0 cruft. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-19 | bump NMBCLUSTERS | Jason Wright |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-09-11 | protect from multiple inclusion | Jason Wright |
2001-08-18 | NKMEMCLUSTERS + PAGE_SIZE & co. | Artur Grabowski |
2001-08-18 | Get rid of the opt_ PITA. | Artur Grabowski |
2001-08-18 | Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come. | Jason Wright |