Displaying 20 results from an estimated 261 matches for "attem".
Did you mean:
artem
2007 Sep 03
2
[git patch] minor fixes
hello hpa,
have been sitting too long on them, nothing exciting, please pull:
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
with the following shortlog:
maximilian attems (8):
[klibc] grp.h: Add declaration of getgrgid(), getgrnam()
[klibc] getgrgid, getgrnam include grp.h
[klibc] getpwnam, getpwuid include pwd.h
[klibc] ctype.h declare char classification functions
[klibc]...
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] chroot: Fix expected behaviour
git diff --stat master..
README | 2 ++
usr/kinit/nfsmount/mount.c | 4 ++--
usr/klib...
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
...please review and on ack merge belows patchset.
changes from v1, thanks to review by kzak:
* add strtok_r()
* use it in getmntent_r()
* getment_r() parses mnt_freq and mnt_passno too
isn't that hard.
thanks
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
maximilian attems (9):
[klibc] add strtok_r()
[klibc] Add initial mntent.h with setmntent() and endmntent()
[klibc] add getmntent()
[klibc] mount: add help arg for usage()
[klibc] mount: list all mounted file systems
[klibc] mount: list fs of particular type
[klibc] mount:...
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
hello hpa,
please review and on ack merge belows patchset.
thanks
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
maximilian attems (8):
[klibc] Add initial mntent.h with setmntent() and endmntent()
[klibc] add getmntent()
[klibc] mount: add help arg for usage()
[klibc] mount: list all mounted file systems
[klibc] mount: list fs of particular type
[klibc] mount: read /proc/mounts preferably...
2007 Sep 22
3
[git patch] module-init-tools fixes
hello hpa,
quite easy to get m-i-t build against klibc,
so i propose to kill the old local insmod copy.
sent the only local m-i-t fix upstream, please pull:
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
maximilian attems (3):
[klibc] klibc/socketcalls/.gitignore addition
[klibc] elf.h add support for st_info field
[klibc] remove local insmod.c copy
and diffstat
usr/include/sys/elf32.h | 4
usr/include/sys/elf64.h | 4
usr/include/sys/e...
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 s...
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
hello hpa,
please pull latest
git pull git://git.debian.org/~maks/klibc.git maks
forgot to ask to keep git port open for our boxes at university,
thus moved my tree over too the alioth box.
for the changes
maximilian attems (4):
[klibc] klibc/socketcalls/.gitignore addition
[klibc] elf.h add support for st_info field
[klibc] remove local insmod.c copy
[klibc] ipconfig fix DHCPREQUEST per RFC 2131
the diffstat is
usr/include/sys/elf32.h | 4 +
usr/include/sys/elf64.h |...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...[klibc] fstype: btrfs size endianness fix
Mike Waychison (2):
[klibc] CFLAGS: enable -fwrapv
[klibc] Add ancillary data structures and macros to sys/socket.h
Sam Ravnborg (1):
[klibc] fix build on native i386
Thorsten Glaser (1):
[klibc] add getrusage()
maximilian attems (6):
[klibc] resume: silence warning on resume try
[klibc] bootp_packet.h minor stylistic fix
[klibc] fstype: list the includes in alphabetic order
[klibc] ipconfig: packet_send() fix uninitialized valgrind errors
[klibc] valgrind: netdev_sif_addr fix unitialized valg...
2013 Aug 21
3
Build problems: klibc with Linux 3.10.7
On Wed, Aug 21, 2013 at 06:48:08PM +0200, maximilian attems wrote:
> On Wed, Aug 21, 2013 at 06:03:41PM +0200, leroy christophe wrote:
> >
> > Note that step B is working well.
> > It is step C, the 'make install', which fails.
>
> right, it is the toplevel Makefile one needs to poke for the target.
>
see belows pro...
2012 May 27
1
[klibc:master] kinit: Fix capabilities alternate read/ write io without flush
Commit-ID: 8544fef6d5e5bc8f927ffbd3e4031b905c907de9
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8544fef6d5e5bc8f927ffbd3e4031b905c907de9
Author: maximilian attems <max at stro.at>
AuthorDate: Sun, 27 May 2012 23:18:07 +0200
Committer: maximilian attems <max at stro.at>
CommitDate: Sun, 27 May 2012 23:18:07 +0200
[klibc] kinit: Fix capabilities alternate read/write io without flush
Just fseek back to the start.
Signed-off-by: maximilian attem...
2008 Mar 25
2
bunch of small fixes
...r nack.
thanks :)
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
Aaron Griffin (1):
[klibc] kinit: skip md assembly if mdX exists
Colin Watson (1):
[klibc] mount/umount FUSE support
Harald Jenny (1):
[klibc] fstype: tuxonice swap signature
maximilian attems (2):
[klibc] Kbuild.install header install target cleanup
[klibc] .gitingore: move havesyscall.h entry to top .gitignore
.gitignore | 3 +++
scripts/Kbuild.install | 8 ++++----
usr/include/klibc/.gitignore | 1 -
usr/kinit/do_mounts_md.c | 4...
2013 Aug 21
2
[klibc:master] README.klibc: update build information
Commit-ID: 25a66fa8d8623fae267f6807b56438cd7c40e034
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=25a66fa8d8623fae267f6807b56438cd7c40e034
Author: maximilian attems <max at stro.at>
AuthorDate: Wed, 21 Aug 2013 17:31:25 +0200
Committer: maximilian attems <max at stro.at>
CommitDate: Wed, 21 Aug 2013 17:32:16 +0200
README.klibc: update build information
It seems this file was still conveying the old way to build klibc
and hence confusing the use...
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 stylistic fix
[klibc] fstype: list the includes in alphabetic order
git diff -M --stat --summary master...maks
usr/include/sys/resource.h | 2 ++
usr/kinit/fstype/fstype.c | 18...
2011 Dec 04
0
[GIT PULL] klibc minor fixes
...sertions(+), 23 deletions(-)
create mode 100644 usr/include/sys/file.h
Greg Thelen (2):
[klibc] ipconfig: check poll() return value
[klibc] vsscanf: remove unused variables
Maciej ?enczykowski (1):
[klibc] include: [sys/types.h] -> linux/types.h and __aligned_u64
maximilian attems (3):
[klibc] include: [sys/file.h] define flock(2) there
[klibc] include: [limits.h] define OPEN_MAX
[klibc] kbuild: add static to prototypes
Nothing really exciting there yet.
I should get my key signed next week, so soon can commit again.
We should talk about new release proce...
2006 Aug 18
2
[patch] simplify nuke
please pull
git://charm.itp.tuwien.ac.at/mattems/klibc/.git maks
for the change:
maximilian attems:
[klibc] simplify nuke
fixes boot failures due to unexpected error returns
usr/utils/nuke.c | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/usr/utils/nuke.c b/usr/utils/nuke.c
index 01b300f..947...
2008 Jun 16
0
latest fixes
...v 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 on vfstype arg
maximilian attems (2):
[klibc] run-init: drop executable stack
[klibc] fstype: fix ext4dev detection
Makefile | 2 +-
usr/kinit/fstype/ext3_fs.h | 39 ++++++++++++++++++++++++++++++++++++---
usr/kinit/fstype/fstype.c | 8 ++++++--
usr/kinit/run-init/Kbuild | 4 ++++
usr...
2006 Jan 03
1
Bug#344832: (fwd) Re: Bug#344832: correct subject header
----- Forwarded message from General Stone <generalstone at gmx.net> -----
X-Original-To: maks at sternwelten.at
Date: Mon, 2 Jan 2006 14:59:03 +0100
From: General Stone <generalstone at gmx.net>
To: maximilian attems <maks at sternwelten.at>
Subject: Re: [Logcheck-devel] Bug#344832: correct subject header
On Mon, Jan 02, 2006 at 02:09:48PM +0100, maximilian attems wrote:
> please provide the noncorrect subject line and what is your wish?
>
> reading the switches it seems pretty clear that the...
2007 Aug 15
0
[git patch] fstype support + minor stuff
hello hpa,
rebased my branch, please pull latest
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
for the following shortlog
maximilian attems (6):
fstype: add squashfs v3 support
reiser4_fs.h: add attribute packed to reiser4_master_sb
fstype: add ext4 support
.gitignore: add subdir specific entries
usr/klibc/Kbuild: beautify klibc build
fst...
2011 Jul 05
6
[PATCH 1/7] ln: Check snprintf() return values
Add some semi-useful error message, as printing the failing dir or file
seems not really advisable after that error.
Signed-off-by: maximilian attems <max at stro.at>
---
usr/utils/ln.c | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/usr/utils/ln.c b/usr/utils/ln.c
index e826eb8..257b33f 100644
--- a/usr/utils/ln.c
+++ b/usr/utils/ln.c
@@ -9,7 +9,7 @@
int main(int argc, char *argv[])
{
- i...
2007 Aug 23
0
[git patch] klibc dash 0.5.4 update
hello hpa,
please pull for the dash update
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
with this changes:
Alexey Gladkov (1):
Check return code for getgroups and fwrite
Herbert Xu (17):
Remove unnecessary truncation in _STPUTC
Always call conv_escape_str in echocmd
Fix \c spillage across echo commands
Release 0.5.3.
Make eval wit...