mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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 |
||
|---|---|---|
| .. | ||
| libunarchive | ||
| ar.c | ||
| bunzip2.c | ||
| Config.in | ||
| cpio.c | ||
| dpkg.c | ||
| dpkg_deb.c | ||
| gunzip.c | ||
| gzip.c | ||
| Makefile | ||
| Makefile.in | ||
| rpm.c | ||
| rpm2cpio.c | ||
| tar.c | ||
| uncompress.c | ||
| unzip.c | ||