summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_sparc64.c
AgeCommit message (Collapse)Author
2024-04-11Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very fewMiod Vallat
files which really need <machine/pte.h> guts.
2021-12-01sys/core.h is not needed by these files, therefore sys/param.h isn'tTheo de Raadt
needed for MAXCOMLEN either
2021-12-01Reduce use of sys/param.h, or annotate the reason why it is neededTheo de Raadt
(pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed
2021-10-06annotate sys/param.h uses as required, and pull in standard userlandTheo 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-01reduce use of <sys/user.h>Theo de Raadt
ok guenther millert
2013-03-28Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyTheo de Raadt
know it from the machine. ok miod
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
ok guenther millert kettenis
2008-03-30Unbreak build.Mark Kettenis
2006-03-20for some of internal functions use paddr_t where phys addr is intended ↵Michael Shalayeff
insteadd of u_long; miod@ ok
2004-06-15knf; ok millertTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part 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-05Include more machdep headers. (paranoia)Artur Grabowski
2001-08-28sparc64 bits. Not tested yet.Artur Grabowski
From NetBSD, modified to fit our libkvm.