summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_stat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-266/+0
| | | | | activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room.
* Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.millert2004-07-091-3/+3
| | | | Idea from NetBSD, OK deraadt@
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-3/+3
| | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | | | | any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile.
* 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
| | | | as soo_stat and pipe_stat.
* 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