summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relock user map earlier, to have the lock held when break leaves thekib2008-12-101-1/+1
* Make two style changes to create new commit and document proper commitkib2008-12-081-2/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-12-081-7/+23
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* utf-8des2008-11-051-1/+1
* Don't leak a reference on the /compat/linux vnode everytimejhb2008-11-041-5/+7
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Advertise bit 26 as sse2.cognet2008-09-261-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* All opt_x.h includes go at the top of other includes.julian2008-08-251-1/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-291-5/+16
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-9/+9
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-9/+9
* Synchronize vm map and object accesses.alc2007-05-011-8/+26
* Now that we're MPSAFE, tell namei() to acquire Giant if necessary.des2007-04-221-2/+4
* Whitespace cleanup.des2007-04-151-16/+18
* Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.jkim2007-04-061-0/+2
* Use underlying structures instead of kernel_sysctlbyname() for msginfo andjkim2007-03-301-34/+5
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-36/+36
* MFP4: 113090, 113130, 113132jkim2007-03-021-3/+100
* Use a printf-modifier which doesn't need a cast.netchild2007-01-211-2/+2
* Fix tinderbox build on amd64.netchild2007-01-201-2/+2
* Ooops, fix the ratelimit.netchild2007-01-201-1/+3
* Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback.netchild2007-01-201-4/+12
OpenPOWER on IntegriCloud