summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2013-09-24Regen for utimensat(2).njoly
2013-09-24Add utimensat(2) for compat linux.njoly
2013-09-19exec modules need to be of the exec kindchristos
2013-09-15Regen.njoly
2013-09-15Make alpha use linux_sys_utimes() just like other archs.njoly
2013-08-18Use <arm/locore.h>matt
2013-08-11regenpooka
2013-08-11Linux treats the data parameter as a pointer/long too. The commentspooka
2013-08-11regenpooka
2013-08-11Use long instead of int for ptrace addr. This makes things compilepooka
2013-08-11Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).pooka
2013-07-30Add a new get_utimens32() helper function that fetch struct timespecnjoly
2013-07-20Initialise destination before performing stat structure conversion.njoly
2013-07-18Do not make FUTEX_WAIT wait indefinitely for an invalid timeoutnjoly
2013-07-18futimens uses two timespec as well.matt
2013-07-18Deal with timespecs properly in futimens and utimensat.matt
2013-07-18Move *at syscall handlers to netbsd32_fs.c from netbsd32_netbsd.cmatt
2013-06-26regenchristos
2013-06-26remove dups document more. From FreeBSD. Still there is disagreement aschristos
2013-06-25UNIMP->UNIMPLriz
2013-06-08Typostacktic
2013-04-17handle timeouts like before.christos
2013-04-16Add some more futex gunk and explain why it does not work (yet).christos
2013-04-15alpha uses standard utimes.christos
2013-04-09Fix COMPAT_LINUX32.pooka
2013-04-08regen for utimespooka
2013-04-08support utimes on non-alpha linux platformspooka
2013-03-29regenchristos
2013-03-29lwp park gluechristos
2013-03-29compat glue for new lwp_parkchristos
2013-03-29compat glue for new lwp_park()christos
2013-03-21Fix stat64 by making it match i386. Other archs might still be broken,pooka
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-27exitting -> exiting.mbalmer
2013-01-22Simplify the ifdef mess. No functional context.christos
2013-01-15netbsd32_posix_spawn_fa_alloc: use the right length for path allocation.hannken
2013-01-11Use copyin/copyout and linux-specific ifreq structures (they are the samechristos
2013-01-11add the futex PI commands (not implemented yet)christos
2013-01-02Put the kernel function prototypes inside #ifdef _KERNELdsl
2013-01-02These files don't need compat/osf1/osf1_cvt.hdsl
2012-12-13Fix inverted error check.matt
2012-12-10fix these *stat routines: don't pass a kernel stack bufferchs
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-19Fix NetBSD version number in a commentapb
2012-10-19Add COMPAT_60 versions of the TIOCPTMGET and TIOCPTSNAME ioctls.apb
2012-10-12fix pre-5 stat system call structure which should have used the pre-64-time_tchristos