summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libarchive 2.2.3kientzle2007-05-2973-1372/+3889
* Make log messages more verbose and simpler to understand for non-experts.andre2007-05-282-58/+85
* Disable shared libgcc use for profiled builds. GNU linker pulls symbolskan2007-05-281-2/+3
* When building cxgb as a module make include paths relative to the driver's root.kmacy2007-05-2823-130/+138
* Revert 1.197 and instead avoid calling kdb_enter() if the KDB_UNATTENDEDemaste2007-05-281-1/+8
* Eliminate some unused definitions that came from NetBSD.alc2007-05-282-21/+0
* Simplify the kernel configuration file return code.imp2007-05-281-22/+3
* Eliminate explicit kdb_enter in the software watchdog handler (whichemaste2007-05-281-7/+1
* We do not need to get the irq out of ivars in ixp425_setup_intr(). Byjhay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withjhay2007-05-281-4/+3
* Don't save SYSCTL_ADD_*() results in a local variable just to throw themrwatson2007-05-281-15/+9
* In kern_kevent(), unconditionally fdrop() fp once fget() has succeeded,rwatson2007-05-281-2/+1
* - Enable soft pcm volume flag early to ensure it not being clobberedariff2007-05-281-4/+4
* Fix misspelling: s/maintanence/maintenance/bmah2007-05-281-1/+1
* Add AK4396 to the list of supported codecs.joel2007-05-281-1/+3
* Document support for the following sound cards:joel2007-05-281-1/+7
* Enable fwip and dcons in GENERIC. They seem fairly stable.simokawa2007-05-283-0/+9
* Fix broken "rec" and "igain" introduced by previous commit. Convertariff2007-05-281-1/+1
* Correct spelling errors in comments.rwatson2007-05-281-2/+2
* Fix indentation of the syncache_expand() section in tcp_input().andre2007-05-281-52/+52
* Precede symbol names consistently with tabs rather than spaces.rwatson2007-05-281-14/+14
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-2817-360/+811
* Refactor and rewrite in parts the SYN handling code on listen socketsandre2007-05-283-45/+125
* Check fdopen return value.kevlo2007-05-281-0/+6
* Add a '-k' flag which is similar with its bzip2(1) counterpart,delphij2007-05-282-4/+15
* Fix probably copy&paste from chmod(1) - we change file flags here, not mode.pjd2007-05-281-1/+1
* Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itpjd2007-05-282-0/+2
* We should better ignore a break on gdb port if gdb is not enabled.simokawa2007-05-281-2/+2
* - Remove unnecessary vnode internal locking - v_vflag is protect by vnode'spjd2007-05-281-18/+9
* Because we allocate componentname structures on stack, bzero() them beforepjd2007-05-282-0/+6
* Fix compiles when user chooses to disable both ObjC and C++ support inkan2007-05-281-1/+2
* Tuning for small packet handlingkmacy2007-05-272-9/+6
* Don't bind queue to cpus if only one queue is in usekmacy2007-05-271-1/+3
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-274-24/+14
* Universally adopt most conventional spelling of acquire.rwatson2007-05-278-8/+9
* Improve both the PCI and PC Card descriptions of the RID.imp2007-05-271-4/+4
* Eliminate an unused definition.alc2007-05-273-7/+2
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-274-4/+6
* Bring in a bunch of bug fixes and some code to support more chipsets.joel2007-05-276-19/+246
* Normalize spelling and grammar in TCP hostcache comments.rwatson2007-05-271-67/+66
* Select a more appealing spelling for the word acquire.rwatson2007-05-271-10/+10
* Remove "XXX Giant" comments before calls to kdb_trap() -- the kernelrwatson2007-05-272-2/+0
* Implement assert() in ncr.c using KASSERT() rather than explicitly testingrwatson2007-05-271-6/+1
* Have the processor defer all faults and exceptions for controlmarcel2007-05-275-16/+53
* Rather than repeatedly setting and discarding local variable 'o' basedrwatson2007-05-271-9/+7
* In tcp_timer_2msl(), tp can never become NULL, so don't check it forrwatson2007-05-271-1/+1
* Add parens around *free in *free++ in mbp_count() so that mbp_count()rwatson2007-05-271-1/+1
* Remove amountpipes counter for pipes -- this replicates the function ofrwatson2007-05-271-19/+2
* Don't check curproc->p_comm for NULL as it is an array allocated as part ofrwatson2007-05-271-3/+1
* In ncp_conn_alloc(), a new credential pointer, 'owner', is set up to pointrwatson2007-05-271-3/+4
OpenPOWER on IntegriCloud