summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-266/+0
* Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.millert2004-07-091-3/+3
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-2/+2
* More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl functions in sys/compat are left.art2002-02-131-1/+3
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-3/+2
* just call me Theo "Fix bugs Art puts in the kernel" de Raadtderaadt2001-05-151-2/+2
* use fo_stat in fileops instead of huge switch statements.art2001-05-141-20/+2
* Implement a wrapper round vn_stat that takes the same argumentsart2001-05-141-2/+2
* Correct panic message.art2001-05-141-2/+2
* More generic arguments to soo_stat.art2001-05-141-2/+2
* More generic arguments to pipe_stat.art2001-05-141-2/+2
* pipe_stat()kstailey1999-09-221-1/+8
* alternate pathkstailey1999-09-171-4/+77
* start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey1999-09-171-5/+5
* signalskstailey1999-09-141-1/+2
* Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey1999-09-121-0/+206