CVS log for src/sys/modules/ffs/Makefile
Up to [cvs.NetBSD.org] / src / sys / modules / ffs
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu May 23 06:10:03 2024 UTC (6 months, 1 week ago) by pgoyette
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Get the case right when reverting local changes
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed May 22 17:20:45 2024 UTC (6 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -9
lines
Remove some more accidental local changes
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon May 20 18:14:38 2024 UTC (6 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +9 -3
lines
Oooppss remove some local change that was accidentally committed
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 3 08:52:58 2023 UTC (17 months, 4 weeks ago) by lukem
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
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.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 29 20:31:10 2023 UTC (18 months ago) by lukem
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
bsd.own.mk: rename NO_ADDR_OF_PACKED_MEMBER to CC_NO_ADDR_OF_PACKED_MEMBER
Add "CC_" prefix to NO_ADDR_OF_PACKED_MEMBER.
We now have the following convention:
GCC_NO_*: Disable specific warnings from GCC.
CLANG_NO_*: Disable specific warnings from Clang.
CC_NO_*: Disable specific warnings from both Clang and GCC.
This reserves "NO_*" Makefile variables to disable other features.
Some space->tab fixes.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Aug 9 20:05:14 2022 UTC (2 years, 3 months ago) by pgoyette
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3
lines
Now that UFS_DIRHASH is default for biuilt-in file system modules, we
need to update the loadable module builds, too.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 8 01:58:16 2022 UTC (2 years, 10 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2
lines
Remove extra blank line
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jan 8 01:50:54 2022 UTC (2 years, 10 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
Use \t for pre-comment white-space
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jan 6 15:08:56 2022 UTC (2 years, 10 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -2
lines
Since UFS_DIRHASH is explicitly disabled in GENERIC kernels (due to
being suspected of memory corruption), it should not be enabled in
the default module configurations either.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 18 19:56:41 2020 UTC (4 years, 1 month ago) by christos
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Provide a global no-packed-address for both gcc and clang
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Oct 18 15:02:12 2020 UTC (4 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2
lines
use the GCC_ warning variable
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 18 14:33:28 2020 UTC (4 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1
lines
Avoid alignment of packed member
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 16 18:31:52 2020 UTC (4 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Add ACL support for FFS. From FreeBSD.
Revision 1.9.28.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:43 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.9.28.2: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.28.2: +1 -1
lines
Sync with HEAD
Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:29:12 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +2 -2
lines
Sync with HEAD
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 18 19:18:33 2020 UTC (4 years, 7 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Extended attribute support for ffsv2, from FreeBSD.
Revision 1.9.28.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:11 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.9.28.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.28.1: +2 -7
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 19 09:31:30 2019 UTC (5 years, 3 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: bouyer-xenpvh
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
Enable extended attributes in modules.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:31:29 2019 UTC (5 years, 5 months ago) by pgoyette
Branches: MAIN
CVS tags: netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -7
lines
Split the ufs code out of the ffs module and into its own module.
Adapt chfs and ext2fs modules accordingly.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 17 03:32:14 2019 UTC (5 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Add missing file for QUOTA
Revision 1.9.28.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:09:24 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1
lines
Sync with HEAD
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 17 04:05:49 2019 UTC (5 years, 9 months ago) by rin
Branches: MAIN
CVS tags: phil-wifi-20190609,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1
lines
Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.
Also, turn on -Wno-missing-noreturn for clang for some files.
At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5
Discussed on tech-kern.
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:33 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +2 -2
lines
Rebase to HEAD as of a few days ago.
Revision 1.8.12.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:56:10 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +2 -2
lines
Rebase.
Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:41:07 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.1: +2 -2
lines
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")
Revision 1.8.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:46:11 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +2 -2
lines
sync with head
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 8 08:21:53 2014 UTC (10 years, 6 months ago) by hannken
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-earlyentropy-base,
rmind-smpnet-nbase,
rmind-smpnet-base,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Add a global vnode cache:
- vcache_get() retrieves a referenced and initialised vnode / fs node pair.
- vcache_remove() removes a vnode / fs node pair from the cache.
On cache miss vcache_get() calls new vfs operation vfs_loadvnode() to
initialise a vnode / fs node pair. This call is guaranteed exclusive,
no other thread will try to load this vnode / fs node pair.
Convert ufs/ext2fs, ufs/ffs and ufs/mfs to use this interface.
Remove now unused ufs/ufs_ihash
Discussed on tech-kern.
Welcome to 6.99.41
Revision 1.7.8.1: download - view: text, markup, annotated - select for diffs
Sat Jun 2 11:09:37 2012 UTC (12 years, 6 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +3 -3
lines
sync to latest -current.
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Wed May 23 10:08:15 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
sync with head.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 10 07:51:34 2012 UTC (12 years, 6 months ago) by riastradh
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
tls-earlyentropy,
rmind-smpnet
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
Update ffs, ext2fs, and tmpfs module makefiles to add *_rename.c.
ok martin
Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:09:47 2011 UTC (13 years, 5 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +7 -4
lines
Sync with HEAD.
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Tue May 31 03:05:06 2011 UTC (13 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +2 -0
lines
sync with head
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 26 12:56:31 2011 UTC (13 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1
lines
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:42:13 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -4
lines
sync with head
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 13 18:23:30 2011 UTC (13 years, 8 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Fix source list for ffs module.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:36 2011 UTC (13 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3
lines
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
Revision 1.4.6.2: download - view: text, markup, annotated - select for diffs
Tue Feb 8 20:04:52 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.4.6.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.6.1: +3 -2
lines
Add ufs_quota?.c
Revision 1.4.6.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 19:29:42 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:44:17 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +2 -2
lines
Sync with HEAD.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:04:25 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.2: +2 -2
lines
sync with head
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 3 00:01:20 2010 UTC (14 years, 9 months ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: rmind-uvmplock,
jruoho-x86intr,
bouyer-quota2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
-DFFS is no longer necessary
Revision 1.2.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:22:19 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -2
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:14:10 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +19 -0
lines
sync with head.
Revision 1.1.10.2: download - view: text, markup, annotated - select for diffs
Tue Mar 3 18:33:38 2009 UTC (15 years, 9 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.1.10.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.10.1: +2 -2
lines
Sync with HEAD.
Revision 1.3.2.1
Sun Feb 22 20:28:06 2009 UTC (15 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
FILE REMOVED
Changes since revision 1.3: +0 -19
lines
file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:10 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 22 20:28:06 2009 UTC (15 years, 9 months ago) by ad
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
uebayasi-xip-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Branch point for: yamt-nfs-mp,
uebayasi-xip
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
PR kern/26878 FFSv2 + softdep = livelock (no free ram)
PR kern/16942 panic with softdep and quotas
PR kern/19565 panic: softdep_write_inodeblock: indirect pointer #1 mismatch
PR kern/26274 softdep panic: allocdirect_merge: ...
PR kern/26374 Long delay before non-root users can write to softdep partitions
PR kern/28621 1.6.x "vp != NULL" panic in ffs_softdep.c:4653 while unmounting a softdep (+quota) filesystem
PR kern/29513 FFS+Softdep panic with unfsck-able file-corruption
PR kern/31544 The ffs softdep code appears to fail to write dirty bits to disk
PR kern/31981 stopping scsi disk can cause panic (softdep)
PR kern/32116 kernel panic in softdep (assertion failure)
PR kern/32532 softdep_trackbufs deadlock
PR kern/37191 softdep: locking against myself
PR kern/40474 Kernel panic after remounting raid root with softdep
Retire softdep, pass 2. As discussed and later formally announced on the
mailing lists.
Revision 1.1.10.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:20:09 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -3
lines
Sync with HEAD.
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:29:29 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +10 -2
lines
Sync with HEAD.
Revision 1.1.6.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:15:25 2008 UTC (15 years, 11 months ago) by haad
Branches: haad-dm
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +11 -3
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 13 10:50:26 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -3
lines
PR kern/39263 $ufs kernel module dependency problems
Pull in the ufs stuff and enable features to make this module useful.
Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:36:58 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.1.8.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.8.1: +11 -0
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Thu Jul 3 18:38:19 2008 UTC (16 years, 5 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +11 -0
lines
Sync with head.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:33:16 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +11 -0
lines
Sync with HEAD.
Revision 1.1.8.1
Sat Jun 28 16:11:35 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
FILE REMOVED
Changes since revision 1.1: +0 -11
lines
file Makefile was added on branch wrstuden-revivesa on 2008-09-18 04:36:58 +0000
Revision 1.1.4.1
Sat Jun 28 16:11:35 2008 UTC (16 years, 5 months ago) by simonb
Branches: simonb-wapbl
FILE REMOVED
Changes since revision 1.1: +0 -11
lines
file Makefile was added on branch simonb-wapbl on 2008-07-03 18:38:19 +0000
Revision 1.1.2.1
Sat Jun 28 16:11:35 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.1: +0 -11
lines
file Makefile was added on branch mjf-devfs2 on 2008-06-29 09:33:16 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 28 16:11:35 2008 UTC (16 years, 5 months ago) by rumble
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-dm-base1
Branch point for: wrstuden-revivesa,
simonb-wapbl,
nick-hppapmap,
mjf-devfs2,
haad-dm
Add of bunch of file system modules.
CVSweb <webmaster@jp.NetBSD.org>