summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32
AgeCommit message (Expand)Author
2014-02-03 Properly translate struct swapent for COMPAT_NETBSD32 (missing commit)manu
2014-02-03Properly translate struct swapent for COMPAT_NETBSD32manu
2014-02-02Limit the amount of kernel memory a posix_spawn syscall can use (for handlingmartin
2014-01-25Clear the VM_TOPDOWN flag only when we succeed.christos
2014-01-25a.out binaries can't handle topdown.christos
2014-01-25ifdef debug printfchristos
2014-01-25compat_10 fix: open(NULL) == open(".");christos
2014-01-24remove useless flag mangling. It is done already.christos
2014-01-24need to lock the process.christos
2014-01-24sigaction until 1.4 had an int sigmask, don't trash the stack.christos
2014-01-24Fix locking botch, and ...christos
2014-01-24Support WSDISPLAYIO_GETCMAP/WSDISPLAYIO_PUTCMAP. Tested on evbmips/loongsonbouyer
2014-01-24Add ATAIOCCOMMAND ioctl form COMPAT_NETBSD32manu
2014-01-23Fix netbsd32 compatibility bug in kevent()manu
2014-01-14use new bsd.syscall.mkchristos
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23fix open-coded mountlist scanchristos
2013-11-23Since mountlist is now a TAILQ, convert some missed usagesriz
2013-10-17Regen for mknodat(2) device argument type change.njoly
2013-10-17Change mknodat(2) device argument type from uint32_t to dev_t.njoly
2013-09-19exec modules need to be of the exec kindchristos
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-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-03-29regenchristos
2013-03-29lwp park gluechristos
2013-03-29compat glue for new lwp_parkchristos
2013-01-15netbsd32_posix_spawn_fa_alloc: use the right length for path allocation.hannken
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-12fix pre-5 stat system call structure which should have used the pre-64-time_tchristos
2012-10-02regenchristos
2012-10-02kernel portion of clock_nanosleep()christos
2012-08-18Do not use a userland pointer, but the copied-in kernel version instead.martin
2012-08-06Ensure correct alignment for stack buffers when long != 64-bit, e.g.skrll
2012-08-03Only set EXEC_32 if on LP64 platform.matt
2012-07-30Make SCM_RIGHTS work correctly. (make sure to advance m if we've completelymatt
2012-07-20always allocate a full ucontext structure so that we don't corrupt memory.christos
2012-05-28compat for 80211 ioctls from jmcneillchristos
2012-05-21Calling _lwp_create() with a bogus ucontext could trigger a kernelmartin
2012-05-11provide clockctl ioctl emulationchristos
2012-05-02Revert posix_spawn() clean up for now, there are some bugs.rmind
2012-04-30posix_spawn:rmind
2012-04-08Regen (posix_spawn)martin
2012-04-08Rework posix_spawn locking and memory management:martin
2012-03-20Remove spurious bsd.kinc.mk include, which seems to not be needed heremartin