aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-13[klibc] Framework and trivial implementation of sysconf(3)sysconfH. Peter Anvin5-4/+56
2012-10-05[klibc] 2.0.2 released, next version is 2.0.3H. Peter Anvin1-1/+1
2012-10-03[klibc] [PATCH] fix ARM longjmp with zero 'val'.klibc-2.0.2Bill Pringlemeir1-4/+3
2012-10-01[klibc] dash: resync with latest gitmaximilian attems1-1/+1
2012-10-01[klibc] [BUILTIN] Add support for ulimit -rChristoph Mathys1-0/+3
2012-10-01[klibc] Avoid overflow for very long variable nameJim Meyering1-1/+1
2012-10-01[klibc] include: [sys/time.h] fix for Linux 3.5.1Colin Watson1-0/+3
2012-10-01[klibc] arm: remove unused variable Thorsten Glaser1-1/+0
2012-10-01[klibc] arm: unbreak armhf shared binaries (those with thumb)Thorsten Glaser1-1/+1
2012-10-01[klibc] arm: fix trashing of callee-saved registers in thumb setjmp()Thorsten Glaser1-0/+3
2012-07-03[klibc] kbuild: Fix permissions of headersmaximilian attems1-0/+1
2012-07-02[klibc] dash: sync with latest gitmaximilian attems2-7/+8
2012-07-02[klibc] [VAR] Sanitise environment variable names on entryHerbert Xu1-1/+2
2012-07-02[klibc] [SHELL] Allow building without LINEO supportDavid S. Miller2-0/+10
2012-07-02[klibc] [ARITH] Avoid imaxdiv when only one of the results is wantedHarald van Dijk1-9/+0
2012-07-02[klibc] [SHELL] Fix klibc DEBUG compilationmaximilian attems1-0/+6
2012-07-02[klibc] [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leavin...Herbert Xu3-3/+2
2012-07-02[klibc] [EVAL] Avoid using undefined handlerJim Meyering1-2/+2
2012-07-02[klibc] [MEMALLOC] Avoid clang warning about dead store to "size"Jim Meyering1-1/+1
2012-07-02[klibc] [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not usedJim Meyering1-3/+1
2012-07-02[klibc] [BUILTIN] Eliminate unnecessary promotion in echocmdHerbert Xu1-1/+1
2012-07-02[klibc] [OUTPUT] Make outc an inline functionJonathan Nieder1-2/+13
2012-07-02[klibc] [EVAL] Remove unused EV_BACKCMD flagJonathan Nieder1-45/+19
2012-07-01[klibc] arm/setjmp.S: fix longjmpSteve McIntyre1-1/+3
2012-06-29[klibc] inlcude: [mips*/klibc/archstat.h] get rid of nlink_tmaximilian attems2-2/+6
2012-06-29[klibc] include: [ppc64/klibc/archstat.h] get rid of nlink_t usemaximilian attems1-1/+1
2012-06-29[klibc] include: [sys/types.h] bury __kernel_nlink_tmaximilian attems1-1/+0
2012-06-28[klibc] 2.0.1 released, next version is 2.0.2H. Peter Anvin1-1/+1
2012-06-28[klibc] Fix gethostname()/getdomainname()klibc-2.0.1Maciej Żenczykowski2-2/+2
2012-06-28[klibc] nfsmount: Fix wrong NFS umount pathBenjamin Cama1-2/+2
2012-05-30[klibc] 2.0 released, next version is 2.0.1H. Peter Anvin1-1/+1
2012-05-29[klibc] include: [limits.h] define MB_LEN_MAXklibc-2.0maximilian attems1-0/+3
2012-05-29[klibc] alpha: fix signal handler setup on DEC AlphaThorsten Glaser3-2/+8
2012-05-29[klibc] capabilities: Use fflush() instead of fseek()maximilian attems1-2/+2
2012-05-27[klibc] kinit: Fix capabilities alternate read/write io without flushmaximilian attems1-0/+3
2012-05-25[klibc] README update arch statusmaximilian attems1-5/+4
2012-05-24[klibc] sys/sysmacros.h: define major, minor, and makedev as macrosH. Peter Anvin1-6/+10
2012-05-24[klibc] sys/sysmacros.h: use __static_inlineH. Peter Anvin1-6/+5
2012-05-23[klibc] Add faccessat() system callmaximilian attems2-0/+2
2012-05-23[klibc] include: [limits.h] define SSIZE_MAXmaximilian attems1-0/+2
2012-05-22[klibc] include: [stdio.h] add clearerr() prototypemaximilian attems1-0/+1
2012-05-22[klibc] klcc.1: document -nostdincmaximilian attems1-0/+3
2012-05-22[klibc] include: [sys/elfcommon.h] define STN_UNDEFmaximilian attems1-0/+3
2012-05-22[klibc] include: [sys/socket.h] define SOMAXCONNmaximilian attems1-0/+3
2012-05-22[klibc] ipconfig: Use /run/ directory for script filemaximilian attems1-1/+2
2012-05-22[klibc] ipconfig: Append padding if DHCP packet length < 300 octetsKUMAAN2-1/+20
2012-05-22[klibc] ipconfig: Write $DOMAINSEARCH as domain-searchKUMAAN5-3/+253
2012-05-22[klibc] tests: Add simple sscanf checkmaximilian attems2-0/+40
2012-05-21[klibc] Move SEEK_ constants to a common header fileH. Peter Anvin4-4/+17
2012-05-21[klibc] Add pipe2() system callH. Peter Anvin2-0/+2
2012-05-21[klibc] Add dup3() system callH. Peter Anvin2-0/+2
2012-05-21[klibc] Add trivial lseek testH. Peter Anvin2-0/+16
2012-05-21[klibc] lseek: give gcc a little optimization hintH. Peter Anvin1-2/+3
2012-05-21[klibc] Rename llseek.c to lseek.cH. Peter Anvin2-2/+2
2012-05-21[klibc] SYSCALLS.def: add openat() on 64-bit platformsH. Peter Anvin1-0/+1
2012-05-21[klibc] klcc: pass down -vmaximilian attems1-1/+1
2012-05-19[klibc] ipconfig: A bit more robust bootp/dhcp option parsingKUMAAN2-9/+28
2012-05-19[klibc] ipconfig: Write $PROTO as configuration protocolKUMAAN2-4/+28
2012-05-19[klibc] ipconfig: Write $DHCPLEASETIME as dhcp-lease-timeKUMAAN3-0/+7
2012-05-19[klibc] ipconfig: Write $UPTIME as uptimeKUMAAN2-0/+13
2012-05-18[klibc] sh4: switch to RT signalsThorsten Glaser1-1/+2
2012-05-18[klibc] Makefile: help document V=2 switchmaximilian attems1-0/+1
2012-05-18[klibc] arm: use rt signalsmaximilian attems1-0/+3
2012-05-18[klibc] sigsuspend: unbreak s390xThorsten Glaser1-1/+1
2012-05-18[klibc] unbreak powerpc buildsThorsten Glaser2-2/+2
2012-05-18[klibc] mips: define O_CLOEXECmaximilian attems1-0/+1
2012-05-17[klibc] kbuild: sync with kernel 3.4-rc7Sam Ravnborg2-55/+180
2012-05-17[klibc] fwrite: fix the implementation of _IONBFH. Peter Anvin1-2/+2
2012-05-17[klibc] Use RT signal system calls on MIPSH. Peter Anvin2-0/+6
2012-05-15[klibc] stdio: don't force stdin and stdout to line bufferedH. Peter Anvin1-4/+0
2012-05-15klibc: fseek: use >= 0 to test for lseek() successH. Peter Anvin1-1/+1
2012-05-15[klibc] fseek: remove redundant clearing of obytesH. Peter Anvin1-1/+0
2012-05-15[klibc] stdio: don't cache the file pointerH. Peter Anvin7-22/+10
2012-05-15[klibc] Define fseeko and ftello as macrosH. Peter Anvin1-0/+2
2012-05-15[klibc] Change stdio prefix from _io_ to _IO_H. Peter Anvin13-37/+37
2012-05-15[klibc] Don't set the file pointer to -1 if unseekableH. Peter Anvin1-1/+3
2012-05-15[klibc] run-init: add drop_capabilities supportKees Cook7-14/+39
2012-05-15[klibc] kinit: Parse mount command options properly.Curt Wohlgemuth1-28/+164
2012-05-15[klibc] kinit: Create block device for mount commands if needed.Curt Wohlgemuth1-2/+28
2012-05-15[klibc] kinit: Add ability to mount filesystems via /etc/fstab or cmdlineCurt Wohlgemuth1-2/+127
2012-05-15[klibc] nfsmount: clean up dummypmap compiler warningGreg Thelen1-7/+14
2012-05-15[klibc] Add fdopendir(), fix dirfd()H. Peter Anvin2-9/+22
2012-05-15[klibc] readdir(): use _KLIBC_BUFSIZ to size the dirent bufferH. Peter Anvin1-1/+2
2012-05-15[klibc] fflush: only flush output streams for fflush(NULL)H. Peter Anvin1-3/+6
2012-05-15[klibc] Fix help target for headers_install pathmaximilian attems1-1/+1
2012-05-15[klibc] Fold fopen and fdopenH. Peter Anvin6-118/+93
2012-05-15[klibc] If we need mmap2(), it doesn't matter if NO_MMUH. Peter Anvin1-1/+1
2012-05-15[klibc] Handle legacy sigsuspend() correctlyH. Peter Anvin2-1/+29
2012-05-15[klibc] Kbuild: build subdirectories firstH. Peter Anvin1-10/+10
2012-05-15[klibc] Fix m68k supportThorsten Glaser9-22/+92
2012-05-15[klibc] Use GCC definitions for size_t, ssize_t, ptrdiff_tThorsten Glaser4-48/+27
2012-05-15[klibc] Fix missing prototypes for ctype inline functionsThorsten Glaser1-0/+17
2012-05-15[klibc] Align <sys/types.h> with the kernel headersThorsten Glaser1-10/+11
2012-05-14[klibc] Update the documentation about how to get headersH. Peter Anvin1-7/+6
2012-05-12[klibc] f*open: support the glibc 'x' flagH. Peter Anvin1-3/+6
2012-05-12[klibc] fgetc: shave off a few bytesH. Peter Anvin1-5/+3
2012-05-12[klibc] isatty: allow errno to be setH. Peter Anvin1-7/+2
2012-05-12[klibc] stdio: fix the handling of the eof and error flags on fseekH. Peter Anvin2-1/+4
2012-05-12[klibc] Fix the zapping of unused input on output operationH. Peter Anvin2-10/+10
2012-05-12[klibc] Optimize fgetc() to read the buffer directlyH. Peter Anvin3-22/+25
2012-05-12[klibc] fgets: remove obsolete commentH. Peter Anvin1-4/+0
2012-05-12[klibc] fgets: shave a few bytes offH. Peter Anvin1-2/+2
2012-05-12[klibc] Add rewind() functionH. Peter Anvin3-1/+9
2012-05-12[klibc] f[d]open: don't bother setting input bufferH. Peter Anvin1-1/+0
2012-05-12[klibc] fseek: report error on fflush() failureH. Peter Anvin1-3/+3
2012-05-12[klibc] fflush: discard input dataH. Peter Anvin1-2/+3
2012-05-10[klibc] Make byte counters in stdio unsignedH. Peter Anvin1-3/+3
2012-05-10[klibc] Fix confusion between _IONBF and _IOFBFH. Peter Anvin2-3/+3
2012-05-10[klibc] Restructure the FILE object to allow simple inlinesH. Peter Anvin18-161/+247
2012-05-10[klibc] Add zalloc() functionH. Peter Anvin3-8/+19
2012-05-10[klibc] Move _IO_file_flags from stdio.h to stdioint.hH. Peter Anvin2-9/+9
2012-05-08[klibc] Make __parse_open_mode handle "e" for O_CLOEXECH. Peter Anvin1-11/+14
2012-05-08[klibc] Remove unused fputc implementationH. Peter Anvin2-25/+0
2012-05-08[klibc] Remove stdio internals from <stdio.h>H. Peter Anvin7-28/+33
2012-05-08[klibc] Change OPEN_MAX to 256H. Peter Anvin1-1/+1
2012-05-08[klibc] Bypass stdio buffering for large I/OH. Peter Anvin2-43/+95
2012-05-08[klibc] Replace the stdio offset with a stdio data pointerH. Peter Anvin5-15/+10
2012-05-08[klibc] Simple stdio testH. Peter Anvin2-0/+71
2012-03-29[klibc] ia64: Replace pipe.c with pipe.SLuck, Tony2-41/+29
2012-03-29[klibc] ia64: remove obsolete <klibc/archsys.h>H. Peter Anvin3-221/+3
2012-02-23[klibc] s390x: klcc searches for include in the wrong pathAurelien Jarno2-1/+2
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