summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Nitpicking: <sysexits.h> defines exit codes.ru2006-12-241-1/+1
* Correct a logic error.jkoshy2006-12-241-8/+15
* Note that rev. 1.221 introduced a local workaround for a general problem.yar2006-12-241-0/+4
* - remove all calls to sched_pin and sched_unpin as they are only useful tokmacy2006-12-242-133/+78
* Don't count on the first phys_avail range being greater than zerokmacy2006-12-241-2/+1
* TCP Window scaling was being recognised but the recorded settings were beingdarrenr2006-12-241-19/+7
* - resizing the tte_hash in pmap_copy is not likely to occurkmacy2006-12-241-5/+10
* Fix typo, p_slptime should be td_slptime.davidxu2006-12-241-1/+1
* Add missing articles.ru2006-12-231-0/+5
* Add missing things: a prototype and a const qualifier.yar2006-12-231-1/+3
* Re-wrap comments following de-indentation.rwatson2006-12-231-13/+11
* Drop all received data mbufs from a socket's queue if the MT_SONAMEbms2006-12-233-11/+125
* Nits.ru2006-12-231-3/+5
* Dynamically resize the Disk column. It was too narrow for modernyar2006-12-231-21/+46
* Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.pav2006-12-231-0/+12
* Clear to EOL after the end of meter so that its reading can decrease.yar2006-12-231-0/+1
* Make it possible for meter to reach 100% mark when swap is totally full.yar2006-12-231-1/+1
* Fix a deadlock in detach/shutdown.alfred2006-12-232-20/+164
* Improve markup.ru2006-12-231-1/+2
* Improve style:yar2006-12-231-20/+6
* Reposition the "(swap not configured)" sign WRT the new layout.yar2006-12-231-1/+1
* Eliminate a couple of screen coordinate variablesyar2006-12-231-14/+8
* Add some vertical whitespace for easier reading.yar2006-12-231-1/+4
* Fix the swap display further:yar2006-12-231-8/+24
* Fix the Total line shown if there are >1 swap devices.yar2006-12-231-11/+9
* Start fixing the "swap" display by saving one horizontal position.yar2006-12-231-2/+2
* Fix a typo in ata-queue.cremko2006-12-231-2/+2
* One more nit.ru2006-12-231-1/+1
* Fix markup.ru2006-12-231-10/+12
* Fic typo in previous commit.cperciva2006-12-231-1/+1
* Add two checks for inappropriate options: -U only makes sense in "x"cperciva2006-12-231-0/+4
* Correct the names of some options.cperciva2006-12-232-5/+5
* Fix a panic when rebooting a SMP machine, when option STOP_NMI is used,davidxu2006-12-231-0/+1
* Update comments to reflect changes in the extattrctl() code.rwatson2006-12-231-12/+8
* Implement chunk allocation/deallocation hysteresis by caching one sparejasone2006-12-231-51/+86
* Connect vfs_extattr.c to build by default.rwatson2006-12-231-0/+1
* Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, removerwatson2006-12-232-5059/+7
* Forced commit to recognize the repo-copy of vfs_syscalls.c torwatson2006-12-220-0/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-2227-1006/+26
* Forced commit to recognize repo-copy of src/sys/sys/mac_policy.h torwatson2006-12-220-0/+0
* Tweak some wording and markup.ru2006-12-221-12/+13
* Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).ariff2006-12-221-10/+7
* - Mention umask(2) when first referring to it.ru2006-12-221-2/+6
* Avoid 'bogus' uninitialized warning by initializing rather thanimp2006-12-221-4/+1
* The second argument (type) to socket(2) is an enum, not a bitmask, so parserodrigc2006-12-221-1/+1
* Note the second coming of MSI support in the bge driver.jdp2006-12-221-0/+8
* Re-enable MSI support for those chips on which it is believed to workjdp2006-12-222-34/+88
* Correct the BGE_CHIPID_BCM5750_B0 constant.jdp2006-12-221-1/+1
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* fix botchmjacob2006-12-211-1/+1
OpenPOWER on IntegriCloud