Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-06 | Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work. | Mark Kettenis | |
ok mlarkin@ | |||
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn | |
2015-04-06 | Move almost all of the linux compat from drmP.h to drm_linux.h. | Jonathan Gray | |
The exception being the barrier defines that are implemented in terms of DRM_* defines. ok kettenis@ | |||
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze | |
width, not from the saved width of the previous level. Improves xterm(1) and XSetEventQueueOwner(3); found in transcode_filter(1). | |||
2015-04-06 | switch back from roundup2() and roundup() to round_up() | Jonathan Gray | |
2015-04-06 | switch back from howmany() to DIV_ROUND_UP() | Jonathan Gray | |
2015-04-06 | remove superfluous ';' in Received lines | Gilles Chehade | |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze | |
Reduces groff-mandoc differences in base and Xenocara by about 4%. Found while looking at wpa_supplicant(8). | |||
2015-04-06 | Use if then else instead of testing $_fstype twice. | Robert Peichaer | |
OK krw@ | |||
2015-04-06 | move some inline linux compat into the dedicated files | Jonathan Gray | |
2015-04-06 | don't check this twice. | Marc Espie | |
2015-04-06 | make pkg_info run slightly slower on distant packages, but do check that | Marc Espie | |
the info is signed and checked. after remarks from tedu@... | |||
2015-04-06 | mark installed locations as "trusted" so that pkg_info does not check sigs | Marc Espie | |
on them. | |||
2015-04-06 | move signer_list up so pkg_info can use it | Marc Espie | |
2015-04-06 | drm_calloc -> kcalloc | Jonathan Gray | |
2015-04-06 | add/use some more errno remapping | Jonathan Gray | |
2015-04-06 | Now we have dev_priv->mm.gtt_base_addr we can set fb_base and remove | Jonathan Gray | |
an ifdef. The code that uses fb_base itself remains #if 0'd out. | |||
2015-04-06 | Add an empty drm_sysfs_hotplug_event() function and use it | Jonathan Gray | |
and the existing drm_sysfs* functions to remove some ifdefs. | |||
2015-04-06 | improve realloc. when expanding a region, actually use the free page cache | Ted Unangst | |
instead of simply zapping it. this can save many syscalls in a program that repeatedly grows and shrinks a buffer, as observed in the wild. | |||
2015-04-06 | Convert to if_input(); ok mpi@ | Miod Vallat | |
2015-04-06 | tidy up by inlining next level included makefiles | Ted Unangst | |
ok deraadt guenther | |||
2015-04-06 | Add get_user() and put_user() compatibility interfaces and use them. | Mark Kettenis | |
ok jsg@ | |||
2015-04-06 | add back some more static use to reduce the diff to linux | Jonathan Gray | |
2015-04-06 | No need to use a temporary pointer variable after the drm struct name | Jonathan Gray | |
in the softc changed a while back. | |||
2015-04-06 | add and use macros for wake_up/wake_up_all/wake_up_all_locked | Jonathan Gray | |
2015-04-06 | h2ph only handles actual _files_, so request just them from 'find'. Crazy, eh? | Philip Guenther | |
Based on diff from Gregory Edigarov (edigarov (at) qarea.com) ok afresh1@ | |||
2015-04-06 | readdir() is thread-safe when DIR handles aren't shared, so delete the lock. | Philip Guenther | |
(POSIX is fixing its description: readdir_r() was a botch) Patch from Carlos MartÃn Nieto (cmn (at) dwim.me) no -portable concerns bcook@ | |||
2015-04-06 | Convert some udelay() calls back to DRM_UDELAY() where | Jonathan Gray | |
the wrapper is still used in the original linux code. | |||
2015-04-05 | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; | Miod Vallat | |
based upon the old HP ngle X11 driver. Currently limited to CRX (720/735/750), Timber (710, old 715), Artist (712, 715) and EG (B-series), however the colormap isn't set up correctly on Timber and EG yet. Joint work with Artem Falcon, now in good enough shape to be worked further in the tree. | |||
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze | |
the end macro of a broken block, put all of it into the breaking block. Needed for example by mutella(1). | |||
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze | |
the end macro of a broken block, put all of it into the breaking block. Needed for example by mutella(1). | |||
2015-04-05 | Reduce code duplication, no functional change: | Ingo Schwarze | |
Both partial and full implicit blocks can break explicit blocks. Put the code to handle both cases into a common function. | |||
2015-04-05 | Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.x | Philip Guenther | |
reference. ok sthen@ jca@ deraadt@ | |||
2015-04-05 | Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@ | Miod Vallat | |
2015-04-05 | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze | |
must go inside the breaking block. For example, in .It Ic cmd Oo .Ar optional_arg Oc Ar mandatory_arg the mandatory_arg is still inside the .It block. Used for example by mutella(1). | |||
2015-04-05 | seems unlikely that a new release will be made available for us to import | Ted Unangst | |
2015-04-05 | Document that some sorts uses -b w/o key fields. | Todd C. Miller | |
2015-04-05 | For the -g flag, treat non-floating point keys as 0, similar to -n. | Todd C. Miller | |
This makes "sort -gu" and "sort -nu" behave similarly and passes our sort regress tests. | |||
2015-04-05 | sync | Theo de Raadt | |
2015-04-05 | The -b flag should only apply when key fields are specified. | Todd C. Miller | |
If -b follows -k it has no effect. | |||
2015-04-05 | Do not permute command line arguments but still support the | Todd C. Miller | |
obsolescent "-o outfile" after input files syntax. | |||
2015-04-05 | Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk. | Stuart Henderson | |
2015-04-05 | Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL. | Mark Kettenis | |
Change an #ifdef notyet into #ifdef __linux__ as we'll never have sysfs. Remove #ifdef notyet around WARN macro since we have it now. | |||
2015-04-05 | whitespace | Mark Kettenis | |
2015-04-05 | Cope with the removal of less from install media. | Robert Peichaer | |
Noted by Adam Wolk, thanks. OK krw@ deraadt@ | |||
2015-04-05 | Another round of reducing diffs with Linux. This one moves the various | Mark Kettenis | |
copy_to_user and copy_from_user functions into drm_linux.h and uses them instead of copyin/copyout and DRM_COPY_*. Also move the timespec functions, and put i915_gem_object_is_purgable() where it belongs. Uncovered a bug where the arguments to copyout() were in the wrong order. ok jsg@ | |||
2015-04-04 | Bump major to 30, regen .pc and header | James Turner | |
2015-04-04 | Merge conflicts | James Turner | |
2015-04-04 | Merge conflicts | James Turner | |