aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-03[klibc] [EXPAND] Free IFS state in evalbackcmdHerbert Xu1-0/+1
2011-06-03[klibc] [SIGNAL] Mark status as volatile in exitshellMaciej Żenczykowski1-1/+1
2011-06-03[klibc] [BUILTIN] Stop documenting EXSHELLPROCJonathan Nieder2-11/+1
2011-06-03[klibc] [BUILTIN] Use EXEXIT in place of EXEXECJonathan Nieder3-3/+2
2011-06-03[klibc] [INPUT] Use exit status 127 when the script to run does notGerrit Pape1-1/+3
2011-06-03[klibc] [ERROR] Allow the originator of EXERROR to set the exitHerbert Xu3-4/+6
2011-06-03[klibc] [EVAL] Fixed trap/return regression due to SKIPEVAL removalHerbert Xu3-9/+12
2011-06-03[klibc] [EXPAND] Fix ifsfirst/ifslastp leak in casematchHerbert Xu1-0/+1
2011-06-03[klibc] [BUILTIN] Fix EXEXEC status clobberingHerbert Xu1-1/+1
2011-06-03[klibc] [BUILTIN] Fix trailing field bug in read(1)Herbert Xu1-8/+14
2011-06-03[klibc] [EXPAND] Fix ifsfirst/ifslastp leakHerbert Xu3-12/+21
2011-06-03[klibc] [JOBS] Debug compile fixmaximilian attems1-2/+1
2011-06-03[klibc] [VAR] Fix varinit ordering that broke fcJilles Tjoelker1-1/+2
2011-06-03[klibc] [EVAL] Check exit for eval NSUBSHELLGerrit Pape1-1/+1
2011-06-03[klibc] [EVAL] Removed dead code for eval NPIPEHerbert Xu1-6/+0
2011-06-03[klibc] [VAR] Fix loss of variables when hash collidesHerbert Xu2-14/+18
2011-06-03[klibc] [EVAL] Don't clear eflag in evalbackcmdGerrit Pape1-1/+0
2011-06-03[klibc] [BUILTIN] Continue after EINTR in read(1) with no pendingHerbert Xu1-2/+11
2011-06-03[klibc] [JOBS] Fix wait regression where it does not wait for allHerbert Xu3-3/+12
2011-06-03[klibc] [EXPAND] Fix corruption of redirections with byte 0x81Jilles Tjoelker1-2/+0
2011-06-03[klibc] [EVAL] Force fork if any trap is set, not just on EXITJilles Tjoelker3-8/+22
2011-06-03[klibc] [REDIR] Fix popredir on abnormal exit from built-inHerbert Xu3-13/+40
2011-06-03[klibc] [REDIR] Move null redirect checks into callerHerbert Xu2-15/+5
2011-06-03[klibc] [VAR] Do not poplocalvars prematurely on regular utilitiesHerbert Xu2-4/+6
2011-06-03[klibc] [VAR] Fix poplocalvar on abnormal exit from functionHerbert Xu3-6/+18
2011-06-03[klibc] [VAR] Replace cmdenviron with localvarsHerbert Xu4-42/+40
2011-06-03[klibc] [VAR] Move unsetvar functionality into setvareqHerbert Xu2-38/+18
2011-06-03[klibc] [VAR] Fix poplocalvar leakHerbert Xu1-5/+3
2011-06-03[klibc] [VAR] Add localvars nestingHerbert Xu3-11/+47
2011-06-03[klibc] [EVAL] Fix command -- crashGerrit Pape1-1/+2
2011-05-19[klibc] ppc64: Fix build failure with stricter asMatthias Klose1-8/+9
2011-05-19[klibc] arm: use conditional assignments for CPU_{ARCH,TUNE}Konstantinos Margaritis1-2/+2
2011-05-18[klibc] 1.5.22 released, next version is 1.5.23maximilian attems1-1/+1
2011-05-18[klibc] arm: no usage of ARM_VALID_IMM() anymoreklibc-1.5.22maximilian attems1-20/+0
2011-05-18[klibc] arm: use bx on thumb2 (v3)maximilian attems5-7/+29
2011-05-10[klibc] ipconfig: comment new escape functionmaximilian attems1-0/+5
2011-05-10[klibc] ipconfig: Escape DHCP options written to /tmp/net-$DEVCICE.confUlrich Dangel1-16/+39
2011-04-14[klibc] arm: Fix build failure with latest binutils Loïc Minier1-1/+1
2011-03-29[klibc] Makefile: Remove .config directory dependencyGreg Thelen1-1/+1
2011-03-29[klibc] klcc support the gcc parameter --paramMike Pagano1-0/+3
2011-03-29[klibc] ipconfig: Ignore configured devices in process_recieve_event.Ulrich Dangel1-0/+2
2011-03-29[klibc] ipconfig: Remove packet_peek and adjusted packet_rcv as well as proce...Ulrich Dangel3-48/+20
2011-03-29[klibc] ipconfig: Only peek and discard packets from specified device.Ulrich Dangel5-22/+20
2011-03-29Revert "[klibc] Use <stdarg.h> features in open() and openat()"maximilian attems4-24/+8
2011-01-30[klibc] Very minor various typo fixesGilles Espinasse3-3/+3
2011-01-30[klibc] Use <stdarg.h> features in open() and openat()Mikael Pettersson4-8/+24
2011-01-26[klibc] Cleanup useless empty lines at file endingmaximilian attems3-3/+0
2011-01-26[klibc] Cleanup various trailing whitespacesmaximilian attems7-16/+14
2011-01-25[klibc] 1.5.21 released, next version is 1.5.22maximilian attems1-1/+1
2011-01-25[klibc] Kbuild: Avoid infinite loop during build with make 3.82klibc-1.5.21Erik Johansson2-0/+6
2011-01-21[klibc] i386: disable the use of rt signal system calls for nowH. Peter Anvin1-2/+2
2010-11-20[klibc] lib: cleanup unused includesmaximilian attems6-6/+0
2010-11-20[klibc] tests: cleanup unused includesmaximilian attems4-4/+0
2010-11-20[klibc] kinit: cleanup unused includesmaximilian attems9-10/+0
2010-11-20[klibc] utils: cleanup unused includesmaximilian attems5-7/+1
2010-11-20[klibc] cat cleanup ugly ifdeferymaximilian attems1-21/+1
2010-11-14[klibc] nfsmounf: start_dummy_portmap() close fd on error pathmaximilian attems1-0/+2
2010-11-14[klibc] cpio: remove useless if before freemaximilian attems1-4/+2
2010-11-10[klibc] ipconfig: parse_device nuke unused variable imaximilian attems1-2/+2
2010-11-10[klibc] utils: mknod massagemaximilian attems1-1/+3
2010-11-10[klibc] utils: dd close fds on error pathesmaximilian attems1-2/+9
2010-11-10[klibc] utils: losesetup close fdmaximilian attems1-0/+1
2010-11-10[klibc] kinit: ramdisk_load() fix leakage on error pathmaximilian attems1-0/+2
2010-11-10[klibc] tests: fcntl close fdmaximilian attems1-0/+1
2010-10-30[klibc] fix typo in __static_inline macro definitionsMaciej Żenczykowski1-1/+1
2010-10-30[klibc] kbuild: enable reproducible buildsMaciej Żenczykowski2-6/+11
2010-10-20[klibc] kbuild: fix a compile warningmaximilian attems1-2/+3
2010-10-05[klibc] Macros to handle inlines when compiling in c99 modeH. Peter Anvin3-15/+38
2010-10-04[klibc] runinitlib: remove unused variableH. Peter Anvin1-1/+1
2010-10-04[klibc] sys/socket.h: include <sys/types.h>H. Peter Anvin1-0/+1
2010-08-28[klibc] 1.5.20 released, next version is 1.5.21maximilian attems1-1/+1
2010-08-25[klibc] run-init: get rid of over paranoid test for /initklibc-1.5.20maximilian attems1-4/+0
2010-08-25[klibc] ipconfig: non zero exit on timeoutErwan Velu1-5/+6
2010-08-25[klibc] ipconfig fix dns domainMichael Prokop1-1/+1
2010-08-25[klibc] ipconfig: differentiate between error and non-DHCP/BOOTP traffic in p...Julien BLACHE3-5/+6
2010-08-25[klibc] ipconfig: fix infinite loopJulien BLACHE1-0/+3
2010-08-10[klibc] 1.5.19 released, next version is 1.5.20H. Peter Anvin1-1/+1
2010-07-07[klibc] x86_64: MMCONFIG cleanup vestige from pre x86 mergeklibc-1.5.19maximilian attems1-3/+0
2010-07-07[klibc] fix build on native i386Sam Ravnborg1-0/+3
2010-07-07[klibc] valgrind: netdev_sif_addr fix unitialized valgrind errormaximilian attems1-0/+1
2010-07-07[klibc] ipconfig: packet_send() fix uninitialized valgrind errorsmaximilian attems1-9/+10
2010-07-07[klibc] Add ancillary data structures and macros to sys/socket.hMike Waychison1-0/+80
2010-07-07[klibc] CFLAGS: enable -fwrapvMike Waychison1-1/+2
2010-07-07[klibc] fstype: btrfs size endianness fixBenjamin Cama1-1/+1
2010-07-07[klibc] sh4: syscalls fixesAurelien Jarno4-9/+44
2010-07-07[klibc] fstype: list the includes in alphabetic ordermaximilian attems1-8/+8
2010-07-07[klibc] bootp_packet.h minor stylistic fixmaximilian attems1-1/+1
2010-07-07[klibc] resume: silence warning on resume trymaximilian attems1-1/+1
2010-06-20[klibc] add getrusage()Thorsten Glaser2-0/+3
2010-04-22[klibc] 1.5.18 released, next version is 1.5.19H. Peter Anvin1-1/+1
2010-04-21pull faccessat() system callklibc-1.5.18maximilian attems2-2/+0
2010-04-21[klibc] dash update sync commitmaximilian attems1-1/+1
2010-04-21[klibc] [JOBS] Fix for job control off warningH. Peter Anvin1-1/+1
2010-04-21[klibc] [BUILTIN] Use faccessat if availableHerbert Xu2-0/+25
2010-04-16Release 0.5.6.Herbert Xu1-3/+3
2010-04-16[klibc] [BUILTIN] Make trap signal name/number errors non-fatal.Herbert Xu1-2/+4
2010-04-02[klibc] dash: cd fix getpwdmaximilian attems1-3/+4
2010-03-28[klibc] fstype: btrfs supportmaximilian attems2-0/+71
2010-03-23[klibc] fstype: recognise ext4 without journalColin Watson1-8/+0
2010-03-23[klibc] kinit: use dprintf on DEBUGmaximilian attems9-49/+47
2010-03-23[klibc] nfsmount: use dprintf on DEBUGmaximilian attems5-21/+12
2010-03-23[klibc] ipconfig: use dprintf on DEBUGmaximilian attems5-45/+38
2010-03-22[klibc] ipconfig: Use memcpy to avoid strict aliasing warnings.Mike Waychison1-10/+17
2010-03-22[klibc] README update arch statusmaximilian attems1-2/+3
2010-03-22[klibc] sh4 build fixNobuhiro Iwamatsu1-1/+1
2010-03-22[klibc] add testcase for future arch socket foomaximilian attems2-0/+20
2010-03-22[klibc] gitignore fixup for test dirmaximilian attems1-0/+1
2010-03-22[klibc] dash update config.hmaximilian attems1-7/+85
2010-03-22[klibc] document klibc dash sync proceduremaximilian attems2-7/+25
2010-03-22[klibc] [ARITH] Fix logical or result valueJilles Tjoelker1-1/+1
2010-03-22[klibc] [REDIR] Do not truncate file for FROMTO redirectionHerbert Xu1-1/+1
2010-03-22[klibc] [ARITH] Fix binary operator parsingHerbert Xu1-10/+20
2010-03-22[klibc] [BUILTIN] Fix off-by-one recordregion in readcmdHerbert Xu1-1/+1
2010-03-22[klibc] [PARSER] Fix syntax array sizeJim Meyering1-3/+3
2010-03-22[klibc] [CD] Lookup PWD after going through CDPATHHerbert Xu1-10/+11
2010-03-22[klibc] [BUILTIN] Avoid compiler warnings on isdigitEric Blake1-1/+1
2010-03-22[klibc] [BUILTIN] Add another missing LC_COLLATE to mkbuiltinsMatthew Burgess1-1/+1
2010-03-22[klibc] [BUILTIN] Fix NUL termination in readcmdHerbert Xu1-1/+1
2010-03-22[klibc] [EVAL] Revert SKIPEVAL into EXEXITHerbert Xu3-16/+5
2010-03-22[klibc] [EVAL] Pass EV_TESTED into evalcmdHerbert Xu5-16/+23
2010-03-22[klibc] [SHELL] Add preliminary LINENO supportRocky Bernstein4-6/+18
2010-03-22[klibc] [BUILTIN] Honor tab as IFS whitespace when splitting fields in readcmdStefan Potyra3-35/+74
2010-03-22[klibc] [EXPAND] Fix quoted pattern patch breakageHerbert Xu3-5/+5
2010-03-22[klibc] [REDIR] Fix incorrect savefd conversionsHerbert Xu4-10/+8
2010-03-22[klibc] [PARSER] Use CHKNL to parse case statementsHerbert Xu1-4/+2
2010-03-22[klibc] [PARSER] Allow newlines after var name in for statementsHerbert Xu1-2/+2
2010-03-22[klibc] [JOBS] Do not close stderr when /dev/tty fails to openHerbert Xu1-0/+3
2010-03-22[klibc] [SIGNAL] Remove EXSIGHerbert Xu5-36/+8
2010-03-22[klibc] [JOBS] Fix dowait signal raceHerbert Xu3-33/+42
2010-03-22[klibc] [BUILD] Fixed build on OS XMark Mentovai2-2/+17
2010-03-22[klibc] [BUILD] Fixed build on NetBSDAleksey Cheusov1-0/+3
2010-03-21[klibc] [OPTIONS] Added support for -lHerbert Xu3-7/+17
2010-03-21[klibc] [SHELL] Expand ENV before using itHerbert Xu1-1/+3
2010-03-21[klibc] [INPUT] Made setinputfd staticHerbert Xu2-2/+2
2010-03-21[klibc] [BUILTIN] Made t_lex reentrantHerbert Xu1-21/+20
2010-03-21[klibc] [BUILTIN] Made aexpr/oexpr non-recursiveHerbert Xu1-12/+19
2010-03-21[klibc] [BUILTIN] Fixed 3,4-argument cases for test per POSIXHerbert Xu1-24/+57
2010-03-21[klibc] [EXPAND] Fixed non-leading slash treatment in expmetaHerbert Xu1-6/+8
2010-03-21[klibc] [ARITH] Fixed lexical error on & and |Gerrit Pape1-3/+5
2010-03-21[klibc] [SHELL] Added gitignoreDan McGee1-8/+4
2010-03-21[klibc] [SHELL] Use uninitialized_var to silence bogus warningsHerbert Xu2-2/+9
2010-03-21[klibc] [SHELL] Fixed klibc/klcc build problemsDan McGee3-0/+4
2010-03-21[klibc] [CD] Restored warning when getcwd failsHerbert Xu1-2/+5
2010-03-21[klibc] [CD] Test __GLIBC__ instead of _GNU_SOURCEHerbert Xu1-1/+1
2010-03-21[klibc] [CD] Restored non-glibc getcwd supportHerbert Xu1-2/+5
2010-03-21[klibc] [ERROR] Set default exvwarning2 arg0 for errors during early initiali...Herbert Xu1-1/+1
2010-03-21[klibc] [EXEC] Fixed _PATH_BSHELL warningHerbert Xu1-2/+4
2010-03-21[klibc] [JOBS] Fix cmdtxt crash on if statementsLarry Doolittle1-2/+3
2010-03-21[klibc] [EXPAND] Fix slash treatment in expmetaHerbert Xu1-7/+8
2010-03-21[klibc] [PARSER] Do not show prompts in expandstrHerbert Xu1-0/+8
2010-03-21[klibc] [PARSER] Add FAKEEOFMARK for expandstrHerbert Xu1-2/+12
2010-03-21[klibc] [ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape1-0/+6
2010-03-21[klibc] [BUILTIN] Add set +o supportRichard M Kreuter1-4/+12
2010-03-21[klibc] [EVAL] Fix bad pointer arithmetic in evalcommandSteve Langasek1-1/+2
2010-03-21[klibc] [EXPAND] Expand here-documents in the current shell environmentHerbert Xu3-23/+14
2010-03-21[klibc] [EXPAND] Removed herefd hackHerbert Xu4-16/+0
2010-03-21[klibc] [PARSER] Removed noexpand/length check on eofmarkHerbert Xu4-77/+40
2010-03-21[klibc] [PARSER] Fix here-doc corruptionHerbert Xu1-5/+6
2010-03-21[klibc] [EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert Xu1-17/+8
2010-03-21[klibc] [SHELL] Replace shared illnum message by badnum function.Herbert Xu3-6/+11
2010-03-21[klibc] [BUILTIN] Disallow completely blank strings in non-arithmetic context.Oleg Verych1-0/+7
2010-03-21[klibc] [EXEC] Fixed execing of scripts with no hash-bangHerbert Xu2-19/+5
2010-03-21[klibc] [BUILTIN] Use setvarint to set OPTINDHerbert Xu4-7/+6
2010-03-21[klibc] [EXPAND] Add likely flags in expariHerbert Xu1-2/+2
2010-03-21[klibc] [ARITH] Size optimisations in arithmetic lexerHerbert Xu1-26/+26
2010-03-21[klibc] [ARITH] Add assignment and intmax_t supportHerbert Xu12-204/+544
2010-03-21[klibc] [PARSER] Report substition errors at expansion timeHerbert Xu2-3/+8
2010-03-21[klibc] [BUILTIN] Use intmax_t arithmetic in testHerbert Xu3-27/+40
2010-03-21[klibc] [VAR] Remove setvarsafeHerbert Xu3-51/+23
2010-03-21[klibc] [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Herbert Xu1-3/+1
2010-03-21[klibc] [MEMALLOC] Add pushstackmarkHerbert Xu4-26/+11
2010-03-21[klibc] [MEMALLOC] Made grabstackblock an inline wrapper for stallocHerbert Xu2-9/+5
2010-03-21[klibc] [PARSER] Size optimisations in parameter expansion parserHerbert Xu1-9/+7
2010-03-21[klibc] [PARSER] Fix parsing of ${##1}Herbert Xu1-9/+22
2010-03-21[klibc] [PARSER] Recognise here-doc delimiters terminated by EOFHerbert Xu1-2/+8
2010-03-21[klibc] [EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples1-0/+4
2010-03-21[klibc] [EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu10-101/+63
2010-03-21[klibc] [EXPAND] Do not expand tilde in parameter expansion within quotesHerbert Xu2-8/+4
2010-03-21[klibc] [PARSER] Remove arithmetic expansion collapsing at parse timeHerbert Xu1-15/+7
2010-03-21[klibc] [PARSER] Remove superfluous dblquote settings when ending arithHerbert Xu1-4/+0
2010-03-21[klibc] [PARSER] Remove superfluous arinest test for dqvarnestHerbert Xu1-2/+1
2010-03-21[klibc] [PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu1-3/+2
2010-03-21[klibc] [EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu1-1/+2
2010-03-21[klibc] [EXPAND] Do not quote back slashes in parameter expansions outside qu...Herbert Xu3-6/+8
2010-03-21[klibc] [BUILTIN] test: little size and speed optimizationsOleg Verych1-2/+2
2010-03-21[klibc] [BUILTIN] test: White space fixesOleg Verych1-5/+5
2010-03-21[klibc] [SHELL] Move flushall to the point just before _exitHerbert Xu1-1/+1
2010-03-21[klibc] [SHELL] Restore foreground process group on exitHerbert Xu1-1/+7
2010-03-21[klibc] mv worthwile README's to ease packagingmaximilian attems5-4/+4
2010-03-19[klibc] Make _KLIBC_SYS_SOCKETCALL a normal klibc config variableH. Peter Anvin2-1/+13
2010-03-20[klibc] 1.5.17 released, next version is 1.5.18H. Peter Anvin1-1/+1
2010-03-19[klibc] losetup: fix pointer type warningsklibc-1.5.17H. Peter Anvin2-4/+4
2010-03-19[klibc] Makefile: add help targetmaximilian attems1-0/+22
2010-03-19[klibc] socketcalls: add parens around defined()H. Peter Anvin1-1/+1
2010-03-16[klibc] ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING stateLouis Rilling1-1/+1
2010-03-16[klibc] ipconfig: Fix missing dhcp_end fieldLouis Rilling2-2/+2
2010-03-15[klibc] ipconfig may discard useful packetsΆλκης Γεωργόπουλος4-20/+43
2010-03-15[klibc] add losetupmaximilian attems3-1/+533
2010-03-15[klibc] sparc, sparc64 use sys_socketcall unconditionallymaximilian attems4-1/+5
2010-03-15[klibc] sparc use cleaned up, merged <linux/signal.h>maximilian attems1-8/+1