|
Message-ID: <20130515201700.GV20323@brightrain.aerifal.cx> Date: Wed, 15 May 2013 16:17:00 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: High-priority library replacements? On Sun, May 12, 2013 at 03:42:23PM -0700, Brad Conroy wrote: > In case I don't get around to fully researching it, the kernel spews > out major and minor numbers in /sys that are greater than 255, so > the makedev in /sys/sysmacros.h is insufficient (also major() and > minor()???) I noticed because I wrote a shell script that populates > /dev from /sys in <0.2 seconds but failed for large major/minor > numbers when I built busybox with musl. At first glance, it looks > like dev_t needs to be uint and have the extra bits from major and > minor prepended as in the kernel's dev_t? Should be fixed in git. Let me know if it doesn't work right. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.