| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix configuration locking in MD. | Poul-Henning Kamp | 2005-09-19 | 1 | -116/+80 |
| * | Last change to this file actually removed the oldcard compat code. | Warner Losh | 2005-09-19 | 1 | -2/+1 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 31 | -62/+55 |
| * | o Don't cause a panic when the control request lacks a verb. | Marcel Moolenaar | 2005-09-18 | 1 | -5/+9 |
| * | Move the UUID generator into its own function, called kern_uuidgen(), | Marcel Moolenaar | 2005-09-18 | 2 | -29/+41 |
| * | Add three new read-only socket options, which allow regression tests | Robert Watson | 2005-09-18 | 2 | -0/+20 |
| * | No ED_NO_MIIBUS no more. Not one more or the same number of non positive opt... | Warner Losh | 2005-09-18 | 1 | -1/+0 |
| * | MFp4: | Warner Losh | 2005-09-18 | 3 | -125/+149 |
| * | Slightly change the API for the SNPSTTY ioctl so that the userland now | Olivier Houchard | 2005-09-18 | 2 | -9/+16 |
| * | Take a first cut at cleaning up ifnet removal and multicast socket | Robert Watson | 2005-09-18 | 3 | -8/+20 |
| * | Add the KLD to the sndstat info. | Alexander Leidinger | 2005-09-18 | 1 | -1/+1 |
| * | Merge NetBSD fixes (except for 1.97 there should be no functional change): | Alexander Leidinger | 2005-09-18 | 1 | -184/+236 |
| * | - In gem_ioctl() move the call to ether_ioctl() to the default case of | Marius Strobl | 2005-09-18 | 1 | -47/+29 |
| * | ehcivar.h: | Alexander Leidinger | 2005-09-18 | 4 | -12/+100 |
| * | Fix spelling in a comment. | Robert Watson | 2005-09-18 | 1 | -1/+1 |
| * | Assert that (vp) is locked in fifo_close(), since we rely on the | Robert Watson | 2005-09-18 | 1 | -0/+1 |
| * | Re-comment sbcompress() to explain what it is it does; it took me | Robert Watson | 2005-09-18 | 2 | -14/+40 |
| * | Introduce a kernel config for the Mandatory Access Control framework. | Christian S.J. Peron | 2005-09-18 | 7 | -0/+196 |
| * | MFi386: pci attribute allocation fixes. | Warner Losh | 2005-09-18 | 3 | -2/+6 |
| * | MFp4: Expose device_probe_child() | Warner Losh | 2005-09-18 | 2 | -1/+2 |
| * | Expose legacy_pcib_alloc_resource, and use it in the mptable pci bus | Warner Losh | 2005-09-17 | 3 | -2/+4 |
| * | Implement new world order in VFS locking for ACLs. This will remove the | Christian S.J. Peron | 2005-09-17 | 3 | -132/+135 |
| * | o Add initial bits for IBSS support. | Damien Bergamini | 2005-09-17 | 3 | -25/+110 |
| * | Complete rewrite in preparation of adding support for control | Marcel Moolenaar | 2005-09-17 | 1 | -152/+724 |
| * | o Change the type of the ent_name field from short to uint16_t. | Marcel Moolenaar | 2005-09-17 | 1 | -1/+1 |
| * | Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of | Eric Anholt | 2005-09-17 | 6 | -1/+798 |
| * | Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon | Eric Anholt | 2005-09-16 | 2 | -22/+40 |
| * | The arguments to printf() were swapped. | Ruslan Ermilov | 2005-09-16 | 1 | -2/+2 |
| * | Break out of loop if next buffer pointer has become invalid while flushing | Tor Egge | 2005-09-16 | 1 | -0/+15 |
| * | Fix "struct ifnet" leak if attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 5 | -3/+12 |
| * | Do assorted nitpicking in diagnostics while I'm here: | Yaroslav Tykhiy | 2005-09-16 | 1 | -9/+9 |
| * | Avoid deferencing NULL in if_free(). | Ruslan Ermilov | 2005-09-16 | 1 | -3/+2 |
| * | It's nice to have relevant comments both in if {} and else {}, | Yaroslav Tykhiy | 2005-09-16 | 1 | -1/+4 |
| * | Test the new M_VLANTAG packet flag before calling | Yaroslav Tykhiy | 2005-09-16 | 1 | -2/+5 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 9 | -16/+31 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle, e.g. | Ruslan Ermilov | 2005-09-16 | 17 | -40/+35 |
| * | Fix "struct ifnet" leak on detach. | Ruslan Ermilov | 2005-09-16 | 1 | -0/+1 |
| * | Add missing mtx_destroy() when if_alloc() fails. | Ruslan Ermilov | 2005-09-16 | 6 | -4/+27 |
| * | Add missing if_free() in rue_detach(). | Ruslan Ermilov | 2005-09-16 | 1 | -0/+1 |
| * | Commit a workaround to a problem with resource allocation. This helps | Warner Losh | 2005-09-16 | 2 | -0/+4 |
| * | plugged a possible memory leak | SUZUKI Shinsuke | 2005-09-16 | 1 | -1/+1 |
| * | Make the exploring of all luns supported by an HBA more of a | Matt Jacob | 2005-09-16 | 1 | -5/+38 |
| * | Don't attempt to recurse lockmgr, it doesn't like it. | Poul-Henning Kamp | 2005-09-15 | 2 | -3/+6 |
| * | Fix race condition that caused activation of an event to | Stephan Uphoff | 2005-09-15 | 1 | -2/+4 |
| * | Oops, missed adding the required include. | John Baldwin | 2005-09-15 | 1 | -0/+1 |
| * | Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down}) | John Baldwin | 2005-09-15 | 1 | -8/+2 |
| * | Don't disallow sleeping for handlers on swi's since some swi handlers | John Baldwin | 2005-09-15 | 1 | -2/+4 |
| * | Add two missing if_free() calls. | Ruslan Ermilov | 2005-09-15 | 1 | -0/+3 |
| * | Fixed a diagnostic message. | Ruslan Ermilov | 2005-09-15 | 1 | -1/+1 |
| * | Spell "destroy" correctly. | Ruslan Ermilov | 2005-09-15 | 2 | -2/+2 |