aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Merge branch 'master' into stdiostdiomaximilian attems8-25/+31
2011-12-15[klibc] Makefile: drop -2.6 suffix to linux source pathesmaximilian attems1-2/+2
2011-12-04[klibc] vsscanf: remove unused variablesGreg Thelen1-7/+0
2011-12-04[klibc] ipconfig: check poll() return valueGreg Thelen1-1/+1
2011-12-04[klibc] include: [sys/types.h] -> linux/types.h and __aligned_u64Maciej Żenczykowski1-0/+4
2011-12-04[klibc] kbuild: add static to prototypesmaximilian attems1-14/+13
2011-12-04[klibc] include: [limits.h] define OPEN_MAXmaximilian attems1-0/+2
2011-11-22Merge branch 'master' into stdioH. Peter Anvin1-1/+3
2011-09-05[klibc] include: [sys/file.h] define flock(2) theremaximilian attems2-1/+9
2011-09-03[klibc] fflush: add missing parenthesismaximilian attems1-1/+1
2011-09-03[klibc] include: [stdio.h] Add fileno() declarationmaximilian attems1-1/+3
2011-09-03[klibc] include: [stdio.h] Add getc_unlockedmaximilian attems1-0/+2
2011-09-01[klibc] include: [sys/stat.h] add mkfifo declarationmaximilian attems1-1/+3
2011-08-31[klibc] Next version is 2.0maximilian attems1-1/+1
2011-08-31[klibc] stdio: fix ferror()maximilian attems3-7/+8
2011-08-31[klibc] stdio: Add feof()maximilian attems3-1/+8
2011-08-31[klibc] f{open,read,write}: Retire the older sourcesmaximilian attems3-105/+0
2011-08-31Merge remote-tracking branch 'origin/stdio' into maks/stdiomaximilian attems16-46/+479
2011-08-30[klibc] include: [mntent.h] Add MNTTYPE_SWAP definitionmaximilian attems1-0/+2
2011-08-30[klibc] include: [sched.h] misssing pid_t definitionmaximilian attems1-0/+1
2011-08-30[klibc] include: [sched.h] fix POSIX conformancemaximilian attems1-1/+1
2011-08-29[klibc] include: [sys/socket.h] Fix bind and connect attributesmaximilian attems2-4/+4
2011-08-23[klibc] 1.5.25 released, next version is 1.5.26maximilian attems1-1/+1
2011-08-22[klibc] kinit: Add drop_capabilities support.klibc-1.5.25Mike Waychison4-0/+233
2011-08-17[klibc] test: Fix comment on top of sig-nodefermaximilian attems1-1/+1
2011-08-16[klibc] test: Add signal nodeferMatt Fleming2-0/+56
2011-08-08[klibc] include: [sys/ioctl.h] needs linux/sockios.hmaximilian attems1-0/+3
2011-08-08[klibc] Fix fstatat() family syscallsmaximilian attems1-1/+1
2011-08-07[klibc] kinit minor checkpatch cleanupmaximilian attems5-25/+21
2011-08-07[klibc] klcc: Enhance param parsing Mike Pagano1-3/+11
2011-08-04[klibc] fstype: fix possible null deref in check_for_modules()maximilian attems1-5/+5
2011-08-03[klibc] Add alphasort() support.Mike Waychison3-1/+15
2011-08-03[klibc] Add scandir() support.Mike Waychison3-1/+77
2011-08-03[klibc] include: [capability.h] kill names in argumentsmaximilian attems1-2/+2
2011-08-02[klibc] include: [socket.h] add missing definitionsmaximilian attems1-0/+2
2011-07-30[klibs] syscalls: Add capset and capgetMike Waychison3-0/+17
2011-07-27[klibc] 1.5.24 released, next version is 1.5.25maximilian attems1-1/+1
2011-07-27[klibc] add support for kexec_load()klibc-1.5.24maximilian attems1-0/+1
2011-07-26[klibc] header: Fix missing <sys/socket.h> includemaximilian attems2-0/+2
2011-07-26[klibc] Kbuild: fix parallel make install errorTim Harder1-1/+1
2011-07-14[klibc] losetup, minips: nuke double included headersmaximilian attems2-2/+0
2011-07-13[klibc] unlinkat: Add missing third flag argumentmaximilian attems2-2/+2
2011-07-10[klibc] gzip: Cleanup unused variablemaximilian attems1-2/+0
2011-07-08[klibc] kinit: checkpatch cleanupmaximilian attems4-13/+16
2011-07-08[klibc] nfsmount: various checkpatch fixesmaximilian attems4-42/+35
2011-07-08[klibc] fstype: minor checkpatch fixesmaximilian attems1-7/+13
2011-07-08[klibc] ipconfig: reduce checkpatch noisemaximilian attems3-25/+23
2011-07-07[klibc] tests: checkpatch fixletsmaximilian attems4-7/+6
2011-07-07[klibc] ls: fix various checkpatch complaintsmaximilian attems1-25/+48
2011-07-07[klibc] mount: whitespace policymaximilian attems1-2/+2
2011-07-07[klibc] readklink: remove unneeded bracesmaximilian attems1-2/+1
2011-07-07[klibc] sleep: have argument on next linemaximilian attems1-1/+2
2011-07-06[klibc] ipconfig: Don't try to guess the nameserverUlrich Dangel1-5/+0
2011-07-06[klibc] fstpye: no need for braces around return valuesmaximilian attems1-7/+7
2011-07-05[klibc] losetup: use stdout and return 0 for -hKarel Zak1-12/+17
2011-06-28[klibc] cpio: directly include fnmatchmaximilian attems1-2/+0
2011-06-28[klibc] cpio: cleanup O_BINARY usage.maximilian attems1-8/+2
2011-06-25[klibc] syscalls: Add sched_setaffinity, sched_getaffinity syscallsMike Waychison2-0/+4
2011-06-25[klibc] ipconfig: do_pkt_recv() refix ret initialisationmaximilian attems1-1/+1
2011-06-25[klibc] strndup(): Do not corrupt the memory poolRomain Izard1-1/+1
2011-06-25[klibc] strndup(): Fix out of bounds read accessRomain Izard1-3/+2
2011-06-14[klibc] 1.5.23 released, next version is 1.5.24maximilian attems1-1/+1
2011-06-14[klibc] strndup(): Fix possible null pointer dereferenceklibc-1.5.23maximilian attems1-2/+4
2011-06-12[klibc] utils add minimal mvmaximilian attems2-1/+72
2011-06-10[klibc] nfsmount: free rem_name on errorsmaximilian attems1-1/+5
2011-06-09[klibc] limits.h define LLONG_MIN, LLONG_MAX and ULLONG_MAXmaximilian attems1-3/+3
2011-06-03[klibc] dash merge updatemaximilian attems2-8/+37
2011-06-03[klibc] [PARSER] Fix clobbering of checkkwdHerbert Xu1-2/+3
2011-06-03[klibc] [DEBUG] Use va_copy when reusing a va_listJonathan Nieder1-1/+4
2011-06-03[klibc] [EXPAND] Free IFS state after here document expansionJonathan Nieder1-2/+5
2011-06-03[klibc] [SHELL] Improve LINENO supportHarald van Dijk12-44/+80
2011-06-03[klibc] [EVAL] Let funcnode refer to a function definition, not itsHarald van Dijk3-5/+5
2011-06-03[klibc] [SHELL] Port to SolarisBrian Koropoff18-13/+60
2011-06-03[klibc] [BUILTIN] Fix backslash handling in read(1)Herbert Xu4-13/+28
2011-06-03[klibc] [BUILTIN] Dotcmd should exit with zero when doing nothingJonathan Nieder1-3/+4
2011-06-03[klibc] [BUILTIN] Fix CTLESC clobbering by read(1)Herbert Xu1-1/+1
2011-06-03[klibc] [SHELL] Port to AIXBrian Koropoff2-1/+3
2011-06-03[klibc] [EXPAND] Do not split the result of tilde expansionJilles Tjoelker1-3/+0
2011-06-03[klibc] [REDIR] Replace GPL noclobberopen code with the FreeBSDJilles Tjoelker1-62/+15
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