summaryrefslogtreecommitdiff
path: root/sys/compat/sunos
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-06-11Regen after -r1.82 of compat_sunos syscalls.master last September.dholland
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-10-04replace memcpy() with src bounds overflow with single char write.mrg
2019-09-23make this compile again.christos
2019-09-23Treat valsize as unsignedchristos
2019-09-23Add missing breakchristos
2019-07-03Stack buffers mustn't escape their scope. PR 54326 from David Bindermandholland
2019-04-23 KNF. No functional change.msaitoh
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-12compat_sunos depends upon compat_09. fixes:mrg
2019-02-05The sunos and sunos32 modules require compat_09, not compat (thepgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-19Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,maxv
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/sunos: Drop SYS_vadvisekamil
2017-12-19compat/sunos: Drop SYS_sbrkkamil
2017-12-19compat sunos: 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-10-08Uninitialized var, found by mootja; not tested, but obvious enoughmaxv
2015-12-12Redo previous. zero check before modulo.nakayama
2015-12-11d_secpercyl is gone and we use the value from disklabel anyway.mlelstv
2015-12-11PR 50518 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-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-03-07regenchristos
2015-03-07fix typochristos
2014-11-17Define compat modules (but without dependencies yet).uebayasi
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
2010-07-07many changes for COMPAT_LINUX:chs
2010-06-24Clean up vnode lock operations pass 2:hannken