Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller | |
ctime or mtime has changed). Useful for laptops and news servers. | |||
1997-02-26 | From tholo: Do not do strict POSIX offset checking on character devices. | Niklas Hallqvist | |
This fixes the problem of not being able to read kernel virtual memory on the alpha, thus breaking things like ps etc. | |||
1997-02-14 | hide fsid in getfsstat too, clone of millert fix, problem spotted by bitblt | Theo de Raadt | |
1997-02-13 | Don't expose f_fsid to non-root. | Todd C. Miller | |
1997-02-02 | Prevent seeking to negative offsets when seeking from the end of a file; | Thorsten Lockert | |
noticed by Tim Newsham <newsham@aloha.net> | |||
1997-01-26 | Add lchown(2). | Jason Downs | |
1997-01-25 | Only disclose generation number to root. | dm | |
1997-01-02 | pulled out the duplicated, conditional code from both kern/vfs_syscalls.c | Michael Shalayeff | |
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>) | |||
1996-10-27 | Better error checking for lseek(2) | Thorsten Lockert | |
1996-10-26 | rename(from, to) where from and to are the name file (linked) is a no-op | Thorsten Lockert | |
1996-10-04 | usermount sysctl, default to prevent users from using mount syscall | Theo de Raadt | |
1996-09-24 | no mknod in chroot | Theo de Raadt | |
1996-09-24 | unescapeable chroot; thanks to nirva and asriel for helping | Theo de Raadt | |
1996-08-08 | Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID files | Thorsten Lockert | |
Enable CTL_FS processing by sysctl(3) Add CTL_FS request to disable clearing SUID / SGID bit when a files owner or group is changed by root Make sysctl(8) understand CTL_FS requests | |||
1996-08-08 | Lose the SUID bit if owner changes in {,f}chown | Thorsten Lockert | |
Lose the SGID bit if group changes in {,f}chown | |||
1996-08-02 | Return EINVAL for invalid mode flags to access(2) | Thorsten Lockert | |
1996-06-02 | explictly state getvnode's return type | Niklas Hallqvist | |
1996-05-14 | fix NetBSD PR#1145. | Michael Shalayeff | |
1996-05-02 | Implement futimes() | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-17 | Removed vax ifdefed function from kern_subr.c (from NetBSD). | Michael Shalayeff | |
Do sync in the order of umount (vfs_syscals.c), as it was pointed by someone in NetBSD's lists. | |||
1996-02-29 | From NetBSD: Merge with NetBSD 960217 | Niklas Hallqvist | |
1995-11-13 | indenting error thing that is making my diffs look confusing | Theo de Raadt | |
1995-11-09 | ufs vs ffs compat stuff from Gordon Ross. Gordon says: | chuck | |
This allows the 1.0 version of /sbin/mount to work with the latest kernels. (Being unable to mount disks is a real drag...) | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |