]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
- Call mii_phy_probe() after we allocated an ifp. mii has this evil
[FreeBSD/FreeBSD.git] / sys / fs /
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-03 willMake UDF endian-safe.
2006-02-01 jeff - Reorder calls to vrele() after calls to vput() when...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-30 jeff - Remove a stale comment. This function was rewritten...
2006-01-23 trhodesUpdate incorrect comments here, there should not be...
2006-01-22 fjoeDo not assume that `char direntry::deExtension[3]'...
2006-01-21 rwatsonConvert last four functions in coda_vnops.c to ANSI...
2006-01-17 alfredI ran into an nfs client panic a couple of times in...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-09 teggeAdd marker vnodes to ensure that all vnodes associated...
2006-01-09 maximo Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN...
2006-01-05 maximo Typo in the debug message: s/skiped/skipped.
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-03 rwatsonWhen returning EIO from DEVFSIO_RADD ioctl, drop the...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-24 trhodesMake tv_sec a time_t on all platforms but alpha. Bring...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-14 desEradicate caddr_t from the VFS API.
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-05 avatarRecent nmount(2) adoption in mount_smbfs(8) did not...
2005-12-05 ruFix -Wundef warnings found when compiling i386 LINT...
2005-12-04 ruFix -Wundef from compiling the amd64 LINT.
2005-12-04 ruFix -Wundef.
2005-11-22 bpFix interaction with Windows 2000/XP based servers:
2005-11-19 rodrigcProperly parse the nowin95 mount option.
2005-11-18 rodrigcAdd "shortnames" and "longnames" mount options which are
2005-11-16 rodrigc- Add errmsg to the list of smbfs mount options.
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-09 dwhiteThis is a workaround for a complicated issue involving...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-31 rwatsonNormalize a significant number of kernel malloc type...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-18 phkUse correct cirteria for determining which directory...
2005-10-18 desImplement the full range of ISO9660 number conversion...
2005-10-17 rodrigcUnconditionally mount a CD9660 filesystem as read-only...
2005-10-17 rodrigcUse the actual sector size of the media instead of...
2005-10-17 rodrigcUnconditionally mount a UDF filesystem as read-only...
2005-10-17 flz- Fix typo.
2005-10-16 truckmanUpdate nwfs_lookup() to match the current cache_lookup...
2005-10-16 krisReflect mpsafety of the underlying filesystem in the...
2005-10-16 truckmanApply the same fix to a potential race in the ISDOTDOT...
2005-10-14 yarIn preparation for making the modules actually use...
2005-10-14 davidxu1. Change prototype of trapsignal and sendsig to use...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-09 rodrigc- Do not hardcode the bsize to a sectorsize of 2048...
2005-10-07 pjdWe don't need 'imp' here.
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 rwatsonSecond attempt at a work-around for fifo-related socket...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-30 phkThe NWFS code in RELENG_6 is broken due to a typo in
2005-09-29 peadarRemove checks for BOOTSIG[23] from FAT32 bootblocks.
2005-09-27 rwatsonBack out fifo_vnops.c:1.127, which introduced an sx...
2005-09-26 rwatsonAssert v_fifoinfo is non-NULL in fifo_close() in order...
2005-09-25 rwatsonLock the read socket receive buffer when frobbing the...
2005-09-24 phkMake rule zero really magical, that way we don't have...
2005-09-23 rwatsonFor reasons of consistency (and necessity), assert...
2005-09-22 rwatsonAdd fi_sx, an sx lock to serialize I/O operations on...
2005-09-19 phkRewamp DEVFS internals pretty severely [1].
2005-09-18 rwatsonAssert that (vp) is locked in fifo_close(), since we...
2005-09-15 phkDon't attempt to recurse lockmgr, it doesn't like it.
2005-09-15 kanHandle a race condition where NULLFS vnode can be clean...
2005-09-15 rwatsonThe socket pointers in fifoinfo are not permitted to...
2005-09-15 phkVarious minor polishing.
2005-09-15 phkProtect the devfs rule internal global lists with a...
2005-09-15 phkAbsolve devfs_rule.c from locking responsibility and...
2005-09-15 phkClose a race which could result in unwarranted "ruleset...
2005-09-13 rwatsonTrim down now (believed to be) unused fifo_ioctl() and
2005-09-13 rwatsonAs a result of kqueue locking work, socket buffer locks...
2005-09-13 rwatsonAnnotate two issues:
2005-09-12 rwatsonIntroduce no-op nosup fifo kqueue filter and detach...
2005-09-12 rwatsonWhen a request is made to register a filter on a fifo...
2005-09-12 rwatsonRemove DFLAG_SEEKABLE from fifo file descriptors: fifos...
2005-09-12 rwatsonOnly poll the fifo for read events if the fifo is attac...
2005-09-12 rwatsonAfter going to some trouble to identify only the write...
2005-09-12 rwatsonWhen a writer opens a fifo, wake up the read socket...
2005-09-12 rwatsonAdd an assertion that fifo_open() doesn't race against...
2005-09-12 rwatsonRather than reaching into the internals of the UNIX...
2005-09-12 phkClean up prototypes.
2005-09-11 rodrigcCast bf_sysid to const char * when passing it to strncm...
2005-09-11 rodrigcDo not declare M_NTFSMNT with extern linkage here,...
2005-09-07 obrienEnsure the full value is written into inode variables.
2005-09-03 ssouhlalUnbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.
next