summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_stat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-94/+0
| | | | | activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room.
* whever -> whenever in commentsmartin2005-11-091-2/+2
| | | | ok jmc@
* Change mode_t and nlink_t from 16bit to 32bit. This allows us tomillert2004-07-131-21/+1
| | | | | | | | | | use mode_t in syscalls.master and to use mode_t in more places in the kernel. It also makes lint much more useful on kernel code. I've also added a placeholder for st_birthtime to make a UFS2 import easier at some future date. Requested by and OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* mode_t in netbsd is not the same as our mode_tart2001-09-051-2/+2
|
* start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey1999-09-171-2/+2
|
* Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey1999-09-121-0/+118