aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement mutex_trylock_recursive() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+15
* Implement memdup_user_nul() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+16
* Implement tasklet_enable() and tasklet_disable() in the LinuxKPI.Hans Petter Selasky2018-02-162-0/+21
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-167-1/+17
* Use the conventional name for an array of pages.Mark Johnston2018-02-161-26/+26
* Correct module symbol export handlingEd Maste2018-02-161-2/+2
* Implement enable_irq() and disable_irq() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+32
* Allow the cmpxchg() macro in the LinuxKPI to work on pointers withoutHans Petter Selasky2018-02-161-30/+35
* Rationalize license text on Linuxolator filesEd Maste2018-02-1614-210/+182
* stand/lua: Remove sneaky kernel assignmentKyle Evans2018-02-161-1/+0
* stand/lua: Create/use some MENU_ constants where applicableKyle Evans2018-02-163-25/+33
* stand/lua: Create a "carousel" menu entry typeKyle Evans2018-02-162-22/+49
* stand/lua: Set ACPI's default the proper way (setACPI)Kyle Evans2018-02-161-1/+1
* Use local symbol for offset.Konstantin Belousov2018-02-161-4/+4
* move vintr_intercept_enabled under INVARIANTSAndriy Gapon2018-02-161-0/+2
* read-behind / read-ahead support for zfs_getpages()Andriy Gapon2018-02-163-52/+240
* Prevent savecore from reading bounds from the current directory.Mike Silbersack2018-02-161-0/+7
* Document memset_s(3). memset_s(3) is defined inCy Schubert2018-02-162-3/+63
* This change fixes duplicate detection of same IOMMU/AMD-Vi device for Ryzen w...Anish Gupta2018-02-164-93/+308
* stand/lua: Remove a magic number/string (not a trivial literal)Kyle Evans2018-02-162-1/+3
* stand/lua: Say "loader prompt" instead of "lua interpreter"Kyle Evans2018-02-161-1/+1
* stand/lua: Remove explicit alias from "Back to main menu"Kyle Evans2018-02-161-2/+1
* stand/lua: Allow menu items to not have explicit aliasesKyle Evans2018-02-161-2/+4
* stand/lua: Move kernel selection into main menuKyle Evans2018-02-161-32/+19
* trpt(8): Work around GCC4 shenanigansConrad Meyer2018-02-161-0/+8
* Add inline to errno.d for translating int to stringDevin Teske2018-02-161-0/+110
* stand/lua: Consistently use semicolons for line endingsKyle Evans2018-02-161-3/+3
* stand/lua: Set reasonable ACPI default based on presenceKyle Evans2018-02-161-1/+16
* stand/lua: Don't descend into an empty kernels submenuKyle Evans2018-02-161-0/+3
* stand/lua: Reduce magic numbersKyle Evans2018-02-163-5/+9
* Get rid of the requirement to include SysV IPC headers with _KERNELBrooks Davis2018-02-166-29/+44
* Note that on amd64 pmap_enter(psind = 1) works (since r321378).Konstantin Belousov2018-02-161-3/+3
* rc.conf.5: Flip default background_fsck language to match defaultsConrad Meyer2018-02-161-3/+3
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-1610-40/+12
* Optimize zfsd for the happy caseAlan Somers2018-02-153-2/+21
* Reduce duplication in __acl_*_(file|link).Brooks Davis2018-02-151-54/+64
* trpt(8): Sprinkle style(9) and adddress warningsConrad Meyer2018-02-152-69/+71
* Change size of padding to reflect reality. No functional change.Jung-uk Kim2018-02-151-1/+1
* libsa: Consolidate tftp sendrecv into net.c sendrecvKyle Evans2018-02-157-96/+47
* Simplify building before installing.Warner Losh2018-02-151-2/+1
* Report the number of remaining retries when we have an error thatWarner Losh2018-02-151-2/+5
* Reduce duplication in __mac_*_(file|link)(2) implementation.Brooks Davis2018-02-151-97/+27
* bnxt: Update man page with newly supported devices, options, etcStephen Hurd2018-02-151-9/+36
* Add the following errno definitions to /usr/lib/dtrace/errno.dDevin Teske2018-02-151-1/+11
* Regen after r329322.Brooks Davis2018-02-155-17/+9
* Remove freebsd32_getdirentries(), it will be unused after the nextBrooks Davis2018-02-151-19/+0
* trpt(8): Fully remove and undocument '-t' option disabled in 1999Conrad Meyer2018-02-152-34/+4
* pmap_qenter.9: Clarify that not all arch can map NXConrad Meyer2018-02-151-2/+3
* stand/lua: Always boot on 'enter' keypress in menusKyle Evans2018-02-151-2/+5
* Revert r329323. I missed something in my testing.Brooks Davis2018-02-155-9/+17