summaryrefslogtreecommitdiff
path: root/sys/compat/sunos
AgeCommit message (Expand)Author
2014-01-14use new bsd.syscall.mkchristos
2013-11-07Regen for dup/dup2/dup3 argument types fix.njoly
2013-11-07Fix dup/dup2/dup3 argument types (u_int -> int).njoly
2013-09-19exec modules need to be of the exec kindchristos
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2010-07-07many changes for COMPAT_LINUX:chs
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-03-03regen: ENOSYS nfssvc honestlypooka
2010-03-03One more overcomplex ENOSYS bites the dust.pooka
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2009-12-14Regen (new makesyscalls.sh)matt
2009-08-15Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> tomatt
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
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-13regen: unimpl policepooka
2009-01-13UNIMPL policepooka
2009-01-11Regen from syscalls.master rev 1.72:tsutsui
2009-01-11Update for compat_50 stuff. (compile test only)tsutsui
2009-01-11merge christos-time_tchristos
2008-11-19Regen.ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-08-07convert some [left behind] compat code to use new sockopt APIplunky
2008-06-24Replace references to getsock/getvnode.ad
2008-06-21Regen from syscalls.master rev 1.69:tsutsui
2008-06-21Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-06-17Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-27Remove now superflous (and wrong) extern declaration for maxfiles.martin
2007-12-20regendsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-27more VFS_STATVFS(x,y,z) fallout; change them to VFS_STATVFS(x,y). (hi, pooka!)dogcow
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge file descriptor locking, cwdi locking and cross-call changesad
2007-07-17include <compat/sys/mount.h> for MFSNAMELENchristos
2007-07-12Change compat mount code to pass do_sys_mount() kernel resident buffers.dsl
2007-06-01Fallout from the interface ioctl changes:he
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-05-12Change interface to settimeofday1() so that it can also be used fromdsl
2007-04-28and unbork some more changes.dogcow
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-03-04- don't forget to add * to all paramstsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad