| Age | Commit message (Expand) | Author |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-06-11 | Regen after -r1.82 of compat_sunos syscalls.master last September. | dholland |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-10-26 | use strlcpy() for the uts conversion, makes the code simpler and more readable. | christos |
| 2019-10-04 | replace memcpy() with src bounds overflow with single char write. | mrg |
| 2019-09-23 | make this compile again. | christos |
| 2019-09-23 | Treat valsize as unsigned | christos |
| 2019-09-23 | Add missing break | christos |
| 2019-07-03 | Stack buffers mustn't escape their scope. PR 54326 from David Binderman | dholland |
| 2019-04-23 | KNF. No functional change. | msaitoh |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-02-12 | compat_sunos depends upon compat_09. fixes: | mrg |
| 2019-02-05 | The sunos and sunos32 modules require compat_09, not compat (the | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-10 | Regen | pgoyette |
| 2018-08-10 | Allow syscall_establish() to install new syscalls when the existing | pgoyette |
| 2018-05-06 | Remove an element from struct emul: e_tracesig | kamil |
| 2018-01-09 | remove struct emul's e_fault. | maya |
| 2018-01-06 | Revert vadvise(2) removal | kamil |
| 2017-12-19 | compat/sunos: Drop SYS_vadvise | kamil |
| 2017-12-19 | compat/sunos: Drop SYS_sbrk | kamil |
| 2017-12-19 | compat sunos: Drop the sstk(2) syscall | kamil |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-05-10 | regen | riastradh |
| 2017-01-16 | regen | christos |
| 2017-01-13 | regen | christos |
| 2016-10-08 | Uninitialized var, found by mootja; not tested, but obvious enough | maxv |
| 2015-12-12 | Redo previous. zero check before modulo. | nakayama |
| 2015-12-11 | d_secpercyl is gone and we use the value from disklabel anyway. | mlelstv |
| 2015-12-11 | PR 50518 bad switch | mlelstv |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-10-23 | Change do_sys_mount() so that it only takes as argument the type of the | maxv |
| 2015-10-18 | Make sure we have space for the aout header. | maxv |
| 2015-09-26 | rename sun ioctls | christos |
| 2015-09-24 | regen | christos |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-03-07 | regen | christos |
| 2015-03-07 | fix typo | christos |
| 2014-11-17 | Define compat modules (but without dependencies yet). | uebayasi |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-03-07 | c99 initializers for struct execsw | christos |
| 2014-01-14 | use new bsd.syscall.mk | christos |
| 2013-11-07 | Regen for dup/dup2/dup3 argument types fix. | njoly |
| 2013-11-07 | Fix dup/dup2/dup3 argument types (u_int -> int). | njoly |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |