pub/scm/libs/klibc/klibc.git  about / heads / tags
klibc main development tree
$ git log --pretty=format:'%h %s (%cs)%d'
7359f104c202a [klibc] inet: Stricter IPv6 field parsing in inet_pton() (2024-03-21)
	(HEAD -> master)
d539458148cb9 [klibc] inet: Stricter byte parsing in inet_aton() (2024-03-21)
d4821f1d5417b [klibc] inet: Fix character type test in inet_pton() (2024-03-21)
f3d4b17ba2afe [klibc] tests: Add test programs for inet_aton() and inet_pton() (2024-03-21)
37e2380785d2b [klibc] Fix the inet_pton implementation (2024-03-21)
47b2771e2d076 [klibc] 2.0.13 released, next version is 2.0.14 (2023-07-28)
d16525038612b [klibc] Install command links as appropriate (2023-07-27)
	(tag: klibc-2.0.13)
78106790f9de2 [klibc] kinit: Support specifying root with PARTLABEL (2023-07-27)
cb608840b3a93 [klibc] riscv64: Move shared library below executables (2023-07-16)
78279e5b41c69 [klibc] arm: Move shared library below executables (2023-07-16)
...

$ git cat-file blob HEAD:README
Please see usr/klibc/README.klibc for build instructions and for the status of
various platforms.



klibc is archived at:

	https://mirrors.kernel.org/pub/linux/libs/klibc/

There is a mailing list for klibc and early-userspace issues at:

	klibc@zytor.com

	https://www.zytor.com/mailman/listinfo/klibc

klibc is maintained in the git version control system.  The git
repository can be viewed on the web at:

	https://git.kernel.org/pub/scm/libs/klibc/klibc.git/

To clone the klibc repository using git:

	git clone https://git.kernel.org/pub/scm/libs/klibc/klibc.git <workdir>

To update an already cloned tree:

	git pull

For more information on git, see:

	https://git-scm.com/
	https://mirrors.kernel.org/pub/software/scm/git/docs/gittutorial.html
	https://mirrors.kernel.org/pub/software/scm/git/docs/

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       [klibc] inet: Stricter IPv6 field parsing in inet_pton() (2024-03-21)
  update-dash  [klibc] dash: README.dash: Update the current upstream commit (2020-03-28)
  sysconf      [klibc] Framework and trivial implementation of sysconf(3) (2013-05-13)
  fopencookie  [klibc] fopencookie: Add an implementation of fopencookie() (2013-02-14)
  stdio        Merge branch 'master' into stdio (2011-12-17)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
klibc-2.0.13 klibc 2.0.13 released on Fri, 28 Jul 2023 02:22:28 +0200 (2023-07-28) tar.gz
klibc-2.0.12 klibc 2.0.12 released on Sun, 12 Feb 2023 18:12:32 +0100 (2023-02-12) tar.gz
klibc-2.0.11 klibc 2.0.11 released on Sun, 02 Oct 2022 01:43:17 +0200 (2022-10-02) tar.gz
klibc-2.0.10 klibc 2.0.10 released on Thu, 30 Dec 2021 16:15:02 +0100 (2021-12-30) tar.gz
klibc-2.0.9  klibc 2.0.9 released on Fri, 30 Apr 2021 01:25:14 +0200 (2021-04-30) tar.gz
klibc-2.0.8  klibc 2.0.8 released on Thu, 20 Aug 2020 23:16:56 +0100 (2020-08-20) tar.gz
klibc-2.0.7  klibc 2.0.7 released on Mon, 07 Oct 2019 19:16:38 +0100 (2019-10-07) tar.gz
klibc-2.0.6  klibc 2.0.6 released on Fri, 01 Feb 2019 04:04:25 +0000 (2019-02-01) tar.gz
klibc-2.0.5  klibc 2.0.5 released on Sat, 19 Jan 2019 00:58:58 +0000 (2019-01-19) tar.gz
klibc-2.0.4  Relased on Wed, 09 Jul 2014 11:26:16 -0700 (2014-07-09) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
        307 lkml
        109 linux-dash
        109 dash
         35 netfilter-devel
         22 linux-arm-kernel
         19 qemu-devel
         19 u-boot
         18 netdev
         12 stable
         10 linux-mm
         10 linuxppc-dev
         10 kvm
          9 linux-devicetree
          9 linux-m68k
          8 linux-wireless
          8 linux-media
          7 xen-devel
          7 git
          6 dpdk-dev
          6 linux-bluetooth
          6 dm-devel
          5 alsa-devel
          5 linux-gpio
          5 linux-doc
          5 intel-gfx
          5 buildroot
          4 bpf
          4 linux-fsdevel
          4 linux-arm-msm
          4 linux-renesas-soc
          4 util-linux
          4 dri-devel
          4 openembedded-core
          4 openembedded-devel
          3 linux-mtd
          3 linux-block
          3 linux-mediatek
          3 linux-iommu
          3 fstests
          3 linux-btrfs
          3 linux-parisc
          3 linux-ext4
          3 linux-security-module
          3 linux-ide
          3 linux-omap
          3 linux-arch
          3 linux-rockchip
          3 linux-raid
          3 sparclinux
          2 linux-samsung-soc
          2 linux-fscrypt
          2 cocci
          2 linux-riscv
          2 linux-xfs
          2 linux-crypto
          2 linux-acpi
          2 linux-integrity
          2 linux-edac
          2 linux-amlogic
          2 linux-nvdimm
          2 linux-mips
          2 linux-hwmon
          2 linux-input
          2 linux-scsi
          2 kvmarm
          2 driverdev-devel
          2 linux-kselftest
          2 linux-clk
          2 linux-pci
          2 linux-serial
          2 io-uring
          2 amd-gfx
          2 linux-api
          2 linux-audit
          2 linux-pwm
          2 linux-tegra
          2 virtualization
          2 linux-kbuild
          2 linux-can
          2 openbmc
          2 keyrings
          2 nouveau
          2 linux-s390
          2 linux-staging
          2 linux-sunxi
          2 linux-coco
          2 nvdimm
          2 linux-bcachefs
          2 ath9k-devel
          2 fio
          2 ltp
          2 linux-patches
          2 yocto-meta-ti
          2 intel-wired-lan
          2 batman
          2 virtio-dev
          2 cluster-devel
          2 lvs-devel
          2 acpica-devel
          1 linux-nvme
          1 live-patching
          1 linux-nfs
          1 linux-efi
          1 linux-cifs
          1 linux-erofs
          1 linux-snps-arc
          1 linux-pm
          1 linux-rtc
          1 linux-usb
          1 selinux
          1 kernel-hardening
          1 linux-iio
          1 dmaengine
          1 linux-rdma
          1 linux-next
          1 linux-leds
          1 linux-f2fs-devel
          1 linux-modules
          1 kernelnewbies
          1 linux-rt-users
          1 linux-sgx
          1 linux-watchdog
          1 linux-trace-devel
          1 linux-hyperv
          1 workflows
          1 rcu
          1 linux-i3c
          1 linux-spdx
          1 linux-wpan
          1 ksummit-discuss
          1 wireguard
          1 backports
          1 linux-kernel-mentees
          1 linux-csky
          1 linux-man
          1 linux-mmc
          1 tpmdd-devel
          1 linux-unionfs
          1 linux-firmware
          1 cip-dev
          1 linux-spi
          1 linux-i2c
          1 linux-remoteproc
          1 linux-bcache
          1 linux-sparse
          1 mm-commits
          1 lttng-dev
          1 linux-fpga
          1 ceph-devel
          1 containers
          1 xdp-newbies
          1 platform-driver-x86
          1 phone-devel
          1 linux-hardening
          1 linux-fbdev
          1 linux-sctp
          1 linux-cxl
          1 linux-perf-users
          1 target-devel
          1 lustre-devel
          1 linux-sh
          1 soc
          1 ocfs2-devel
          1 rust-for-linux
          1 ath10k
          1 ath11k
          1 linux-phy
          1 kernel-janitors
          1 mptcp
          1 regressions
          1 ksummit
          1 b43-dev
          1 linux-nfc
          1 ntfs3
          1 llvm
          1 iwd
          1 ell
          1 ofono
          1 yocto
          1 yocto-meta-freescale
          1 yocto-toaster
          1 yocto-meta-arm
          1 yocto-docs
          1 bitbake-devel
          1 yocto-meta-virtualization
          1 chrome-platform
          1 ntb
          1 yocto-meta-arago
          1 outreachy
          1 xenomai
          1 damon
          1 asahi
          1 openrisc
          1 kexec
          1 loongarch
          1 imx
          1 ath12k
          1 b4-sent
          1 linux-trace-kernel
          1 oe-linux-nfc
          1 oe-kbuild-all
          1 oe-chipsec
          1 intel-xe
          1 linux-um
          1 virtio-comment
          1 v9fs
          1 ecryptfs
          1 poky
          1 qemu-riscv
          1 linux-ia64
          1 grub-devel
          1 kbd
          1 autofs
          1 cpufreq
          1 dccp
          1 cgroups
          1 devicetree-spec
          1 devicetree-compiler
          1 initramfs
          1 kvm-ppc
          1 hail-devel
          1 kvm-ia64
          1 linux-8086
          1 kernel-testers
          1 linux-alpha
          1 linux-btrace
          1 linux-embedded
          1 linux-hams
          1 linux-hexagon
          1 linux-hotplug
          1 linux-laptop
          1 linux-sound
          1 trinity
          1 reiserfs-devel
          1 linux-metag
          1 linux-x25
          1 linux-nilfs
          1 netfilter
          1 linux-oxnas
          1 u-boot-amlogic
          1 lm-sensors
          1 lvm-devel
          1 perfbook
          1 virtio-fs
          1 smatch
          1 ../../../../../fuego
          1 ../../../../../wireless-regdb
          1 ../../../../../igt-dev
          1 ../../../../../powertop

git clone https://80x24.org/lore/pub/scm/libs/klibc/klibc.git