History log of /dflybsd-src/usr.bin/fstat/tmpfs.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 91ffdfc5 01-Dec-2019 Sascha Wildner <saw@online.de>

<sys/types.h>: Get rid of udev_t.

In a time long long ago, dev_t was a pointer, which later became cdev_t
during the great cleanups, until it ended up being a uint32_t, just like
udev_t. See for exa

<sys/types.h>: Get rid of udev_t.

In a time long long ago, dev_t was a pointer, which later became cdev_t
during the great cleanups, until it ended up being a uint32_t, just like
udev_t. See for example the definitions of __dev_t in <sys/stat.h>.

This commit cleans up further by removing the udev_t type, leaving just
the POSIX dev_t type for both kernel and userland. Put it inside a
_DEV_T_DECLARED to prepare for further cleanups in <sys/stat.h>.

show more ...


# 62e1ddd2 20-Jun-2013 Sascha Wildner <saw@online.de>

fstat(1): tmpfs support