summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the ski loader functional again after the previous set of changes.marcel2011-04-032-31/+31
* Fix problems that manifested from filesystem full conditions:jeff2011-04-021-9/+14
* Implement compat32 shims for PCIOCGETCONF.kib2011-04-021-0/+106
* Provide the structures and ioctl number definition for handlingkib2011-04-022-0/+44
* Add accounting for RACCT_NPTS.trasz2011-04-021-6/+25
* Add missing include.adrian2011-04-021-1/+1
* Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitelypjd2011-04-022-3/+3
* Handle ENOBUFS on send(2) by retrying for a while and logging the problem.pjd2011-04-021-0/+22
* When we are operating on blocking socket and get EAGAIN on send(2) or recv(2)pjd2011-04-021-4/+35
* Declare directions for sockets between primary and secondary.pjd2011-04-022-0/+12
* Allow to disable sends or receives on a socket using shutdown(2) bypjd2011-04-021-0/+22
* Handle the problem described in r220264 by using GEOM GATE queue of unlimitedpjd2011-04-021-1/+1
* Because ggatel(8) operates on local GEOM providers, use unlimited queue size inpjd2011-04-022-18/+4
* GEOM has an internal mechanism to deal with ENOMEM errors returned viapjd2011-04-021-1/+1
* Overhaul locale handling.gordon2011-04-021-46/+45
* A handful of the openwrt devices use a MAC address that's at a hard-codedadrian2011-04-021-0/+21
* From ath9k - clear the RX descriptor status before recycling it.adrian2011-04-021-0/+5
* Add some more debuggingadrian2011-04-021-0/+8
* Added myself as src committer.art2011-04-021-0/+3
* Uuencode the sample "binary" firmware image file (instead of explicitlyemaste2011-04-014-24/+21
* Fix the delete-old/check-old targets to work with arbitrarily longuqs2011-04-011-10/+27
* Fix to an error condition case, when an mbuf chainjfv2011-04-011-16/+6
* Fix mdoc errors.kib2011-04-011-3/+2
* Partially revert r184106. RX buffer ring also needs bus_dmamap_sync().yongari2011-04-011-2/+5
* Change the refresh_mbuf logic slightly, add an inlinejfv2011-04-012-10/+30
* 64bit DMA caused data corruption. Unfortunately there is no knownyongari2011-04-011-1/+4
* Do not allow recursive RFC3173 IPComp payload.bz2011-04-011-0/+21
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-0112-26/+18
* Minor tweaks to the man page:imp2011-04-011-11/+7
* Regenkib2011-04-014-20/+58
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-0116-40/+504
* Add a missing .El macro.lstewart2011-04-011-0/+1
* Add 'mos' interface to NOTESkevlo2011-04-011-0/+3
* - Minor style(9) cleanupkevlo2011-04-011-6/+7
* Make bxe(4) build with BXE_DEBUG.yongari2011-04-011-2/+2
* Unbreak installworld after r220205.emaste2011-04-011-1/+1
* Update header and related code for firmware 1.3.8np2011-04-013-20/+28
* Allow multiple modules within sys/modules/cxgbe. The first one is if_cxgbe.np2011-04-012-11/+18
* - Fixed build problem when not useing BXE_DEBUG.davidch2011-03-311-28/+29
* - Freshened debug support code.davidch2011-03-312-440/+493
* - Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes.davidch2011-03-311-26/+42
* GNU awk does not output escaped newlines in multi-line printc statements. Thisrstone2011-03-311-8/+8
* - Added debug support to monitor mbuf defrag attempts/failures.davidch2011-03-312-44/+99
* - Print number of queues when RSS is enabled.davidch2011-03-312-12/+67
* - Fixed a problem where the stack passed a TSO frame larger than the 64Kdavidch2011-03-312-37/+107
* Enable accounting for RACCT_NPROC and RACCT_NTHR.trasz2011-03-314-5/+55
* Notify racct when process credentials change.trasz2011-03-311-0/+10
* Fill up src_port and dst_port variables for SCTP over IPv4.ae2011-03-311-0/+6
* Bunch of small bugfixes and cleanups.mav2011-03-318-62/+32
* Bunch of small bugfixes and cleanups.mav2011-03-316-29/+24
OpenPOWER on IntegriCloud