]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Prepare for future integration between CAM and newbus. xpt_bus_register
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2006-10-21 trhodesFake the link count until we have no choice but to...
2006-10-20 kibUpdate the access and modification times for dev while...
2006-10-20 kibFix the race between devfs_fp_check and devfs_reclaim...
2006-10-18 kibProperly lock the vnode around vgone() calls.
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-02 phkUse utc_offset() where applicable, and hide the interna...
2006-10-02 phkFirst part of a little cleanup in the calendar/timezone...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-27 ruFix our ioctl(2) implementation when the argument is...
2006-09-26 teggeUse mount interlock to protect all changes to mnt_flag...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-19 kibFix the bug in rev. 1.134. In devfs_allocv_drop_refs...
2006-09-18 kibResolve the devfs deadlock caused by LOR between devfs_...
2006-09-12 impPut the osta.c license on osta.h. The license is the...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 impwhile (0); -> while (0) in multi-line macros
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-09 alcIntroduce a field to struct vm_page for storing flags...
2006-08-04 yarCommit the results of the typo hunt by Darren Pilgrim.
2006-08-03 delphijWhen the volume is being downgraded from a read-write...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-25 yarIn udf_find_partmaps(), when we find a type 1 partition...
2006-07-18 jhbUpdate comment.
2006-07-17 jhbLock the smb share before doing a 'put' on it in smbfs_...
2006-07-17 phkRemove the NDEVFSINO and NDEVFSOVERFLOW options which...
2006-07-12 upsAdd vnode interlocking to devfs.
2006-07-08 jhbAdd a kern_close() so that the ABIs can close a file...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-06 rwatsonRemove unneeded mac.h include.
2006-07-06 rwatsonRemove now unneeded opt_mac.h and mac.h includes.
2006-07-06 rwatsonUse #include "", not #include <> for opt_foo.h.
2006-06-27 netchildCorrectly calculate a buffer length. It was off by...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-26 scottlFix a memory leak and a nested 'for' loop in the spare...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 ghelmerUpon further review, DES prefers this change over that...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-01 rodrigcmount_msdosfs.c:
2006-05-31 cpercivaEnable inadvertantly disabled "securenet" access contro...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
next