summaryrefslogtreecommitdiff
path: root/tests/mknodat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-241-0/+7
* print_dev_t: print major and minor numbers in hex like stat(1)Shankara Pailoor2018-12-051-2/+2
* tests: cast printf arguments to short when %h format qualifier is usedEugene Syromyatnikov2018-06-021-1/+1
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-5/+5
* Do not use AC_HEADER_MAJOR, include <sys/sysmacros.h> unconditionallyDmitry V. Levin2016-08-291-7/+1
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* Fix printing of mode_t, umode_t, and umask typesDmitry V. Levin2016-08-031-12/+51
* tests: add mknodat.testFei Jie2016-04-261-0/+41