aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Apply missing s/rv/res/g in previous commit.Marcel Moolenaar2007-12-214-4/+4
* Modify vm_phys_unfree_page() so that it no longer requires the givenAlan Cox2007-12-203-10/+19
* MFamd64/ia64/i386: Only set the rman bus tags and handles inJohn Baldwin2007-12-204-8/+4
* Avoid holding the aac_io_lock over copyout.Ed Maste2007-12-201-5/+6
* By definition promiscuous mode should see all unicast frames as wellPyun YongHyeon2007-12-201-2/+6
* In openprom_ioctl() ensure appropriate permissions and that data isn'tMarius Strobl2007-12-201-1/+9
* Correct one half of a loop continuation condition in vm_phys_unfree_page().Alan Cox2007-12-191-3/+1
* Add option to set packets per second limits instead of defaultAlexander Motin2007-12-192-22/+77
* When devclass_get_maxunit is passed a NULL, return -1 to indicate thatWarner Losh2007-12-191-1/+4
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-1912-628/+1125
* Actually program the interrupt controller for priorities. As weWarner Losh2007-12-191-3/+43
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIDoug Ambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itDoug Ambrisko2007-12-191-7/+3
* Allow negative values to be specified in the loader.Doug Ambrisko2007-12-191-0/+2
* Fix bugs in the TCP syncache timeout code. including:Ruslan Ermilov2007-12-191-8/+18
* Do not recursively acquire aac_io_lock in aac_ioctl_event.Ed Maste2007-12-191-3/+1
* Eliminate redundant code from vm_page_startup().Alan Cox2007-12-191-17/+0
* Remove extraneous debug statements.Kip Macy2007-12-191-6/+0
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.Kip Macy2007-12-182-1/+3
* Incorporate TCP offload hooks in to core TCP code.Kip Macy2007-12-183-21/+34
* Be more exact with sigaction SA_SIGINFO handling.David E. O'Brien2007-12-181-2/+5
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.Andrew Thompson2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if theAndrew Thompson2007-12-181-0/+7
* - Use the macro to check the port status has it will also test if itsAndrew Thompson2007-12-181-2/+2
* - sctp-iterator should run at PI_NET priority ...not 0.Randall Stewart2007-12-181-1/+1
* only include intr_machdep.h when it is needed for intr_bindKip Macy2007-12-171-0/+2
* Remove file after being repocopied to ../ofw, where it lives on.Marcel Moolenaar2007-12-177-749/+0
* Build the OFW loader from its new location after the sourcesMarcel Moolenaar2007-12-171-1/+1
* Add myself to the copyright.Andrew Thompson2007-12-171-0/+1
* Fix a MAC label leak for POSIX semaphores, in which per-policy labelsRobert Watson2007-12-171-0/+1
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelRobert Watson2007-12-171-0/+6
* disable update in place on transmitKip Macy2007-12-171-4/+2
* Add SB_NOCOALESCE flag to disable socket buffer update in placeKip Macy2007-12-172-0/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompressKip Macy2007-12-1724-599/+3308
* Check NULL pointer.David Xu2007-12-171-1/+10
* build tcp_offload.c instead of tcp_ofld.cKip Macy2007-12-171-1/+2
* incorporate feedback since initial commitKip Macy2007-12-174-279/+384
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-174-23/+129
* Add missing changes for fixing LOR of umtx lock and thread lock, followDavid Xu2007-12-171-11/+24
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLKevin Lo2007-12-171-1/+1
* Don't panic in arpresolve if we're given a null mbuf. We couldKip Macy2007-12-171-11/+15
* Include cdefs.h and param.h for architectures with less header pollutionKip Macy2007-12-161-0/+2
* Add the magic word 0 value for CFA compliant devices.Poul-Henning Kamp2007-12-161-0/+1
* Fix previous commit. The code ended up in the wrong function.Rui Paulo2007-12-161-21/+21
* Chop DIOCGDELETE from userland up in 1024 sector chunks to give geom_diskPoul-Henning Kamp2007-12-161-2/+18
* Add back in cxgb now that the includes are believed to be fixedKip Macy2007-12-161-0/+1
* Use the vm include convention of busdmaKip Macy2007-12-162-2/+6
* need M_IOVEC defineKip Macy2007-12-161-0/+5
* Don't globally include mvec.h its only needed by cxgb_sge.cKip Macy2007-12-162-7/+4
* Don't limit BIO_DELETE requests to MAXPHYS, they perform no dataPoul-Henning Kamp2007-12-162-5/+3