| Age | Commit message (Expand) | Author |
| 2006-07-30 | Single-thread updates to the process credential. | ad |
| 2006-07-26 | at the request of elad, as veriexec.h has returned, revert the changes | dogcow |
| 2006-07-25 | mechanically go through and | dogcow |
| 2006-07-24 | some fixes: | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-22 | deprecate the VERIFIED_EXEC option; now we only need the pseudo-device to | elad |
| 2006-07-19 | - Hold a reference to the process credentials in each struct lwp. | ad |
| 2006-07-17 | - Always make p->p_cred a private copy before modifying. | ad |
| 2006-07-14 | okay, since there was no way to divide this to two commits, here it goes.. | elad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-14 | Coverity CID 1739: Plug leak. | elad |
| 2006-03-29 | Rework the _lwp* and sa_* families of syscalls so some details can be | cube |
| 2006-03-22 | There is no need to use MALLOC/FREE when rebuilding the execsw array | matt |
| 2006-03-05 | implement PT_SYSCALL | christos |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-31 | back out the lwp portion of the previous commit which is not ready yet to | christos |
| 2005-10-31 | Don't clear unconditionally P_SUGID when we exec. Clear it only when the | christos |
| 2005-08-19 | Better debugging info on failure | christos |
| 2005-08-05 | Use NULL where appropriate. | junyoung |
| 2005-07-29 | Simplify previous commit. | elad |
| 2005-07-29 | Use real executed program in logs instead of the script that was executed. | elad |
| 2005-07-16 | defopt verified_exec. | christos |
| 2005-07-11 | Split sys_execve() and add execve1() that does most of the work, and takes | cube |
| 2005-07-10 | define syscall here. | christos |
| 2005-07-10 | don't declare syscall and syscall_intern. | christos |
| 2005-06-27 | From marius@openbsd: | elad |
| 2005-06-26 | From marius@openbsd: | elad |
| 2005-06-10 | Use the defined VERIEXEC_DIRECT instead of the (incorrect) 0 magic number. | elad |
| 2005-05-29 | - add const. | christos |
| 2005-04-20 | Rototill of the verified exec functionality. | blymn |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-02-18 | Remove one repeated word. From Martin Végiard. | peter |
| 2005-02-12 | vm_map_max needs a struct pointer, so add a missing deref here | jmc |
| 2005-02-11 | use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly. | chs |
| 2004-10-01 | introduce a function, proclist_foreach_call, to iterate all procs on | yamt |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 2004-09-10 | fix/adjust comment a little | jdolecek |
| 2004-07-18 | add support for hppa to the MI scheduler activations kernel code: | chs |
| 2004-06-27 | add a workaround for PR 25664 (failure to map sigcode for Tru64 binaries). | chs |
| 2004-06-27 | rearrange the handling of p_textvp so that the ref-counting is correct. | chs |
| 2004-03-26 | all ports define __HAVE_SIGINFO now, so remove the CPP conditionals | drochner |
| 2004-03-25 | In exec_sigcode_map(), do nothing if the sigcode is of | drochner |
| 2004-03-05 | Drop trailing spaces. | junyoung |
| 2004-02-06 | Rename es_check in struct execsw to es_makecmds. | junyoung |
| 2004-02-05 | Don't use uao_reference, directly use the pgops instead. XXX: we should | christos |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |
| 2003-12-05 | back the sigfilter emulation hook change off | jdolecek |