summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-06Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.Mark Kettenis
ok mlarkin@
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod 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-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2015-04-06Move 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-06On a new RS nesting level, the saved width starts from the defaultIngo Schwarze
width, not from the saved width of the previous level. Improves xterm(1) and XSetEventQueueOwner(3); found in transcode_filter(1).
2015-04-06switch back from roundup2() and roundup() to round_up()Jonathan Gray
2015-04-06switch back from howmany() to DIV_ROUND_UP()Jonathan Gray
2015-04-06remove superfluous ';' in Received linesGilles Chehade
2015-04-06Use 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-06Use if then else instead of testing $_fstype twice.Robert Peichaer
OK krw@
2015-04-06move some inline linux compat into the dedicated filesJonathan Gray
2015-04-06don't check this twice.Marc Espie
2015-04-06make pkg_info run slightly slower on distant packages, but do check thatMarc Espie
the info is signed and checked. after remarks from tedu@...
2015-04-06mark installed locations as "trusted" so that pkg_info does not check sigsMarc Espie
on them.
2015-04-06move signer_list up so pkg_info can use itMarc Espie
2015-04-06drm_calloc -> kcallocJonathan Gray
2015-04-06add/use some more errno remappingJonathan Gray
2015-04-06Now we have dev_priv->mm.gtt_base_addr we can set fb_base and removeJonathan Gray
an ifdef. The code that uses fb_base itself remains #if 0'd out.
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
and the existing drm_sysfs* functions to remove some ifdefs.
2015-04-06improve realloc. when expanding a region, actually use the free page cacheTed 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-06Convert to if_input(); ok mpi@Miod Vallat
2015-04-06tidy up by inlining next level included makefilesTed Unangst
ok deraadt guenther
2015-04-06Add get_user() and put_user() compatibility interfaces and use them.Mark Kettenis
ok jsg@
2015-04-06add back some more static use to reduce the diff to linuxJonathan Gray
2015-04-06No need to use a temporary pointer variable after the drm struct nameJonathan Gray
in the softc changed a while back.
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-04-06h2ph 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-06readdir() 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-06Convert some udelay() calls back to DRM_UDELAY() whereJonathan Gray
the wrapper is still used in the original linux code.
2015-04-05Work-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-05If a partial explicit block extending to the next input line followsIngo Schwarze
the end macro of a broken block, put all of it into the breaking block. Needed for example by mutella(1).
2015-04-05If a partial explicit block extending to the next input line followsIngo Schwarze
the end macro of a broken block, put all of it into the breaking block. Needed for example by mutella(1).
2015-04-05Reduce 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-05Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.xPhilip Guenther
reference. ok sthen@ jca@ deraadt@
2015-04-05Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@Miod Vallat
2015-04-05Arguments to end macros of broken partial explicit blocksIngo 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-05seems unlikely that a new release will be made available for us to importTed Unangst
2015-04-05Document that some sorts uses -b w/o key fields.Todd C. Miller
2015-04-05For 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-05syncTheo de Raadt
2015-04-05The -b flag should only apply when key fields are specified.Todd C. Miller
If -b follows -k it has no effect.
2015-04-05Do not permute command line arguments but still support theTodd C. Miller
obsolescent "-o outfile" after input files syntax.
2015-04-05Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk.Stuart Henderson
2015-04-05Consistently 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-05whitespaceMark Kettenis
2015-04-05Cope with the removal of less from install media.Robert Peichaer
Noted by Adam Wolk, thanks. OK krw@ deraadt@
2015-04-05Another round of reducing diffs with Linux. This one moves the variousMark 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-04Bump major to 30, regen .pc and headerJames Turner
2015-04-04Merge conflictsJames Turner
2015-04-04Merge conflictsJames Turner