summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* META_MODE: Fix build-tools still sometimes rebuilding during target build.Bryan Drewery2017-04-063-4/+4
* loader: zfs reader should check all labelsToomas Soome2017-04-067-96/+185
* smbfs: Fix an indentation levelConrad Meyer2017-04-061-1/+1
* remove archaic register keyword from ixgb and exEd Maste2017-04-062-2/+2
* bwn(4): Fix trivial null dereferenceConrad Meyer2017-04-061-2/+7
* tx and rx interrupts are not combined in bnxt(4) and should be handledSean Bruno2017-04-061-5/+15
* cxgbe/iw_cxgbe: Remove another bad cast. This should have beenNavdeep Parhar2017-04-061-1/+1
* makefs: use emalloc and friendsEd Maste2017-04-0611-238/+76
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-063-4/+18
* loader: part.c cstyle cleanupToomas Soome2017-04-061-22/+22
* cxgbe/iw_cxgbe: Replace a magic constant with something more readableNavdeep Parhar2017-04-061-1/+2
* libnetbsd: add emalloc and friendsEd Maste2017-04-063-1/+174
* cxgbe/iw_cxgbe: Remove bad cast that resulted in incorrect length forNavdeep Parhar2017-04-061-1/+1
* Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky2017-04-067-184/+315
* Revert r316487. It is broken, causing boot to fail due to line 25 inCy Schubert2017-04-061-49/+31
* Remove spl*() calls from the nfsclient code. Style adjustments in theKonstantin Belousov2017-04-063-35/+10
* Define VM_READ, VM_WRITE and VM_EXEC in the LinuxKPI.Hans Petter Selasky2017-04-061-0/+4
* Implement need_resched() in the LinuxKPI.Hans Petter Selasky2017-04-061-0/+2
* Fix implementation of task_pid_group_leader() in the LinuxKPI.Hans Petter Selasky2017-04-062-2/+32
* Implement proper support for memory map operations in the LinuxKPI,Hans Petter Selasky2017-04-063-39/+284
* Before registering a new mm_struct in the LinuxKPI check if otherHans Petter Selasky2017-04-061-6/+43
* Use __FBSDID instead of the license agreement to embed the $FreeBSD$ RCS keywordEnji Cooper2017-04-064-8/+12
* sbuf(3): add some basic functional tests for the libraryEnji Cooper2017-04-067-0/+716
* sbuf(9): add MLINKS for sbuf_{clear,get,set}_flags(9)Enji Cooper2017-04-061-0/+3
* sbuf(3): expose sbuf_{clear,get,set}_flags(3) via libsbufEnji Cooper2017-04-061-0/+3
* atf-c: fix documentation description for atf_utils_wait(3)Enji Cooper2017-04-061-2/+2
* sbuf(9): clarify kernel-only APIsEnji Cooper2017-04-061-12/+16
* sbuf(9): convert SYNOPSIS section from .Fn entries to .Fo/.Fa/.Fc entriesEnji Cooper2017-04-061-28/+113
* Add sys/types.h #include to EXAMPLE to provide a complete functionalEnji Cooper2017-04-061-1/+2
* Quiet 450.status-security when *_inline="YES"Alan Somers2017-04-063-21/+39
* [net80211] refactor out the A-MPDU dispatch routine.Adrian Chadd2017-04-061-28/+29
* Revert r316516. des@ asked that r316516 be reverted so that he can spendCy Schubert2017-04-061-3/+0
* makefs: zero memoryEd Maste2017-04-061-0/+2
* Don't overrite vf->flags variable at the end of ixgbe(4) ixgbe_add_vf().Sean Bruno2017-04-051-1/+1
* bsdgrep: Handle special case of single-byte NUL patternEd Maste2017-04-051-1/+5
* Fix a double free in ixgbe_rxeof()Sean Bruno2017-04-051-21/+9
* Fix the linker emulation setting for riscv.John Baldwin2017-04-051-1/+1
* bsdgrep: create additional tests for coverage on recent fixesEd Maste2017-04-0518-1/+148
* Fix memory leak in "gpart bootcode"Alan Somers2017-04-051-2/+3
* Stop building assym.o into the module.Bryan Drewery2017-04-051-15/+1
* Support assym.s in DPSRCS to depend on it but not link it in.Bryan Drewery2017-04-051-1/+1
* Make nfs pageout coherent with the dirty state of the buffers.Konstantin Belousov2017-04-051-28/+9
* Handle nfs IO_ASYNC write requests asynchronously.Konstantin Belousov2017-04-051-1/+1
* Fix clearing geom metadata if DIOCGSECTORSIZE failsAlan Somers2017-04-051-3/+2
* Handle possible vnode reclamation after ncl_vinvalbuf() call.Konstantin Belousov2017-04-052-22/+53
* Add V_VMIO flag for vinvalbuf(9) to indicate that the flush requestKonstantin Belousov2017-04-052-8/+11
* Revert the optimization from r304436Ryan Stone2017-04-051-8/+1
* Extract calculation of ioflags from the vm_pager_putpages flags into aKonstantin Belousov2017-04-052-19/+28
* Some style fixes for vnode_pager_generic_putpages(), in the localKonstantin Belousov2017-04-051-7/+2
* Use int instead of boolean_t for flags argument type inKonstantin Belousov2017-04-051-2/+1