Move the MAKEDEV step at the end of make upgrade so you can background it
[dragonfly.git] / sys / vfs /
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-09 Simon SchubertFix proc->lwp conversion error
2006-01-04 Matthew DillonMostly fix nullfs. There are still namespace race...
2005-12-08 Matthew DillonFix the directory scan code for SMBFS. It was losing...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-05 Matthew DillonDocument the nfs dirent conversion code. No functional...
2005-12-05 Matthew DillonFix a bug in our RB_SCAN calls. A critical section...
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-24 YONETANI TomokazuFix LINT kernel; spin_lock function definitions have...
2005-11-20 Matthew DillonFix a bug in the last commit. The proc pointer can...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-16 Matthew DillonIf a /dev/<disk> device node is fsynced at the same...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-27 Sepherosa Ziehauremove getdec() declaration, since this static function...
2005-10-26 Matthew DillonAdd a redundant double-check in ffs_reallocblks and...
2005-10-26 Matthew DillonAssert that the vnode is locked when modifying an inode...
2005-10-16 Matthew DillonDo a run through of the fragment allocation and freeing...
2005-10-14 Matthew DillonBring another softupdates fix in from FreeBSD, FreeBSD...
2005-10-14 Matthew DillonFreeBSD commit message:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-29 Matthew DillonDo not attempt to modify read-only-mounted filesystems...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-11 Sascha WildnerRemove custom 'load' and 'unload' targets.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-04 Matthew DillonCleanup the module build and conditionalize a goto...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-09-03 Matthew DillonRemove old #if 0'd sections of code, add a few comments...
2005-09-03 Matthew DillonAdd a missing crit_exit(), fixing a panic. Attempt...
2005-09-03 Matthew DillonMake sure the vnode is unlocked across a dev_dclose...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-09-01 Sascha WildnerRemove PC98 support.
2005-08-28 Matthew DillonFix a deadlock in ffs_balloc(). This function was...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-28 Matthew DillonAdd a typedef ufs1_ino_t to represent inodes for UFS1...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-25 Simon SchubertConvert to use vop_write_direntry,
2005-08-25 Simon SchubertA break was still hanging around from the conversion of
2005-08-22 Simon SchubertAdd descriptive comment back in
2005-08-20 Joerg SonnenbergerHPFS != UFS, so use the right constant for directory...
2005-08-20 Simon SchubertConvert to use vop_write_dirent.
2005-08-19 Joerg SonnenbergerConvert to vop_write_dirent.
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:
next