search for: auxilliary

Displaying 20 results from an estimated 47 matches for "auxilliary".

Did you mean: auxiliary
2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
This patch changes only strings, no program code. It is would be nice if it goes in the 6.04 release. Reported-by: Ady <ady-sf at hotmail.com> How this patch was prepared, how the editting for this patch was done Where is auxiliary written with double l? git grep -i auxilliary Which files are effect git grep -li auxilliary Changing the those files with the streaming editor sed --in-place -e 's/uxilliary/uxiliary/' $( git grep -li auxilliary ) Still any auxiliary written with double l? git grep -i auxilliary --- NEWS | 2 +-...
2004 Oct 28
0
Auxilliary args in gls
I am trying to fit a B-spline regression model with a corStruct using gls. I am using bs() and specifying the knots myself. If I make the knots data-dependent, this works but has undesirable side-effects. I prefer to reference an auxilliary variable "knots" in my model formula. It should not be part of the data frame, as it is a vector of a different length. How can this be done? The gls() code suggests it may be difficult to keep the auxillary arg out of the model.frame but in the evaluation frame of the formula: glsS...
2005 May 21
2
Possible (ab)use of lexical scoping in R ?
Dear list, I wish to define a set of functions *auxilliary* to another set of "main" ones, and I wonder if there is some "clever" way do do this using lexical scoping. Looking for that in the list's archives did not get me easily understood answers. Perusing MASS (1st, 2nd, 3rd and 4th editions!) and "Programming S" wasn...
2008 Jun 02
2
more columns that column names
...otten my file to print to screen but when I use read.table I am getting an error message that says there are" more columns than column names."This is a file that was not created by me so I am not sure how to investigate and solve this problem.I looked in the help file and it suggested an auxilliary function called count.fieldsThe code that was used was: read.table(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt",header=T,row.names=1) Any help would be appreciated paul [[alternative HTML version deleted]]
2015 Oct 14
2
Remove trailing spaces
..., do they affect some git command? Or, do they make the code more difficult to read / follow / analyze / debug / patch? If a commit correcting these white-space characters were to be merged, would you consider also merging commits correcting typos that do not affect the code itself (e.g. "auxilliary" to "auxiliary"; "AFP" to "APM" in isohybrid-related code...)? Perhaps all these corrections could be made in one "correct typos" commit? > I already merged it as an edited merge with addendum to note such. Thank you. > > -- > -Gene...
2010 Jul 27
2
Usage output of Syslinux installers is not consequent
...ber of sectors per track --heads=# -H Force number of heads --stupid -s Slow, safe and stupid mode --raid -r Fall back to the next device on boot failure --once=... -o Execute a command once upon boot --clear-once -O Clear the boot-once command --reset-adv Reset auxilliary data --menu-save= -M Set the label to select as default on the next boot --mbr -m Install an MBR (DOS/Win32 installers only) --active -a Mark partition as active (DOS/Win32 installers only) --force -f Ignore precautions (DOS/Win32/mtools installers only) Note: geometr...
2019 Dec 17
2
Python 2 compatibility for utility scripts
...it then, or else we might just >> decide it's fine for it to be python3 only. >> > > You don't see any advantage to having a consistent language level across > the project? (See also the flang vs c++17 discussion.) > In this particular situatoin, correct. For these auxilliary scripts which are not released or used to build/test released components, I see no advantage to requiring these to support python2, anymore. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191217/b7df688d/att...
2014 Sep 26
1
Is dovecot vulnerable to the shellshock/CVE-2014-6271 exploit?
I'm right now handling this beach-ball sized grenade, and trying to figure out which of our services need to be locked down right away. Since dovecot passes values via environment variables based on user input (e.g. username, password, mailbox?) to auxilliary executables (including possibly bash shell scripts), is dovecot vulnerable to this exploit? (This is not a fault of dovecot, but rather bash's inadequate handling of environment variables.) For example, injection of this sort 1 LOGIN (){x;}exploit-code whatever I guess auth_username_chars...
2008 Feb 05
1
[LLVMdev] Working on getting MingW32/native tools-only source build up
Using MingW32/GCC 4.2.1 binary release, mix of Cygwin and MingW32 auxilliary tools, ActivePerl's Perl 5.8.8; operating system Vista. I'm not going to worry about bootstrapping llvm-gcc until I know I can bootstrap gcc. 1) ActivePerl uses the wrong shell (cmd.exe rather than sh.exe) when doing backticks. I had to moderately rewrite llvm-config to use the Cwd m...
2008 Feb 05
1
[LLVMdev] Working on getting MingW32/native tools-only source build up
Hello, Kenneth > Using MingW32/GCC 4.2.1 binary release, mix of Cygwin and MingW32 > auxilliary tools, ActivePerl's Perl 5.8.8; operating system Vista. I'm > not going to worry about bootstrapping llvm-gcc until I know I can > bootstrap gcc. Don't do this. Use either pure cygwin or pure mingw (with msys + msysDTK) installation. This will save bunch of time for you. Serio...
2010 Mar 21
6
[PATCH] mboot: set boot loader name
...ion()->version_string in mbinfo. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 8425e06..76ef7a0 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -222,6 +222,13 @@ int main(int argc, char *argv[]) /* Add auxilliary information */ mboot_make_memmap(); mboot_apm(); + + /* Set boot loader name */ + const struct syslinux_version *sv; + sv = syslinux_version(); + mbinfo.boot_loader_name = (uint32_t)sv->version_string; + mbinfo.flags |= MB_INFO_BOOT_LOADER_NAME; + if (opt.solaris)...
2007 Feb 13
3
Linux on a Thinkpad R40
...ource. The problem is, I've done enough fiddling* over the years. I've built enough kernels, attaced enough configuration files with vim, and I want an OS that just works. I'm sure RHEL 5 will not have a driver for my wireless, and I suspect not for my modem. Now the point: do the auxilliary CentOS repos have the missing bits so that I can commit to CentOS4 (or even RHEL5 beta) in the short term, knowing that it's a simple upgrade later? How will CentOS reflect the different RHEL 5 versions? Will it simply merge them into one product, or would one expect to choose different bo...
2016 Mar 06
0
[PATCH 5/5] installers: fix a MinGW redefinition warning
...insertion(+), 2 deletions(-) > > diff --git a/libinstaller/setadv.c b/libinstaller/setadv.c > index 214f7fc..437583e 100644 > --- a/libinstaller/setadv.c > +++ b/libinstaller/setadv.c > @@ -14,13 +14,12 @@ > /* > * setadv.c > * > - * (Over)write a data item in the auxilliary data vector. To > + * (Over)write a data item in the auxiliary data vector. To > * delete an item, set its length to zero. > * > * Return 0 on success, -1 on error, and set errno. > * > */ > -#define _GNU_SOURCE > > #include <stdio.h> > #include &l...
2007 Oct 19
1
isolinux in qemu broken by 985c965eca140470d87912cebd923cd27a6d892c
...: H. Peter Anvin <hpa at zytor.com> Date: Wed Oct 3 16:17:47 2007 -0700 Update the memory layout specification Update the memory layout specification. Remove NASM 0.98.38 bug workarounds, rebalance the bss sections, and introduce the new section .adv which contain the auxilliary data vector. -- lfr 0/0
2000 Aug 29
2
configure not work
Hello, I have downloaded the samba-2.0.7 source code into my AIX 4.3.3 machine. When I tried to run configure to compile the samba, I got the error: # ./configure loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -O ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. But I do have gcc in the $PATH
2010 Apr 07
1
[LLVMdev] Union types
Last time I looked at the union stuff, I was trying to decide how to implement TargetData.cpp for unions, and whether or not to copy the way structs handled memory layout. Currently structs have an auxilliary data structure (StructLayout) that is used to cache the overall size of the struct and the offset of each member. In the case of unions, it doesn't need the offsets, since they are always zero, but it does need to calculate the overall size (with alignment considerations). The alternative is to...
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
...tribute__ ((noreturn)) usage(int rv, int mode) { @@ -83,6 +85,7 @@ void __attribute__ ((noreturn)) usage(int rv, int mode) " --once=... -o Execute a command once upon boot\n" " --clear-once -O Clear the boot-once command\n" " --reset-adv Reset auxilliary data\n" + " --menu-save= -M Set the label to select as default on the next boot\n" "\n" " Note: geometry is determined at boot time for devices which\n" " are considered hard disks by the BIOS. Unfortunately, this is\n" @@ -155...
2014 Dec 27
0
[PATCH] txt/syslinux.txt
...of ~4.02. +* *, *--once* 'command':: +(ADV) Declare a boot command to be tried on the first boot only. *-O*, *--clear-once*:: Clear the boot-once command. See also *--once*. @@ -110,7 +109,7 @@ with an error message. This is useful for RAID-1 booting. *--reset-adv*:: -(ADV) Reset auxilliary data vector. +(ADV) Reset auxiliary data vector. *-S*, *--sectors* 'sector-count':: Override the detected number of sectors for the geometry. See also @@ -119,13 +118,14 @@ *-s*, *--stupid*:: Install a "safe, slow and stupid" version of *SYSLINUX*. This version may work on...
2016 Feb 24
2
[PATCH 5/5] installers: fix a MinGW redefinition warning
I get a redefinition warning on _GNU_SOURCE when compiling with MinGW, and while I could see that this #define was introduced in e4fc44 [1], but the reason to introduce it is not mentioned, and I can't really see a good reason to have it, especially as MSVC will happily compile that source. So far I have found no evidence that _GNU_SOURCE applies to memset/memmove/memcpy, which are the
2008 Nov 03
1
[PATCH 1/1] COMBOOT: add get config file full name
...ov eax,[PrevDir] ; Make the directory with syslinux.cfg . mov [CurrentDir],eax ; ... the current directory diff --git a/doc/comboot.txt b/doc/comboot.txt index ceee93a..ed63e60 100644 --- a/doc/comboot.txt +++ b/doc/comboot.txt @@ -908,3 +908,11 @@ AX=001Dh [3.60] Write auxilliary data vector In a future version, PXELINUX may end up attempting to save the ADV on the server via TFTP write. + + +AX=001Eh [BETA] Get configuration file full name + Input: AX 0000Eh + Output: ES:BX null-terminated file name string + + Returns the f...