You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/utils/busybox/patches
Felix Fietkau 3670f4128d busybox: lock: implement -n "Fail rather than wait"
lock -n is similiar to flock -n. If the lock was already taken,
fail with exit code = 1 and write error message to stderr.

example:
if ! lock -n /tmp/foo ; then
	echo lock exits.
else
	echo lock was free. But is locked now.
fi
> lock was free. But is locked now.
> lock exists.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>

SVN-Revision: 46836
9 years ago
..
001-resource_h_include.patch busybox: update to version 1.23.2 9 years ago
100-trylink_bash.patch busybox: update to 1.22.1 10 years ago
101-gen_build_files_bash.patch busybox: update to 1.22.1 10 years ago
110-no_static_libgcc.patch busybox: update to 1.22.1 10 years ago
120-remove_uclibc_rpc_check.patch busybox: update to 1.22.1 10 years ago
130-mconf_missing_sigwinch.patch busybox: update to 1.22.1 10 years ago
200-udhcpc_reduce_msgs.patch busybox: update to version 1.23.2 9 years ago
201-udhcpc_changed_ifindex.patch busybox: update to version 1.23.2 9 years ago
203-udhcpc_renew_no_deconfig.patch busybox: update to version 1.23.2 9 years ago
204-udhcpc_src_ip_rebind.patch busybox: update to version 1.23.2 9 years ago
210-add_netmsg_util.patch busybox: update to version 1.23.2 9 years ago
220-add_lock_util.patch busybox: lock: implement -n "Fail rather than wait" 9 years ago
230-ntpd_delayed_resolve.patch busybox: update to version 1.23.2 9 years ago
240-telnetd_intr.patch busybox: update to 1.22.1 10 years ago
250-date-k-flag.patch busybox: Minor fix for glibc 2.21 compatibility 9 years ago
260-arping_missing_includes.patch busybox: update to 1.22.1 10 years ago
270-libbb_make_unicode_printable.patch busybox: make high ASCII chars printable (#7993) 10 years ago
280-fix_find_regression.patch busybox: fix regression in handling non-existant find path arguments (#19439) 9 years ago
290-ash-fix-a-regression-in-handling-local-variables.patch busybox: fix an ash regression in handling local variables 9 years ago
300-ip-addr-improvements.patch busybox: fix ip applet and netlink behavior 9 years ago
301-ip-link-fix-netlink-msg-size.patch busybox: fix ip applet and netlink behavior 9 years ago