summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Style change to vm_map_lookup(): Eliminate a macro of dubious value.alc2008-12-301-11/+8
* Added missing second part of cleaning j->ip[46] as requested by bzpho2008-12-301-0/+2
* Add missing comma.brueffer2008-12-301-1/+1
* Mdoc and wording improvements, also point to cpucontrol(8).brueffer2008-12-301-17/+23
* Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'trpaulo2008-12-301-3/+3
* Mdoc and wording improvements.brueffer2008-12-301-9/+13
* Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'trpaulo2008-12-301-3/+3
* Move the implementation of the vm map's fast path on address lookup fromalc2008-12-301-34/+23
* Add a kernel config file so that users have less difficulty testingrpaulo2008-12-302-0/+220
* Oops, missed removing an 's' in previous rev.kensmith2008-12-301-1/+1
* Make sure that unused j->ip[46] are clearedpho2008-12-301-2/+4
* Clean up this message a little bit.kensmith2008-12-301-4/+3
* Clean up this message a little bit.kensmith2008-12-301-4/+3
* Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other localrwatson2008-12-301-3/+3
* Remove the /usr/X11R6 paths. It has been long enough since the X stuffkensmith2008-12-301-2/+0
* Clear the pointers to the file in the struct filedesc before file is closedkib2008-12-301-6/+8
* In r185557, the check for existing negative entry for the given namekib2008-12-301-22/+11
* A number of small changes to make the 'save choice to disk' safer,luigi2008-12-302-28/+27
* Bump the odometer of the years, this time a bit early for 7.1R.imp2008-12-301-2/+2
* Bump the odometer of the years. A little early this year for 7.1R.imp2008-12-301-1/+1
* Add gssd.h to the list of SRCS so one can build without 'make depend' first.obrien2008-12-301-1/+1
* Sound less scary about errorousous disk geometry due to wanting to limitobrien2008-12-303-63/+125
* Fix compilation. Also move ogetkerninfo() to kern_xxx.c.ed2008-12-292-212/+208
* Include param.h instead of types.h before mount.h so that the nestedrwatson2008-12-291-1/+1
* Include param.h instead of types.h before mount.h so that the nestedrwatson2008-12-291-0/+1
* Include param.h instead of types.h before user.h so that the nestedrwatson2008-12-299-9/+9
* Add missing -o to usage output.simon2008-12-291-1/+1
* When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim callskib2008-12-291-1/+2
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-295-76/+47
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-293-4/+4
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitkib2008-12-291-11/+5
* Drop the pseudofs vnode lock around call to pfs_read handler. The handlerkib2008-12-291-15/+18
* After the pfs_vncache_mutex is dropped, another thread may attempt tokib2008-12-291-13/+26
* 1. Add the ability to tweak the token output before targets in job mode.obrien2008-12-296-4/+57
* Consistently use Var_SetGlobal().obrien2008-12-293-4/+4
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-2932-1417/+1328
* For consistency use LLE_IS_VALID() in this 4th place that is actuallybz2008-12-281-1/+1
* drop rnh lock before destroying itkmacy2008-12-281-0/+1
* Remove unused variable.ganbold2008-12-281-3/+0
* Include std.ixp425 for "cpu" and comment out duplicate memory mapbz2008-12-281-7/+10
* Like in the rest of the file and the network stack use inp asbz2008-12-271-30/+30
* Non-functional (style) changes:bz2008-12-271-206/+208
* Convert function definitions to constantly use ANSI-stylebz2008-12-271-98/+34
* - Fix incorrect array declaration that was causing the stack overflowstas2008-12-271-1/+1
* Rewrite ipsec6_setspidx_inpcb() to match the logic in thebz2008-12-271-21/+11
* For consistency with ipsec4_setspidx_inpcb() rename file local functionbz2008-12-271-3/+3
* Change the in6p variable names to inp to be able to diffbz2008-12-271-16/+16
* In additions to the configs from r185478, which also enabled thebz2008-12-273-0/+3
* arm is in DEFAULTS; remove dupsam2008-12-271-1/+0
* Removed duplicatebz2008-12-271-1/+0
OpenPOWER on IntegriCloud