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
/
compat
/
linprocfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r262539:
eadler
2014-03-13
1
-0
/
+22
*
Relax the vm object locking. Use a read lock.
alc
2013-06-05
1
-4
/
+4
*
MFC
attilio
2013-03-08
1
-4
/
+2
|
\
|
*
Remove check for NULL prior to free(9) and m_freem(9).
eadler
2013-03-04
1
-4
/
+2
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-4
/
+4
|
/
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
1
-5
/
+1
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-7
/
+2
*
Add procfs to jail-mountable filesystems.
mm
2012-02-29
1
-1
/
+1
*
Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want
trociny
2012-01-15
1
-2
/
+2
*
Protect process environment variables with p_candebug().
trociny
2011-12-04
1
-1
/
+1
*
Retire linprocfs_doargv(). Instead use new functions, proc_getargv()
trociny
2011-11-22
1
-146
/
+14
*
Implement the linprocfs swaps file, providing information about the
kib
2011-08-01
1
-0
/
+29
*
Return empty cmdline/environ string for processes with kernel address
pluknet
2011-06-17
1
-0
/
+18
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
1
-3
/
+5
*
Fix some locking nits with the p_state field of struct proc:
jhb
2011-03-24
1
-2
/
+0
*
Update interface stats counters to match the current format in linux and
bz
2011-01-31
1
-8
/
+31
*
Add macro to test the sv_flags of any process. Change some places to test
dchagin
2011-01-26
1
-1
/
+1
*
Break long line.
des
2010-11-08
1
-1
/
+2
*
Fix CPU ID in /proc/cpuinfo.
des
2010-11-08
1
-4
/
+4
*
In linprocfs_doargv():
kib
2010-09-28
1
-97
/
+117
*
Implement proc/$$/environment.
des
2010-09-16
1
-2
/
+110
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-3
/
+1
*
Linux puts a blank line between each CPU.
emaste
2010-04-14
1
-1
/
+1
*
Re-apply r205683 with some modifications:
netchild
2010-04-02
1
-15
/
+23
*
Revert r205683 to resolve some code quality issues which do not affect the
netchild
2010-03-26
1
-54
/
+14
*
Fix some bogus values in linprocfs.
netchild
2010-03-26
1
-14
/
+54
*
Add missing Giant locking for the vfsconf list.
jhb
2010-03-24
1
-0
/
+2
*
Implement /proc/filesystems.
jhb
2010-03-23
1
-0
/
+18
*
Make /proc/self/fd `work'.
ed
2010-03-07
1
-0
/
+16
*
Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.
zec
2009-08-28
1
-0
/
+2
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-1
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
Get vnets from creds instead of threads where they're available, and from
jamie
2009-06-15
1
-1
/
+1
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine
ambrisko
2009-03-26
1
-0
/
+72
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+2
*
Fix a bug in the previous change to the mtab handler: use the path returned
jhb
2009-02-13
1
-1
/
+1
*
Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386
jkim
2009-01-22
1
-3
/
+9
*
vm_map_lock_read() does not increment map->timestamp, so we should
kib
2008-12-29
1
-1
/
+1
*
Reference the vmspace of the process being inspected by procfs, linprocfs
kib
2008-12-12
1
-1
/
+8
*
Relock user map earlier, to have the lock held when break leaves the
kib
2008-12-10
1
-1
/
+1
*
Make two style changes to create new commit and document proper commit
kib
2008-12-08
1
-2
/
+1
*
Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use
kib
2008-12-08
1
-7
/
+23
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
utf-8
des
2008-11-05
1
-1
/
+1
*
Don't leak a reference on the /compat/linux vnode everytime
jhb
2008-11-04
1
-5
/
+7
*
Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use
kib
2008-10-04
1
-29
/
+5
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+1
*
Advertise bit 26 as sse2.
cognet
2008-09-26
1
-1
/
+1
[next]