| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine | Doug Ambrisko | 2009-03-26 | 1 | -0/+72 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+2 |
| * | Fix a bug in the previous change to the mtab handler: use the path returned | John Baldwin | 2009-02-13 | 1 | -1/+1 |
| * | Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386 | Jung-uk Kim | 2009-01-22 | 1 | -3/+9 |
| * | vm_map_lock_read() does not increment map->timestamp, so we should | Konstantin Belousov | 2008-12-29 | 1 | -1/+1 |
| * | Reference the vmspace of the process being inspected by procfs, linprocfs | Konstantin Belousov | 2008-12-12 | 1 | -1/+8 |
| * | Relock user map earlier, to have the lock held when break leaves the | Konstantin Belousov | 2008-12-10 | 1 | -1/+1 |
| * | Make two style changes to create new commit and document proper commit | Konstantin Belousov | 2008-12-08 | 1 | -2/+1 |
| * | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | Konstantin Belousov | 2008-12-08 | 1 | -7/+23 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | utf-8 | Dag-Erling Smørgrav | 2008-11-05 | 1 | -1/+1 |
| * | Don't leak a reference on the /compat/linux vnode everytime | John Baldwin | 2008-11-04 | 1 | -5/+7 |
| * | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | Konstantin Belousov | 2008-10-04 | 1 | -29/+5 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
| * | Advertise bit 26 as sse2. | Olivier Houchard | 2008-09-26 | 1 | -1/+1 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | All opt_x.h includes go at the top of other includes. | Julian Elischer | 2008-08-25 | 1 | -1/+2 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 1 | -0/+1 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Move the shared cp_time array (counts %sys, %user, %idle etc) to the | Peter Wemm | 2007-11-29 | 1 | -5/+16 |
| * | Spelling fix for interupt -> interrupt | Kevin Lo | 2007-10-12 | 1 | -1/+1 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -2/+2 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -9/+9 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -9/+9 |
| * | Synchronize vm map and object accesses. | Alan Cox | 2007-05-01 | 1 | -8/+26 |
| * | Now that we're MPSAFE, tell namei() to acquire Giant if necessary. | Dag-Erling Smørgrav | 2007-04-22 | 1 | -2/+4 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2007-04-15 | 1 | -16/+18 |
| * | Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem. | Jung-uk Kim | 2007-04-06 | 1 | -0/+2 |
| * | Use underlying structures instead of kernel_sysctlbyname() for msginfo and | Jung-uk Kim | 2007-03-30 | 1 | -34/+5 |
| * | Add a pn_destroy field to pfs_node. This field points to a destructor | Dag-Erling Smørgrav | 2007-03-12 | 1 | -36/+36 |
| * | MFP4: 113090, 113130, 113132 | Jung-uk Kim | 2007-03-02 | 1 | -3/+100 |
| * | Use a printf-modifier which doesn't need a cast. | Alexander Leidinger | 2007-01-21 | 1 | -2/+2 |
| * | Fix tinderbox build on amd64. | Alexander Leidinger | 2007-01-20 | 1 | -2/+2 |
| * | Ooops, fix the ratelimit. | Alexander Leidinger | 2007-01-20 | 1 | -1/+3 |
| * | Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback. | Alexander Leidinger | 2007-01-20 | 1 | -4/+12 |
| * | MFP4: Change 109654 | Jung-uk Kim | 2006-11-27 | 1 | -0/+60 |
| * | style(9) | Alexander Leidinger | 2006-10-29 | 1 | -0/+1 |
| * | Spell proc/sys/kernel/pid_max correctly in a comment. | Giorgos Keramidas | 2006-10-11 | 1 | -1/+1 |
| * | Implement /proc/sys/kernel/pid_max. | Alexander Leidinger | 2006-10-08 | 1 | -0/+19 |
| * | Lock the vnode around the call to VOP_GETATTR. Move the locked code | Konstantin Belousov | 2006-08-08 | 1 | -5/+16 |
| * | Improve linprovfs to provide/fix the | Alexander Leidinger | 2006-06-27 | 1 | -27/+51 |
| * | Add the model name, obtained from the hw.model sysctl variable. | Dag-Erling Smørgrav | 2006-06-12 | 1 | -2/+12 |
| * | As far as I can tell, the correct CPU family for amd64 (which Linux calls | Dag-Erling Smørgrav | 2006-06-02 | 1 | -2/+2 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -78/+0 |
| * | Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. | Doug Ambrisko | 2006-05-05 | 1 | -11/+37 |
| * | Fix calculation of meminfo's swaptotal and swapfree on at least amd64. | Max Laier | 2005-12-11 | 1 | -2/+2 |
| * | Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op. | Craig Rodrigues | 2005-11-29 | 1 | -1/+0 |
| * | Always produce cpuX entries, even in the case when there is only one CPU | Maxim Sobolev | 2005-03-06 | 1 | -7/+6 |
| * | Match the LINUX32's style with existing style | David E. O'Brien | 2005-01-14 | 1 | -3/+3 |