History log of /src/sys/miscfs/procfs/procfs_note.c |
Revision | | Date | Author | Comments |
1.15 |
| 16-Nov-2006 |
christos | __unused removal on arguments; approved by core.
|
1.14 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.13 |
| 11-Dec-2005 |
christos | branches: 1.13.20; 1.13.22; merge ktrace-lwp.
|
1.12 |
| 07-Aug-2003 |
agc | branches: 1.12.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.11 |
| 29-Jun-2003 |
fvdl | branches: 1.11.2; Back out the lwp/ktrace changes. They contained a lot of colateral damage, and need to be examined and discussed more.
|
1.10 |
| 28-Jun-2003 |
darrenr | 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
|
1.9 |
| 10-Nov-2001 |
lukem | add RCSIDs
|
1.8 |
| 29-Jun-1994 |
cgd | branches: 1.8.46; 1.8.48; 1.8.52; New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1.7 |
| 15-Jun-1994 |
mycroft | Minor update from JSP after merging my changes.
|
1.6 |
| 08-Jun-1994 |
mycroft | Update to 4.4-Lite fs code, with local changes.
|
1.5 |
| 05-May-1994 |
cgd | 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.
|
1.4 |
| 04-May-1994 |
cgd | kill obvious bug; glad to know this was tested!
|
1.3 |
| 04-May-1994 |
cgd | Rename a lot of process flags.
|
1.2 |
| 20-Jan-1994 |
ws | Make procfs really work for debugging. Implement not & notepg files in procfs.
|
1.1 |
| 05-Jan-1994 |
cgd | branches: 1.1.1; add new procfs code, from Jan-Simon Pendry, jsp@sequent.com. This is pretty-much "virgin", so that diffs can be done later.
|
1.1.1.1 |
| 01-Mar-1998 |
fvdl | Import 4.4BSD-Lite for reference
|
1.8.52.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.8.48.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.8.46.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.11.2.4 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.11.2.3 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.11.2.2 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.11.2.1 |
| 02-Jul-2003 |
darrenr | Apply the aborted ktrace-lwp changes to a specific branch. This is just for others to review, I'm concerned that patch fuziness may have resulted in some errant code being generated but I'll look at that later by comparing the diff from the base to the branch with the file I attempt to apply to it. This will, at the very least, put the changes in a better context for others to review them and attempt to tinker with removing passing of 'struct lwp' through the kernel.
|
1.12.16.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.12.16.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.13.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.13.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|