summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2006-09-03use c99 initializerschristos
2006-09-03add missing initializerchristos
2006-09-03add missing initializerschristos
2006-09-02add missing initializerschristos
2006-09-02add missing initializerschristos
2006-08-31Add shortcut for struct long_ad 's Unique ID hint that covers the lower 32reinoud
2006-08-28Fix getdirentries() issue from FreeBSD PR - 78953 Quoting from that:christos
2006-08-28add missing initializerschristos
2006-08-28correct bogus loop test; used to be always true.christos
2006-08-26Change types from int8_t to char for arrays which store char names.tsutsui
2006-08-25Fix small though important errors in the Ecma-167 structure definitions.reinoud
2006-08-22Fix pool allocation/freeing problem for once and for all correctly. Sincereinoud
2006-08-21Make a better guess on VAT locations so discs that are semi-standardreinoud
2006-08-21Fix spurious panic when twice remounting a bad filingsystem. It then getsreinoud
2006-08-14When mounting an MSDOS fileysystem, do not require that bytes 252 andgdt
2006-08-11Fix comment; it stated a mimimum of 128 translations duh! a maximum it is!reinoud
2006-08-10Fix panic on badly or curruptly formatted discs due to an oddity in thereinoud
2006-08-10The local variable `index' seems shadowing an inbuild gcc variable (???)reinoud
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-07-09Fixing a bad case of walking/writing out of allocated space.... thereinoud
2006-07-06Make it compile on 64 bit machinesmartin
2006-07-01Redo previous differently - just use time_second.martin
2006-07-01Make it compile post time-counter mergemartin
2006-06-20Make this compile again.tron
2006-06-20Don't allocate too much stuff on the stack.christos
2006-06-12remove ; from };christos
2006-06-12stack polics: Don't allocate 4K on the stack.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-27hide more by ifdef _KERNEL.yamt
2006-05-20revive copyright notice for the code derived from libc/locale/utf2.c.yamt
2006-05-15don't try to dereference kauth_cred_t.yamt
2006-05-15include kauth.h for NOCRED.yamt
2006-05-15More kauth fallout.christos
2006-05-15kauth falloutchristos
2006-05-14integrate kauth.elad
2006-05-14Don't use MALLOC_DECLARE() unless _KERNEL is defined.he
2006-05-11quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-11ntfs_runtovrun takes u_int8_t * not caddr_tmrg
2006-04-28Do the count check after we process getargs.christos
2006-04-25s/allready/already/snj
2006-04-15Coverity CID 1138: Add KASSERT before deref.christos
2006-04-15Coverity CID 1197: Add KASSERT before deref.christos
2006-04-15Coverity CID 1135: Add KASSERT before deref.christos
2006-04-15Coverity CID 1093: Fix NULL deref.christos
2006-04-15Coverity CID 1001: Avoid NULL deref.christos
2006-04-15Coverity CID 839: Add KASSERT before deref.christos
2006-04-15Coverity CID 838: Add KASSERT before deref.christos
2006-04-15Coverity CID 2503: Remove bogus uninitialized deref.christos
2006-04-15Coverity CID 721: Add KASSERT since error != 0 conditions all returned, andchristos