aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+2
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+1
* [procfs] Split procfs_attr into multiple functionsEitan Adler2018-04-241-1/+1
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-1/+1
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-2/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Fix caveat in new implementation of linprocfs_docpuinfo():Mahdi Mokhtari2017-06-231-1/+4
* Fix linprocfs_docpuinfo() output regarding to what newer Linux apps expectMahdi Mokhtari2017-05-061-27/+71
* Remove trailing whitespace from r317061Ed Maste2017-04-171-1/+1
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-10/+10
* Add /proc/self/mounts to linprocfs; some linux binaries need it.Edward Tomasz Napierala2017-02-201-0/+2
* Remove PG_CACHED-related fields from struct vmmeter, because they are noAlan Cox2016-11-221-1/+1
* linprocfs: garbage collect meminfo fields not present in linuxMateusz Guzik2016-09-161-18/+2
* Remove 'cpu' and 'cpu_class' on amd64.John Baldwin2016-09-151-29/+2
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+4
* swap_dev_info() does not require Giant, so Giant locking aroundKonstantin Belousov2016-06-121-4/+2
* linprocfs_doproclimits: Initialize error return before useConrad Meyer2016-04-201-0/+2
* linprocfs: Don't print uninitialized valuesConrad Meyer2016-04-201-2/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* More complete implementation of /proc/self/limits.Dmitry Chagin2016-04-101-42/+69
* Implement /proc/$$/limits.Dag-Erling Smørgrav2016-02-211-0/+64
* Add support to the jail framework to be able to mount linsysfs(5) andMarcelo Araujo2015-07-191-1/+1
* linprocfs: vref the vnode passed to vn_fullpathMateusz Guzik2015-07-111-4/+22
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-021-8/+4
* Simplify linprocfs_doprocenviron(). Remove extra proc visibility checksDmitry Chagin2015-05-241-20/+3
* Convert Linux sigsets before showing.Dmitry Chagin2015-05-241-16/+14
* Add support for /proc/<pid>/auxv.Dmitry Chagin2015-05-241-0/+48
* Add vdso and stack names to the /proc/self/maps.Dmitry Chagin2015-05-241-4/+12
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-10/+35
* Print out proper procmap entry for 64 bit binaries.Dmitry Chagin2015-05-241-2/+9
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). ThisEdward Tomasz Napierala2015-04-151-14/+23
* Remove unused code.Edward Tomasz Napierala2015-04-021-21/+1
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-171-1/+1
* Fix build on 32-bit machines.Gleb Smirnoff2014-09-181-1/+1
* - Use if_get_counter() to fetch ifnet statistics.Gleb Smirnoff2014-09-181-12/+12
* Add missing proctree locking to fill_kinfo_proc consumers.Mateusz Guzik2014-08-301-0/+7
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-9/+9
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-25/+26
* linprocfs: add support for /sys/kernel/random/uuidEitan Adler2014-02-271-0/+22
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Relax the vm object locking. Use a read lock.Alan Cox2013-06-051-4/+4
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-4/+4
* Remove check for NULL prior to free(9) and m_freem(9).Eitan Adler2013-03-041-4/+2
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-5/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-7/+2
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-1/+1
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wantMikolaj Golub2012-01-151-2/+2
* Protect process environment variables with p_candebug().Mikolaj Golub2011-12-041-1/+1
* Retire linprocfs_doargv(). Instead use new functions, proc_getargv()Mikolaj Golub2011-11-221-146/+14
* Implement the linprocfs swaps file, providing information about theKonstantin Belousov2011-08-011-0/+29