search for: tumultuous

Displaying 5 results from an estimated 5 matches for "tumultuous".

2002 Jul 04
1
[PATCH]: Remove HAVE_CYGWIN in favor of NO_IPPORT_RESERVED_CONCEPT
Hi, I've sent that patch once already but it seems more or less forgotten in the tumultuous days of the latest vulnerability. It adds a new define NO_IPPORT_RESERVED_CONCEPT which can be defined on platforms not supporting the concept of "privileged" ports only accessible by privileged users but which allow everyone to use these ports. This patch removes some Cygwin dependenci...
2005 Aug 05
1
Survey: SYSLINUX: 2.13 works, 3.0x don't (H. Peter Anvin)
...r, if applicable > - Does 2.20-pre1 also break on this system > - Did you send me hardware (I have at least one motherboard sent to > me which I failed to record exactly what it was for.) > > Please send this even if you have sent it before; the last year has been > tumultuous enough that my memory is pretty short. > > -hpa Sorry, I've already been working with you on this, but I forgot to give any kind of details on my hardware info that might be more useful than chipset and mb I think. I've told you the most important stuff about it, but, one t...
2007 Mar 07
1
[LLVMdev] llvm-ld error
I was able to correct this problem by checking out the latest version of llvm-gcc4 from svn and compiling it from source. One note, in order to get llvm-gcc4 to compile, I had to add #include "llvm/Analysis/LoopPass.h" to gcc/llvm-backend.cpp Ryan M. Lefever wrote: > I get a similar error when I try to disassemble a bytecode file > generated by llvm-gcc released for llvm
2005 Aug 05
3
Survey: SYSLINUX: 2.13 works, 3.0x don't
...n - SCSI card manufacturer, if applicable - Does 2.20-pre1 also break on this system - Did you send me hardware (I have at least one motherboard sent to me which I failed to record exactly what it was for.) Please send this even if you have sent it before; the last year has been tumultuous enough that my memory is pretty short. -hpa
2020 Sep 15
40
[PATCH v2 00/21] Convert all remaining drivers to GEM object functions
The GEM and PRIME related callbacks in struct drm_driver are deprecated in favor of GEM object functions in struct drm_gem_object_funcs. This patchset converts the remaining drivers to object functions and removes most of the obsolete interfaces. Patches #1 to #16 and #18 to #19 convert DRM drivers to GEM object functions, one by one. Each patch moves existing callbacks from struct drm_driver to