| Age | Commit message (Expand) | Author |
| 2006-09-01 | Store return value of iur_proc_queue() in local variable iwpr (unreferenced | sekiya |
| 2006-09-01 | Include <sys/vnode.h>. Caught by gcc4. | sekiya |
| 2006-07-31 | Fix a typo that was stopping this compiling. | bjh21 |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-15 | crfree -> kauth_cred_free. | yamt |
| 2006-05-15 | include kauth.h for kauth_cred_getuid, etc. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-20 | kill the last use of vm_fault_t, from Havard Eidnes | drochner |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-27 | Adapt to struct vfsops changes during the NFS export rototill. | martin |
| 2005-09-17 | irix_sys_swapctl: follow uvm_swap_stats changes. | yamt |
| 2005-08-22 | Change from using sys___{,f,l}stat13() to sys___{,f,l}stat30() and | he |
| 2005-06-03 | Consistently constify | martin |
| 2005-06-03 | Avoid shadow warnings. | martin |
| 2005-06-02 | Add extern declaration for "bufpages". | martin |
| 2005-04-19 | PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with | christos |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-02-26 | regen | perry |
| 2005-02-26 | make this rebuild generated files by default | perry |
| 2005-02-26 | regen | perry |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-26 | Remove an erroneous semicolon. | simonb |
| 2005-01-02 | Add the system call and VFS infrastructure for file system extended | thorpej |
| 2004-12-22 | check that signum is valid correctly. | christos |
| 2004-11-15 | off-by-one | christos |
| 2004-10-27 | Bounds check syscall arguments where appropriate | david |
| 2004-10-27 | Log Msg was corrected, Nov 6th, 2004. Whitespace cleanup | david |
| 2004-10-27 | Bounds check syscall arguments where appropriate | david |
| 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-08-08 | pass the fork flags down to the emulation fork hook, so that emulation | jdolecek |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-05-25 | Sysctl descriptions under emul subtree. | atatat |
| 2004-05-20 | Tweak sysctl setup functions (the macros, actually) for use in lkms, | atatat |
| 2004-05-02 | Use crdup(), instead of crget()+memcpy(). | pk |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2004-03-11 | Remove local declaration of 'sg', since it is no longer used. | he |
| 2004-03-09 | *Don't* call sys___sysctl() from within the kernel. Use old_sysctl() | atatat |
| 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 |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-03 | Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() | manu |
| 2003-11-26 | Hide the register number constants behind an _R_ prefix, and also | he |
| 2003-11-15 | We have CVS; there is no reason to make .bak files when generating the | thorpej |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-08 | Make ngetdents working again, after the strcpy -> strlcpy move broke it | manu |
| 2003-11-08 | Build again with SIGINFO, patches from Christopher Sekiya. | manu |
| 2003-11-08 | Warkaround warning for uninitalized variables | manu |