aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return empty cmdline/environ string for processes with kernel addressSergey Kandaurov2011-06-171-0/+18
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-3/+5
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-241-2/+0
* Update interface stats counters to match the current format in linux andBjoern A. Zeeb2011-01-311-8/+31
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-1/+1
* Break long line.Dag-Erling Smørgrav2010-11-081-1/+2
* Fix CPU ID in /proc/cpuinfo.Dag-Erling Smørgrav2010-11-081-4/+4
* In linprocfs_doargv():Konstantin Belousov2010-09-281-97/+117
* Implement proc/$$/environment.Dag-Erling Smørgrav2010-09-161-2/+110
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-3/+1
* Linux puts a blank line between each CPU.Ed Maste2010-04-141-1/+1
* Re-apply r205683 with some modifications:Alexander Leidinger2010-04-021-15/+23
* Revert r205683 to resolve some code quality issues which do not affect theAlexander Leidinger2010-03-261-54/+14
* Fix some bogus values in linprocfs.Alexander Leidinger2010-03-261-14/+54
* Add missing Giant locking for the vfsconf list.John Baldwin2010-03-241-0/+2
* Implement /proc/filesystems.John Baldwin2010-03-231-0/+18
* Make /proc/self/fd `work'.Ed Schouten2010-03-071-0/+16
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.Marko Zec2009-08-281-0/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-151-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineDoug Ambrisko2009-03-261-0/+72
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* Fix a bug in the previous change to the mtab handler: use the path returnedJohn Baldwin2009-02-131-1/+1
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386Jung-uk Kim2009-01-221-3/+9
* vm_map_lock_read() does not increment map->timestamp, so we shouldKonstantin Belousov2008-12-291-1/+1
* Reference the vmspace of the process being inspected by procfs, linprocfsKonstantin Belousov2008-12-121-1/+8
* Relock user map earlier, to have the lock held when break leaves theKonstantin Belousov2008-12-101-1/+1