History log of /src/sys/rump/fs/lib/libmsdos |
Revision | Date | Author | Comments |
1.7 | 03-Jun-2023 |
lukem | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.6 | 23-Oct-2021 |
hannken | Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.
No functional change.
|
1.5 | 06-Sep-2020 |
mrg | add support for new GCC 9 warnings that may be too much to fix right now. new address-of-packed-member and format-overflow warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.
apply to a bunch of the tree. mostly, these are real bugs that should be fixed, but in many cases, only by removing the 'packed' attribute from some structure that doesn't really need it. (i looked at many different ones, and while perhaps 60-80% were already properly aligned, it wasn't clear to me that the uses were always coming from sane data vs network alignment, so it doesn't seem safe to remove packed without careful research for each affect struct.) clang already warned (and was not erroring) for many of these cases, but gcc picked up dozens more.
|
1.4 | 06-Feb-2016 |
mlelstv | Split case folding table into separate source file and add full copyright and permission notice from http://www.unicode.org/copyright.html
|
1.3 | 19-Oct-2015 |
pooka | Add a COMMENT describing what each component roughly does.
"make describe" prints the comment.
Requested/inspired by Vincent Schwarzer on rumpkernel-users
|
1.2 | 16-Feb-2010 |
pooka | branches: 1.2.20; 1.2.38; Globally define -Wno-pointer-sign, as it has become a pointless exercise of "add it to every Makefile individually".
XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc.
|
1.1 | 05-Aug-2008 |
pooka | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.18; 1.1.22; Maintain consistency of naming between the rumpfs library name and the MOUNT_FOOFS name. Don't bother polluting the obsolete lists with the original names since they were in only for a few days.
|
1.1.22.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.1.18.3 | 11-Mar-2010 |
yamt | sync with head
|
1.1.18.2 | 04-May-2009 |
yamt | sync with head.
|
1.1.18.1 | 05-Aug-2008 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:26 +0000
|
1.1.6.2 | 19-Oct-2008 |
haad | Sync with HEAD.
|
1.1.6.1 | 05-Aug-2008 |
haad | file Makefile was added on branch haad-dm on 2008-10-19 22:18:05 +0000
|
1.1.4.2 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 05-Aug-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2008-09-28 10:41:02 +0000
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 05-Aug-2008 |
wrstuden | file Makefile was added on branch wrstuden-revivesa on 2008-09-18 04:37:03 +0000
|
1.2.38.2 | 19-Mar-2016 |
skrll | Sync with HEAD
|
1.2.38.1 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.2.20.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2 | 02-Dec-2014 |
pooka | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, with the default provided by Makefile.rump (they're all 0.0 anyway)
|
1.1 | 05-Aug-2008 |
pooka | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.18; 1.1.46; 1.1.66; Maintain consistency of naming between the rumpfs library name and the MOUNT_FOOFS name. Don't bother polluting the obsolete lists with the original names since they were in only for a few days.
|
1.1.66.1 | 06-Apr-2015 |
skrll | Sync with HEAD
|
1.1.46.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.18.2 | 04-May-2009 |
yamt | sync with head.
|
1.1.18.1 | 05-Aug-2008 |
yamt | file shlib_version was added on branch yamt-nfs-mp on 2009-05-04 08:14:27 +0000
|
1.1.6.2 | 19-Oct-2008 |
haad | Sync with HEAD.
|
1.1.6.1 | 05-Aug-2008 |
haad | file shlib_version was added on branch haad-dm on 2008-10-19 22:18:05 +0000
|
1.1.4.2 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.1.4.1 | 05-Aug-2008 |
mjf | file shlib_version was added on branch mjf-devfs2 on 2008-09-28 10:41:02 +0000
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 05-Aug-2008 |
wrstuden | file shlib_version was added on branch wrstuden-revivesa on 2008-09-18 04:37:03 +0000
|