Improve C++ support.
[dragonfly.git] / sys / vfs /
2005-08-16 Joerg SonnenbergerUse vop_write_dirent. Correctly handle the case of...
2005-08-16 Joerg SonnenbergerUtilize vop_write_dirent. Slightly change the order...
2005-08-16 Joerg SonnenbergerConvert to vop_write_dirent.
2005-08-16 Joerg SonnenbergerSprinkle some const.
2005-08-16 Joerg SonnenbergerSplit the two parts of procfs_readdir into subroutines.
2005-08-14 Matthew DillonFix an inode bitmap scanning bug. Due to an error...
2005-08-10 Joerg SonnenbergerUse vop_write_dirent. Allocate a temporary buffer for...
2005-08-10 Joerg SonnenbergerUse vop_write_dirent.
2005-08-10 Joerg SonnenbergerUse new vop_write_dirent function.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-08 Joerg Sonnenberger_PC_NAME_MAX is NAME_MAX, so use that for the storage...
2005-08-07 Joerg SonnenbergerRemove redundant assignment.
2005-08-07 Joerg SonnenbergerDon't depend on struct dirent == struct direct, but...
2005-08-04 Joerg SonnenbergerRemove unused include of sys/dirent.h.
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-31 Matthew DillonStephan believes that this patch, just committed to...
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-26 Matthew DillonAdd a missing FREE_LOCK() call.
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-07-25 Hiten PandyaRemove conditional bits about other operating systems...
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-20 Matthew DillonAdd some debugging code to catch any dirty inodes which...
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-09 Jeffrey HsuDeprecate MCLGET() in favor of m_getl() in order to...
2005-06-06 Matthew DillonAdd some missing #include's from the last commit.
2005-06-06 David RhodusReplace spl with critical sections.
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-20 Jeffrey HsuStrip away a layer of indirection. Now that we properl...
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-08 Matthew DillonThe cdrom MNT_ROOTFS check was interfering with the...
2005-04-06 Matthew DillonCorrect an NFS bug related to ftruncate() operations...
2005-03-31 Matthew DillonMove the setting of sopt->sopt_dir down into the lower...
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-27 Matthew DillonDo a better job distributing RPC requests on the NFS...
2005-03-24 Matthew DillonFix a server-side TCP NFS mount stream sequencing probl...
2005-03-24 Matthew DillonHave the server complain if the NFS rpc stream from...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2005-03-16 Matthew DillonFix a bugaboo in the last commit. We cannot safely...
2005-03-13 Matthew DillonFix a couple of NFS client side caching snafus. First...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-08 Matthew DillonSync with FreeBSD/1.103. In the softupdates case...
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-04 Matthew Dillonmsf_buf_kva() now returns a char * rather then a vm_off...
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-26 Sascha WildnerRemove last remnants of the wd(4) driver which was...
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-18 Simon SchubertAdd support for building modules with configured kernel...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2005-02-14 Matthew DillonGreatly reduce the size of ISOFS's inode hash table...
2005-02-12 Joerg SonnenbergerGC local variable size.
2005-02-12 Joerg SonnenbergerGC strsize.
2005-02-11 Joerg SonnenbergerRemove unused variable.
2005-02-03 Joerg SonnenbergerFree temporary buffer in the buffer overflow case too.
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2005-01-31 Joerg SonnenbergerRemove unused local variable.
2005-01-29 Matthew DillonFix the virtual 'status' file for procfs. The wrong...
2005-01-20 Matthew DillonThe vnode reclamation code contains a race whereby...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-08 Matthew DillonFix one of probably several smbfs issues. smbfs is...
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-12-29 Matthew DillonGet rid of dead non-DragonFly code.
2004-12-29 Matthew Dillonnvp may fall through as NULL, check it before vput...
2004-12-24 Matthew DillonMake sure ntfs_lookup() has the correct side effects...
2004-12-22 Matthew DillonMake sure that cn_flags is properly updated to account...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonClean up "`cache' might be used uninitialized" warnings...
2004-12-19 Matthew DillonTemporarily allow recursion on locks to deal with a...
next