summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Various nits and fixups so that the text reads smoother in several places.jhb2006-04-191-69/+80
* Trim a couple of xrefs.jhb2006-04-191-2/+0
* Free some previously leaked memory on module unload.ps2006-04-191-2/+9
* Remove sab(4).marcel2006-04-192-3/+0
* Add a missing .Pp call.brueffer2006-04-191-0/+1
* Indentation fixesbrueffer2006-04-191-9/+9
* Document how the backoff delay is calculated.brueffer2006-04-191-1/+4
* MFp4 (checkpoint of work in progress):imp2006-04-1934-48/+2979
* Re-add option -C to usage().ru2006-04-191-1/+1
* Document the -C option of top(1), which has been added to the sourcekeramida2006-04-191-1/+13
* Add -u and -U which functions like the jail(8) that allowdelphij2006-04-193-6/+80
* Correct a local information leakage bug affecting AMD FPUs.cperciva2006-04-192-2/+76
* Make ldconfig as SERVER dependency. This makes it possibledelphij2006-04-191-1/+1
* Fxi tpyo.mjacob2006-04-181-1/+1
* Add ISP_DEFAULT_ROLES as a config option.mjacob2006-04-182-0/+6
* Actually check to see if XPT_CALC_GEOMETRY had an errormjacob2006-04-181-3/+17
* Update 2300 f/w. This will probably be the lastmjacob2006-04-181-5795/+5986
* Do more guarding against zero divide traps for the geom subroutine.mjacob2006-04-181-1/+14
* In receiving a new ATIO, don't record the associated CCB in the targetmjacob2006-04-181-16/+15
* Correct usage example.ceri2006-04-181-1/+1
* 'owner' is not used without SMP. Fix kernel build for such kernelwkoszek2006-04-181-0/+4
* If we're doing a try-alloc of a pv entry and give up early, do not forgetpeter2006-04-181-0/+1
* pv_entry_count is more than a statistic. It is used for resource limiting.peter2006-04-181-3/+3
* Some grammar/language improvements, more to come. Also note somebrueffer2006-04-182-46/+44
* o Describe what actually boot(8) -m mutes.maxim2006-04-181-1/+2
* Adaptively spin before blocking on the turnstile if an rwlock is writejhb2006-04-181-7/+88
* Update comments to mention that each turnstile contains two queues and tojhb2006-04-181-4/+11
* - Bring back turnstile_empty() which can check to see if an individualjhb2006-04-182-0/+69
* Bring SYNOPSIS in line with usage().ru2006-04-182-7/+8
* - Move _rc_subr_loaded=: at the end of the file, to be consistent with NetBSD.flz2006-04-181-5/+8
* - Add new ntpd_config variable so that people can override it in rc.conf.flz2006-04-183-4/+16
* Fix storing offset of already synchronized data. Offset in entire array waspjd2006-04-181-3/+5
* fix "ipf -Z" reporting rubbish and possibly panic'ing boxdarrenr2006-04-182-4/+10
* Fix an obvious bug.ru2006-04-181-1/+1
* Add ldconfig to the list of requirements for named, needed to use bindflz2006-04-181-1/+1
* Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDEDglebius2006-04-181-2/+6
* In vfs_hash_get(): mount point should never be changeddelphij2006-04-182-3/+3
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixinganholt2006-04-181-2/+2
* Correct a typo: In order to make fixmount(8) quite, one shoulddelphij2006-04-181-1/+1
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyjmg2006-04-171-2/+0
* - Add a rw_wowner() macro that just returns the owner of a write lock andjhb2006-04-171-26/+38
* - Since critical sections no longer raise the processor interrupt level tomarius2006-04-172-38/+46
* Update comments to indicate that locks are held by threads, not processes.jhb2006-04-171-3/+3
* Add a 'show sleepqueue' alias for 'show sleepq' in DDB.jhb2006-04-171-0/+3
* Trim trailing whitespace.jhb2006-04-171-3/+3
* Add the ability to log to an arbitrary udp port as well as thejulian2006-04-172-6/+43
* Update a couple of comments relating to RFCs.dwmalone2006-04-171-2/+5
* Back out a Makefile change that accidently snook in.dwmalone2006-04-171-1/+1
* Add a new module_file() function that returns the linker_file_t associatedjhb2006-04-172-0/+8
* - Sleep/wakeup operate on threads now, not processes.jhb2006-04-171-40/+62
OpenPOWER on IntegriCloud