klibc hosts its code at git://git.kernel.org/pub/scm/libs/klibc/klibc.git.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:klibc

See all merge proposals.

klibc has 2 active branches owned by 1 person. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:klibc
Series: trunk
1 Development 2024-10-02 01:00:52 UTC
2240. [klibc] syscalls: Support for inotify...

Author: Ben Hutchings
Revision Date: 2024-10-02 01:00:52 UTC

[klibc] syscalls: Support for inotify_init1()

Linux 2.6.27 added the inotify_init1() system call, a variant of
inotify_init() with a flags parameter added. Generate a wrapper for
this system call.

Newer architectures support only inotify_init1(), so also add a
inotify_init() implementation for them.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

lp:~mirabilos/klibc/deb 1 Development 2012-03-06 10:24:24 UTC
1614. fix most lintian warnings

Author: Thorsten Glaser
Revision Date: 2012-02-11 19:33:58 UTC

fix most lintian warnings

12 of 2 results
You can't create new branches for klibc.