summaryrefslogtreecommitdiff
path: root/sys/compat/sunos32
AgeCommit message (Expand)Author
2006-09-01When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in casematt
2006-09-01clean up ptrace changes: #include "opt_ptrace.h"mrg
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13regenpavel
2006-07-13request the COMPAT_30 getfh in the master files. (Changes to the generatedpavel
2006-07-13COMPAT_SUNOS* uses COMPAT_30 getfh toomartin
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-05-14integrate kauth.elad
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-24__inline__ -> inlineperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-09-27regenchs
2005-09-27include "opt_compat_sunos.h", netbsd32_syscallargs.h wants it.chs
2005-07-13Rework sunos32_execv{,e} after removal of netbsd32_execve2.cube
2005-07-11Add a sunos_machdep include file to deal with MD implementations ofchristos
2005-07-10define syscall again.christos
2005-07-10We have syscall_intern now.christos
2005-05-31- fix 32 -> 64 pointer casts properly.christos
2005-05-31- add constchristos
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 default, also clean up and makeperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-04-25Constify the speedtab arraysmatt
2004-04-25Constify a few read-only arrays/variables.matt
2004-04-22Fix statfs->statvfs fallout.hannken
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-26all ports define __HAVE_SIGINFO now, so remove the CPP conditionalsdrochner
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-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-10-26Regenchristos
2003-10-26Add __HAVE_SIGINFOchristos
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-21Don't use NULL in integer-type assignments/comparisons.kleink
2003-09-28constifymartin
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *martin
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-17Avoid strict-ailas warnings in gcc 3.3;nakayama
2003-05-16use strlcpyitojun
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl