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