summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* MFH: 285685araujo2016-02-241-1/+1
* MFC r283478:dchagin2016-01-091-20/+3
* MFC r283475:dchagin2016-01-091-16/+14
* MFC r283473:dchagin2016-01-091-0/+50
* MFC r283472:dchagin2016-01-091-4/+12
* MFC r283421:dchagin2016-01-091-10/+35
* MFC r283414:dchagin2016-01-091-2/+9
* MFC r280981:trasz2015-10-181-21/+1
* MFC r283924vangyzen2015-10-021-8/+4
* MFC r262539:eadler2014-03-131-0/+22
* 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
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* Linux puts a blank line between each CPU.emaste2010-04-141-1/+1
* Re-apply r205683 with some modifications:netchild2010-04-021-15/+23
* Revert r205683 to resolve some code quality issues which do not affect thenetchild2010-03-261-54/+14
* Fix some bogus values in linprocfs.netchild2010-03-261-14/+54
* Add missing Giant locking for the vfsconf list.jhb2010-03-241-0/+2
* Implement /proc/filesystems.jhb2010-03-231-0/+18
* Make /proc/self/fd `work'.ed2010-03-071-0/+16
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.zec2009-08-281-0/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-0/+72
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Fix a bug in the previous change to the mtab handler: use the path returnedjhb2009-02-131-1/+1
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386jkim2009-01-221-3/+9
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-1/+1
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-1/+8
OpenPOWER on IntegriCloud