aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make two style changes to create new commit and document proper commitKonstantin Belousov2008-12-081-2/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-12-081-7/+23
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* utf-8Dag-Erling Smørgrav2008-11-051-1/+1
* Don't leak a reference on the /compat/linux vnode everytimeJohn Baldwin2008-11-041-5/+7
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-10-041-29/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Advertise bit 26 as sse2.Olivier Houchard2008-09-261-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* All opt_x.h includes go at the top of other includes.Julian Elischer2008-08-251-1/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thePeter Wemm2007-11-291-5/+16
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2