summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate functions with a newline.stefanf2006-07-171-0/+1
* style.Makefile(5): Remove -Wall from CFLAGS.stefanf2006-07-171-1/+1
* Remove duplicated assignment.stefanf2006-07-171-1/+0
* Use variadic macros that comply with C99. Keep the GCC-style ones ifstefanf2006-07-171-1/+1
* Move default GEOM classes from files.ia64, where they were markedmarcel2006-07-172-5/+5
* Chain the bus_dmamap_load() calls when mapping a command with a data CCBjhb2006-07-171-24/+42
* whitespace fixingobrien2006-07-171-8/+8
* - Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"mnag2006-07-171-1/+3
* /etc/src.conf wasn't visable for the kernel build.obrien2006-07-171-0/+5
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-174-8/+8
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Always lock the lockmgr lock when creating an smb connection object ratherjhb2006-07-171-1/+2
* Change the GCC specific __FUNCTION__ to C99's __func__.stefanf2006-07-171-1/+1
* Enable DSO (Dynamic Shared Object) support. This makes it possiblesimon2006-07-171-1/+1
* Fix typo (s/writeer/writer/).flz2006-07-171-1/+1
* Add the sun4v category.ceri2006-07-171-0/+1
* Make the variadic macro debug() comply to C99.stefanf2006-07-171-3/+6
* Use a prototype for res_init().stefanf2006-07-171-1/+1
* Unexpand two TAILQ_FOREACH_SAFE cases.delphij2006-07-172-4/+2
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-1710-28/+0
* Add some casts to make these files more C++ compatible.phk2006-07-172-7/+7
* Don't use empty braces ("{}") to initialise arrays. This is a syntaxstefanf2006-07-176-6/+6
* Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sysphk2006-07-172-5/+1
* Ensure that vm_object_deallocate() doesn't dereference a stale objectalc2006-07-171-6/+13
* Restore the status quo before my last commit. Prior to it, sio tookimp2006-07-171-2/+2
* Now that free_pv_entry() accesses the pmap, call free_pv_entry() inalc2006-07-172-2/+4
* Add regression tests of the emulation of the long branch conditional form.marcel2006-07-172-0/+271
* Change comment on soabort() to more accurately describe how/whenrwatson2006-07-161-12/+12
* Remove sysctl_vm_zone() and vm.zone sysctl from 7.x. As of 6.x,rwatson2006-07-161-80/+0
* correct ie length check; need to include fixed part of iesam2006-07-161-4/+4
* MFamd64alc2006-07-161-6/+3
* General cleanup, not quite finished yet.brueffer2006-07-161-45/+75
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-166-64/+71
* Fix a compile time problem on amd64. I'm not sure if the fix is correctnetchild2006-07-162-4/+6
* Eliminate the remaining uses of "register".alc2006-07-161-42/+16
* power save mode state changes should not require clocking the 802.11sam2006-07-161-0/+7
* tighten invariant on loops used to parse ie's; this ensures we neversam2006-07-161-4/+4
* Add sysctl information about things like WWNN/WWPN.mjacob2006-07-162-0/+40
* If we're in mpt_wait_req and the command times out,mjacob2006-07-162-4/+18
* Define out unused and incomplete raid quiesce functions.mjacob2006-07-162-8/+12
* Oops bring back code that shouldn't have been removed by the previouscognet2006-07-151-0/+2
* Make sure that if uma_small_alloc() gets called recursively, we just give upcognet2006-07-151-7/+6
* If the card has target mode enabled, and we hangmjacob2006-07-152-40/+177
* Note the convention that humanize_number follows.imp2006-07-151-8/+11
* When creating the NanoBSD disk image, install boot blocks from thethomas2006-07-151-1/+1
* Add a man-page for snd_emu10kx. Someone with man-fu should have a looknetchild2006-07-152-0/+179
* - Connect the snd_emu10kx driver to the build. [1]netchild2006-07-156-5/+39
* Make the mixer kobj class static. This brings it inline with the channel ornetchild2006-07-151-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-153-3/+3
OpenPOWER on IntegriCloud