about summary refs log tree commit diff
path: root/src/stat/mknodat.c
Commit message (Collapse)AuthorAgeFilesLines
* fix mknod and mknodat to accept large dev_t valuesRich Felker2013-05-161-1/+1
| | | | | | | | support for these was recently added to sysmacros.h. note that the syscall argument is a long, despite dev_t being 64-bit, so on 32-bit archs the high bits will be lost. it appears the high bits are just glibc silliness and not part of the kernel api, anyway, but it's nice that we have them there for future expansion if needed.
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7