summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs/lfs_syscalls.c
AgeCommit message (Collapse)Author
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
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@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-08-02More possible int overflows found by Silvio Cesare.Todd C. Miller
ibcs2_stat.c one OK by provos@
2002-03-14First round of __P removal in sysTodd C. Miller
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1996-07-01fix padding for struct lfs, formating fix.Jason Downs
1996-07-01New LFS, based on Lite2. Still being worked on.Jason Downs
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt