similar to: [klibc:update-dash] dash: mkinit: Split reset into exitreset and reset

Displaying 20 results from an estimated 200 matches similar to: "[klibc:update-dash] dash: mkinit: Split reset into exitreset and reset"

2020 Mar 28
0
[klibc:update-dash] dash: eval: Only restore exit status on exit/return
Commit-ID: 0d63aab8d433cd244e221aee978d2bcd4153cd1a Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0d63aab8d433cd244e221aee978d2bcd4153cd1a Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 14 Dec 2018 13:52:02 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: eval: Only
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
some files depend on nodes.h, but there is no dependency for that fact. olaf@mandarine:~/klibc-0.87> grep -Er 'include.*nodes.h' ash/ | sed 's-^[^/]\+/\([^.]*\).*-\1.o-' | xargs echo OBJ_NODES = OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o make spotless doesnt work reliable, the patch adds a few more targets. Is
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Exit without arguments in a trap should use status outside traps
Commit-ID: d87680c971e35a218ca10941c6014ae9861e6a55 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d87680c971e35a218ca10941c6014ae9861e6a55 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 6 Oct 2014 10:39:47 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Exit without
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Commit-ID: 85a5a4a9d96c0c680597432f1e4454718e7ad101 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=85a5a4a9d96c0c680597432f1e4454718e7ad101 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 6 Oct 2014 10:39:47 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [BUILTIN] Exit
2019 Jan 25
0
[klibc:update-dash] input: Move all input state into parsefile
Commit-ID: a61f802e418cd4cf282ccdb60229335e0c09f3bf Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a61f802e418cd4cf282ccdb60229335e0c09f3bf Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 5 Jan 2015 22:42:32 +1100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] input: Move all input
2020 Mar 28
0
[klibc:update-dash] dash: input: Move all input state into parsefile
Commit-ID: 7976a4e8b6d3adc72d9a07f37a8f470f7345c6db Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=7976a4e8b6d3adc72d9a07f37a8f470f7345c6db Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 5 Jan 2015 22:42:32 +1100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: input: Move all
2010 Oct 19
3
[PATCH] Fix up 3 klibc build warnings.
klibc/scripts/basic/fixdep.c: In function 'traps': klibc/scripts/basic/fixdep.c:368: warning: dereferencing type-punned pointer will break strict-aliasing rules klibc/scripts/basic/fixdep.c:370: warning: dereferencing type-punned pointer will break strict-aliasing rules klibc/usr/dash/jobs.c: In function 'sprint_status': klibc/usr/dash/jobs.c:427: warning: format not a string
2004 Jan 27
1
[PATCH] ash make deps
a make -j may fail without it. --- klibc/ash/Makefile.orig 2004-01-27 13:43:02.000000000 +0000 +++ klibc/ash/Makefile 2004-01-27 13:44:34.000000000 +0000 @@ -13,6 +13,7 @@ OBJ2 = builtins.o cd.o dirent.o bltin/ec OBJS = $(OBJ1) $(OBJ2) OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o +OBJ_BUILTINS = b.o eval.o exec.o SRCROOT =
2020 Mar 28
0
[klibc:update-dash] dash: var: Set IFS to fixed value at start time
Commit-ID: 6dc1db1bce863f0e0e0abda1b9a58d8cb22863ca Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6dc1db1bce863f0e0e0abda1b9a58d8cb22863ca Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 19 May 2018 02:39:43 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: var: Set IFS to
2019 Jan 25
0
[klibc:update-dash] input: Remove HETIO
Commit-ID: e1eb3db72782a1a27bdaa64f8af53450986914c2 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e1eb3db72782a1a27bdaa64f8af53450986914c2 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 5 Jan 2015 22:20:45 +1100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] input: Remove HETIO
2020 Mar 28
0
[klibc:update-dash] dash: input: Remove HETIO
Commit-ID: e14ba93ad4c4ab9fa8851316d317a4c32d9745eb Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e14ba93ad4c4ab9fa8851316d317a4c32d9745eb Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 5 Jan 2015 22:20:45 +1100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: input: Remove
2010 Apr 06
1
[patch v2] dash fix for job control off warning
fix subject and added warning to patch mail, thanks for review. ----- Forwarded message from "H. Peter Anvin" <hpa at zytor.com> ----- Date: Mon, 29 Mar 2010 15:07:01 -0700 From: "H. Peter Anvin" <hpa at zytor.com> To: maximilian attems <max at stro.at> Cc: Colin Watson <cjwatson at ubuntu.com>, klibc at zytor.com, Herbert Xu <herbert at
2019 Jan 25
0
[klibc:update-dash] [SHELL] Optimize dash -c "command" to avoid a fork
Commit-ID: eb90545092a27ae45567f072c1a5912ee41e75ad Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=eb90545092a27ae45567f072c1a5912ee41e75ad Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Thu, 7 Jul 2011 13:58:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [SHELL] Optimize dash
2020 Mar 28
0
[klibc:update-dash] dash: [SHELL] Optimize dash -c "command" to avoid a fork
Commit-ID: a99e81cedacbfaed18e580455969667f2320de5e Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a99e81cedacbfaed18e580455969667f2320de5e Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Thu, 7 Jul 2011 13:58:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:10:37 +0000 [klibc] dash: [SHELL] Optimize
2004 Oct 18
0
Error building ash: trap.c:398: error: conflicting types for 'onsig'
Hello, I get this error building ash (with gcc 3.4.2): trap.c:398: error: conflicting types for 'onsig' trap.h:43: error: previous declaration of 'onsig' was here trap.c:398: error: conflicting types for 'onsig' trap.h:43: error: previous declaration of 'onsig' was here trap.c: In function `onsig': trap.c:399: warning: passing arg 2 of `bsd_signal' from
2010 Mar 22
0
latest dash compile warnings
Seeing this in synced dash KLIBCCC usr/dash/trap.o usr/dash/trap.c: In function ?exitshell?: usr/dash/trap.c:376: warning: suggest braces around empty body in an ?if? statement usr/dash/trap.c:352: warning: variable ?status? might be clobbered by ?longjmp? or ?vfork? anything else is clean. gcc --version gcc (Debian 4.4.2-9) 4.4.3 20100108 (prerelease)
2020 Mar 28
0
[klibc:update-dash] dash: main: Only set savestatus in exitcmd
Commit-ID: bb0a62dfa61fec6497f1409c3cdfe8ceec94f1fa Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=bb0a62dfa61fec6497f1409c3cdfe8ceec94f1fa Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 19 May 2018 02:39:38 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: main: Only set
2007 Aug 23
0
[git patch] klibc dash 0.5.4 update
hello hpa, please pull for the dash update git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks with this changes: Alexey Gladkov (1): Check return code for getgroups and fwrite Herbert Xu (17): Remove unnecessary truncation in _STPUTC Always call conv_escape_str in echocmd Fix \c spillage across echo commands Release 0.5.3. Make eval with empty
2011 Jun 14
0
klibc 1.5.23 release
This release features a dash sync to latest dash git (We continue in the tradition of providing the freshest dash), porter fixes for arm Debian and ppc64 Ubuntu. To the utils got added a minimal mv, so that /run initramfs content can be moved to the real rootfs. The shortlog is dominated by dash commits, plus usual minimal fixes. git repository: git://git.kernel.org/pub/scm/libs/klibc/klibc.git
2004 Oct 16
1
181 and current Linus
klibc appears to build ok, some of the apps fail gcc -Wp,-MD,.fstype.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g -falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32 -I../include -I../linux/include -I../linux/include2 -W -Wall -c -o fstype.o fstype.c fstype.c: In function `romfs_image':