| Age | Commit message (Expand) | Author |
| 2023-06-20 | compat_sunos32: Memset zero before copyout. | riastradh |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-06-24 | remove special handling for symbolic links for COMPAT_43 lstat, it's | jdolecek |
| 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-09-23 | make this compile again | christos |
| 2019-09-17 | Add a boolean argument to indicate if we have a path/true (execve) or an | christos |
| 2019-09-17 | pass new missing fd argument to execve1(). | mrg |
| 2019-04-23 | KNF. No functional change. | msaitoh |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 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-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/sunos32: Drop SYS_vadvise | kamil |
| 2017-12-19 | compat/sunos32: Drop SYS_sbrk | kamil |
| 2017-12-19 | compat sunos32: 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-02-28 | Add missing newline character in error message | khorben |
| 2015-12-11 | PR 50517 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-03-07 | regen | christos |
| 2014-11-17 | Define compat modules (but without dependencies yet). | uebayasi |
| 2014-09-05 | Fix previous. There is no uap. | nakayama |
| 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 |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-03 | Remove nfssvc non-emulations I missed yesterday. | pooka |
| 2010-03-03 | Add prototype and forward declarations to make the empty nfs stub compile. | martin |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2010-03-02 | regen: | pooka |