Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few | Miod Vallat | |
files which really need <machine/pte.h> guts. | |||
2021-12-01 | sys/core.h is not needed by these files, therefore sys/param.h isn't | Theo de Raadt | |
needed for MAXCOMLEN either | |||
2021-12-01 | Reduce use of sys/param.h, or annotate the reason why it is needed | Theo de Raadt | |
(pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed | |||
2021-10-06 | annotate sys/param.h uses as required, and pull in standard userland | Theo de Raadt | |
.h files as required.... preparing for a potential future when sys/proc.h might be more clean... do not touch the MD .c files yet, the dragons remain full of fire | |||
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt | |
ok guenther millert | |||
2013-03-28 | Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already | Theo de Raadt | |
know it from the machine. ok miod | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2008-03-30 | Unbreak build. | Mark Kettenis | |
2006-03-20 | for some of internal functions use paddr_t where phys addr is intended ↵ | Michael Shalayeff | |
insteadd of u_long; miod@ ok | |||
2004-06-15 | knf; ok millert | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-05 | Include more machdep headers. (paranoia) | Artur Grabowski | |
2001-08-28 | sparc64 bits. Not tested yet. | Artur Grabowski | |
From NetBSD, modified to fit our libkvm. |