summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_utsname.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-24Add old_uname syscall.njoly
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-11-09Make linux32_sys_oldolduname use LINUX_UNAME_ARCH instead of machine,njoly
2007-11-08Replace strncpy with strlcpy in compat linux and linux32 uname,njoly
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-02-09Merge newlock2 to head.ad
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu