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
*
swap_dev_info() does not require Giant, so Giant locking around
kib
2016-06-12
1
-4
/
+2
*
linprocfs_doproclimits: Initialize error return before use
cem
2016-04-20
1
-0
/
+2
*
linprocfs: Don't print uninitialized values
cem
2016-04-20
1
-2
/
+3
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
More complete implementation of /proc/self/limits.
dchagin
2016-04-10
1
-42
/
+69
*
Implement /proc/$$/limits.
des
2016-02-21
1
-0
/
+64
*
Add support to the jail framework to be able to mount linsysfs(5) and
araujo
2015-07-19
1
-1
/
+1
*
linprocfs: vref the vnode passed to vn_fullpath
mjg
2015-07-11
1
-4
/
+22
*
Provide vnode in memory map info for files on tmpfs
vangyzen
2015-06-02
1
-8
/
+4
*
Simplify linprocfs_doprocenviron(). Remove extra proc visibility checks
dchagin
2015-05-24
1
-20
/
+3
*
Convert Linux sigsets before showing.
dchagin
2015-05-24
1
-16
/
+14
*
Add support for /proc/<pid>/auxv.
dchagin
2015-05-24
1
-0
/
+48
*
Add vdso and stack names to the /proc/self/maps.
dchagin
2015-05-24
1
-4
/
+12
*
Introduce a new module linux_common.ko which is intended for the
dchagin
2015-05-24
1
-10
/
+35
*
Print out proper procmap entry for 64 bit binaries.
dchagin
2015-05-24
1
-2
/
+9
*
Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This
trasz
2015-04-15
1
-14
/
+23
*
Remove unused code.
trasz
2015-04-02
1
-21
/
+1
*
Adjust printf format specifiers for dev_t and ino_t in kernel.
gleb
2014-12-17
1
-1
/
+1
*
Fix build on 32-bit machines.
glebius
2014-09-18
1
-1
/
+1
*
- Use if_get_counter() to fetch ifnet statistics.
glebius
2014-09-18
1
-12
/
+12
*
Add missing proctree locking to fill_kinfo_proc consumers.
mjg
2014-08-30
1
-0
/
+7
*
Rename global cnt to vm_cnt to avoid shadowing.
bdrewery
2014-03-22
1
-9
/
+9
*
Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit
glebius
2014-03-13
1
-25
/
+26
*
linprocfs: add support for /sys/kernel/random/uuid
eadler
2014-02-27
1
-0
/
+22
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
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
[next]