aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* IBM ServeRAID M5015 SAS/SATA works.Christian Brueffer2010-05-121-1/+3
* Document undocumented tunables and sysctl variables.Pyun YongHyeon2010-05-121-13/+52
* When there is no memory or KVA, try to help by reclaiming some vnodes.Pawel Jakub Dawidek2010-05-121-0/+13
* Get rid of unused constants.Michael Tuexen2010-05-122-16/+0
* Casting size_t to uintmax_t is not necessary anymore. This alsoChristian Brueffer2010-05-121-3/+2
* This fixes PR-SCTP issues:Randall Stewart2010-05-121-36/+13
* Route all returns from the interrupts and faults through the doreti_iretKonstantin Belousov2010-05-122-7/+8
* Remove unneeded overrides of the segment registers in the inner trapKonstantin Belousov2010-05-121-4/+0
* Fix possible hang when replaying large truncations.Martin Matuska2010-05-121-0/+24
* The FA526 belongs to the ARM9TDMI familyKevin Lo2010-05-122-3/+1
* workaround bug with ipv6 where a flow can have a null rtentryKip Macy2010-05-121-2/+4
* try working around panic by validating rt and lleKip Macy2010-05-121-1/+2
* - Missing full stopsChristian Brueffer2010-05-121-6/+6
* The -d flag is non-optional.Christian Brueffer2010-05-121-2/+2
* The previous revision actually removed the bug being hinted at, soChristian Brueffer2010-05-121-3/+2
* Comment in the BUGS section header. Matches what's in ipfilter 5.10.Christian Brueffer2010-05-121-1/+1
* sh: Fix pathname expansion with quoted slashes like *\/.Jilles Tjoelker2010-05-112-9/+46
* mdoc: simplify quotation schemeUlrich Spörlein2010-05-111-3/+2
* mdoc: fix parenthesisUlrich Spörlein2010-05-112-4/+6
* mdoc: remove stray andUlrich Spörlein2010-05-111-1/+0
* mdoc: use macro for +- that is understood by mdocmlUlrich Spörlein2010-05-112-4/+4
* mdoc: fix prologue order in mdoc templateUlrich Spörlein2010-05-111-1/+1
* Pick up the right change, not it's close cousin. The oneMatt Jacob2010-05-111-2/+4
* I added vfs_lowvnodes event, but it was only used for a short while and nowPawel Jakub Dawidek2010-05-113-6/+1
* Eventhough r203504 eliminates taste traffic provoked by vdev_geom.c,Pawel Jakub Dawidek2010-05-111-1/+10
* sh: Add some simple testcases for pathname expansion.Jilles Tjoelker2010-05-111-0/+61
* Add missing new line characters to the warnings.Pawel Jakub Dawidek2010-05-111-2/+2
* Deal sensibly with more than 26 sg devices. It isn't a completeMatt Jacob2010-05-111-1/+6
* Right now, WITNESS just blindly pipes all the output to theAttilio Rao2010-05-114-18/+24
* Enable 5.5 and 11Mbit TX rates.Bernhard Schmidt2010-05-111-3/+3
* Fix style for witness functions prototypes.Attilio Rao2010-05-111-2/+2
* This fixes a bug with the one-2-one model socket when aRandall Stewart2010-05-114-7/+22
* Document FIONREAD, FIONWRITE and FIONSPACE.Christian Brueffer2010-05-111-1/+25
* There is not a good reason to have a different prototype for db_printf()Attilio Rao2010-05-113-9/+11
* Fix a hang introduced in r206878 for kernel compiled with SMP support butAttilio Rao2010-05-111-1/+2
* Back out r205134. It is not stable.Pawel Jakub Dawidek2010-05-111-1/+1
* Fix failed assertion on destroying datasets from an older pool version.Martin Matuska2010-05-111-3/+2
* Fix possible panic with zfs destroy.Martin Matuska2010-05-112-2/+109
* Fix zfs rename (may occasionally fail with dataset busy).Martin Matuska2010-05-111-1/+7
* Fix endianess bug in ZFS intent log (ZIL).Martin Matuska2010-05-111-2/+8
* Update synchronization annotations for struct vm_page. Add a commentAlan Cox2010-05-111-5/+8
* boot time size the flowtableKip Macy2010-05-101-3/+15
* MFV of tzdata2010j, r207896Edwin Groothuis2010-05-102-2/+53
|\
| * Vendor import of tzdata2010jvendor/tzdata/tzdata2010jEdwin Groothuis2010-05-102-2/+53
* | Include <machine/ofw_machdep.h> for OF_getscsinitid().Marius Strobl2010-05-101-0/+1
* | - Don't return EAGAIN from gv_unload(). It was used to work around theJaakko Heinonen2010-05-104-5/+20
* | In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.Jaakko Heinonen2010-05-101-1/+1
* | Formatting nitWarner Losh2010-05-101-1/+2
* | Now sge(4) supports TCP segmentation offload (TSO).Pyun YongHyeon2010-05-101-4/+4
* | SiS190 supports RX 10 bytes padding, CRC stripping as well as VLANPyun YongHyeon2010-05-101-50/+14