aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-15[klibc] Use x86_32 cleaned up signal.hmaximilian attems1-102/+2
2010-03-13[klibc] 1.5.16 released, next version is 1.5.17H. Peter Anvin1-1/+1
2010-03-13[klibc] Handle KLIBCKERNEL{SRC,OBJ} without final slashklibc-1.5.16H. Peter Anvin6-11/+13
2010-03-13[klibc] Replace cg-rm-for-kernel.sh with git-rm-for-kernel.shH. Peter Anvin1-1/+1
2010-03-13assert.h: Document that NDEBUG suppresses side effectsH. Peter Anvin1-0/+6
2010-03-13[klibc] inet_aton() fix inverted return valuemaximilian attems1-1/+1
2010-03-13[klibc] x86_64: io.h Fix inb, inw inl returnsPierre Guinoiseau1-3/+3
2010-03-13[klibc] readlink: be silent on failuremaximilian attems1-1/+0
2010-03-13[klibc] dummy ferrorJon Ringle1-0/+7
2010-03-13[klibc] Fix assert when NDEBUG definedJon Ringle1-1/+1
2010-03-13[klibc] Fix arm signalsJon Ringle1-2/+110
2010-03-13[klibc] Support for multiple devices specified on the root= cmdline.Mike Waychison4-0/+36
2010-03-13[klibc] Drop unused argument root_dev to ramdisk_load()Mike Waychison3-3/+3
2010-03-13[klibc] Include sys/socket.h from net/if_arp.hMike Waychison1-0/+2
2010-03-13[klibc] Define types and values in sys/socket.hMike Waychison1-1/+132
2010-03-13[klibc] netdev.c needs sockios.hMike Waychison1-0/+1
2010-03-13[klibc] packet.h needs a definition for struct iovecMike Waychison1-0/+2
2010-03-13[klibc] Add missing NFS mount RPC call ordinals.Mike Waychison1-0/+7
2010-03-13[klibc] Fix asm includes for newer kernel sources.Mike Waychison4-2/+8
2010-03-13[klibc] Update socketcalls.pl commands to use $(srctree)Mike Waychison1-5/+5
2010-03-13[klibc] Update syscalls.pl commands to use $(srctree)Mike Waychison1-26/+29
2010-03-13[klibc] Fix flags to always use relative paths.Mike Waychison1-5/+0
2010-03-13[klibc] Specify VPATHMike Waychison1-0/+3
2010-03-13[klibc] Fix srctree references in build.Mike Waychison2-5/+5
2010-03-13[klibc] Allow override of klibc .config locationMike Waychison2-6/+7
2010-03-13[klibc] Remove redundent include of the klibc .configMike Waychison1-3/+0
2010-03-13[klibc] Allow kernel sources to be specified on the command lineMike Waychison1-4/+6
2009-08-09[klibc] utils: add simple lsAlexey Gladkov2-1/+205
2009-08-09[klibc] use headers_install to install headersJon Ringle1-10/+1
2009-08-09Merge commit 'maks/maks'H. Peter Anvin11-23/+169
2009-08-09ipconfig: send requested hostname in DHCP discover/requestAron Griffis3-3/+24
2009-08-09ipconfig: omit zero-length DHCP vendor_class_identifierAron Griffis1-10/+21
2009-08-09[klibc] fix must_inline macro in klibc/compiler.h for gcc-4.3Jon Ringle1-1/+6
2009-08-09[klibc] 1.5.15 released, next version is 1.5.16H. Peter Anvin1-1/+1
2009-01-04ctype.h: shut up new gcc warningklibc-1.5.15H. Peter Anvin2-30/+32
2009-01-04fstype: Fix ext4/ext4dev probingTheodore Ts'o1-14/+130
2008-12-23klibc: malloc.h: fix incorrect commentH. Peter Anvin1-1/+1
2008-12-23klibc: <klibc/compiler.h>: make __likely/__unlikely booleanizeH. Peter Anvin1-4/+4
2008-09-07[klibc] ipconfig: set null ciaddr on DHCPREQUEST during SELECTING statemaximilian attems1-1/+2
2008-09-07[klibc] ipconfig: raise field length for rootpath DHCP optionmaximilian attems1-1/+1
2008-09-07[klibc] mount: read /proc/mounts preferablymaximilian attems1-2/+2
2008-09-07[klibc] mount: list fs of particular typemaximilian attems1-4/+6
2008-09-07[klibc] mount: list all mounted file systemsmaximilian attems1-0/+32
2008-09-07[klibc] mount: add help arg for usage()maximilian attems1-12/+18
2008-09-07[klibc] add getmntent()maximilian attems3-1/+64
2008-09-07[klibc] Add initial mntent.h with setmntent() and endmntent()maximilian attems4-1/+35
2008-09-07[klibc] add strtok_r()maximilian attems4-8/+16
2008-09-03klibc: add posix_openpt()H. Peter Anvin3-1/+17
2008-07-30[klibc] 1.5.14 released, next version is 1.5.15H. Peter Anvin1-1/+1
2008-07-30klibc: Default signal(3) to bsd_signal(3)klibc-1.5.14H. Peter Anvin3-11/+7
2008-07-20[klibc] 1.5.13 released, next version is 1.5.14H. Peter Anvin1-1/+1
2008-07-13[klibc] chroot: Fix expected behaviourklibc-1.5.13maximilian attems1-2/+7
2008-07-13[klibc] nfsmount: improve error messagemaximilian attems1-2/+2
2008-07-13[klibc] README: add klibc emailmaximilian attems1-0/+2
2008-07-13[klibc] malloc fix compile with DEBUG_MALLOCmaximilian attems1-0/+1
2008-07-07[klibc] 1.5.12 released, next version is 1.5.13H. Peter Anvin1-1/+1
2008-07-07[klibc] memmove: when we do std, we need to also cldklibc-1.5.12H. Peter Anvin1-2/+2
2008-06-22[klibc] make fflush() static inlineH. Peter Anvin1-1/+1
2008-06-22[klibc] cpio: don't use sscanf()H. Peter Anvin1-25/+29
2008-06-16[klibc] 1.5.11 released, next version is 1.5.12H. Peter Anvin1-1/+1
2008-06-16[klibc] fstype: fix ext4dev detectionklibc-1.5.11maximilian attems2-5/+42
2008-06-15[klibc] mount: allow multiple fs on vfstype argDavid Härdeman1-1/+3
2008-06-15Makefile (ARCH): Support sh4 as sh.Arthur Loiret1-1/+1
2008-06-15[klibc] run-init: drop executable stackmaximilian attems1-0/+4
2008-06-13[klibc] ipconfig: clean up overlong linesH. Peter Anvin4-12/+18
2008-06-13[klibc] ipconfig may accept DHCPOFFER as DHCPACKΆλκης Γεωργόπουλος2-7/+18
2008-06-05klibc: avoid .gitignore in the include directoryH. Peter Anvin2-2/+2
2008-06-05[klibc] 1.5.10 released, next version is 1.5.11H. Peter Anvin1-1/+1
2008-06-05klibc: Update .gitignore filesklibc-1.5.10H. Peter Anvin3-2/+14
2008-06-05klibc: dmesg utility: remove unused variableH. Peter Anvin1-1/+0
2008-06-05klibc: Add minimal Unix authentication support to the spoofing portmapperLouis Rilling2-20/+115
2008-06-05klibc: Fix termination of the spoofing portmapperLouis Rilling1-4/+5
2008-06-02dmesg: fix the stripping of priority codesH. Peter Anvin1-14/+23
2008-04-03i386: get rid of expensive xchgl to memoryH. Peter Anvin2-9/+9
2008-03-28[klibc] 1.5.9 released, next version is 1.5.10H. Peter Anvin1-1/+1
2008-03-28[klibc] mknod: allow to specify modeklibc-1.5.9maximilian attems1-2/+14
2008-03-28[klibc] utils: quick codingstyle cleanupsmaximilian attems7-50/+57
2008-03-28[klibc] ipconfig: fix indef loop with multiple interfacesMichal Sojka1-0/+1
2008-03-28[klibc] fstype: nilfs2 supportStephane Chazelas2-0/+79
2008-03-28[klibc] nfsmount: added options support for [no]aclDavid Flynn1-0/+2
2008-03-28[klibc] fstype: fix size returned for jfsStephane Chazelas1-1/+1
2008-03-28[klibc] mount/umount FUSE supportColin Watson2-4/+14
2008-03-25[klibc] .gitingore: move havesyscall.h entry to top .gitignoremaximilian attems2-1/+3
2007-12-12[klibc] Kbuild.install header install target cleanupmaximilian attems1-4/+4
2007-12-12[klibc] kinit: skip md assembly if mdX existsAaron Griffin1-0/+4
2007-12-11[klibc] 1.5.8 released, next version is 1.5.9H. Peter Anvin1-1/+1
2007-12-11[klibc] fstype add squashfs-lzma magicklibc-1.5.8Kel Modderman2-1/+10
2007-12-10[klibc] ipconfig fix DHCPREQUEST per RFC 2131maximilian attems1-1/+1
2007-09-22[klibc] remove local insmod.c copymaximilian attems2-143/+1
2007-09-22[klibc] elf.h add support for st_info fieldmaximilian attems3-0/+18
2007-09-22[klibc] klibc/socketcalls/.gitignore additionmaximilian attems1-0/+1
2007-09-04[klibc] 1.5.7 released, next version is 1.5.8H. Peter Anvin1-1/+1
2007-09-04[klibc] uname.c declare functions as staticklibc-1.5.7maximilian attems1-2/+2
2007-09-04[klibc] sleep.c, usleep.c include unistd.hmaximilian attems2-0/+2
2007-09-04[klibc] kinit/ last missing includesmaximilian attems2-0/+3
2007-09-04[klibc] getintfile.c, readfile.c include kinit.hmaximilian attems2-0/+4
2007-09-04[klibc] unistd.h declare nice()maximilian attems1-0/+1
2007-09-03[klibc] qsort, sleep, strntoumax, strtox, usleep include stdlib.hmaximilian attems5-0/+5
2007-09-03[klibc] add some specific .gitignoremaximilian attems3-0/+4
2007-09-03[klibc] strtotimex include time.hmaximilian attems1-0/+1
2007-09-03[klibc] do_mounts_md.c include kinit.hmaximilian attems1-0/+1
2007-09-03[klibc] ctype.h declare char classification functionsmaximilian attems1-0/+16
2007-09-03[klibc] getpwnam, getpwuid include pwd.hmaximilian attems2-0/+4
2007-09-03[klibc] getgrgid, getgrnam include grp.hmaximilian attems2-0/+4
2007-09-03[klibc] grp.h: Add declaration of getgrgid(), getgrnam()maximilian attems1-0/+2
2007-08-24[klibc] 1.5.6 released, next version is 1.5.7H. Peter Anvin1-1/+1
2007-08-25[klibc] cpio: preprocessor cleanupsklibc-1.5.6maximilian attems1-28/+6
2007-08-25[klibc] add bzero()maximilian attems3-1/+8
2007-08-25[klibc] devname.c: include kinit.hmaximilian attems1-0/+2
2007-08-25[klibc] resume, kill: axe unused envp usagemaximilian attems2-2/+2
2007-08-25[klibc] strcspn, strpbrk, strspn include string.hmaximilian attems3-0/+6
2007-08-25[klibc] kinit, mknod: s/(major|minor)/\1_num/maximilian attems3-21/+21
2007-08-25[klibc] readlink: s/link/link_name/maximilian attems1-5/+5
2007-08-25[klibc] cpio: small cleanupsmaximilian attems1-34/+21
2007-08-25[klibc] mount: add -n optionmaximilian attems1-2/+5
2007-08-25[klibc] mount: add nodev, noexec and nosuid optionsmaximilian attems1-0/+3
2007-08-24[klibc] Export __page_size and __page_shift to allow -WnestedH. Peter Anvin1-2/+3
2007-08-23[klibc] 1.5.5 released, next version is 1.5.6H. Peter Anvin1-1/+1
2007-08-23Merge commit 'maks/maks'klibc-1.5.5H. Peter Anvin17-134/+137
2007-08-23README.klibc: dash update to latest HEADmaximilian attems1-1/+1
2007-08-23Release 0.5.4.Herbert Xu1-3/+3