| Commit message (Expand) | Author | Age | Files | Lines |
* | Add procfs to jail-mountable filesystems. | mm | 2012-02-29 | 1 | -1/+1 |
* | Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want | trociny | 2012-01-15 | 1 | -2/+2 |
* | Protect process environment variables with p_candebug(). | trociny | 2011-12-04 | 1 | -1/+1 |
* | Retire linprocfs_doargv(). Instead use new functions, proc_getargv() | trociny | 2011-11-22 | 1 | -146/+14 |
* | Implement the linprocfs swaps file, providing information about the | kib | 2011-08-01 | 1 | -0/+29 |
* | Return empty cmdline/environ string for processes with kernel address | pluknet | 2011-06-17 | 1 | -0/+18 |
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | jkim | 2011-04-07 | 1 | -3/+5 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -2/+0 |
* | Update interface stats counters to match the current format in linux and | bz | 2011-01-31 | 1 | -8/+31 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 1 | -1/+1 |
* | Break long line. | des | 2010-11-08 | 1 | -1/+2 |
* | Fix CPU ID in /proc/cpuinfo. | des | 2010-11-08 | 1 | -4/+4 |
* | In linprocfs_doargv(): | kib | 2010-09-28 | 1 | -97/+117 |
* | Implement proc/$$/environment. | des | 2010-09-16 | 1 | -2/+110 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -3/+1 |
* | Linux puts a blank line between each CPU. | emaste | 2010-04-14 | 1 | -1/+1 |
* | Re-apply r205683 with some modifications: | netchild | 2010-04-02 | 1 | -15/+23 |
* | Revert r205683 to resolve some code quality issues which do not affect the | netchild | 2010-03-26 | 1 | -54/+14 |
* | Fix some bogus values in linprocfs. | netchild | 2010-03-26 | 1 | -14/+54 |
* | Add missing Giant locking for the vfsconf list. | jhb | 2010-03-24 | 1 | -0/+2 |
* | Implement /proc/filesystems. | jhb | 2010-03-23 | 1 | -0/+18 |
* | Make /proc/self/fd `work'. | ed | 2010-03-07 | 1 | -0/+16 |
* | Fix a few panics in linuxulator + VIMAGE due to curvnet not being set. | zec | 2009-08-28 | 1 | -0/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -1/+0 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | Get vnets from creds instead of threads where they're available, and from | jamie | 2009-06-15 | 1 | -1/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine | ambrisko | 2009-03-26 | 1 | -0/+72 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | Fix a bug in the previous change to the mtab handler: use the path returned | jhb | 2009-02-13 | 1 | -1/+1 |
* | Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386 | jkim | 2009-01-22 | 1 | -3/+9 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 1 | -1/+1 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | kib | 2008-12-12 | 1 | -1/+8 |
* | Relock user map earlier, to have the lock held when break leaves the | kib | 2008-12-10 | 1 | -1/+1 |
* | Make two style changes to create new commit and document proper commit | kib | 2008-12-08 | 1 | -2/+1 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-12-08 | 1 | -7/+23 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | utf-8 | des | 2008-11-05 | 1 | -1/+1 |
* | Don't leak a reference on the /compat/linux vnode everytime | jhb | 2008-11-04 | 1 | -5/+7 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-10-04 | 1 | -29/+5 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | Advertise bit 26 as sse2. | cognet | 2008-09-26 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | All opt_x.h includes go at the top of other includes. | julian | 2008-08-25 | 1 | -1/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Move the shared cp_time array (counts %sys, %user, %idle etc) to the | peter | 2007-11-29 | 1 | -5/+16 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |