summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_lookup.c
AgeCommit message (Expand)Author
2010-11-18Make sure readdir cookies are actually allocated with the correct sizeMiod Vallat
2010-09-23The only sensible argument for VOP_* calls that take a struct proc pointer isOwain Ainsworth
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2007-10-09MALLOC+memset(,0,) -> malloc+M_ZERO. Don't forget FREE->free this time.Kenneth R Westerback
2007-06-17ansify/de-register.Jasper Lievisse Adriaanse
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
2005-12-16Fix unsigned < 0 check in ext2fs_readdir(), okay krw@Pedro Martelletto
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-04-30Add support for large files (> 4GB).Niall O'Higgins
2003-12-06u_int8_t variable can't be > 255; pointed out by Mr. GCC3.Alexander Yurchenko
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2001-09-18More of cleanups, reliability and endianness fixes from NetBSD.Artur Grabowski
2001-06-23Privatize several vnode operations that are not used by the generic code.Constantine Sapuntzakis
2001-04-06Free the right variable on errorConstantine Sapuntzakis
2001-03-25Free the right variable. Thanks to Dawson and team.Constantine Sapuntzakis
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-01-12Free cookies correctly in case of errorConstantine Sapuntzakis
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-06-12Sync with NetBSD, mostly cosmetic.Jason Downs
1997-05-30Non-GPLd ext2fs code from Manuel, unmodified.Jason Downs