summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't assign sp to the value of s when we're about to assign it instead torwatson2007-05-271-1/+1
* Change default value of hw.firewire.dcons_crom.force_console to 0simokawa2007-05-271-1/+1
* Make compile without GDB option.simokawa2007-05-271-4/+11
* Remove #if 0'd check for 0-size allocations, which if enabled, calledrwatson2007-05-271-4/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryrwatson2007-05-271-12/+6
* Rather than entering the debugger via kdb_enter() in the event therwatson2007-05-271-5/+2
* Rather than entering DDB with the message "unexpected error" and wedgingrwatson2007-05-271-2/+1
* silence some compiler complaintssam2007-05-271-10/+10
* Add man pages for mmc (the mmc bus) and mmcsd (the memory cardimp2007-05-273-0/+114
* fix compile warning by removing redundant LOG_ERR definekmacy2007-05-271-1/+0
* set IFF_OACTIVE to avoid hangs when the tx ring fills upkmacy2007-05-272-0/+10
* There are too many false positive LORs reported by WITNESS, so when ZFSpjd2007-05-264-4/+28
* lex(1) no longer installs headers into GCC-internal dirsru2007-05-261-3/+3
* A careful reading of the disclaimer that is required to download theimp2007-05-268-0/+216
* To avoid a deadlock when handling .. directory during a lookup, we unlockpjd2007-05-251-3/+6
* We no longer need to put namecache entries onto temporary mplist.pjd2007-05-251-11/+3
* The cache_leaf_test() function seems to be unused, so remove it.pjd2007-05-252-32/+0
* The printf %b list in PRINT_TH_FLAGS has to be in octal numbering.andre2007-05-251-1/+1
OpenPOWER on IntegriCloud