]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
__nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so export...
[FreeBSD/FreeBSD.git] / sys / fs /
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-05-01 desThe process lock is held when procfs_ioctl() is called...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 desFix old locking bugs which were revealed when pseudofs...
2007-04-23 rwatsonRename mac*devfsdirent*() to mac*devfs*() to synchroniz...
2007-04-23 alcAdd synchronization. Eliminate the acquisition and...
2007-04-20 trhodesIn some cases, like whenever devfs file times are zero...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-15 desAvoid "unused variable" warning when building without...
2007-04-15 desMake pseudofs (and consequently procfs, linprocfs and...
2007-04-15 desInstead of stating GIANT_REQUIRED, just acquire and...
2007-04-15 desFix the same bug as in procfs_doproc{,db}regs(): check...
2007-04-15 desDon't reset uio_offset to 0 before returning. Instead...
2007-04-14 desFurther pseudofs improvements:
2007-04-11 desAdd a flag to struct pfs_vdata to mark the vnode as...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-05 desWhitespace nits.
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-04 rwatsonReplace custom file descriptor array sleep lock constru...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-26 krisAnnotate that this giant acqusition is dependent on...
2007-03-24 maximo cd9660 code repo-copied, update a comment.
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-13 teggeMake insmntque() externally visibile and allow it to...
2007-03-12 desAdd a pn_destroy field to pfs_node. This field points...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-02 mppChange fifo_printinfo to check if the vnode v_fifoinfo...
2007-02-27 jhbUse pause() rather than tsleep() on stack variables...
2007-02-21 cognetCheck that the error returned by vfs_getopts() is not...
2007-02-19 rwatsonDo allow PIOCSFL in jail for setguid processes; this...
2007-02-15 pjdMove vnode-to-file-handle translation from vfs_vptofh...
2007-02-11 rodrigcForced commit and #include changes for repo copy from
2007-02-08 rodrigcAdd noatime to the list of mount options that msdosfs...
2007-02-08 rodrigcStyle fixes: use ANSI C function declarations.
2007-02-07 kibFix the race of dereferencing /proc/<pid>/file with...
2007-02-06 rodrigcEliminate some dead code which was introduced in 1...
2007-02-02 pjdcoda_vptofh is never defined nor used.
2007-01-30 avatarFixing compilation bustage by removing references to...
2007-01-30 trhodesFix spacing from my previous commit to this file:
2007-01-30 rodrigcAdd a "-o large" mount option for msdosfs. Convert...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-22 kibBelow is slightly edited description of the LOR by...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-16 trhodesAdd a 3rd entry in the cache, which keeps the end position
2007-01-15 pavRewrite the udf_read() routine to use a file vnode...
2007-01-07 pavTell backing v_object the filesize right on it's creation.
2007-01-06 rodrigcWhen performing a mount update to change a mount from...
2007-01-05 rodrigcSimplify code in union_hashins() and union_hashget...
2007-01-05 rodrigcEliminate obsolete comment, now that getushort() is...
2007-01-05 rodrigcEliminate ASSERT_VOP_ELOCKED panics when doing mkdir...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2007-01-02 jhbUse the vnode interlock to close a race where pfs_vncac...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-23 pavCall vnode_create_vobject() in VOP_OPEN. Makes mmap...
2006-12-21 marcelUnbreak 64-bit little-endian systems that do require...
2006-12-19 rodrigcFor big-endian version of getulong() macro, cast result...
2006-12-19 rodrigcFix get_ulong() macro on AMD64 (or any little-endian...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-09 rodrigcRemove unused variable in unionfs_root().
2006-12-09 rodrigcUse vfs_mount_error() in a few places to give more...
2006-12-09 rodrigcAdd locking around calls to unionfs_get_node_status()
2006-12-09 rodrigcIn unionfs_readdir(), prevent a possible NULL dereference.
2006-12-09 rodrigcIn unionfs_hashrem(), use LIST_FOREACH_SAFE when iterat...
2006-12-09 rodrigcMinor cleanup. If we are doing a mount update, and...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-08 kientzleThe ISO9660 spec does allow files up to 4G. Change...
2006-12-06 julianThreading cleanup.. part 2 of several.
2006-12-03 maximo Do not leave uninitialized birthtime: in MSDOSFSMNT_L...
2006-12-02 rodrigcAdd missing includes for <sys/buf.h> and <sys/bio.h>.
2006-12-02 rodrigcMany, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>
2006-11-26 maximo From the submitter: dos2unixchr will convert to lower...
2006-11-20 leFix an integer overflow and allow access to files large...
2006-11-17 kibWake up PIOCWAIT handler on the process exit in additio...
2006-11-13 kmacychange vop_lock handling to allowing tracking of caller...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-05 bpCreate a bidirectional mapping of the DOS 'read only...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-26 jbMake KSE a kernel option, turned on by default in all...
2006-10-24 phkDitch crummy fattime <--> timespec conversion functions
2006-10-24 phkDrop crummy fattime to timespec conversion routines.
2006-10-24 phkReplace slightly crummy fattime<->timespec conversion...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
next