866 Commits (user/amery/wip/mount)
 

Author SHA1 Message Date
  Alejandro Mery 28b71ec040 sde-prepare-chroot: split mount/umount code out of Build-Pkg 14 years ago
  Christian Wiese efd19a929a lib/overlay/overlay-functions.in: fixed patch type to filter the patch file through rock_substitute() 14 years ago
  Christian Wiese 3940d6a393 lib/overlay/overlay-functions.in: fixed D%foo_bar.patch case by using $xtarget as originalfile 14 years ago
  Christian Wiese f24f99b3a3 lib/overlay/overlay-functions.in: fixed patch type to use '/' if $rootfs is empty so `patch -d $rootfs` will work actually 14 years ago
  Alejandro Mery 31fd8263c6 sde-build-tools: fixed parse-config cache generator to honor target inherence order 14 years ago
  Nagy Károly Gábriel 938530767b early: finished removal of hotplug2, removed udev patch and emptied modprobe.conf. See note 14 years ago
  Alejandro Mery b53c6257bb sde-download: improved to tolerate files directly at package/ 14 years ago
  Christian Wiese 294387d2d7 sde-binary: added support for creating xz (lzma2) compressed tar packages 14 years ago
  Christian Wiese 92850ea77c sde-binary: added support for creating lzma compressed tar packages 14 years ago
  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 14 years ago
  Christian Wiese 470d3542bf lib/parse-config: determine the version through 'lib/version.sh' to set $sdever accordingly 14 years ago
  Christian Wiese 8b85c9d59d lib/libsde.in: determine the version through 'lib/version.sh' to set $sdever accordingly 14 years ago
  Christian Wiese b0c22bf4c4 lib/: added 'version.sh' helper script which determines OpenSDE version information 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