| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -9/+9 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -9/+9 |
* | Synchronize vm map and object accesses. | alc | 2007-05-01 | 1 | -8/+26 |
* | Now that we're MPSAFE, tell namei() to acquire Giant if necessary. | des | 2007-04-22 | 1 | -2/+4 |
* | Whitespace cleanup. | des | 2007-04-15 | 1 | -16/+18 |
* | Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem. | jkim | 2007-04-06 | 1 | -0/+2 |
* | Use underlying structures instead of kernel_sysctlbyname() for msginfo and | jkim | 2007-03-30 | 1 | -34/+5 |
* | Add a pn_destroy field to pfs_node. This field points to a destructor | des | 2007-03-12 | 1 | -36/+36 |
* | MFP4: 113090, 113130, 113132 | jkim | 2007-03-02 | 1 | -3/+100 |
* | Use a printf-modifier which doesn't need a cast. | netchild | 2007-01-21 | 1 | -2/+2 |
* | Fix tinderbox build on amd64. | netchild | 2007-01-20 | 1 | -2/+2 |
* | Ooops, fix the ratelimit. | netchild | 2007-01-20 | 1 | -1/+3 |
* | Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback. | netchild | 2007-01-20 | 1 | -4/+12 |
* | MFP4: Change 109654 | jkim | 2006-11-27 | 1 | -0/+60 |
* | style(9) | netchild | 2006-10-29 | 1 | -0/+1 |
* | Spell proc/sys/kernel/pid_max correctly in a comment. | keramida | 2006-10-11 | 1 | -1/+1 |
* | Implement /proc/sys/kernel/pid_max. | netchild | 2006-10-08 | 1 | -0/+19 |
* | Lock the vnode around the call to VOP_GETATTR. Move the locked code | kib | 2006-08-08 | 1 | -5/+16 |
* | Improve linprovfs to provide/fix the | netchild | 2006-06-27 | 1 | -27/+51 |
* | Add the model name, obtained from the hw.model sysctl variable. | des | 2006-06-12 | 1 | -2/+12 |
* | As far as I can tell, the correct CPU family for amd64 (which Linux calls | des | 2006-06-02 | 1 | -2/+2 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -78/+0 |
* | Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. | ambrisko | 2006-05-05 | 1 | -11/+37 |
* | Fix calculation of meminfo's swaptotal and swapfree on at least amd64. | mlaier | 2005-12-11 | 1 | -2/+2 |
* | Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op. | rodrigc | 2005-11-29 | 1 | -1/+0 |
* | Always produce cpuX entries, even in the case when there is only one CPU | sobomax | 2005-03-06 | 1 | -7/+6 |
* | Match the LINUX32's style with existing style | obrien | 2005-01-14 | 1 | -3/+3 |