christos
76530fdb8e
We can't depend on dp->d_namlen existing for the parts that are used in
...
makefs(8).
2016-02-01 02:59:33 +00:00
mlelstv
223c7df5b3
Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
...
entries from UTF8 encoded file names.
2016-01-30 09:59:27 +00:00
dholland
398f572480
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.
2016-01-23 01:26:14 +00:00
dholland
25ebd28338
u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and
...
u_char -> unsigned char.
2016-01-22 22:53:36 +00:00
christos
de0d394bfe
provide a function to access the name and extension as a single array as
...
opposed depend on array index overflow.
2013-10-20 00:01:55 +00:00
christos
929f8943ca
expose more stuff if MAKEFS is defined for the headers, and arrange for
...
the source file to be compilable from userland.
2013-01-26 00:21:49 +00:00
christos
4bffed72de
- 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.
2005-12-03 17:34:43 +00:00
christos
a12024da06
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.
2005-09-12 16:24:41 +00:00
xtraeme
47216f8470
Remove __P()
2005-08-29 23:57:35 +00:00
itojun
ce112dfc4f
add -t option for gmt time offset (normally MS-DOS filesystem has timestamp
...
in localtime, not GMT). PR kern/22717
2003-09-07 22:09:11 +00:00
jdolecek
98d58548c7
move msdosfs code from sys/msdosfs to sys/fs/msdosfs
2002-12-26 12:31:23 +00:00