summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* MFS r320605, r320610: MFC r303052, r309017 (by alc):markj2017-07-051-1/+1
* MFC r313995:trasz2017-03-191-0/+2
* MFC r305856:mjg2016-12-311-18/+2
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-081-29/+2
* MFC r303382:kib2016-08-261-0/+4
* swap_dev_info() does not require Giant, so Giant locking aroundkib2016-06-121-4/+2
* linprocfs_doproclimits: Initialize error return before usecem2016-04-201-0/+2
* linprocfs: Don't print uninitialized valuescem2016-04-201-2/+3
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* More complete implementation of /proc/self/limits.dchagin2016-04-101-42/+69
* Implement /proc/$$/limits.des2016-02-211-0/+64
* Add support to the jail framework to be able to mount linsysfs(5) andaraujo2015-07-191-1/+1
* linprocfs: vref the vnode passed to vn_fullpathmjg2015-07-111-4/+22
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-8/+4
* Simplify linprocfs_doprocenviron(). Remove extra proc visibility checksdchagin2015-05-241-20/+3
* Convert Linux sigsets before showing.dchagin2015-05-241-16/+14
* Add support for /proc/<pid>/auxv.dchagin2015-05-241-0/+48
* Add vdso and stack names to the /proc/self/maps.dchagin2015-05-241-4/+12
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-10/+35
* Print out proper procmap entry for 64 bit binaries.dchagin2015-05-241-2/+9
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). Thistrasz2015-04-151-14/+23
* Remove unused code.trasz2015-04-021-21/+1
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-1/+1
* Fix build on 32-bit machines.glebius2014-09-181-1/+1
* - Use if_get_counter() to fetch ifnet statistics.glebius2014-09-181-12/+12
* Add missing proctree locking to fill_kinfo_proc consumers.mjg2014-08-301-0/+7
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-9/+9
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-25/+26
* linprocfs: add support for /sys/kernel/random/uuideadler2014-02-271-0/+22
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Relax the vm object locking. Use a read lock.alc2013-06-051-4/+4
* MFCattilio2013-03-081-4/+2
|\
| * Remove check for NULL prior to free(9) and m_freem(9).eadler2013-03-041-4/+2
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
|/
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-5/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-7/+2
* Add procfs to jail-mountable filesystems.mm2012-02-291-1/+1
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-2/+2
* Protect process environment variables with p_candebug().trociny2011-12-041-1/+1
* Retire linprocfs_doargv(). Instead use new functions, proc_getargv()trociny2011-11-221-146/+14
* Implement the linprocfs swaps file, providing information about thekib2011-08-011-0/+29
* Return empty cmdline/environ string for processes with kernel addresspluknet2011-06-171-0/+18
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-3/+5
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-2/+0
* Update interface stats counters to match the current format in linux andbz2011-01-311-8/+31
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-1/+1
* Break long line.des2010-11-081-1/+2
* Fix CPU ID in /proc/cpuinfo.des2010-11-081-4/+4
* In linprocfs_doargv():kib2010-09-281-97/+117
* Implement proc/$$/environment.des2010-09-161-2/+110
OpenPOWER on IntegriCloud