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 |
||
|---|---|---|
| .. | ||
| adjtimex.c | ||
| Config.in | ||
| crond.c | ||
| crontab.c | ||
| dc.c | ||
| devfsd.c | ||
| hdparm.c | ||
| last.c | ||
| makedevs.c | ||
| Makefile | ||
| Makefile.in | ||
| mt.c | ||
| rx.c | ||
| strings.c | ||
| time.c | ||
| watchdog.c | ||