summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2015-12-07Modularize the clockctl pseudo-device and link to the build.pgoyette
2015-12-05The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, sopgoyette
2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette
2015-12-03Add comment to #ifdef - it's a long way from its original #ifpgoyette
2015-10-23Change do_sys_mount() so that it only takes as argument the type of themaxv
2015-10-22Handle both ioctls in both places :-)christos
2015-09-07Order library object build.uebayasi
2015-09-07Sprinkle more done messages.uebayasi
2015-09-06In kernel lib build, print message when things not only start bug also end.uebayasi
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-07-24Unused inits (harmless).maxv
2015-07-11Handle case where compat_ifioctl() is called with ocmd != cmd, as found innjoly
2015-05-13The compat_sysv module now depends on sysv_ipc module.pgoyette
2015-05-12rump is compiled with COMPAT_OSOCK not COMPAT_OIFREQ and the code in if.cchristos
2015-05-11Fix the #ifdef _MODULE stuff so that the syscall packages and sysctl stuffpgoyette
2015-05-10Split the SYSV* compat code out into a separate compat_sysv module.pgoyette
2014-11-26Tweak ifconf variantsozaki-r
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-10-20simplifychristos
2014-10-20Memory leak, triggerable from root only.maxv
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2014-07-01fix parameter types in pr_ioctl, called xx_control() functions and removertr
2014-06-22* split PRU_CONTROL functionality out of xxx_userreq() switches and placertr
2014-05-22Use accessor functions for the tty's table of control characters.dholland
2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind
2014-04-04Move a few compat 50 syscalls, not applicable to rump kernels, out ofnjoly
2014-03-24use cpu_getmodel() to get the model namechristos
2014-01-28Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9.christos
2014-01-24It is wishful thinking that vn_readdir will return dirent12 structures.christos
2013-12-17Free pathbuf in an error path.martin
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-09-19exec modules need to be of the exec kindchristos
2013-03-29compat glue for new lwp_park()christos
2013-02-21remove empty #ifchristos
2013-02-21Wrap sysctl_teardown(&compat_clog) with the appropriate #if defined()sskrll
2013-02-21Move boottime50 and its associated sysctl into the compat module. Aspgoyette
2013-01-22Simplify the ifdef mess. No functional context.christos
2012-11-03Move rusage computation to a new getrusage1() function. Adjust allnjoly
2012-10-19Also copy the sfd element of struct ptmget. This somehowapb
2012-10-19This file getscompiled even if COMPAT_60 is not defined, soapb
2012-10-19Add COMPAT_60 versions of the TIOCPTMGET and TIOCPTSNAME ioctls.apb
2012-10-02kernel portion of clock_nanosleep()christos
2012-08-03Only do COMPAT_NETBSD32 stuff if _LP64matt
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-19Add compat_60 stub for the SA syscall (all which just call sys_nosys).matt
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2012-01-29Some further tidying for the COMPAT_50 quotactl code. Mostly cosmetic,dholland
2012-01-29Remove the proplib goop from the COMPAT_50 code for the old quotactl;dholland