summaryrefslogtreecommitdiff
path: root/sys/compat/sunos32
AgeCommit message (Expand)Author
2023-06-20compat_sunos32: Memset zero before copyout.riastradh
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-06-24remove special handling for symbolic links for COMPAT_43 lstat, it'sjdolecek
2019-12-12Rather than keeping a separate mutex, condvar, and pserialize for eachpgoyette
2019-10-26use strlcpy() for the uts conversion, makes the code simpler and more readable.christos
2019-09-23make this compile againchristos
2019-09-17Add a boolean argument to indicate if we have a path/true (execve) or anchristos
2019-09-17pass new missing fd argument to execve1().mrg
2019-04-23 KNF. No functional change.msaitoh
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-05The sunos and sunos32 modules require compat_09, not compat (thepgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-10Regenpgoyette
2018-08-10Allow syscall_establish() to install new syscalls when the existingpgoyette
2018-05-06Remove an element from struct emul: e_tracesigkamil
2018-01-09remove struct emul's e_fault.maya
2018-01-06Revert vadvise(2) removalkamil
2017-12-19compat/sunos32: Drop SYS_vadvisekamil
2017-12-19compat/sunos32: Drop SYS_sbrkkamil
2017-12-19compat sunos32: Drop the sstk(2) syscallkamil
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2017-05-10regenriastradh
2017-01-16regenchristos
2017-01-13regenchristos
2016-02-28Add missing newline character in error messagekhorben
2015-12-11PR 50517 bad switchmlelstv
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-10-23Change do_sys_mount() so that it only takes as argument the type of themaxv
2015-10-18Make sure we have space for the aout header.maxv
2015-09-26rename sun ioctlschristos
2015-09-24regenchristos
2015-03-07regenchristos
2014-11-17Define compat modules (but without dependencies yet).uebayasi
2014-09-05Fix previous. There is no uap.nakayama
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2014-03-07c99 initializers for struct execswchristos
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
2012-02-12Change old-style function defintions to C89 prototypes.matt
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-07-07many changes for COMPAT_LINUX:chs
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-03-03Remove nfssvc non-emulations I missed yesterday.pooka
2010-03-03Add prototype and forward declarations to make the empty nfs stub compile.martin
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2010-03-02regen:pooka