]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Introduce support for Mandatory Access Control and extensible
[FreeBSD/FreeBSD.git] / sys / ufs /
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 phkI forgot this bit of uglyness in the fsck_ffs cleanup.
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 phkFix braino in last commit.
2002-07-30 phkMove ffs_isfreeblock() to ffs_alloc.c and make it static.
2002-07-28 alcLock page queue accesses by vm_page_free().
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-24 mpThis commit was generated by cvs2svn to compensate...
2002-07-22 ruThis commit was generated by cvs2svn to compensate...
2002-07-22 bpThis commit was generated by cvs2svn to compensate...
2002-07-20 bennoAdd a missing argument to the stub for softdep_setup_fr...
2002-07-20 peterFix a warning:
2002-07-19 markmThis commit was generated by cvs2svn to compensate...
2002-07-19 mckusickAdd support to UFS2 to provide storage for extended...
2002-07-17 mckusickChange utimes to set the file creation time (for filesy...
2002-07-16 mckusickChange the name of st_createtime to st_birthtime. This...
2002-07-12 trhodesFix a type: s/your are/you are/
2002-07-09 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-08 bdeFixed some printf format errors (4 new ones reported...
2002-07-05 obrienThis commit was generated by cvs2svn to compensate...
2002-07-01 iedowseUse indirect function pointer hooks instead of #ifdef...
2002-07-01 iedowseAdd the ffs bits necessary to support unloading of...
2002-07-01 dougbThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-06-30 iedowseRemove the bogus SYSINIT from ufs_dirhash.c and instead...
2002-06-29 desThis commit was generated by cvs2svn to compensate...
2002-06-29 obrienThis commit was generated by cvs2svn to compensate...
2002-06-28 obrienThis commit was generated by cvs2svn to compensate...
2002-06-27 obrienThis commit was generated by cvs2svn to compensate...
2002-06-27 desThis commit was generated by cvs2svn to compensate...
2002-06-26 iedowseRemove the kernel file-size limit for UFS2, so that...
2002-06-26 kenAt long last, commit the zero copy sockets code.
2002-06-26 gshapiroThis commit was generated by cvs2svn to compensate...
2002-06-25 mckusickForce the quota update to be done when an inode is...
2002-06-24 jlemonPrototype fixes (long newinum --> ino_t newinum).
2002-06-23 muxWarning fixes for 64 bits platforms. This eliminates...
2002-06-23 desThis commit was generated by cvs2svn to compensate...
2002-06-23 desThis commit was generated by cvs2svn to compensate...
2002-06-23 desThis commit was generated by cvs2svn to compensate...
2002-06-23 dillonRename the BALLOC flags from B_* to BA_* to avoid confu...
2002-06-22 mckusickThis patch fixes a problem whereby filesystems that ran
2002-06-21 obrienThis commit was generated by cvs2svn to compensate...
2002-06-21 obrienThis commit was generated by cvs2svn to compensate...
2002-06-21 mckusickThis commit adds basic support for the UFS2 filesystem...
2002-06-21 fennerThis commit was generated by cvs2svn to compensate...
2002-06-21 fennerThis commit was generated by cvs2svn to compensate...
2002-06-20 peterThis commit was generated by cvs2svn to compensate...
2002-06-19 dillonIn rev 1.72 a situation related to write/mmap was fixed...
2002-06-15 mikehThis commit was generated by cvs2svn to compensate...
2002-06-11 gshapiroThis commit was generated by cvs2svn to compensate...
2002-06-08 acheThis commit was generated by cvs2svn to compensate...
2002-06-07 darrenrThis commit was generated by cvs2svn to compensate...
2002-06-07 darrenrThis commit was generated by cvs2svn to compensate...
2002-06-06 semenuFix a typo in my recently added comment: s/beleived...
2002-06-06 dougbThis commit was generated by cvs2svn to compensate...
2002-06-04 sobomaxThis commit was generated by cvs2svn to compensate...
2002-06-01 alfredBackout/modify previous revision:
2002-06-01 alfredSilence warnings, remove some empty 'default' switch...
2002-05-30 semenuRemove lock from ffs_vget introduced by v1.24. Instead...
2002-05-28 obrienThis commit was generated by cvs2svn to compensate...
2002-05-24 desThis commit was generated by cvs2svn to compensate...
2002-05-21 peterThis commit was generated by cvs2svn to compensate...
2002-05-19 rwatsonRemove IFS from 5.0-CURRENT. This facilitates introduc...
2002-05-18 iedowseFix two casts to "daddr_t *" that should have been...
2002-05-18 iedowseFix a typo where sizeof(daddr_t) was specified instead...
2002-05-18 iedowseRemove um_i_effnlink_valid, i_spare[] and the ufsmount_...
2002-05-17 phkFix ufs_daddr_t/daddr_t type problems.
2002-05-17 phkCall ufs_bmaparray() with right parameter type.
2002-05-16 trhodesMore s/file system/filesystem/g
2002-05-14 markmThis commit was generated by cvs2svn to compensate...
2002-05-14 phkMake daddr_t and u_daddr_t 64bits wide.
2002-05-13 nectarThis commit was generated by cvs2svn to compensate...
2002-05-13 nectarThis commit was generated by cvs2svn to compensate...
2002-05-13 phkRemove register keyword.
2002-05-13 obrienThis commit was generated by cvs2svn to compensate...
2002-05-12 phkRemove two "register" and a blank line.
2002-05-12 phkARGH! SBLOCK is not unused. Try to get this right.
2002-05-12 phkRemove #define for BBOFF, it is assumed == 0 so many...
2002-05-12 phkRemove unused BBLOCK and SBLOCK #defines.
2002-05-10 desThis commit was generated by cvs2svn to compensate...
2002-05-09 obrienThis commit was generated by cvs2svn to compensate...
2002-05-09 obrienThis commit was generated by cvs2svn to compensate...
2002-05-09 obrienThis commit was generated by cvs2svn to compensate...
2002-05-06 alc o Condition the compilation and use of vm_freeze_copyo...
2002-05-05 phkMove some UFS related stuff home where it belongs.
2002-05-04 jeffInclude systm.h so panic(9) is defined when doing DEBUG...
2002-05-03 desThis commit was generated by cvs2svn to compensate...
2002-05-03 phkName ufs_vop_[gs]etextattr() consistently with the...
2002-05-02 phkUse vop_panic() instead of our home-rolled version.
2002-05-02 desThis commit was generated by cvs2svn to compensate...
2002-04-27 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-27 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-26 mikehThis commit was generated by cvs2svn to compensate...
2002-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-25 darrenrThis commit was generated by cvs2svn to compensate...
next