similar to: [klibc:update-dash] [BUILTIN] Fix "test -x" as root on FreeBSD 8

Displaying 20 results from an estimated 500 matches similar to: "[klibc:update-dash] [BUILTIN] Fix "test -x" as root on FreeBSD 8"

2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Fix "test -x" as root on FreeBSD 8
Commit-ID: 8f7f6479f4dc1c65f9574eb0596d50bae13b9ba9 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8f7f6479f4dc1c65f9574eb0596d50bae13b9ba9 Author: Jonathan Nieder <jrnieder at gmail.com> AuthorDate: Tue, 27 Sep 2011 18:19:06 -0500 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [BUILTIN] Fix
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Use test_access from NetBSD when faccessat is unavailable
Commit-ID: 5c8d9d4456c47d03d6a71db78488f208a9f8b084 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5c8d9d4456c47d03d6a71db78488f208a9f8b084 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 20 May 2018 01:30:49 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: builtin: Use
2010 Apr 16
0
[PATCH] add minimal faccessat()
Implement as wrapper around sys_faccessat(). Latest dash started using it, also define AT_EACCESS: usr/dash/bltin/test.c: In function ?test_file_access?: usr/dash/bltin/test.c:490: error: too many arguments to function ?faccessat? Signed-off-by: maximilian attems <max at stro.at> --- usr/include/fcntl.h | 5 +++++ usr/include/unistd.h | 2 +- usr/klibc/Kbuild | 2 +-
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Use PRIdMAX instead of %j in printf
Commit-ID: dd94c677c8f33bfbcce12b3c597bf558d60a7338 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=dd94c677c8f33bfbcce12b3c597bf558d60a7338 Author: Harald van Dijk <harald at gigawatt.nl> AuthorDate: Fri, 23 Aug 2013 20:30:28 +1000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Use PRIdMAX
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Use PRIdMAX instead of %j in printf
Commit-ID: a436ea0721c8d7ff6d0d9e4d46d8ae4655e8a73a Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a436ea0721c8d7ff6d0d9e4d46d8ae4655e8a73a Author: Harald van Dijk <harald at gigawatt.nl> AuthorDate: Fri, 23 Aug 2013 20:30:28 +1000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [BUILTIN] Use
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Fixed argument parsing crash in test
Commit-ID: 5374f1712c3821ac009821c6ec43c537171372f4 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5374f1712c3821ac009821c6ec43c537171372f4 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 23 Aug 2013 21:58:55 +1000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Fixed
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Correctly handle test ! ! = !
Commit-ID: 4061dd0658545bd7ea6a677663e31be9ee7f57cb Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4061dd0658545bd7ea6a677663e31be9ee7f57cb Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 28 Sep 2014 18:40:18 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Correctly
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Add printf support for format string a, A, and F
Commit-ID: d3d81496ead793b36ffd5e9c5c03d3a6bb356efc Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d3d81496ead793b36ffd5e9c5c03d3a6bb356efc Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 11:45:01 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Add printf
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Remove unnecessary restoration of format string in printf
Commit-ID: c0a8ac18981f20b315b43a5a3f8fbe64e1cbc749 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=c0a8ac18981f20b315b43a5a3f8fbe64e1cbc749 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 15:53:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Remove
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Use error instead of warnx for fatal errors in printf
Commit-ID: d2762f07df57add3d11f50d7d20c33557303c606 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d2762f07df57add3d11f50d7d20c33557303c606 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 16:06:51 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Use error
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Optimise handling of backslash octals in printf
Commit-ID: 6a65ae391c3db2b3e2ddd41f16625053ee1518b5 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6a65ae391c3db2b3e2ddd41f16625053ee1518b5 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 16:12:49 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Optimise
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Simplify echo command
Commit-ID: f835bc21ece0ec55824bd7538e4c2a04489812ef Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f835bc21ece0ec55824bd7538e4c2a04489812ef Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 16:23:33 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Simplify
2019 Jan 25
0
[klibc:update-dash] builtin: Reset t_wp_op in testcmd
Commit-ID: fc07f81df67f5071bbefdcdab490c615cd3d6c6d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=fc07f81df67f5071bbefdcdab490c615cd3d6c6d Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 13 Jul 2015 14:06:35 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Reset
2019 Jan 25
0
[klibc:update-dash] builtin: Reject malformed printf specifications with digits after '*'
Commit-ID: eaf105c1c16e2157ebce8c63a58acca75df65ca9 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=eaf105c1c16e2157ebce8c63a58acca75df65ca9 Author: Patrick Brown <opensource at whoopdedo.org> AuthorDate: Sun, 6 Dec 2015 15:09:42 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Reject
2019 Jan 25
0
[klibc:update-dash] builtin: Fix echo -n early termination
Commit-ID: 2de7c2ab8c5b4706b634054407d634d7cd43a8ea Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=2de7c2ab8c5b4706b634054407d634d7cd43a8ea Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 2 Sep 2016 21:14:39 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Fix echo -n
2019 Jan 25
0
[klibc:update-dash] builtin: Greater resolution in test -nt / test -ot
Commit-ID: bae97a14a3dab910cd57c1d36003b18a869f788f Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=bae97a14a3dab910cd57c1d36003b18a869f788f Author: Martijn Dekker <martijn at inlv.org> AuthorDate: Wed, 7 Mar 2018 17:32:29 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Greater resolution
2019 Jan 25
0
[klibc:update-dash] Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"
Commit-ID: eabc3f03d180c057167d3b9032410e5be2e51b32 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=eabc3f03d180c057167d3b9032410e5be2e51b32 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 25 Mar 2018 10:33:38 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] Revert
2019 Jan 25
0
[klibc:update-dash] builtin: Fix echo performance regression
Commit-ID: 3414beec73bd0e9ab4af10e15fa703205b93f616 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3414beec73bd0e9ab4af10e15fa703205b93f616 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 25 Mar 2018 11:50:36 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Fix echo
2019 Jan 25
0
[klibc:update-dash] builtin: Move echo space/nl handling into print_escape_str
Commit-ID: b29bd471a98347d6bd6b165062558733152e30f6 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=b29bd471a98347d6bd6b165062558733152e30f6 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sun, 25 Mar 2018 15:55:40 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] builtin: Move echo
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Fixed argument parsing crash in test
Commit-ID: f82f85d8be5ced5e6728792fea1a6dc089decf59 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f82f85d8be5ced5e6728792fea1a6dc089decf59 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 23 Aug 2013 21:58:55 +1000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [BUILTIN] Fixed