Alejandro Mery
21b9c894b4
sde-download: fixed '.' handling in .sde/settings
14 years ago
Alejandro Mery
2a0596217e
version: changed default from trunk to master
14 years ago
Alejandro Mery
4cb987f41c
sde-nopaste: changed to not warn for obvious plain text
14 years ago
Christian Wiese
6cc7ce72a8
lib/functions.in: check if the path exists but it doesn't have to be a symlink explicitely
14 years ago
Christian Wiese
d657e32476
lib/functions.in: improved createprefix_function() to create a compat symlink lib -> lib64
14 years ago
Christian Wiese
74b561d388
lib/functions.in: changed createprefix_function() to use dedicated variables $foodir for the iteration and $dir for the expanded path
14 years ago
Christian Wiese
22b8cd2a5c
lib/functions.in: introduced createprefix_function() - factoring out the createprefix handling into its own function
14 years ago
Christian Wiese
3c6e03b1a8
scripts/Build-Pkg: fixed to allow lib64 to be flisted for 64 bit architectures and lib32 in the case we build a multilib system
14 years ago
Christian Wiese
34e384470f
lib/functions.in: changed to set lib64 as libdir for all 64 bit architectures no matter if multilib or not
14 years ago
Christian Wiese
99dbcfde48
x86-64/glibc: do not apply multilib and pure64 patches anymore
14 years ago
Christian Wiese
3703bbee3e
x86-64/gcc: do not apply multilib and pure64 patches anymore
14 years ago
Alejandro Mery
c1d16aa850
sde-nopaste: improved to handle application/x-shellscript as well
14 years ago
Alejandro Mery
219b39fa92
sde-nopaste: improved to skip empty inputs
14 years ago
Alejandro Mery
d61e75cdcc
sde-nopaste: enhanced to try plain `file` if mime isn't known
14 years ago
Alejandro Mery
60829f6e90
install-wrapper: changed to exec the real tool immediatelly when $INSTALL_WRAPPER_FILTER is empty
14 years ago
Alejandro Mery
b473089df5
etc/flags: introduced USE_DIETLIBC flag for packages that need to be built against dietlibc
14 years ago
Christian Wiese
d4f5d09483
target/early: changed to enable uClibc SUSv4 legacy support because lvm2 needs siginterrupt()
14 years ago
Christian Wiese
c987f1ddc4
target/early: changed to use uClibc instead of dietlibc
14 years ago
Christian Wiese
45bb07bd05
bin/sde-download: do not use $sdever but only the version of the package tree
15 years ago
Christian Wiese
470d3542bf
lib/parse-config: determine the version through 'lib/version.sh' to set $sdever accordingly
15 years ago
Christian Wiese
8b85c9d59d
lib/libsde.in: determine the version through 'lib/version.sh' to set $sdever accordingly
15 years ago
Christian Wiese
b0c22bf4c4
lib/: added 'version.sh' helper script which determines OpenSDE version information
NAME
version.sh - determine OpenSDE version information
SYNOPSIS
version.sh [-fp]
DESCRIPTION
The version.sh script determines OpenSDE version informations
by first checking if dedicated VERSION files for the OpenSDE
framework and the package tree do exist, for extracting the
version strings out of the files. In the case a VERSION file
does not exist or if it extracts an empty version string from
the an existing VERSION file it will assign a default version.
If the version strings of the framework and the package tree
are not the same the returned version string will be composed
out of framework and the package tree version strings delimited
by an '-'. Otherwise it will only return the framework version
string.
OPTIONS
-f
only return the version of the OpenSDE framework
-p
only return the version of the OpenSDE package tree
15 years ago
Alejandro Mery
f24f4d508b
sde-build-pkg: improved autogen code to pass ACLOCAL_FLAGS to aclocal
14 years ago
Alejandro Mery
0e1a5ffdb5
sde-build: reversed the order Build-Target umounts, and made debug.sh umounts lazy
14 years ago
Alejandro Mery
b0295f811d
sde-reschedule-package: fixed another dash-incompatibility
14 years ago
Alejandro Mery
90eb291195
sde-reschedule-package: fixed dash compatibility
14 years ago
Alejandro Mery
ab58150f51
sde-binary: improved dash support
14 years ago
Alejandro Mery
e91d16c10e
fl_wrapper: changed to skip post action handling for open() calls that failed
14 years ago
Alejandro Mery
3ca3f0e42a
fl_wrapper: changed to use a writeall() instead of plain write()
14 years ago
Alejandro Mery
7ba4997cf3
fl_wrapper: optimized cases where tfilterdir list or log name is empty
14 years ago
Alejandro Mery
a312af721b
fl_wrapper: fixed to handle cases where file couldn't be made absulute, and improved log messages
14 years ago
Alejandro Mery
6ee76a1fae
fl_wrapper: Introduced `make test` and `make gdb` running fl_wrapper_test.c directly or inside gdb
14 years ago
Alejandro Mery
14e4f22447
fl_wrapper: fixed typos in DEBUG=1 code
14 years ago
Alejandro Mery
b11a0ecc8a
fl_wrapper: introduced handle_fileat_access_after()
14 years ago
Alejandro Mery
d2e73725d0
fl_wrapper: general cleans up
14 years ago
Alejandro Mery
485035afa0
fl_wrapper: split log_append() out of handle_file_access_after()
14 years ago
Alejandro Mery
fb8d353242
fl_wrapper: implemented handle_fileat_access_before()
14 years ago
Alejandro Mery
da4d5f139d
fl_wrapper: implemented dummy check_writeat_access() as code only cares about absolute paths anyway
14 years ago
Alejandro Mery
9c9a4b9c6b
fl_wrapper: cleaned conditional logging by use a LOG() macro
14 years ago
Alejandro Mery
f420f62620
fl_wrapper: changed tpl_open.c and tpl_rest.c to use HAS_FFD
14 years ago
Alejandro Mery
2737eb12e1
fl_wrapper: changed tpl_*.c to use NULL instead of 0
14 years ago
Alejandro Mery
226e69e3d6
fl_wrapper: cleaned a bit the indentation
14 years ago
Alejandro Mery
871446f057
fl_wrapper: cleaned indentation in tpl_open.c
14 years ago
Alejandro Mery
c8603cf94c
fl_wrapper: added support for *at() functions in fl_wrapper_generated.c.sh
14 years ago
Alejandro Mery
e842a509e7
fl_wrapper: cleaned code to read from proc by introducing readonce_from() helper
14 years ago
Alejandro Mery
ee4c699743
fl_wrapper: added support for mkfifo and __xmknod
14 years ago
Alejandro Mery
d02b5d6e19
fl_wrapper: added script to generate a header that escapes the syscalls we are overriding
14 years ago
Juergen "George" Sawinski
d6f22dfb2a
fl_wrapper: fix sort_of_realpath (which could not handle multiple consecutive slashes)
18 years ago
Alejandro Mery
4addc5a6aa
sde-download: silenced errors while `find`ing altdir
14 years ago
Alejandro Mery
79dd618f05
sde-download: fixed typo in notimeout support
14 years ago