| Commit message (Expand) | Author | Age | Files | Lines |
* | Style change to vm_map_lookup(): Eliminate a macro of dubious value. | alc | 2008-12-30 | 1 | -11/+8 |
* | Added missing second part of cleaning j->ip[46] as requested by bz | pho | 2008-12-30 | 1 | -0/+2 |
* | Add missing comma. | brueffer | 2008-12-30 | 1 | -1/+1 |
* | Mdoc and wording improvements, also point to cpucontrol(8). | brueffer | 2008-12-30 | 1 | -17/+23 |
* | Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't | rpaulo | 2008-12-30 | 1 | -3/+3 |
* | Mdoc and wording improvements. | brueffer | 2008-12-30 | 1 | -9/+13 |
* | Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't | rpaulo | 2008-12-30 | 1 | -3/+3 |
* | Move the implementation of the vm map's fast path on address lookup from | alc | 2008-12-30 | 1 | -34/+23 |
* | Add a kernel config file so that users have less difficulty testing | rpaulo | 2008-12-30 | 2 | -0/+220 |
* | Oops, missed removing an 's' in previous rev. | kensmith | 2008-12-30 | 1 | -1/+1 |
* | Make sure that unused j->ip[46] are cleared | pho | 2008-12-30 | 1 | -2/+4 |
* | Clean up this message a little bit. | kensmith | 2008-12-30 | 1 | -4/+3 |
* | Clean up this message a little bit. | kensmith | 2008-12-30 | 1 | -4/+3 |
* | Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other local | rwatson | 2008-12-30 | 1 | -3/+3 |
* | Remove the /usr/X11R6 paths. It has been long enough since the X stuff | kensmith | 2008-12-30 | 1 | -2/+0 |
* | Clear the pointers to the file in the struct filedesc before file is closed | kib | 2008-12-30 | 1 | -6/+8 |
* | In r185557, the check for existing negative entry for the given name | kib | 2008-12-30 | 1 | -22/+11 |
* | A number of small changes to make the 'save choice to disk' safer, | luigi | 2008-12-30 | 2 | -28/+27 |
* | Bump the odometer of the years, this time a bit early for 7.1R. | imp | 2008-12-30 | 1 | -2/+2 |
* | Bump the odometer of the years. A little early this year for 7.1R. | imp | 2008-12-30 | 1 | -1/+1 |
* | Add gssd.h to the list of SRCS so one can build without 'make depend' first. | obrien | 2008-12-30 | 1 | -1/+1 |
* | Sound less scary about errorousous disk geometry due to wanting to limit | obrien | 2008-12-30 | 3 | -63/+125 |
* | Fix compilation. Also move ogetkerninfo() to kern_xxx.c. | ed | 2008-12-29 | 2 | -212/+208 |
* | Include param.h instead of types.h before mount.h so that the nested | rwatson | 2008-12-29 | 1 | -1/+1 |
* | Include param.h instead of types.h before mount.h so that the nested | rwatson | 2008-12-29 | 1 | -0/+1 |
* | Include param.h instead of types.h before user.h so that the nested | rwatson | 2008-12-29 | 9 | -9/+9 |
* | Add missing -o to usage output. | simon | 2008-12-29 | 1 | -1/+1 |
* | When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim calls | kib | 2008-12-29 | 1 | -1/+2 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 5 | -76/+47 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 3 | -4/+4 |
* | Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit | kib | 2008-12-29 | 1 | -11/+5 |
* | Drop the pseudofs vnode lock around call to pfs_read handler. The handler | kib | 2008-12-29 | 1 | -15/+18 |
* | After the pfs_vncache_mutex is dropped, another thread may attempt to | kib | 2008-12-29 | 1 | -13/+26 |
* | 1. Add the ability to tweak the token output before targets in job mode. | obrien | 2008-12-29 | 6 | -4/+57 |
* | Consistently use Var_SetGlobal(). | obrien | 2008-12-29 | 3 | -4/+4 |
* | merge 186535, 186537, and 186538 from releng_7_xen | kmacy | 2008-12-29 | 32 | -1417/+1328 |
* | For consistency use LLE_IS_VALID() in this 4th place that is actually | bz | 2008-12-28 | 1 | -1/+1 |
* | drop rnh lock before destroying it | kmacy | 2008-12-28 | 1 | -0/+1 |
* | Remove unused variable. | ganbold | 2008-12-28 | 1 | -3/+0 |
* | Include std.ixp425 for "cpu" and comment out duplicate memory map | bz | 2008-12-28 | 1 | -7/+10 |
* | Like in the rest of the file and the network stack use inp as | bz | 2008-12-27 | 1 | -30/+30 |
* | Non-functional (style) changes: | bz | 2008-12-27 | 1 | -206/+208 |
* | Convert function definitions to constantly use ANSI-style | bz | 2008-12-27 | 1 | -98/+34 |
* | - Fix incorrect array declaration that was causing the stack overflow | stas | 2008-12-27 | 1 | -1/+1 |
* | Rewrite ipsec6_setspidx_inpcb() to match the logic in the | bz | 2008-12-27 | 1 | -21/+11 |
* | For consistency with ipsec4_setspidx_inpcb() rename file local function | bz | 2008-12-27 | 1 | -3/+3 |
* | Change the in6p variable names to inp to be able to diff | bz | 2008-12-27 | 1 | -16/+16 |
* | In additions to the configs from r185478, which also enabled the | bz | 2008-12-27 | 3 | -0/+3 |
* | arm is in DEFAULTS; remove dup | sam | 2008-12-27 | 1 | -1/+0 |
* | Removed duplicate | bz | 2008-12-27 | 1 | -1/+0 |