summaryrefslogtreecommitdiff
path: root/external/mpl/bind/dist/lib/dns/openssleddsa_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/mpl/bind/dist/lib/dns/openssleddsa_link.c')
0 files changed, 0 insertions, 0 deletions
vice_t/softc for agp(4).freza 2008-05-19Don't use MALLOC_DECLARE / MALLOC_DEFINE if building as a module.jmcneill 2008-05-19NOTE: this commit message accompnies the last one for sys/dev/pci/drm.bjs 2008-05-18Allow building as a module.jmcneill 2008-05-18Use cv(9) instead of mtsleep/wakeup. Also, define drm_hz asbjs 2008-05-06Revert all the changes this time.bjs 2008-05-06Revert last commit -- breaks i915.bjs 2008-05-06 A few steps down the yellow brick road toward bus_dma-ification:bjs 2008-05-05Use aprint instead of DRM_INFO macro to cleanup attachment messages.jmcneill 2008-05-04For _DRM_SHM allocations, do not use the VA as drm_map handle on x86_64jmcneill 2008-05-02Wedge in a smattering of updates for ati_pcigart.c and radeon support:bjs 2008-04-23DRM_SPINLOCK() wants a spin mutex, it may be called from interruptxtraeme 2008-04-15Change the DRM_SPININIT macro to call mutex_init with MUTEX_DEFAULTbjs 2008-03-02Fix bus_dmamem_free() call to provide 'segs' as the second argument.bjs 2007-12-22membar_memory -> membar_syncad 2007-12-21Use new style memory barriers.ad 2007-12-15__FUNCTION__ -> __func__perry 2007-12-04drm unbreaking, round 1:bjs 2007-11-21Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags.bjs 2007-11-01Until I have a chance to further evaluate and re-work the locking here,bjs 2007-10-19First round of DRM improvements: switch to mutex(9), make use of &bjs 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-03-28Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this onjmcneill 2007-03-23caddr_t -> char *, even though it's in #ifdef __FreeBSD__ sections, justdogcow 2007-03-23Free ressources more agressively.drochner 2007-03-22Use void * rather than caddr_t to fix the build.xtraeme 2007-03-21In drm_ioremap, provide extra slots for mapping AGP memory space; it's notjmcneill 2007-03-20Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11.drochner