About Linux klibc and early userspace issues
klibc.zytor.com
(
List home) (
Recent threads) (
6 other Zytor lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Low traffic list: less than 3 messages per day
- This list contains about 3,480 messages, beginning Aug 2002
- 0 messages added yesterday
About Linux klibc and early userspace issues
January 2005
Thayne Harbaugh — 110492293305 Jan 2005
There's an "if" statement in kinit.c:get_arg() that is too restrictive and prevents args from having arguments - which causes all get_ar...
Thayne Harbaugh — 110492293405 Jan 2005
kinit/do_mounts.c:name_to_dev_t() has an inverted logic problem and also doesn't return the correct value for "/dev/nfs". --- klibc-0.19...
Thayne Harbaugh — 110494655605 Jan 2005*
kinit/nfsmount.c:mount_nfs_root() should use the bootpath specified by bootp/dhcp. If the "nfsroot" option is specified then it overrides th...
Thayne Harbaugh — 110494655805 Jan 2005*
A patch for a few more hiccups and trivialities in kinit.c: * The check_path() calls check for "/root" and "/old_root" - I believe...
Thayne Harbaugh — 110494716905 Jan 2005*
I'm wondering where things are on the roadmap for klibc and initramfs/early userspace. When will everything be harmonized with the kernel and be t...
Thayne Harbaugh — 110502849306 Jan 2005
This patch makes it so that ipconfig only configures devices that are connected: --- klibc-0.194/ipconfig/main.c.orig 2005-01-06 15:20:24.749525888 -0...
Thayne Harbaugh — 110502849706 Jan 2005
This is a patch that I've had kicking around that I never sent in. With it applied I can compile the module programs from module-init-tools: diff ...
H. Peter Anvin — 110502850206 Jan 2005
Hi all, I have released syslinux-3.10-pre1. This is definitely not a release candidate; I haven't finished putting the bugs in yet never mind taki...
H. Peter Anvin — 110503386306 Jan 2005
Hi all, Sorry to say, but if you posted a message to any of the lists on zytor.com, vas.nu, thule.vas.nu, or abc80.org in the last 36 hours, and it ha...
Thayne Harbaugh — 110504822506 Jan 2005
- memchr() needs to increment pointer or it's just a busy loop (unless c matches the first character in s) - add memrchr.c --- klibc-0.194/klibc/m...
Thayne Harbaugh — 110512392207 Jan 2005*
Patch to guarantee __optptr initialization and to correctly increment optind for missing arguments. --- klibc-0.194/klibc/getopt.c.orig 2005-01-04 23:...
Andreas Jellinghaus — 110611024219 Jan 2005
working fine with glibc. thanks! Andreas -- -[ Ciphire Signature ]-- From: Andreas Jellinghaus Date: on 19 January 2005 at 12:48:14 GMT To:...
Greg KH — 110615428719 Jan 2005*
I get the following error: make[1]: Entering directory `/home/greg/src/klibc/klibc-0.196/klibc' gcc -Wp,-MT,__static_init.o,-MD,./.__static_init.o...
Olaf Hering — 110631661421 Jan 2005*
The klibc strncat doesnt behave like described in the man page. It doesnt terminate the string if size < strlen(src). It doesnt make dst longer tha...
Andreas Bach Aaen (AH/TED — 110682751527 Jan 2005*
Hi, I am compiling a tiny linux kernel 2.6.10 to be used together with linuxbios. The boot phase will go as follows: linuxbios->tiny linux kernel-...
Goffredo Baroncelli — 110683183827 Jan 2005*
Hi, on my system the klibc/ash ( 0.197 ) doesn't compile: [ghigo@therra ash]$ pwd /home/ghigo/klibc/klibc-0.197/ash [ghigo@therra ash]$ make [...]...