OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / mknod.c
2013-02-20 Markos Chandrasmknod: Use mknodat if arch does not have the mknod...
2009-07-20 Mike Frysingermknod: convert to INLINE_SYSCALL() to sync with glibc
2009-03-03 Denis Vlasenkomknod: widen the parameters to match kernel
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-14 Rob LandleyCurrent kernels support more than 8 bit major/minor...
2008-10-28 Bernhard Reutner... - trim superfluous ';'. No objcode changes
2008-07-23 Bernhard Reutner... - fix inline keyword
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-08 Peter S. MazingerImplement __mknod and use it
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-07-27 Eric AndersenBe certain to include sys/sysmacros.h when major()...
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-07-27 Eric AndersenOops. I accidentally omitted the actual mknod() function.
2002-07-22 Eric AndersenAdd some syscalls which I moved out of syscalls.c