search for: miscbltin

Displaying 15 results from an estimated 15 matches for "miscbltin".

2012 Oct 01
0
[klibc:master] [BUILTIN] Add support for ulimit -r
...h support 'ulimit -r' to set maximum realtime priority. Attached is a patch that adds the parameter to the builtin ulimit command and updates the manpage. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: maximilian attems <max at stro.at> --- usr/dash/miscbltin.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usr/dash/miscbltin.c b/usr/dash/miscbltin.c index 8be613a..09282be 100644 --- a/usr/dash/miscbltin.c +++ b/usr/dash/miscbltin.c @@ -447,6 +447,9 @@ static const struct limits limits[] = { #ifdef RLIMIT_LOCKS { "loc...
2019 Jan 25
0
[klibc:update-dash] trap: Globally rename pendingsigs to pending_sig
...rray or bit mask of pending singnals. Signed-off-by: Denys Vlasenko <dvlasenk at redhat.com> CC: dash at vger.kernel.org Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/jobs.c | 4 ++-- usr/dash/miscbltin.c | 2 +- usr/dash/trap.c | 10 +++++----- usr/dash/trap.h | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c index 5e080f6a..a2602bae 100644 --- a/usr/dash/jobs.c +++ b/usr/dash/jobs.c @@ -647,7 +647,7 @@ out: return retval; si...
2020 Mar 28
0
[klibc:update-dash] dash: trap: Globally rename pendingsigs to pending_sig
...rray or bit mask of pending singnals. Signed-off-by: Denys Vlasenko <dvlasenk at redhat.com> CC: dash at vger.kernel.org Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/jobs.c | 4 ++-- usr/dash/miscbltin.c | 2 +- usr/dash/trap.c | 10 +++++----- usr/dash/trap.h | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/usr/dash/jobs.c b/usr/dash/jobs.c index c1f9688f..333a2a22 100644 --- a/usr/dash/jobs.c +++ b/usr/dash/jobs.c @@ -647,7 +647,7 @@ out: return retval; si...
2019 Jan 25
0
[klibc:update-dash] builtin: Fix handling of trailing IFS white spaces
...ff-by: Herbert Xu <herbert at gondor.apana.org.au> Tested-by: Harald van Dijk <harald at gigawatt.nl> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/expand.c | 111 ++++++++++++++++++++++++++++++++++++--------------- usr/dash/expand.h | 2 +- usr/dash/miscbltin.c | 30 ++------------ 3 files changed, 83 insertions(+), 60 deletions(-) diff --git a/usr/dash/expand.c b/usr/dash/expand.c index c04ff6e1..9079b74b 100644 --- a/usr/dash/expand.c +++ b/usr/dash/expand.c @@ -50,6 +50,7 @@ #include <glob.h> #endif #include <ctype.h> +#include <s...
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Fix handling of trailing IFS white spaces
...ff-by: Herbert Xu <herbert at gondor.apana.org.au> Tested-by: Harald van Dijk <harald at gigawatt.nl> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/expand.c | 111 ++++++++++++++++++++++++++++++++++++--------------- usr/dash/expand.h | 2 +- usr/dash/miscbltin.c | 30 ++------------ 3 files changed, 83 insertions(+), 60 deletions(-) diff --git a/usr/dash/expand.c b/usr/dash/expand.c index c04ff6e1..9079b74b 100644 --- a/usr/dash/expand.c +++ b/usr/dash/expand.c @@ -50,6 +50,7 @@ #include <glob.h> #endif #include <ctype.h> +#include <s...
2004 Oct 16
1
181 and current Linus
...eference to `cpu_to_be32' make: *** [static/fstype] Error 1 rm dd.o fstype.o chroot.o [jonsmirl@smirl utils]$ [jonsmirl@smirl ash]$ make sh mknodes.sh nodetypes nodes.c.pat . sh mkinit.sh arith.c arith_lex.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c input.c jobs.c main.c memalloc.c miscbltin.c mystring.c nodes.c options.c parser.c redir.c show.c syntax.c trap.c output.c var.c test.c make: *** [init.c] Segmentation fault [jonsmirl@smirl ash]$ ===== Jon Smirl jonsmirl@yahoo.com _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http:/...
2012 Oct 05
0
2.0.2 klibc release
...| 2 +- usr/dash/config.h | 12 ++-- usr/dash/eval.c | 70 ++++++-------------- usr/dash/eval.h | 1 - usr/dash/main.c | 2 +- usr/dash/memalloc.c | 6 +- usr/dash/miscbltin.c | 3 + usr/dash/output.h | 15 ++++- usr/dash/parser.c | 2 +- usr/dash/show.c | 6 ++ usr/dash/var.c | 7 +- usr/dash/var.h | 6 ++ usr/...
2010 Mar 22
1
[git pull] dash, sh4, README's
...h/input.h | 3 +- usr/dash/jobs.c | 93 ++++---- usr/dash/main.c | 18 +- usr/dash/memalloc.c | 39 +--- usr/dash/memalloc.h | 9 +- usr/dash/miscbltin.c | 99 +++++--- usr/dash/mkbuiltins | 5 +- usr/dash/mksyntax.c | 6 +- usr/dash/mystring.c | 55 ++++- usr/dash/mystring.h | 6 +- usr/dash/options.c...
2005 Dec 13
2
Parallel build of dash still fails
Building dash in parallel still fails: GEN dash/builtins.def HOSTCC dash/mkinit HOSTCC dash/mknodes HOSTCC dash/mksignames HOSTCC dash/mksyntax dash/mksignames.c:59: warning: function declaration isn?t a prototype dash/mksignames.c:365: warning: function declaration isn?t a prototype dash/mksignames.c:386: warning: function declaration isn?t a prototype KLIBCCC
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...h/jobs.c | 93 ++++---- usr/dash/jobs.h | 2 +- usr/dash/main.c | 18 +- usr/dash/memalloc.c | 39 +--- usr/dash/memalloc.h | 9 +- usr/dash/miscbltin.c | 99 +++++--- usr/dash/mkbuiltins | 5 +- usr/dash/mksyntax.c | 6 +- usr/dash/mystring.c | 55 ++++- usr/dash/mystring.h | 6 +- usr/dash/options.c...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...h/jobs.c | 93 ++++---- usr/dash/jobs.h | 2 +- usr/dash/main.c | 18 +- usr/dash/memalloc.c | 39 +--- usr/dash/memalloc.h | 9 +- usr/dash/miscbltin.c | 99 +++++--- usr/dash/mkbuiltins | 5 +- usr/dash/mksyntax.c | 6 +- usr/dash/mystring.c | 55 ++++- usr/dash/mystring.h | 6 +- usr/dash/options.c...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...h/input.h | 3 +- usr/dash/jobs.c | 93 ++++---- usr/dash/main.c | 18 +- usr/dash/memalloc.c | 39 +--- usr/dash/memalloc.h | 9 +- usr/dash/miscbltin.c | 99 +++++--- usr/dash/mkbuiltins | 5 +- usr/dash/mksyntax.c | 6 +- usr/dash/mystring.c | 55 ++++- usr/dash/mystring.h | 6 +- usr/dash/options.c...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
.../packages/klibc-2.0.2/usr/dash -I/root/ofs/trunk/packages/klibc-2.0.2/usr/dash -include /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/config.h -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -c -o usr/dash/memalloc.o usr/dash/memalloc.c ppc-linux-gcc -Wp,-MD,usr/dash/.miscbltin.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: