aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When udp_send() fails, make sure to free the control mbufs as well asRobert Watson2004-08-121-0/+2
* MFp4: Simplify code a bit:Pawel Jakub Dawidek2004-08-112-20/+12
* Mark end of frames.David Xu2004-08-111-0/+1
* Actually, HARDCODED flag isn't stored in metadata, so don't botherPawel Jakub Dawidek2004-08-111-2/+0
* - Fix typo.Pawel Jakub Dawidek2004-08-111-1/+3
* Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)Don Lewis2004-08-111-24/+2
* Unbreak after struct resource was hidden. Tested with EBus front-end onMarius Strobl2004-08-114-15/+19
* - Use the rman_get_* functions instead of reaching into struct resource.Marius Strobl2004-08-118-20/+16
* Properly keep track of how many kses are on the system run queue(s).Julian Elischer2004-08-111-2/+3
* Add some more verbose warning/error messages to help with users reportingNate Lawson2004-08-111-17/+12
* Correctly export the size of our softc to newbus in our EISA attachement.Justin T. Gibbs2004-08-111-1/+1
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedAndre Oppermann2004-08-116-12/+12
* Convert the routing table to use an UMA zone for rtentries. The zone isAndre Oppermann2004-08-111-4/+10
* Remove badly broken pcic driver for NEWCARDWarner Losh2004-08-114-2461/+0
* Remove pcic for NEWCARDWarner Losh2004-08-111-2/+0
* Remove references to pcic for newcard from NOTES.Warner Losh2004-08-111-3/+0
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andAndre Oppermann2004-08-117-13/+13
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasNate Lawson2004-08-115-477/+328
* Increase default kern.geom.stripe.maxmem to 50 elements.Pawel Jakub Dawidek2004-08-111-1/+1
* Make use of in_localip() function and replace previous direct LIST_FOREACHAndre Oppermann2004-08-111-43/+37
* Exclusion list for easier import.Hartmut Brandt2004-08-111-0/+15
* This commit was generated by cvs2svn to compensate for changes in r133492,Hartmut Brandt2004-08-1111-65/+67
|\
| * Virgin import of NgATM shared kernel/user part 1.1vendor/ngatm/1.1Hartmut Brandt2004-08-1111-65/+67
* | When sending request once again because of ENOMEM, reset bio_childrenPawel Jakub Dawidek2004-08-111-0/+2
* | Add the function in_localip() which returns 1 if an internet address is forAndre Oppermann2004-08-112-0/+18
* | Only invoke verify_path() for verrevpath and versrcreach when we have an IP p...Andre Oppermann2004-08-111-4/+4
* | Try harder to not panic on 'stop -f'.Pawel Jakub Dawidek2004-08-111-39/+83
* | Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.Andre Oppermann2004-08-111-1/+2
* | Consistently use NULL for pointer comparisons.Andre Oppermann2004-08-112-21/+21
* | Make IP fastforwarding ALTQ-aware by adding the input traffic conditionerAndre Oppermann2004-08-111-0/+10
* | RFC 2292 requires to check msg_controllen, in case that the kernel returnsAndre Oppermann2004-08-111-1/+8
* | Correct the displayed bandwidth calculation for a readout via sysctl. TheAndre Oppermann2004-08-111-1/+1
* | In set_regs(), flush the dirty registers onto the backingstore beforeMarcel Moolenaar2004-08-111-0/+3
* | Add 'axe' interface to NOTES so it is built with LINT as with other USBRobert Watson2004-08-111-0/+6
* | Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect()Robert Watson2004-08-111-0/+6
* | Revert rev 1.93 and replace it by grabbing the vr lock before callingScott Long2004-08-112-4/+4
* | Replace a reference to splnet() with a reference to locking in a comment.Robert Watson2004-08-111-1/+1
* | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkRobert Watson2004-08-116-6/+12
* | Perform a lockless read to test whether an entropy havesting fifo isRobert Watson2004-08-111-0/+4
* | Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-1112-78/+121
* | Add ADAPTIVE_GIANT to GENERIC on i386, with the intent of making itRobert Watson2004-08-111-0/+1
* | In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,Robert Watson2004-08-111-1/+7
* | Set IFF_RUNNING flag on the interface as soon as the control device is opened.Maksim Yevmenkin2004-08-111-3/+9
* | Modify vnode locking key: the v_pollinfo pointer itself is protectedRobert Watson2004-08-101-1/+2
* | Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. TheNate Lawson2004-08-101-11/+10
* | Eliminate the acquisition and release of Giant within physio(). RemoveAlan Cox2004-08-101-6/+0
* | Add a comment describing pmap_extract_and_hold() noting that the protectionAlan Cox2004-08-101-0/+7
* | Add pmap locking to many of the functions.Alan Cox2004-08-104-20/+72
* | If we kill the worklist thread of a RAID5 plex we can destroyLukas Ertl2004-08-102-1/+1
* | Lock the topology before calling gv_parse_config, not afterwards.Lukas Ertl2004-08-101-1/+1