index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
netbsd
/
netbsd_stat.c
Age
Commit message (
Expand
)
Author
2004-07-09
Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.
Todd C. Miller
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-13
More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...
Artur Grabowski
2001-10-26
- every new fd created by falloc() is marked as larval and should not be used
Artur Grabowski
2001-05-15
just call me Theo "Fix bugs Art puts in the kernel" de Raadt
Theo de Raadt
2001-05-14
use fo_stat in fileops instead of huge switch statements.
Artur Grabowski
2001-05-14
Implement a wrapper round vn_stat that takes the same arguments
Artur Grabowski
2001-05-14
Correct panic message.
Artur Grabowski
2001-05-14
More generic arguments to soo_stat.
Artur Grabowski
2001-05-14
More generic arguments to pipe_stat.
Artur Grabowski
1999-09-22
pipe_stat()
kstailey
1999-09-17
alternate path
kstailey
1999-09-17
start of pread(2) etc., stat(2) fixes, "ls -l" now runs
kstailey
1999-09-14
signals
kstailey
1999-09-12
Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.
kstailey