aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the E1000 driver option header handling to match theJack F Vogel2013-07-125-8/+41
* Merge from hpt27xx, r249468 (mav):Xin LI2013-07-121-1/+1
* Opps, need to change the VF code as well.Jack F Vogel2013-07-121-3/+0
* Remove the conditional define around the option headers,Jack F Vogel2013-07-121-3/+0
* A complete duplication of binding should be allowed if on both new andMikolaj Golub2013-07-122-2/+2
* Only copy as much bytes as there in superblock, instead of the fullKonstantin Belousov2013-07-121-1/+1
* Add creation timestamp (birthtime) support for fuse.Pedro F. Giffuni2013-07-122-0/+8
* Fix a problem with READ ELEMENT STATUS that occurs on someKenneth D. Merry2013-07-121-8/+66
* Fix check: bitwise and has only one &.Nathan Whitehorn2013-07-121-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-122-31/+31
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnsHiroki Sato2013-07-121-2/+13
* - Drop GIF_ACCEPT_REVETHIP flag by default.Hiroki Sato2013-07-121-1/+13
* PR: kern/168520Craig Rodrigues2013-07-121-1/+9
* Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.Andre Oppermann2013-07-121-1/+1
* Refactor the various delete methods out of dastart(). Cleans up a bunchScott Long2013-07-121-231/+262
* When swap pager allocates metadata in the pagedaemon context, allow itKonstantin Belousov2013-07-111-1/+2
* Attach to the 4x10G T540-CR card.Navdeep Parhar2013-07-111-1/+1
* Fix const propagation issues to make GCC happy.Andre Oppermann2013-07-111-3/+4
* Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACKAndre Oppermann2013-07-113-219/+385
* Fix a poorly worded comment in nvme(4).Jim Harris2013-07-111-3/+3
* SipHash is a cryptographically strong pseudo-random function (a.k.a. keyedAndre Oppermann2013-07-113-0/+464
* Make use of the fact that uma_zone_set_max(9) already returns theAndre Oppermann2013-07-111-10/+5
* Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave andAndre Oppermann2013-07-111-4/+9
* The vm_fault() should not be allowed to proceed on the map entry whichKonstantin Belousov2013-07-111-0/+13
* The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly withKonstantin Belousov2013-07-112-11/+52
* Never remove user-wired pages from an object when doingKonstantin Belousov2013-07-112-9/+11
* In the vm_page_set_invalid() function, do not assert that the page isKonstantin Belousov2013-07-111-2/+0
* Do not invalidate page of the B_NOCACHE buffer or buffer after an I/OKonstantin Belousov2013-07-111-1/+2
* Explicitely panic instead of possibly doing undefined things whenKonstantin Belousov2013-07-111-1/+1
* MFamd64 r253140:Konstantin Belousov2013-07-111-0/+1
* Fix my last commit, flags rather than flag... duh.Jack F Vogel2013-07-111-1/+1
* Fix to a panic found internally, bad pointer during rxeofJack F Vogel2013-07-101-0/+1
* Implement 1003.1-2001 pathconf() keys.Pedro F. Giffuni2013-07-101-9/+44
* Add 2 builtin words for working with directories:Marcel Moolenaar2013-07-101-0/+54
* Change i_gen in UFS to an unsigned type.Pedro F. Giffuni2013-07-101-1/+1
* Protect against broken hardware. In this particular case, protect againstMarcel Moolenaar2013-07-101-48/+60
* Add vfs_mounted and vfs_unmounted events so that components can be informedMarcel Moolenaar2013-07-102-2/+14
* Extend debug logging of TCP timestamp related specificationAndre Oppermann2013-07-102-5/+42
* Fix build for gcc users by declaring variables for unions in structs whichAlexander Leidinger2013-07-101-7/+7
* Remove trailing whitespaces.Aleksandr Rybalko2013-07-101-6/+6
* When panicing due to the gjournal overflow, print the geom metadataKonstantin Belousov2013-07-101-1/+3
* Clear m->object for the page taken from the delayed free list forKonstantin Belousov2013-07-101-0/+1
* Adding urtwn(4) firmware and related changes.Hiren Panchasara2013-07-1010-1/+671
* Add the ARM processor-specific section types.Kevin Lo2013-07-101-0/+7
* Avoid controller reinitialization which could be triggered byPyun YongHyeon2013-07-101-0/+6
* Refactor random_systat to be a *random_systat. This avoids unnecessaryDavid E. O'Brien2013-07-094-27/+27
* - As it turns out, not only MSI-X is broken for devices passed through byMarius Strobl2013-07-094-36/+77
* Sync with KAME.Xin LI2013-07-092-5/+4
* Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.hJim Harris2013-07-091-0/+4
* Update copyright dates.Jim Harris2013-07-0910-10/+10