summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Less magic.pjd2006-09-151-2/+3
* Consistently use if_printf() only in interface methods: if_start,glebius2006-09-1518-89/+107
* If current_heads or current_sectors in the disk cap page are zero, dont try t...sos2006-09-141-1/+2
* Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway.mohans2006-09-141-1/+2
* Add missing #ifdef INET6 (can't be compiled)ache2006-09-141-0/+2
* Only treat positive values as errors...jmg2006-09-141-1/+1
* intpm(4) meet style(9). style(9) meet intpm(4).jhb2006-09-132-533/+582
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-139-29/+46
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-134-19/+39
* Back out one of the Giant removals from revision 1.272. Giant was not here tocsjp2006-09-131-2/+2
* Fix synchronization in gmirror and graid3 which I broken. Synchronizationpjd2006-09-132-6/+12
* Remove unessary includes and follow common ordering style.andre2006-09-131-10/+2
* Rewrite of TCP syncookies to remove locking requirements and to enhanceandre2006-09-135-208/+315
* Remove duplicated code. Declare functions non-static that shouldn't bescottl2006-09-131-43/+33
* Fix a lock leak in an error case.pjd2006-09-131-1/+1
* document that PAE kernels needs twice the value of non-PAE kernelsjmg2006-09-131-1/+5
* Busmaster DMA address fix in VIA 6421 case.sos2006-09-121-1/+1
* Format mask lacks one bit.sos2006-09-121-1/+1
* Put the osta.c license on osta.h. The license is the same.imp2006-09-121-0/+15
* Trim some unneeded includes.jhb2006-09-121-2/+0
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-1212-7/+131
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-112-1/+2
* Fix issues found by Coverity (223392, 223393) due to TSO additionspdeuskar2006-09-111-2/+4
* Minor overhaul of SMBus support:jhb2006-09-1116-281/+327
* Add a new ddb command 'show lapic' to dump details about the local APICjhb2006-09-112-0/+140
* Actually hook up the IPI_INVLCACHE IDT vectors backingjhb2006-09-112-2/+9
* Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for theandre2006-09-111-1/+1
* Add support for a few more Serverworks and lookalikes chips.sos2006-09-112-9/+15
* Update to fit latest USB cleanup crusade.sos2006-09-111-2/+2
* Add prototype for bus_generic_add_child() missed in previous commit.jhb2006-09-111-0/+3
* Add a default method for BUS_ADD_CHILD() that just callsjhb2006-09-112-1/+8
* Give the ACPI I/O rman's unique description strings to make 'devinfo -u'jhb2006-09-111-2/+2
* - Fix rman_manage_region() to be a lot more intelligent. It now checksjhb2006-09-113-25/+47
* CF devices are ATA not ATAPI.sos2006-09-111-1/+3
* null commit to provide commit message to previousmjacob2006-09-111-1/+1
* PR: 103130mjacob2006-09-111-1/+1
* Add support for MCP61 and MCP65 adaptors.obrien2006-09-112-0/+36
* The run_filter() procedure is a means of working around DMA engine bugs inscottl2006-09-111-33/+55
* Fix style(9) issues in the TSO specific changes.pdeuskar2006-09-101-154/+152
* make use of the host route's mtu for processing. This means we can nowjmg2006-09-101-18/+25
* New sockets created by incoming connections into listen sockets shouldandre2006-09-101-1/+4
* Fix locking race in ttymodem(). The locking of the proctree happens too latembr2006-09-101-2/+2
* Yank FreeBSD specific code out from under ifdef.trhodes2006-09-101-127/+0
* The Linux unlink syscall uses a different errno value when trying to unlinknetchild2006-09-101-0/+7
* Delay an orphan event if provider has still in-flight I/O requests.pjd2006-09-101-1/+4
* move created/detected/activated under debug level 1 to quiet the common case..jmg2006-09-092-10/+13
* Second attempt at fixing module buildpdeuskar2006-09-091-1/+1
* Fix build breakage while compiling em as a module.pdeuskar2006-09-091-0/+1
* Build linprocfs and linsysfs as modules on amd64.netchild2006-09-091-0/+2
* - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);netchild2006-09-091-1/+3
OpenPOWER on IntegriCloud