search for: comittee

Displaying 9 results from an estimated 9 matches for "comittee".

Did you mean: committee
2004 May 04
5
Microsoft hotfix MS04-011, breaks Samba password change.
...2.x codebase and maybe releasing a 2.2.9 for all the people who are satisfied with Samba 2.2.8a and don't want to move to 3.0.x yet. I'm also very unhappy with Microsoft for releasing improperly tested hotfixes, but that's another story I'll probably be taking up with the Technical Comittee overseeing the DoJ Microsoft settlement and the EU as well. Cheers, Jeremy.
2010 Jan 18
0
LinuxTag
...like to announce the call for paper for the LinuxTag 2010. This year, video got it's own track ( 2x3 hours! ). I would love to have some theora specific presentations on the LinuxTag. So please send your paper abstract and/or join us in june in Berlin! -Yorn (Member of the LinuxTag Program Comittee) --- Here is the official announcement with detailed information --- Dear former speakers, partners, and friends of LinuxTag, we'd like to let you know that there is two weeks left of this year's LinuxTag Call for Papers. The event takes place in Berlin, Germany from June 9 - 12. We...
2005 Jan 10
1
[LLVMdev] Version Control Upgrade?
...ough to fix it (fixing it will mean that > users will need to download a new program to use the repository, which > is a disincentive to using LLVM)? There you have it, this is what I find wrong with CVS on a day to day basis. If it's important enough to fix it is up to the oversight comittee to decide ;-) By the way, the LLVM _users_ are supposed to use the releases which are distributes as tarballs, and have no need to access the repository - The way I see it, it's the contributors who will need to download a new program... m.
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
...sktop, but openssl libcrypto is used widely, hence at least its codepaths are better excersized. Personally I don't see any technical reason to use a different library other than politics and obscure potential license incompatibilities. PS: I know NSS is the choice for this "design by comittee" thing "Crypto consolidation" in distributions that some suits are trying to push on, but Im glad to see it has failed miserably ;-)
2009 Apr 02
2
actual argument matching does not conform to the definition (PR#13634)
Full_Name: Wacek Kusnierczyk Version: 2.10.0 r48269 OS: Ubuntu 8.04 Linux 32 bit Submission from: (NULL) (129.241.199.164) In the following example (and many other cases): quote(a=1) # 1 the argument matching is apparently incorrect wrt. the documentation (The R Language Definition, v 2.8.1, sec. 4.3.2, p. 23), which specifies the following algorithm for argument matching: 1. Attempt to
2005 Jan 10
0
[LLVMdev] Version Control Upgrade?
Reid Spencer wrote: > LLVMers, > > The oversight group has been kicking around the idea of getting a better > version control system than CVS. The problem is, we're not quite sure > what "better" means. So, we thought we'd ask your opinions. I think before we begin discussing which software to use, we should discuss what is really wrong with CVS (on a day to
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
This has the advantage of being more efficient than the included routines and allows distros to centralize crypto mainteniance on a few libraries. --- configure.ac | 4 +- m4/ax_check_openssl.m4 | 124 +++++++++++++++++++++++++++++++++++++ src/libFLAC/Makefile.am | 2 +- src/libFLAC/include/private/md5.h | 8 ++- src/libFLAC/md5.c
2005 Jan 08
10
[LLVMdev] Version Control Upgrade?
LLVMers, The oversight group has been kicking around the idea of getting a better version control system than CVS. The problem is, we're not quite sure what "better" means. So, we thought we'd ask your opinions. If you're interested in this topic (and you should be if you're actively developing), please have a look at this site:
2007 Apr 18
5
[RFC] First (incomplete) cut of Xen paravirt binding
I've updated the patches at http://ozlabs.org/~rusty/paravirt/?mf=33ba6c4fce13;path=/ to carve out the basic shape of how I see all this fitting together. These patches implement an initial set of Xen paravirt ops, as well as adapting head.S to set up a Xen-specific entrypoint. The head.S code does absolutely minimal setup, and then calls xen_start_kernel(). This installs the Xen