Alejandro Mery
9632d38dc6
sde-build-pkg: set optimization to lazy (-O) when -d is given
14 years ago
Alejandro Mery
9c872b4bef
sde-config: cleaned {architecture,target}/share/preconfig.in by using config_getfield()
14 years ago
Alejandro Mery
3ef7347a41
sde-config: introduced config_getfield() space tolerant helper for reading '#Foo:' fields
14 years ago
Alejandro Mery
128007398c
sde-config: changed indentation style in sde-config.in
14 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
Alejandro Mery
2774b1dbb1
sde-download: allow notimeout from .sde/settings
14 years ago
Alejandro Mery
c3d4b532eb
sde-nopaste: removed -v from `rm` call
14 years ago
Alejandro Mery
a01b875f18
sde-nopaste: changed to use a temporal file as echo (in Ubuntu) expands escape sequences from within variables
14 years ago
Alejandro Mery
2ef3e8730e
sde-nopaste: introduced command to paste input or file to http://nopaste.opensde.net
14 years ago
Alejandro Mery
1e65e5153b
sde: fixed to be more friendly to Ubuntu's /bin/sh
14 years ago
Alejandro Mery
e303bb3891
generic: disabled embutils on ref so Baldzius stops whining
14 years ago
Alejandro Mery
efc59652f6
Build-Pkg: enhanced to accept -d and -j from command line to override SDECFG_DEBUG and SDECFG_PARALLEL_MAX
14 years ago
Christian Wiese
dbafffc9c9
added cmake detection for packages
Note:
The current implementation can be summarized like this:
- check if $runcmake is set to '1' and if there is no Makefile but a
CMakeLists.txt file inside of the srcdir
- create a dedicated 'build' directory and cd into it
- run cmake using the provided $cmakeopt
14 years ago
Christian Wiese
ce65e70df3
target/generic: removed dietlibc (we do not mix the build of tools for the initrd and the actual system anymore)
14 years ago
Christian Wiese
74a6e124b3
architecture/x86-64: inject -march=i686 to fix multilib builds of glibc
15 years ago
Christian Wiese
2716683894
early: build gmp, mpfr, ppl and cloog-ppl at toolchain stage
15 years ago
Christian Wiese
9de375dcc9
early target: added the new gcc dependencies gmp, mpfr, ppl and cloog-ppl to package selection
15 years ago
Christian Wiese
450414440f
lib/functions.in: do not do static lib corrections at toolchain stage because it is messing .so symlinks
NOTE: This issue probably needs more research!
15 years ago
Christian Wiese
9eaeac0438
lib/functions.in: explicitely injecting --build=$arch_build configure option at toolchain stage
15 years ago
Christian Wiese
cea9e4ea80
generic target: added the new gcc dependencies gmp, mpfr, ppl and cloog-ppl to minimal package selection
15 years ago
Alejandro Mery
5deeccbdae
pkgprefix: fixed bug in prefix request with -r, and sightly cleaned code
14 years ago
Christian Wiese
3e242d5724
scripts/Config: changed title of the main config dialog (removing 'The') - now for real :/
14 years ago
Christian Wiese
08bb3b6c62
scripts/Config: changed title of the main config dialog (removing 'The')
14 years ago