summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add struct msg to the forwarded declared data structures in mac_policy.h.rwatson2006-09-092-0/+2
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-093-14/+10
* Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:rwatson2006-09-091-3/+0
* Fix the check where we want to use the end of the supported range if thenetchild2006-09-091-1/+1
* - don't wake every sleeper just the first one [1]netchild2006-09-091-5/+2
* Add a BSM conversion switch case for AUE_GETCWD, so that a consolerwatson2006-09-091-0/+3
* Small style cleanup.rwatson2006-09-091-3/+2
* Audit sysarch() operation argument.rwatson2006-09-091-0/+3
* Add support for TSO. Thanks to Andre for adding support in the stackpdeuskar2006-09-092-29/+203
* Bump __FreeBSD_version for rev. 1.117 of libexec/rtld-elf/rtld.c.kib2006-09-091-1/+1
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-092-12/+215
OpenPOWER on IntegriCloud