| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Reorder calls to vrele() after calls to vput() when the vrele is a | Jeff Roberson | 2006-02-01 | 8 | -88/+81 |
| * | Attach ce(4) to the build. | Roman Kurakin | 2006-01-31 | 4 | -0/+10 |
| * | Remove duplicate model entry. | Roman Kurakin | 2006-01-31 | 1 | -4/+0 |
| * | - Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c | Marius Strobl | 2006-01-31 | 1 | -7/+3 |
| * | Add RWLOCK_NOINLINE. | John Baldwin | 2006-01-31 | 1 | -1/+8 |
| * | Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE. | Marius Strobl | 2006-01-31 | 1 | -1/+2 |
| * | Add le(4) to the list of devices supporting VLAN-sized frames natively. | Marius Strobl | 2006-01-31 | 1 | -1/+5 |
| * | Add a man page for le(4), based on the NetBSD one. | Marius Strobl | 2006-01-31 | 2 | -0/+371 |
| * | Fix multicast routing on 64-bit platforms. | Ruslan Ermilov | 2006-01-31 | 1 | -2/+2 |
| * | Hook up le(4) to the build. For now it's only added to the sparc64 GENERIC | Marius Strobl | 2006-01-31 | 6 | -2/+24 |
| * | Allow root to open prison pts devices too. | Christian S.J. Peron | 2006-01-31 | 1 | -1/+1 |
| * | Clarify time frame of jkh quote. | Greg Lehey | 2006-01-31 | 1 | -1/+1 |
| * | Add wisdom from jkh. | Greg Lehey | 2006-01-31 | 1 | -0/+16 |
| * | Now that the bridge also processes Ethernet frames as itself, two arp replies | Andrew Thompson | 2006-01-31 | 1 | -2/+4 |
| * | Fix two bugs with the bridge | Andrew Thompson | 2006-01-31 | 1 | -3/+17 |
| * | some updates to the manpage. | Luigi Rizzo | 2006-01-31 | 1 | -79/+39 |
| * | tweaks to let this configuratio build and run under, e.g., qemu: | Luigi Rizzo | 2006-01-31 | 2 | -2/+4 |
| * | Retroactively add a note about the device names in /dev for si(4) changing. | John Baldwin | 2006-01-31 | 1 | -0/+4 |
| * | unbreak the build script. | Luigi Rizzo | 2006-01-31 | 1 | -168/+102 |
| * | This commit was generated by cvs2svn to compensate for changes in r155131, | Robert Watson | 2006-01-31 | 72 | -0/+15884 |
| |\ |
|
| | * | Initial vendor import of the TrustedBSD OpenBSM distribution, versionvendor/openbsm/1.0-ALPHA-1 | Robert Watson | 2006-01-31 | 72 | -0/+15884 |
| * | Document the daily_status_ata_raid_enable and daily_status_gmirror_enable | Christian Brueffer | 2006-01-31 | 1 | -1/+19 |
| * | ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as we | Warner Losh | 2006-01-31 | 2 | -14/+24 |
| * | Change #if defined(DIAGNOSTIC) to KASSERT. | Alan Cox | 2006-01-31 | 1 | -4/+3 |
| * | The newly added le(4) driver is altq capable. | Christian Brueffer | 2006-01-31 | 1 | -1/+2 |
| * | Fix a typo and match the copyright on rwlock.h. | John Baldwin | 2006-01-31 | 1 | -3/+7 |
| * | Xref redzone(9) | Christian Brueffer | 2006-01-31 | 1 | -2/+3 |
| * | Allow root in the host environment to open ptys within jailed environments. | Christian S.J. Peron | 2006-01-31 | 1 | -1/+1 |
| * | sys/linker.h needs sys/systm.h as a requirement. | Max Laier | 2006-01-31 | 1 | -0/+1 |
| * | Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from the | Yaroslav Tykhiy | 2006-01-31 | 1 | -2/+5 |
| * | Remove unused argument. | Pawel Jakub Dawidek | 2006-01-31 | 1 | -3/+2 |
| * | This commit was generated by cvs2svn to compensate for changes in r155094, | Hartmut Brandt | 2006-01-31 | 1 | -1/+3 |
| |\ |
|
| | * | Vendor patch: prevent a core dump when the trace option is not followed | Hartmut Brandt | 2006-01-31 | 1 | -1/+3 |
| * | | Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs ported | Marius Strobl | 2006-01-31 | 11 | -0/+4374 |
| * | | make sure that the start and end preloaded MFS markers are | Luigi Rizzo | 2006-01-31 | 1 | -4/+14 |
| * | | o lsi64854_enet_intr(): | Marius Strobl | 2006-01-31 | 2 | -32/+31 |
| * | | Add simple tests which verify that redzone(9) works properly. | Pawel Jakub Dawidek | 2006-01-31 | 4 | -0/+167 |
| * | | Add buffer corruption protection (RedZone) for kernel's malloc(9). | Pawel Jakub Dawidek | 2006-01-31 | 8 | -1/+375 |
| * | | Add missing 's' suffix on alternate rendition of time. | Poul-Henning Kamp | 2006-01-31 | 1 | -1/+1 |
| * | | Fix a malloc overrun in 32-bit compat libmap lookup code. | Peter Wemm | 2006-01-31 | 1 | -6/+4 |
| * | | Don't set time to current, if set to specific time fails | Andrey A. Chernov | 2006-01-31 | 1 | -0/+1 |
| * | | Does not return EBUSY, the mutex will keep blocking until it's unlocked. | Tom Rhodes | 2006-01-31 | 1 | -4/+0 |
| * | | Tell the user exactly where the problem was. | Pawel Jakub Dawidek | 2006-01-30 | 1 | -5/+5 |
| * | | Use pidfile(3). | Pawel Jakub Dawidek | 2006-01-30 | 3 | -12/+35 |
| * | | Allow to specify only one disk. This is helpful when we want to extend | Pawel Jakub Dawidek | 2006-01-30 | 3 | -8/+19 |
| * | | Fix typo which cased that 64kB elements limit was not set properly and | Pawel Jakub Dawidek | 2006-01-30 | 1 | -1/+1 |
| * | | Revert the part of rev. 1.3 which enabled the chaining of the DMA engine | Marius Strobl | 2006-01-30 | 1 | -21/+1 |
| * | | Add manual page for Cronyx Tau-PCI/32 ce(4) driver. | Roman Kurakin | 2006-01-30 | 1 | -0/+115 |
| * | | Fix forward variable declaration. | Roman Kurakin | 2006-01-30 | 1 | -61/+68 |
| * | | Add support for Cronyx TAU-PCI/32 ce(4). | Roman Kurakin | 2006-01-30 | 1 | -16/+68 |