search for: config_nam

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

Did you mean: config_nvm
2008 Nov 10
1
[PATCH 1/1] COMBOOT API: Add get current working directory call to most (revised)
.../extlinux.asm +++ b/core/extlinux.asm @@ -43,6 +43,7 @@ SYMLINK_SECTORS equ 2 ; Max number of sectors in a symlink ; (should be >= FILENAME_MAX) ROOT_DIR_WORD equ 0x002F +CUR_DIR_DWORD equ 0x00002F2E ; ; This is what we need to do when idle @@ -845,7 +846,7 @@ load_config: mov si,config_name ; Save config file name mov di,ConfigName call strcpy - mov word[CurrentDirName], ROOT_DIR_WORD ; Write '/',0 to the CurrentDirName + mov dword[CurrentDirName], CUR_DIR_DWORD ; Write './',0,0 to the CurrentDirName call build_curdir_str mov di,ConfigName diff --git a/...
2014 Mar 14
2
[LLVMdev] buildbot change for Mips slave - please review
...uildbot/osuosl/master/config/builders.py (revision 203958) +++ buildbot/osuosl/master/config/builders.py (working copy) @@ -90,6 +90,8 @@ 'builddir':"llvm-mips-linux", 'factory': LLVMBuilder.getLLVMBuildFactory("mips-linux-gnu", timeout=40, config_name='Release+Asserts', extra_configure_args=["--with-extra-options=-mips32r2", + "CC=/mips/proj/build-compiler/clang-be-o32-r203581/bin/clang", + "CXX=/mips/proj/build-compiler/clang-be-o32-r203581/bin/clang++", "--with-extra-ld-options=-mi...
2010 Jan 28
6
[Bug 1707] New: Tweak OpenSSL ENGINE support to use openssl config system
...ncement Priority: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: pizza at shaftnet.org from the OPENSSL_config manpage: "OPENSSL_config() configures OpenSSL using the standard openssl.cnf configuration file name using config_name. If config_name is NULL then the default name openssl_conf will be used." ... "It is strongly recommended that all new applications call OPENSSL_config() or the more sophisticated functions such as CONF_modules_load() during initialization (that is before starting any threads)...
2008 Nov 10
2
[PATCH 1/1] COMBOOT API: Add get current working directory call to most
...@@ -42,6 +42,8 @@ MAX_SYMLINKS equ 64 ; Maximum number of symlinks per lookup SYMLINK_SECTORS equ 2 ; Max number of sectors in a symlink ; (should be >= FILENAME_MAX) +ROOT_DIR_WORD equ 0x002F + ; ; This is what we need to do when idle ; @@ -843,6 +845,8 @@ load_config: mov si,config_name ; Save config file name mov di,ConfigName call strcpy + mov word[CurrentDirName], ROOT_DIR_WORD ; Write '/',0 to the CurrentDirName + call build_curdir_str mov di,ConfigName call open @@ -1515,6 +1519,9 @@ getfssec: pop ebp ret +build_curdir_str: + ret + ; ---------...
2005 Apr 04
0
io timeout after 180 seconds
...RIBS_VERSION . ' Copyright (c) 2002-2003 Jason Rust <jrust@rustyparts.com> RIBS (Rsync Incremental Backup System) is a command line PHP script which will perform incremental backups to a variable number of hosts (and directories on those hosts). Usage: ' . $in_file . ' [options] CONFIG_NAME BACKUP_TYPE Variables: ~ CONFIG_NAME A comma separated list of configurations to run ~ or ALL if you want to run all configurations ~ BACKUP_TYPE The type of backup to run. Can be hourly, daily, ~ weekly, or monthly Options: ~ -h, --help Show this hel...
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
...S equ 64 ; Maximum number of symlinks per lookup SYMLINK_SECTORS equ 2 ; Max number of sectors in a symlink ; (should be >= FILENAME_MAX) +ROOT_DIR_WORD equ 0x002F +CUR_DIR_DWORD equ 0x00002F2E + ; ; This is what we need to do when idle ; @@ -843,6 +846,8 @@ load_config: mov si,config_name ; Save config file name mov di,ConfigName call strcpy + mov dword [CurrentDirName],CUR_DIR_DWORD ; Write './',0,0 to the CurrentDirName + call build_curdir_str mov di,ConfigName call open @@ -1515,6 +1520,9 @@ getfssec: pop ebp ret +build_curdir_str: + ret + ; -----...
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
...S equ 64 ; Maximum number of symlinks per lookup SYMLINK_SECTORS equ 2 ; Max number of sectors in a symlink ; (should be >= FILENAME_MAX) +ROOT_DIR_WORD equ 0x002F +CUR_DIR_DWORD equ 0x00002F2E + ; ; This is what we need to do when idle ; @@ -843,6 +846,8 @@ load_config: mov si,config_name ; Save config file name mov di,ConfigName call strcpy + mov dword [CurrentDirName],CUR_DIR_DWORD ; Write './',0,0 to the CurrentDirName + call build_curdir_str mov di,ConfigName call open @@ -1515,6 +1520,9 @@ getfssec: pop ebp ret +build_curdir_str: + ret + ; -----...
2011 Oct 30
0
[LLVMdev] Patch for arxan_bellini
...], 'builddir':"llvm-ppc-darwin", - 'factory': LLVMBuilder.getLLVMBuildFactory("ppc-darwin", jobs=1, clean=True, + 'factory': LLVMBuilder.getLLVMBuildFactory("ppc-darwin", jobs=2, clean=True, config_name = 'Release', env = { 'CC' : "/usr/bin/gcc-4.2", 'CXX': "/usr/bin/g++-4.2" }, Thanks! Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN...
2018 Oct 11
13
Call for testing: OpenSSH 7.9
Hi, OpenSSH 7.9p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at