| Commit message (Expand) | Author | Age | Files | Lines |
* | Destroy mutexes on detach. | scottl | 2004-08-12 | 1 | -0/+4 |
* | Change FREE() to free() | scottl | 2004-08-12 | 1 | -1/+1 |
* | Remove the AAC_LOCK macros. They no longer abstract anything and only | scottl | 2004-08-12 | 4 | -48/+39 |
* | Release the sync fib after the controller has been shut down. This also | scottl | 2004-08-12 | 1 | -0/+1 |
* | Set IFF_NEEDSGIANT for fwe network interface since the firewire | rwatson | 2004-08-12 | 1 | -1/+2 |
* | Fix the PRT entry code in acpi_pci_link to always add the entry, even if | njl | 2004-08-12 | 2 | -42/+44 |
* | When udp_send() fails, make sure to free the control mbufs as well as | rwatson | 2004-08-12 | 1 | -0/+2 |
* | MFp4: Simplify code a bit: | pjd | 2004-08-11 | 2 | -20/+12 |
* | Mark end of frames. | davidxu | 2004-08-11 | 1 | -0/+1 |
* | Actually, HARDCODED flag isn't stored in metadata, so don't bother | pjd | 2004-08-11 | 1 | -2/+0 |
* | - Fix typo. | pjd | 2004-08-11 | 1 | -1/+3 |
* | Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable) | truckman | 2004-08-11 | 1 | -26/+4 |
* | Unbreak after struct resource was hidden. Tested with EBus front-end on | marius | 2004-08-11 | 4 | -15/+19 |
* | - Use the rman_get_* functions instead of reaching into struct resource. | marius | 2004-08-11 | 8 | -20/+16 |
* | Properly keep track of how many kses are on the system run queue(s). | julian | 2004-08-11 | 1 | -2/+3 |
* | Add some more verbose warning/error messages to help with users reporting | njl | 2004-08-11 | 1 | -17/+12 |
* | Correctly export the size of our softc to newbus in our EISA attachement. | gibbs | 2004-08-11 | 1 | -1/+1 |
* | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | andre | 2004-08-11 | 6 | -12/+12 |
* | Convert the routing table to use an UMA zone for rtentries. The zone is | andre | 2004-08-11 | 1 | -4/+10 |
* | Remove badly broken pcic driver for NEWCARD | imp | 2004-08-11 | 4 | -2461/+0 |
* | Remove pcic for NEWCARD | imp | 2004-08-11 | 1 | -2/+0 |
* | Remove references to pcic for newcard from NOTES. | imp | 2004-08-11 | 1 | -3/+0 |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | andre | 2004-08-11 | 7 | -13/+13 |
* | Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was | njl | 2004-08-11 | 5 | -478/+329 |
* | Increase default kern.geom.stripe.maxmem to 50 elements. | pjd | 2004-08-11 | 1 | -1/+1 |
* | Make use of in_localip() function and replace previous direct LIST_FOREACH | andre | 2004-08-11 | 1 | -45/+39 |
* | Exclusion list for easier import. | harti | 2004-08-11 | 1 | -0/+15 |
* | This commit was generated by cvs2svn to compensate for changes in r133492, | harti | 2004-08-11 | 11 | -65/+67 |
|\ |
|
| * | Virgin import of NgATM shared kernel/user part 1.1 | harti | 2004-08-11 | 11 | -65/+67 |
* | | When sending request once again because of ENOMEM, reset bio_children | pjd | 2004-08-11 | 1 | -0/+2 |
* | | Add the function in_localip() which returns 1 if an internet address is for | andre | 2004-08-11 | 2 | -0/+18 |
* | | Only invoke verify_path() for verrevpath and versrcreach when we have an IP p... | andre | 2004-08-11 | 1 | -4/+4 |
* | | Try harder to not panic on 'stop -f'. | pjd | 2004-08-11 | 1 | -39/+83 |
* | | Only check for local broadcast addresses if the mbuf is flagged with M_BCAST. | andre | 2004-08-11 | 1 | -1/+2 |
* | | Consistently use NULL for pointer comparisons. | andre | 2004-08-11 | 2 | -21/+21 |
* | | Make IP fastforwarding ALTQ-aware by adding the input traffic conditioner | andre | 2004-08-11 | 1 | -0/+10 |
* | | RFC 2292 requires to check msg_controllen, in case that the kernel returns | andre | 2004-08-11 | 1 | -1/+8 |
* | | Correct the displayed bandwidth calculation for a readout via sysctl. The | andre | 2004-08-11 | 1 | -1/+1 |
* | | In set_regs(), flush the dirty registers onto the backingstore before | marcel | 2004-08-11 | 1 | -0/+3 |
* | | Add 'axe' interface to NOTES so it is built with LINT as with other USB | rwatson | 2004-08-11 | 1 | -0/+6 |
* | | Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect() | rwatson | 2004-08-11 | 1 | -0/+6 |
* | | Revert rev 1.93 and replace it by grabbing the vr lock before calling | scottl | 2004-08-11 | 2 | -4/+4 |
* | | Replace a reference to splnet() with a reference to locking in a comment. | rwatson | 2004-08-11 | 1 | -1/+1 |
* | | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework | rwatson | 2004-08-11 | 6 | -6/+12 |
* | | Perform a lockless read to test whether an entropy havesting fifo is | rwatson | 2004-08-11 | 1 | -0/+4 |
* | | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 12 | -79/+122 |
* | | Add ADAPTIVE_GIANT to GENERIC on i386, with the intent of making it | rwatson | 2004-08-11 | 1 | -0/+1 |
* | | In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However, | rwatson | 2004-08-11 | 1 | -1/+7 |
* | | Set IFF_RUNNING flag on the interface as soon as the control device is opened. | emax | 2004-08-11 | 1 | -3/+9 |
* | | Modify vnode locking key: the v_pollinfo pointer itself is protected | rwatson | 2004-08-10 | 1 | -1/+2 |