[klibc] [git patch] fstype + klibc enhancements

maximilian attems max at stro.at
Sun Aug 12 15:08:44 PDT 2007


hello hpa,

please pull the latest
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks


the shortlog is

maximilian attems (8):
      add dummy strings.h
      gitignore: add more specific entries
      fstype: add squashfs v3 support
      fstype: add ext4 support
      add vdprintf()
      add dprintf()
      add bzero()
      reiser4_fs.h: add attribute packed to reiser4_master_sb

and the diffstat
 .gitignore                       |    1 +
 usr/include/stdio.h              |    2 +
 usr/include/string.h             |    1 +
 usr/include/strings.h            |   10 +++++++++
 usr/kinit/fstype/ext3_fs.h       |    4 +++
 usr/kinit/fstype/fstype.c        |   35 ++++++++++++++++++++++++++++++++
 usr/kinit/fstype/reiser4_fs.h    |    2 +-
 usr/kinit/fstype/squashfs_fs.h   |   41 ++++++++++++++++++++++++++++++++++++++
 usr/klibc/.gitignore             |    7 ++++++
 usr/klibc/Kbuild                 |    3 +-
 usr/klibc/bzero.c                |    7 ++++++
 usr/klibc/dprintf.c              |   15 +++++++++++++
 usr/klibc/socketcalls/.gitignore |    3 ++
 usr/klibc/syscalls/.gitignore    |    6 +++++
 usr/klibc/vdprintf.c             |   22 ++++++++++++++++++++
 15 files changed, 157 insertions(+), 2 deletions(-)

thanks

-- 
maks



More information about the klibc mailing list