summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-296-0/+12
* Fix case of setting OACTIVE erroneouslykmacy2007-05-291-1/+2
* "make delete-old" needs more than 64KB worth of arguments. Bothmarcel2007-05-291-1/+1
* Fix interrupt setup for the non-MSI-X casekmacy2007-05-291-4/+3
* Use the Hitachi 2.5" HD, 120 GB as a USB device.mjacob2007-05-291-0/+9
* Make log messages more verbose and simpler to understand for non-experts.andre2007-05-282-58/+85
* 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
* 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
* Fix indentation of the syncache_expand() section in tcp_input().andre2007-05-281-52/+52
* - 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud