hush/archival
Eric Andersen 4f807a84c5 BusyBox has no business hard coding the number of major and minor bits for a
dev_t.  This is especially important now that the user space concept of a dev_t
and the kernel concept of a dev_t are divergant.  The only bit of user space
allowed to know the number of major and minor bits is include/sys/sysmacros.h
(i.e. part of libc).  When used with a current C library and a 2.6.x kernel,
this fix should allow BusyBox to support wide device major/minor numbers.
 -Erik
2004-07-26 09:11:12 +00:00
..
libunarchive BusyBox has no business hard coding the number of major and minor bits for a 2004-07-26 09:11:12 +00:00
ar.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
bunzip2.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
Config.in Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
cpio.c s/fileno\(stdin\)/STDIN_FILENO/g 2004-03-27 10:02:48 +00:00
dpkg_deb.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
dpkg.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
gunzip.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
gzip.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
Makefile Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Makefile.in Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
rpm2cpio.c s/fileno\(stdin\)/STDIN_FILENO/g 2004-03-27 10:02:48 +00:00
rpm.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
tar.c BusyBox has no business hard coding the number of major and minor bits for a 2004-07-26 09:11:12 +00:00
uncompress.c s/fileno\(stdin\)/STDIN_FILENO/g 2004-03-27 10:02:48 +00:00
unzip.c Update reference for zip format 2004-06-06 10:22:43 +00:00