summaryrefslogtreecommitdiff
path: root/sys/compat/irix
AgeCommit message (Expand)Author
2006-09-01Store return value of iur_proc_queue() in local variable iwpr (unreferencedsekiya
2006-09-01Include <sys/vnode.h>. Caught by gcc4.sekiya
2006-07-31Fix a typo that was stopping this compiling.bjh21
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-15crfree -> kauth_cred_free.yamt
2006-05-15include kauth.h for kauth_cred_getuid, etc.yamt
2006-05-14integrate kauth.elad
2006-03-20kill the last use of vm_fault_t, from Havard Eidnesdrochner
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-09-27Adapt to struct vfsops changes during the NFS export rototill.martin
2005-09-17irix_sys_swapctl: follow uvm_swap_stats changes.yamt
2005-08-22Change from using sys___{,f,l}stat13() to sys___{,f,l}stat30() andhe
2005-06-03Consistently constifymartin
2005-06-03Avoid shadow warnings.martin
2005-06-02Add extern declaration for "bufpages".martin
2005-04-19PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS withchristos
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-02-26regenperry
2005-02-26make this rebuild generated files by defaultperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2005-02-26Remove an erroneous semicolon.simonb
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-12-22check that signum is valid correctly.christos
2004-11-15off-by-onechristos
2004-10-27Bounds check syscall arguments where appropriatedavid
2004-10-27Log Msg was corrected, Nov 6th, 2004. Whitespace cleanupdavid
2004-10-27Bounds check syscall arguments where appropriatedavid
2004-10-01introduce a function, proclist_foreach_call, to iterate all procs onyamt
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-08-08pass the fork flags down to the emulation fork hook, so that emulationjdolecek
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-25Sysctl descriptions under emul subtree.atatat
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-05-02Use crdup(), instead of crget()+memcpy().pk
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-11Remove 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-20Put back Emmanuel's sigfilter hooks, as decided by Core.fvdl
2003-12-20Introduce lwp_emuldata and the associated hooks. No hook is provided for themanu
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-04Dynamic sysctl.atatat
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-08Make ngetdents working again, after the strcpy -> strlcpy move broke itmanu
2003-11-08Build again with SIGINFO, patches from Christopher Sekiya.manu
2003-11-08Warkaround warning for uninitalized variablesmanu