summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-06no, make INITQFNAMES without a terminal ;Theo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-08-02More possible int overflows found by Silvio Cesare.Todd C. Miller
2002-08-01Limit max file size based on PAGE_SIZE. Even though ffs can handleTodd C. Miller
2002-07-29Fix two off-by-one errors when sanity-checking inode numbers. InFederico G. Schwindt
2002-07-29add 2 flags from ext3. useful to help you diagnose problems.Federico G. Schwindt
2002-07-28optionnal -> optional.Federico G. Schwindt
2002-07-16Fix typo which prevents diagnostic test from working; enami@netbsd.orgTodd C. Miller
2002-07-12Change the locking on the mountpoint slightly. Instead of using mnt_lockArtur Grabowski
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-21Remove pointless macro.Artur Grabowski
2002-06-08Remove this horror DIAGNOSTIC define. It was just ugly when itArtur Grabowski
2002-06-08Let this build when the internal DIAGNOSTIC define is removed.Artur Grabowski
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-05-23protect biodone calls with splbio.Artur Grabowski
2002-05-13Protect calls to biodone with splbio.Artur Grabowski
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-03-31EA: unlock if attribute node not found. Prevents hangs when compiledDale Rahn
2002-03-30RCSIdNiklas Hallqvist
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12Credentials now freed on re-use of dq structure.Constantine Sapuntzakis
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-20Don't rely on vp for anything in dqsync as it can be nullConstantine Sapuntzakis
2002-02-18fix possible panic on reboot for mfs mounted fs.Eric Jackson
2002-01-29process the delayed-free queue more often; chs@netbsd.orgTodd C. Miller
2002-01-25Move softdep sysctls from debug to vfs.ffs; art@ OKTodd C. Miller
2002-01-24sigh, nobody compiles before commit anymoreMichael Shalayeff
2002-01-23Convert to pool; based on changes NetBSDTodd C. Miller
2002-01-23minor cleanup I just happened to do when in this area.Artur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-09If a write(2) is done with a length of zero bytes, short-circuit and do notThorsten Lockert
2002-01-04Handle truncation to the middle of a file hole. deraadt@ okThomas Nordin
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Remove LFS crud.Artur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-05Make DEBUG not default, and make the default compileNiklas Hallqvist
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-12-04FREE_LOCK_INTERLOCKED drops the lock owner without changing lock "state".Artur Grabowski
2001-12-01KNFTheo de Raadt
2001-11-30Don't brelse a random pointer in ffs_realloccg when filesystem is fullArtur Grabowski
2001-11-30Fix a mergeo and don't truncate a 0 length file when freeing it.Artur Grabowski
2001-11-28Bug fixes from NetBSD.Artur Grabowski
2001-11-28Bunch of bug fixes from NetBSD.Artur Grabowski