summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - remove code from oroginal file, which is not required on BWCT boardsticso2007-12-231-52/+86
* BWCT boards uses two different SPI flash chipsticso2007-12-231-2/+3
* Remove trailing whitespace from lines in BPF.rwatson2007-12-232-7/+7
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,rwatson2007-12-221-1/+5
* give thread0 the tid 100000 and bumpt the others to start at 100001julian2007-12-222-1/+3
* Make SCHED_ULE buildable with gcc3.wkoszek2007-12-211-17/+17
* More properly handle links who only have 1 valid IRQ in their bitmask. Thejhb2007-12-211-13/+12
* Update the comment describing vm_phys_unfree_page().alc2007-12-211-1/+3
* Apply missing s/rv/res/g in previous commit.marcel2007-12-214-4/+4
* Modify vm_phys_unfree_page() so that it no longer requires the givenalc2007-12-203-10/+19
* MFamd64/ia64/i386: Only set the rman bus tags and handles injhb2007-12-204-8/+4
* Avoid holding the aac_io_lock over copyout.emaste2007-12-201-5/+6
* By definition promiscuous mode should see all unicast frames as wellyongari2007-12-201-2/+6
* In openprom_ioctl() ensure appropriate permissions and that data isn'tmarius2007-12-201-1/+9
* Correct one half of a loop continuation condition in vm_phys_unfree_page().alc2007-12-191-3/+1
* Add option to set packets per second limits instead of defaultmav2007-12-192-22/+77
* When devclass_get_maxunit is passed a NULL, return -1 to indicate thatimp2007-12-191-1/+4
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-1912-653/+1150
* Actually program the interrupt controller for priorities. As weimp2007-12-191-3/+43
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itambrisko2007-12-191-7/+3
* Allow negative values to be specified in the loader.ambrisko2007-12-191-0/+2
* Fix bugs in the TCP syncache timeout code. including:ru2007-12-191-8/+18
* Do not recursively acquire aac_io_lock in aac_ioctl_event.emaste2007-12-191-3/+1
* Eliminate redundant code from vm_page_startup().alc2007-12-191-17/+0
* Remove extraneous debug statements.kmacy2007-12-191-6/+0
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.kmacy2007-12-182-1/+3
* Incorporate TCP offload hooks in to core TCP code.kmacy2007-12-183-21/+34
* Be more exact with sigaction SA_SIGINFO handling.obrien2007-12-181-2/+5
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.thompsa2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if thethompsa2007-12-181-0/+7
* - Use the macro to check the port status has it will also test if itsthompsa2007-12-181-2/+2
* - sctp-iterator should run at PI_NET priority ...not 0.rrs2007-12-181-1/+1
* only include intr_machdep.h when it is needed for intr_bindkmacy2007-12-171-0/+2
* Remove file after being repocopied to ../ofw, where it lives on.marcel2007-12-177-749/+0
* Build the OFW loader from its new location after the sourcesmarcel2007-12-171-1/+1
* Add myself to the copyright.thompsa2007-12-171-0/+1
* Fix a MAC label leak for POSIX semaphores, in which per-policy labelsrwatson2007-12-171-0/+1
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelrwatson2007-12-171-0/+6
* disable update in place on transmitkmacy2007-12-171-4/+2
* Add SB_NOCOALESCE flag to disable socket buffer update in placekmacy2007-12-172-0/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-1724-600/+3309
* Check NULL pointer.davidxu2007-12-171-1/+10
* build tcp_offload.c instead of tcp_ofld.ckmacy2007-12-171-1/+2
* incorporate feedback since initial commitkmacy2007-12-174-281/+386
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-174-23/+129
* Add missing changes for fixing LOR of umtx lock and thread lock, followdavidxu2007-12-171-11/+24
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLkevlo2007-12-171-1/+1
* Don't panic in arpresolve if we're given a null mbuf. We couldkmacy2007-12-171-11/+15
* Include cdefs.h and param.h for architectures with less header pollutionkmacy2007-12-161-0/+2
OpenPOWER on IntegriCloud