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
2015-09-09 20:36:10 +00:00
..
001-resource_h_include.patch
100-trylink_bash.patch
101-gen_build_files_bash.patch
110-no_static_libgcc.patch
120-remove_uclibc_rpc_check.patch
130-mconf_missing_sigwinch.patch
200-udhcpc_reduce_msgs.patch
201-udhcpc_changed_ifindex.patch
203-udhcpc_renew_no_deconfig.patch
204-udhcpc_src_ip_rebind.patch
210-add_netmsg_util.patch
220-add_lock_util.patch busybox: lock: implement -n "Fail rather than wait" 2015-09-09 20:36:10 +00:00
230-ntpd_delayed_resolve.patch
240-telnetd_intr.patch
250-date-k-flag.patch
260-arping_missing_includes.patch
270-libbb_make_unicode_printable.patch
280-fix_find_regression.patch busybox: fix regression in handling non-existant find path arguments (#19439) 2015-04-09 08:02:33 +00:00
290-ash-fix-a-regression-in-handling-local-variables.patch busybox: fix an ash regression in handling local variables 2015-04-17 00:01:29 +00:00
300-ip-addr-improvements.patch busybox: fix ip applet and netlink behavior 2015-09-09 10:38:16 +00:00
301-ip-link-fix-netlink-msg-size.patch busybox: fix ip applet and netlink behavior 2015-09-09 10:38:16 +00:00