Displaying 6 results from an estimated 6 matches for "glob2".
Did you mean:
globl
2012 Apr 06
2
[PATCH] virt-sysprep:add logging feature
...-let dhcp_client_state_perform g root =
+let dhcp_client_state_perform g root show_log =
let typ = g#inspect_get_type root in
if typ = "linux" then (
List.iter (
- fun glob -> Array.iter g#rm_rf (g#glob_expand glob)
+ fun glob ->
+ Array.iter (
+ fun glob2 ->
+ g#rm_rf glob2
+ logging show_log "Deleted %s" glob2
+ ) (g#glob_expand glob)
) [ "/var/lib/dhclient/*"; "/var/lib/dhcp/*" (* RHEL 3 *) ]
);
[]
diff --git a/sysprep/sysprep_operation_dhcp_server_state.ml b/sysprep/sysprep_operat...
2014 Apr 02
4
[LLVMdev] [yaml2obj] ELF relocation support
...0000000"
AddressAlign: 16
Flags: [SHF_ALLOC]
- Name: .rel.text
Type: SHT_REL
Info: .text
AddressAlign: 4
Relocations:
- !Relocation
Offset: 0x1
SymbolName: glob1
Type: R_MIPS_32
- !Relocation
Offset: 0x2
SymbolName: glob2
Type: R_MIPS_CALL16
]]
--
Simon Atanasyan
2014 Apr 07
1
[LLVMdev] [yaml2obj] ELF relocation support
...; > Info: .text
> > AddressAlign: 4
> > Relocations:
> > - !Relocation
> > Offset: 0x1
> > SymbolName: glob1
> > Type: R_MIPS_32
> > - !Relocation
> > Offset: 0x2
> > SymbolName: glob2
> > Type: R_MIPS_CALL16
> > ]]
> >
> > --
> > Simon Atanasyan
>
> Explicitly modeling relocation sections is correct here. Just one
> thing that would need to change. The yaml reader needs to know that
> the structure of SHT_REL sections is differen...
2014 Mar 31
2
[LLVMdev] [yaml2obj] ELF relocation support
Hi,
As far as I understand now it is impossible to generate ELF object
file with relocation sections using yaml2obj tool. I plan to support
ELF relocations in the yaml2obj. Does anybody work on it already or
plan to start this task soon?
--
Simon Atanasyan
2014 Nov 14
2
[Bug 2314] New: ls -l a_symlink does not list the link permissions
...EW
Severity: normal
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: kirk at dovetail.com
Created attachment 2505
--> https://bugzilla.mindrot.org/attachment.cgi?id=2505&action=edit
don't override lstat in glob2 for GLOB_MARK processing
In 1.139 of sftp.c, which was released in 5.7p1:
- djm at cvs.openbsd.org 2010/09/25 09:30:16
[sftp.c configure.ac openbsd-compat/glob.c openbsd-compat/glob.h]
make use of new glob(3) GLOB_KEEPSTAT extension to save extra
server
rountrips to fetch per-file...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...dh_pycentral, please use dh_python2
Added tag(s) jessie.
> tags 643263 + jessie
Bug #643263 [src:pyimport-relative] pyimport-relative: FTBFS: dpkg-buildpackage: error: dpkg-source -b pyimport-relative-0.1.0 gave error exit status 2
Added tag(s) jessie.
> tags 701288 + jessie
Bug #701288 [src:glob2] glob2: ftbfs with GCC-4.8
Added tag(s) jessie.
> tags 616970 + jessie
Bug #616970 [src:pymacs] pymacs: deprecation of dh_pycentral, please use dh_python2
Added tag(s) jessie.
> tags 577685 + jessie
Bug #577685 [mailman] mailman: patch to extend SecurityManager and patch to allow multiple arc...