index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
procfs
/
procfs_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
1
-1
/
+6
*
Add a new "file" to procfs: "rlimit" which shows the resource limits for
phk
1999-04-30
1
-1
/
+6
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
A partial implementation of the procfs cmdline pseudo-file. This
peter
1999-01-05
1
-1
/
+6
*
Fix a problem with procfs_exit() that resulted in missing some procfs
sef
1997-12-12
1
-12
/
+26
*
Code to prevent a panic caused by procfs_exit(). Note that i don't know
sef
1997-12-09
1
-3
/
+11
*
Use at_exit() to invoke procfs_exit() instead of calling it directly.
sef
1997-12-08
1
-2
/
+3
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-1
/
+12
*
Removed unused #includes.
bde
1997-08-02
1
-3
/
+1
*
Style fix my previous commit.
alex
1997-06-26
1
-2
/
+2
*
Block all write operations to /proc/1/* when securelevel > 0.
alex
1997-06-21
1
-1
/
+3
*
Fixed missing initialisation of vp->v_type for types Pfile and Pmem
bde
1997-03-08
1
-1
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-25
/
+30
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
1
-2
/
+2
*
Implement locking for pfs nodes, when at the leaf. Concurrent access
dyson
1996-07-02
1
-10
/
+29
*
Clean-up the new VM map procfs code, and also add support for executable
dyson
1996-06-18
1
-1
/
+5
*
Add a feature to procfs to allow display of the process address map
dyson
1996-06-17
1
-1
/
+5
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-6
/
+12
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Made /proc/n/mem file group kmem and group readable. Needed to fix ps so
dg
1995-04-15
1
-2
/
+3
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-2
/
+2
*
Added $Id$
dg
1994-08-02
1
-2
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+314