summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some typoes in math.h cleanup.theraven2013-07-111-3/+3
* Attach to the 4x10G T540-CR card.np2013-07-111-1/+1
* Cleanups to math.h that prevent namespace conflicts with C++.theraven2013-07-111-28/+49
* Fix const propagation issues to make GCC happy.andre2013-07-111-3/+4
* Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACKandre2013-07-113-219/+385
* Fix a poorly worded comment in nvme(4).jimharris2013-07-111-3/+3
* SipHash is a cryptographically strong pseudo-random function (a.k.a. keyedandre2013-07-113-0/+464
* Make use of the fact that uma_zone_set_max(9) already returns theandre2013-07-111-10/+5
* Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave andandre2013-07-111-4/+9
* The vm_fault() should not be allowed to proceed on the map entry whichkib2013-07-111-0/+13
* The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly withkib2013-07-112-11/+52
* Never remove user-wired pages from an object when doingkib2013-07-112-9/+11
* In the vm_page_set_invalid() function, do not assert that the page iskib2013-07-111-2/+0
* Do not invalidate page of the B_NOCACHE buffer or buffer after an I/Okib2013-07-111-1/+2
* Explicitely panic instead of possibly doing undefined things whenkib2013-07-111-1/+1
* MFamd64 r253140:kib2013-07-111-0/+1
* Implement RTC CMOS nvram. Init some fields that are usedgrehan2013-07-113-22/+105
* Fix my last commit, flags rather than flag... duh.jfv2013-07-111-1/+1
* Bump date for nvme(4) and nvd(4).jimharris2013-07-112-2/+2
* Fix to a panic found internally, bad pointer during rxeofjfv2013-07-101-0/+1
* Introduce a new [yet unused] function for [efficiently] getting the path todteske2013-07-101-0/+29
* Add John Marino to committers-port.dotmarino2013-07-101-0/+3
* Implement 1003.1-2001 pathconf() keys.pfg2013-07-101-9/+44
* Add 2 builtin words for working with directories:marcel2013-07-101-0/+54
* In r227839, when removing libkvm dependency on procfs(5),trociny2013-07-103-2/+4
* Change i_gen in UFS to an unsigned type.pfg2013-07-101-1/+1
* Fix -Wmissing-variable-declarations compiler warning.rdivacky2013-07-101-1/+1
* Protect against broken hardware. In this particular case, protect againstmarcel2013-07-101-48/+60
* Import new libcxxrt / libc++. This brings some bug fixes, including a potent...theraven2013-07-1041-1623/+2384
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-07-102-2/+14
* Extend debug logging of TCP timestamp related specificationandre2013-07-102-5/+42
* Report error for out-of-range numerical inputs. Requested by brooks.theraven2013-07-101-0/+8
* Fix build for gcc users by declaring variables for unions in structs whichnetchild2013-07-101-7/+7
* Remove trailing whitespaces.ray2013-07-101-6/+6
* When panicing due to the gjournal overflow, print the geom metadatakib2013-07-101-1/+3
* Clear m->object for the page taken from the delayed free list forkib2013-07-101-0/+1
* Adding urtwn(4) firmware and related changes.hiren2013-07-1012-2/+680
* Install authpf-noip.des2013-07-101-0/+3
* Add the ARM processor-specific section types.kevlo2013-07-101-0/+7
* Avoid controller reinitialization which could be triggered byyongari2013-07-101-0/+6
* Refactor random_systat to be a *random_systat. This avoids unnecessaryobrien2013-07-094-27/+27
* Adjust comments to fit within 80-columns.dteske2013-07-091-4/+4
* - As it turns out, not only MSI-X is broken for devices passed through bymarius2013-07-094-36/+77
* Sync with KAME.delphij2013-07-092-5/+4
* Fix conditional (der should match the comment above it).dteske2013-07-091-1/+1
* Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrcdteske2013-07-091-1/+47
* Ensure controller or namespace node name is specified before trying tojimharris2013-07-092-1/+5
* Condense the output for displaying LBA formats.jimharris2013-07-091-6/+4
* Send per-namespace logpage commands to the controller devnode, so theyjimharris2013-07-094-57/+53
* Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.hjimharris2013-07-091-0/+4
OpenPOWER on IntegriCloud