aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Reorder calls to vrele() after calls to vput() when the vrele is aJeff Roberson2006-02-018-88/+81
* Attach ce(4) to the build.Roman Kurakin2006-01-314-0/+10
* Remove duplicate model entry.Roman Kurakin2006-01-311-4/+0
* - Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.cMarius Strobl2006-01-311-7/+3
* Add RWLOCK_NOINLINE.John Baldwin2006-01-311-1/+8
* Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.Marius Strobl2006-01-311-1/+2
* Add le(4) to the list of devices supporting VLAN-sized frames natively.Marius Strobl2006-01-311-1/+5
* Add a man page for le(4), based on the NetBSD one.Marius Strobl2006-01-312-0/+371
* Fix multicast routing on 64-bit platforms.Ruslan Ermilov2006-01-311-2/+2
* Hook up le(4) to the build. For now it's only added to the sparc64 GENERICMarius Strobl2006-01-316-2/+24
* Allow root to open prison pts devices too.Christian S.J. Peron2006-01-311-1/+1
* Clarify time frame of jkh quote.Greg Lehey2006-01-311-1/+1
* Add wisdom from jkh.Greg Lehey2006-01-311-0/+16
* Now that the bridge also processes Ethernet frames as itself, two arp repliesAndrew Thompson2006-01-311-2/+4
* Fix two bugs with the bridgeAndrew Thompson2006-01-311-3/+17
* some updates to the manpage.Luigi Rizzo2006-01-311-79/+39
* tweaks to let this configuratio build and run under, e.g., qemu:Luigi Rizzo2006-01-312-2/+4
* Retroactively add a note about the device names in /dev for si(4) changing.John Baldwin2006-01-311-0/+4
* unbreak the build script.Luigi Rizzo2006-01-311-168/+102
* This commit was generated by cvs2svn to compensate for changes in r155131,Robert Watson2006-01-3172-0/+15884
|\
| * Initial vendor import of the TrustedBSD OpenBSM distribution, versionvendor/openbsm/1.0-ALPHA-1Robert Watson2006-01-3172-0/+15884
* Document the daily_status_ata_raid_enable and daily_status_gmirror_enableChristian Brueffer2006-01-311-1/+19
* ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as weWarner Losh2006-01-312-14/+24
* Change #if defined(DIAGNOSTIC) to KASSERT.Alan Cox2006-01-311-4/+3
* The newly added le(4) driver is altq capable.Christian Brueffer2006-01-311-1/+2
* Fix a typo and match the copyright on rwlock.h.John Baldwin2006-01-311-3/+7
* Xref redzone(9)Christian Brueffer2006-01-311-2/+3
* Allow root in the host environment to open ptys within jailed environments.Christian S.J. Peron2006-01-311-1/+1
* sys/linker.h needs sys/systm.h as a requirement.Max Laier2006-01-311-0/+1
* Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from theYaroslav Tykhiy2006-01-311-2/+5
* Remove unused argument.Pawel Jakub Dawidek2006-01-311-3/+2
* This commit was generated by cvs2svn to compensate for changes in r155094,Hartmut Brandt2006-01-311-1/+3
|\
| * Vendor patch: prevent a core dump when the trace option is not followedHartmut Brandt2006-01-311-1/+3
* | Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedMarius Strobl2006-01-3111-0/+4374
* | make sure that the start and end preloaded MFS markers areLuigi Rizzo2006-01-311-4/+14
* | o lsi64854_enet_intr():Marius Strobl2006-01-312-32/+31
* | Add simple tests which verify that redzone(9) works properly.Pawel Jakub Dawidek2006-01-314-0/+167
* | Add buffer corruption protection (RedZone) for kernel's malloc(9).Pawel Jakub Dawidek2006-01-318-1/+375
* | Add missing 's' suffix on alternate rendition of time.Poul-Henning Kamp2006-01-311-1/+1
* | Fix a malloc overrun in 32-bit compat libmap lookup code.Peter Wemm2006-01-311-6/+4
* | Don't set time to current, if set to specific time failsAndrey A. Chernov2006-01-311-0/+1
* | Does not return EBUSY, the mutex will keep blocking until it's unlocked.Tom Rhodes2006-01-311-4/+0
* | Tell the user exactly where the problem was.Pawel Jakub Dawidek2006-01-301-5/+5
* | Use pidfile(3).Pawel Jakub Dawidek2006-01-303-12/+35
* | Allow to specify only one disk. This is helpful when we want to extendPawel Jakub Dawidek2006-01-303-8/+19
* | Fix typo which cased that 64kB elements limit was not set properly andPawel Jakub Dawidek2006-01-301-1/+1
* | Revert the part of rev. 1.3 which enabled the chaining of the DMA engineMarius Strobl2006-01-301-21/+1
* | Add manual page for Cronyx Tau-PCI/32 ce(4) driver.Roman Kurakin2006-01-301-0/+115
* | Fix forward variable declaration.Roman Kurakin2006-01-301-61/+68
* | Add support for Cronyx TAU-PCI/32 ce(4).Roman Kurakin2006-01-301-16/+68