Displaying 20 results from an estimated 5000 matches similar to: "maks is going to be co-maintainer of klibc"
2007 Aug 10
1
[git patch] klibc small features
hello hpa,
please pull the latest patches
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
the shortlog is
maximilian attems (6):
klibc-utils: add sync utility
pwd.h: Add declaration of getpwuid()
fstype: header inclusion guards
fstype: add reiser4 support
fstype: cleanup old comments
toplevel .gitignore: start with a simple one
and the diffstat
2009 Feb 11
2
[Bug 576] New: ip6tables maks auto configuration packages as INVALID
http://bugzilla.netfilter.org/show_bug.cgi?id=576
Summary: ip6tables maks auto configuration packages as INVALID
Product: iptables
Version: unspecified
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: blocker
Priority: P1
Component: ip6tables
AssignedTo: laforge at netfilter.org
2006 Jul 16
1
[patch] klibc add toplevel .gitignore
start by ignoring make generated objects.
subdirectories need specific rules later.
makes git status more meaningfull.
Signed-off-by: maximilian attems <maks at sternwelten.at>
---
.gitignore | 11 +++++++++++
1 file changed, 11 insertions(+)
--- /dev/null 2006-07-14 10:57:32.128246500 +0200
+++ klibc.git/.gitignore 2006-07-16 20:29:39.000000000 +0200
@@ -0,0 +1,11 @@
+# NOTE!
2012 Oct 05
0
2.0.2 klibc release
This release continues to stabilise the stdio codebase.
It has fixes for latest linux 3.6, a sync to latest dash
and of course several arm fixes.
Thank you all.
Bill Pringlemeir (1):
[klibc] [PATCH] fix ARM longjmp with zero 'val'.
Christoph Mathys (1):
[klibc] [BUILTIN] Add support for ulimit -r
Colin Watson (1):
[klibc] include: [sys/time.h] fix for Linux 3.5.1
2011 Dec 04
0
[GIT PULL] klibc minor fixes
Hello hpa,
please pull from my debian klibc tree to kernel.org for minor fixes,
that piled up after kernel.org shutdown, inluding a build fix
against current linux 3.1.
git pull git://anonscm.debian.org/users/maks/klibc.git
scripts/basic/fixdep.c | 27 +++++++++++++--------------
usr/include/limits.h | 2 ++
usr/include/sys/file.h | 9 +++++++++
usr/include/sys/types.h |
2019 Jan 21
0
Fwd: Re: Build problems: klibc with Linux 3.10.7
Hi Ben
Looks like the patch from Maximilian below is still missing in klibc 2.0.5
Could you please apply it ?
Thanks
Christophe
-------- Message transf?r? --------
Sujet?: Re: [klibc] Build problems: klibc with Linux 3.10.7
Date?: Wed, 21 Aug 2013 22:22:32 +0200
De?: maximilian attems <maks at stro.at>
Pour?: leroy christophe <christophe.leroy at c-s.fr>
Copie ??: klibc at
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
hello hpa,
here my birthday submission :)
please pull:
git pull git://git.debian.org/users/maks/klibc.git maks
Sam fixed a longstanding x86_32 build bug, thus it seems a good time
to flush the queue of the piled up patches, the shortlog tells it:
Aurelien Jarno (1):
[klibc] sh4: syscalls fixes
Benjamin Cama (1):
[klibc] fstype: btrfs size endianness fix
Mike Waychison (2):
2006 Jan 31
1
[patch] Kbuild.klibc don't hardcode gcc version
sparc still needs gcc-3.3 for a working run-init.
belows makes use of the exported CC var.
Signed-off-by: maximilian attems <maks@sternwelten.at>
diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc
index 66e16e7..70e4071 100644
--- a/scripts/Kbuild.klibc
+++ b/scripts/Kbuild.klibc
@@ -72,7 +72,7 @@ KLIBCROSS := $(CROSS_COMPILE)
# binutils
KLIBCLD := $(KLIBCROSS)ld
2012 May 29
0
[klibc:master] alpha: fix signal handler setup on DEC Alpha
Commit-ID: 49419d2df2018fff5ae6250cf55b16fa65bdc490
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=49419d2df2018fff5ae6250cf55b16fa65bdc490
Author: Thorsten Glaser <tg at mirbsd.org>
AuthorDate: Sun, 27 May 2012 17:16:48 +0000
Committer: maximilian attems <max at stro.at>
CommitDate: Tue, 29 May 2012 19:07:09 +0200
[klibc] alpha: fix signal handler setup on
2008 Jun 16
0
latest fixes
hello hpa,
nothing too exciting,
again syncing latest Debian upload and subsequent patch emails.
plus wanting to get the ext4dev in line for the Lenny release. :)
please review.
thanks
--
maks
please pull
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
Arthur Loiret (1):
Makefile (ARCH): Support sh4 as sh.
David H?rdeman (1):
[klibc] mount: allow multiple fs
2007 Dec 11
0
[git patch] kinit fix, header install cleanup
hello hpa,
due to arch x86 merge and stricter linitian. lintian
complained about empty dirs in the -dev headers package.
hadn't seen that warning yet, so below is the fix.
ah and that other patch was in some other branch..
please pull latest unless sam has a reservation
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
Aaron Griffin (1):
[klibc] kinit: skip md
2007 Aug 24
2
[git patch] klibc bzero, mount fixes + random stuff
hello hpa,
please pull for the latest
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
with the following shortlog:
maximilian attems (9):
mount: add nodev, noexec and nosuid options
mount: add -n option
cpio: small cleanups
readlink: s/link/link_name/
kinit, mknod: s/(major|minor)/\1_num/
klibc: strcspn, strpbrk, strspn include string.h
2008 Jul 13
1
bunch of small fixes
hello hpa,
current chroot util stands out as broken and
found an old nfsmount commit on a stray testbox
in our institue.
thanks for taking a look!
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
maximilian attems (4):
[klibc] malloc fix compile with DEBUG_MALLOC
[klibc] README: add klibc email
[klibc] nfsmount: improve error message
[klibc]
2006 Feb 01
1
[patch] s390 klibc build fix for 2.6.15
klibc doesn't currently build on s390 since
commit 1e8e338325fa0f2bd5c1c800086e900cf188d2cd
belows patch adds some kernel ifdef for the newly added section.
Signed-off-by: maximilian attems <maks@sternwelten.at>
--- linux-2.6.15/include/asm-s390/setup.h.orig 2006-02-01 11:27:00.000000000 +0100
+++ linux-2.6.15/include/asm-s390/setup.h 2006-02-01 11:31:54.000000000 +0100
@@ -67,6
2010 Jul 14
0
Fwd: klibc-utils 1.5.17 ipconfig
---------- Forwarded message ----------
From: Maximilian Attems <mattems at hep.itp.tuwien.ac.at>
Date: Wed, Jul 14, 2010 at 8:27 PM
Subject: Re: klibc-utils 1.5.17 ipconfig
To: Eran Davidovich <erancx at gmail.com>
hello,
thanks for your email.
On Mon, Jul 12, 2010 at 11:36:21AM +0300, Eran Davidovich wrote:
>
> How are you?
> Thanks for your great blog, been snipping
2011 Aug 12
4
klibc current state
Hello,
While some people might scuba dive, let's summarize recent
progress and state (People cc'ed have either patches in
queue or are involved):
* Patches pending review, allmost ready for klibc
-------------------------------------------------
- mikew/drop_cap - kinit: Add drop_capabilities support
adds the ability to kinit to allow the dropping of POSIX
capabilities. (patch even
2006 Aug 24
0
[patch] mkdir use and add usage
please pull
git://charm.itp.tuwien.ac.at/mattems/klibc/.git maks
commit b0c5c2b8ee60d91cb96541339c6be8108d0e2131
Author: maximilian attems <maks at sternwelten.at>
Date: Thu Aug 24 22:40:23 2006 +0200
[klibc] mkdir add usage
when printing errors about cli switches, point out the expected usage.
patches adds usage function and calls to it.
Signed-off-by: maximilian
2011 Jul 27
0
klibc 1.5.24 release
Enough small fixes have pilled up to make it worth a release:
A Google patch adds sched_setaffinity, sched_getaffinity support.
Openembedded uses kexec_load(). Gentoo folks add a Kbuild fix.
ipconfig no longer wild guesses a nameserver when none is provided
by the DHCP server. strndup() and unlinkat() saw fixes for various
problems. codingstyle cleanup in kinit and tools.
git repository:
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
hello hpa,
current patch queue for review, please pull:
git pull git://git.debian.org/users/maks/klibc.git maks
Aurelien Jarno (1):
[klibc] sh4: syscalls fixes
Benjamin Cama (1):
[klibc] fstype: btrfs size endianness fix
Thorsten Glaser (1):
[klibc] add getrusage()
maximilian attems (3):
[klibc] resume: silence warning on resume try
[klibc] bootp_packet.h minor
2012 May 31
1
klibc 2.0 release
The stdio klibc branch got merged into klibc properly,
meaning the I/O being buffered. klibc gained with it
support for several stream functions. This massive work
got authored by hpa.
ipconfig saw several note worthy enhancement allowing the
generation of a proper lease file.
kinit added fs mount according to /etc/fstab or bootparam.
Plus several arch fixes for the usual suspects: alpha, i386,