#
4c1141b8 |
| 30-Oct-2003 |
christos <christos@NetBSD.org> |
t_pgrp can be null.
|
#
25d9b10e |
| 21-Aug-2003 |
he <he@NetBSD.org> |
Add casts of LINUX_USRSTACK and USRSTACK to handle the cases where these are not constants.
|
#
c626c860 |
| 09-Aug-2003 |
christos <christos@NetBSD.org> |
LINUX_USRSTACK is only defined on i386. Thanks Izumi!
|
#
a2408040 |
| 09-Aug-2003 |
christos <christos@NetBSD.org> |
Only choose the linux usrstack if the netbsd usrstack was higher.
|
#
9897a542 |
| 09-Aug-2003 |
christos <christos@NetBSD.org> |
Change the way we compute the top of the stack. This makes java-1.4.2 work.
|
#
d5aece61 |
| 29-Jun-2003 |
fvdl <fvdl@NetBSD.org> |
Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
|
#
960df3c8 |
| 28-Jun-2003 |
darrenr <darrenr@NetBSD.org> |
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various fu
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
show more ...
|
#
5c19a066 |
| 29-May-2003 |
hannken <hannken@NetBSD.org> |
Change "%qu" to "PRIu64" to make it compile on sparc64.
|
#
210944c7 |
| 28-May-2003 |
christos <christos@NetBSD.org> |
Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it.
|
#
11d5f11e |
| 27-Feb-2003 |
hannken <hannken@NetBSD.org> |
Change "%llu" to "PRIu64" to make it compile on sparc64.
|
#
a2d850ba |
| 25-Feb-2003 |
jrf <jrf@NetBSD.org> |
This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitting this patch which enables /proc/uptime for linux emul. Patch reviewed by atatat@netbsd.org and tron@netbsd.org, approve
This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitting this patch which enables /proc/uptime for linux emul. Patch reviewed by atatat@netbsd.org and tron@netbsd.org, approved by tron@netbsd.org.
show more ...
|
#
8e9cdbbd |
| 09-Dec-2001 |
chs <chs@NetBSD.org> |
replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.
|
#
e4b00f43 |
| 10-Nov-2001 |
lukem <lukem@NetBSD.org> |
add RCSIDs
|
#
23178909 |
| 18-Jan-2001 |
tv <tv@NetBSD.org> |
No-op revision to force update of this file to a non-"-kk" version.
|
#
4e000b75 |
| 17-Jan-2001 |
fvdl <fvdl@NetBSD.org> |
Add a few linux-style files, only enabled when -o linux is specified for the mount. Currently these are /proc/cpuinfo and /proc/meminfo. The former only does something on i386 right now.
|