History log of /netbsd-src/sys/miscfs/procfs/procfs_note.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 168cd830 16-Nov-2006 christos <christos@NetBSD.org>

__unused removal on arguments; approved by core.


# 4d595fd7 12-Oct-2006 christos <christos@NetBSD.org>

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 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 ...


# e4b00f43 10-Nov-2001 lukem <lukem@NetBSD.org>

add RCSIDs


# cf92afd6 29-Jun-1994 cgd <cgd@NetBSD.org>

New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'


# 117527f3 15-Jun-1994 mycroft <mycroft@NetBSD.org>

Minor update from JSP after merging my changes.


# cde1d475 08-Jun-1994 mycroft <mycroft@NetBSD.org>

Update to 4.4-Lite fs code, with local changes.


# a0a74294 05-May-1994 cgd <cgd@NetBSD.org>

lots of changes: prototype migration, move lots of variables, definitions,
and structure elements around. kill some unnecessary type and macro
definitions. standardize clock handling. More changes

lots of changes: prototype migration, move lots of variables, definitions,
and structure elements around. kill some unnecessary type and macro
definitions. standardize clock handling. More changes than you'd want.

show more ...


# 17f30a5d 04-May-1994 cgd <cgd@NetBSD.org>

kill obvious bug; glad to know this was tested!


# 4bbabd8e 04-May-1994 cgd <cgd@NetBSD.org>

Rename a lot of process flags.


# 2cee3e07 20-Jan-1994 ws <ws@NetBSD.org>

Make procfs really work for debugging.
Implement not & notepg files in procfs.


# 699e3be9 05-Jan-1994 cgd <cgd@NetBSD.org>

add new procfs code, from Jan-Simon Pendry, jsp@sequent.com.
This is pretty-much "virgin", so that diffs can be done later.