summaryrefslogtreecommitdiff
path: root/sys/compat/osf1
AgeCommit message (Expand)Author
2014-01-14use new bsd.syscall.mkchristos
2013-12-22CTASSERT that native to compat errno translation tables are kept innjoly
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23fix previous the end of the list is NULL, and don't open-code.christos
2013-11-23Since mountlist is now a TAILQ, convert some missed usagesriz
2013-11-07Regen for dup/dup2/dup3 argument types fix.njoly
2013-11-07Fix dup/dup2/dup3 argument types (u_int -> int).njoly
2013-11-04fix incorrect sizes to memsetchristos
2013-09-19exec modules need to be of the exec kindchristos
2013-01-02These files don't need compat/osf1/osf1_cvt.hdsl
2012-11-03Move rusage computation to a new getrusage1() function. Adjust allnjoly
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-03Add a hook for freeing an ep_emul_arg. Add a wrapper routinematt
2011-07-22Fix SYSCALL_DEBUG build.njoly
2011-03-05Forward define of ps_strings.joerg
2010-07-07many changes for COMPAT_LINUX:chs
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-05-02Remove the nameidata from struct exec_package. It was used only for twodholland
2010-04-23Replace M_IOV and some malloc(9)s with kmem(9), and while there:rmind
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2010-03-02remove nfssvc emulation (or non-emulation)pooka
2009-12-14Regen (new makesyscalls.sh)matt
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
2009-11-11- selcommon/pollcommon: drop redundant l argument.rmind
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-08-09Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functionshaad
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-05-29Make getdirentries set a correct block read position for basepnjoly
2009-05-28Redo previous, by simply updating basep earlier, before label.njoly
2009-05-28Make getdirentries(2) correctly fail with EINVAL for an invalid filenjoly
2009-05-18Adjust compat osf1 to recent pad -> PAD change.njoly
2009-04-01fix what looks like a mechanical stuffup in the timeval -> timespec conversion.dogcow
2009-03-29Move the internal poll/select related API's to use timespec insteadchristos
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-01-26Make all fstat(2) compat syscalls consistently use do_sys_fstat(),njoly
2009-01-13Regen to prove I didn't screw up the conversion: purely RCSID changes.pooka
2009-01-13Convert the syscalls.master to a format from which it is easierpooka
2009-01-13use do_sys_mknod() instead of sys_mknod() to make this compile again.rtr
2008-12-02Regen for getdirentries fix.njoly
2008-12-02Fix getdirentries(2) by not calling compat_43_sys_getdirentries, butnjoly
2008-11-24Regen for getpgid.njoly
2008-11-24Add getpgid, needed for Tru64 4.0g ksh.njoly
2008-11-19make this compile for alphacegger
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-15Do not call namei anymore, but use the result from the previousnjoly
2008-06-24Replace references to getsock/getvnode.ad
2008-05-06PR kern/38141 lookup/vfs_busy acquire rwlock recursivelyad
2008-04-30PR kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-30Fix build of these files after the vfs_trybusy change. Apply the samejmmv