summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_sysinfo.c
AgeCommit message (Expand)Author
2019-09-13Pull up following revision(s) (requested by maxv in ticket #194):martin
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-07-21<sys/proc.h> is needed to get nprocs... fixes the build on amd64.xtraeme
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-02-09Merge newlock2 to head.ad
2006-09-13Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Jolymanu