summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.andre2004-08-121-2/+2
* Change the order of ata_dmainit/ata_allocate in preparation ofsos2004-08-124-48/+57
* - Introduce a new flag KEF_HOLD that prevents sched_add() from doing ajeff2004-08-121-7/+19
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-125-690/+1088
* Destroy mutexes on detach.scottl2004-08-121-0/+4
* Change FREE() to free()scottl2004-08-121-1/+1
* Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-124-48/+39
* Release the sync fib after the controller has been shut down. This alsoscottl2004-08-121-0/+1
* Set IFF_NEEDSGIANT for fwe network interface since the firewirerwatson2004-08-121-1/+2
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifnjl2004-08-122-42/+44
* When udp_send() fails, make sure to free the control mbufs as well asrwatson2004-08-121-0/+2
* MFp4: Simplify code a bit:pjd2004-08-112-20/+12
* Mark end of frames.davidxu2004-08-111-0/+1
* Actually, HARDCODED flag isn't stored in metadata, so don't botherpjd2004-08-111-2/+0
* - Fix typo.pjd2004-08-111-1/+3
* Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)truckman2004-08-111-26/+4
* Unbreak after struct resource was hidden. Tested with EBus front-end onmarius2004-08-114-15/+19
* - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-118-20/+16
* Properly keep track of how many kses are on the system run queue(s).julian2004-08-111-2/+3
* Add some more verbose warning/error messages to help with users reportingnjl2004-08-111-17/+12
* Correctly export the size of our softc to newbus in our EISA attachement.gibbs2004-08-111-1/+1
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-116-12/+12
* Convert the routing table to use an UMA zone for rtentries. The zone isandre2004-08-111-4/+10
* Remove badly broken pcic driver for NEWCARDimp2004-08-114-2461/+0
* Remove pcic for NEWCARDimp2004-08-111-2/+0
* Remove references to pcic for newcard from NOTES.imp2004-08-111-3/+0
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-117-13/+13
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-115-478/+329
* Increase default kern.geom.stripe.maxmem to 50 elements.pjd2004-08-111-1/+1
* Make use of in_localip() function and replace previous direct LIST_FOREACHandre2004-08-111-45/+39
* Exclusion list for easier import.harti2004-08-111-0/+15
* This commit was generated by cvs2svn to compensate for changes in r133492,harti2004-08-1111-65/+67
|\
| * Virgin import of NgATM shared kernel/user part 1.1harti2004-08-1111-65/+67
* | When sending request once again because of ENOMEM, reset bio_childrenpjd2004-08-111-0/+2
* | Add the function in_localip() which returns 1 if an internet address is forandre2004-08-112-0/+18
* | Only invoke verify_path() for verrevpath and versrcreach when we have an IP p...andre2004-08-111-4/+4
* | Try harder to not panic on 'stop -f'.pjd2004-08-111-39/+83
* | Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.andre2004-08-111-1/+2
* | Consistently use NULL for pointer comparisons.andre2004-08-112-21/+21
* | Make IP fastforwarding ALTQ-aware by adding the input traffic conditionerandre2004-08-111-0/+10
* | RFC 2292 requires to check msg_controllen, in case that the kernel returnsandre2004-08-111-1/+8
* | Correct the displayed bandwidth calculation for a readout via sysctl. Theandre2004-08-111-1/+1
* | In set_regs(), flush the dirty registers onto the backingstore beforemarcel2004-08-111-0/+3
* | Add 'axe' interface to NOTES so it is built with LINT as with other USBrwatson2004-08-111-0/+6
* | Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect()rwatson2004-08-111-0/+6
* | Revert rev 1.93 and replace it by grabbing the vr lock before callingscottl2004-08-112-4/+4
* | Replace a reference to splnet() with a reference to locking in a comment.rwatson2004-08-111-1/+1
* | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-116-6/+12
* | Perform a lockless read to test whether an entropy havesting fifo isrwatson2004-08-111-0/+4
* | Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-1112-79/+122
OpenPOWER on IntegriCloud