Home | History | Annotate | Download | only in msdosfs
History log of /src/sys/fs/msdosfs/direntry.h
RevisionDateAuthorComments
 1.12  23-Oct-2021  thorpej Sanitize the symbol namespace. NFC.
 1.11  01-Feb-2016  christos We can't depend on dp->d_namlen existing for the parts that are used in
makefs(8).
 1.10  30-Jan-2016  mlelstv Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
entries from UTF8 encoded file names.
 1.9  23-Jan-2016  dholland Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.
 1.8  22-Jan-2016  dholland u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and
u_char -> unsigned char.
 1.7  20-Oct-2013  christos branches: 1.7.6;
provide a function to access the name and extension as a single array as
opposed depend on array index overflow.
 1.6  26-Jan-2013  christos branches: 1.6.2;
expose more stuff if MAKEFS is defined for the headers, and arrange for
the source file to be compilable from userland.
 1.5  03-Dec-2005  christos branches: 1.5.110; 1.5.120;
- protect userland exported files against multiple inclusion.
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some files used in userland, don't get installed.
 1.4  12-Sep-2005  christos Use nanotime() to update the time fields in filesystems. Convert the code
from macros to real functions. Original patch and review from chuq.
Note: ext2fs only keeps seconds in the on-disk inode, and msdosfs does not
have enough precision for all fields, so this is not very useful for those
two.
 1.3  29-Aug-2005  xtraeme Remove __P()
 1.2  07-Sep-2003  itojun branches: 1.2.16;
add -t option for gmt time offset (normally MS-DOS filesystem has timestamp
in localtime, not GMT). PR kern/22717
 1.1  26-Dec-2002  jdolecek branches: 1.1.2; 1.1.4;
move msdosfs code from sys/msdosfs to sys/fs/msdosfs
 1.1.4.5  11-Dec-2005  christos Sync with head.
 1.1.4.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.4.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.1  03-Aug-2004  skrll Sync with HEAD
 1.1.2.2  29-Dec-2002  thorpej With with HEAD.
 1.1.2.1  26-Dec-2002  thorpej file direntry.h was added on branch nathanw_sa on 2002-12-29 19:55:58 +0000
 1.2.16.1  21-Jun-2006  yamt sync with head.
 1.5.120.3  03-Dec-2017  jdolecek update from HEAD
 1.5.120.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.120.1  25-Feb-2013  tls resync with head
 1.5.110.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.6.2.1  18-May-2014  rmind sync with head
 1.7.6.1  19-Mar-2016  skrll Sync with HEAD

RSS XML Feed