The NetBSD Project

CVS log for src/dist/pdisk/Attic/partition_map.c

[BACK] Up to [cvs.NetBSD.org] / src / dist / pdisk

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.16, Sat Mar 23 16:32:06 2013 UTC (8 weeks, 3 days ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver, HEAD
Changes since 1.15: +0 -0 lines
FILE REMOVED

one less, 6 left.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 25 16:47:03 2012 UTC (10 months, 3 weeks ago) by abs
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-nbase, tls-maxphys-base, tls-maxphys
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

Casting an uint32_t pointer to (long *) may have been acceptable
in the eighties but that time has long past. Minimally invasive
fix using a temporary long variable, so while we can still overflow
at least we're less broken.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 6 22:41:47 2012 UTC (13 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4
Changes since 1.13: +31 -29 lines
Diff to previous 1.13 (colored)

make this work on 64 bit machines; use stdint/inttypes.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 18 06:37:35 2009 UTC (4 years, 1 month ago) by dogcow
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, netbsd-6
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

more -Wsign-compare fixes.

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 25 09:04:37 2006 UTC (6 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, 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-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, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-devfs2-base, mjf-devfs2, 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, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: jym-xensuspend
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

apply a few casts to quieten GCC4.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 13 15:25:29 2005 UTC (7 years, 10 months ago) by he
Branch: MAIN
Changes since 1.10: +27 -27 lines
Diff to previous 1.10 (colored)

Apply fixes so that this builds with WARNS=3.
Renames instances of "index" to "ix", and fixes a number of -Wcast-qual
problems by liberally sprinkling const declarations around.

This should now build again for both macppc and mac68k.

Patches sent to original maintainer.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 14 07:48:55 2004 UTC (8 years, 11 months ago) by dbj
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.9: +46 -1 lines
Diff to previous 1.9 (colored)

deal with editing partitions past the detected media size.
When deleting the final partition, truncate it to match media size.
Also handle creating new partitions beyond the existing partitions
if it is still within the media size.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 13 03:00:14 2003 UTC (9 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

use bounded string op

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 24 07:05:21 2003 UTC (10 years, 1 month ago) by dbj
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

ensure variable is initialized

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 24 03:34:34 2003 UTC (10 years, 1 month ago) by dbj
Branch: MAIN
Changes since 1.6: +75 -24 lines
Diff to previous 1.6 (colored)

add support for selecting root, user, or swap in the Block Zero Block bits
when setting Apple_UNIX_SVR2.
Correctly update dpme flags when partition is changed to Apple_HFS
Properly reread Apple_HFS volume name when partition is changed to Apple_HFS
update man page to reflect new functionality
document t command in man page

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 22 18:19:39 2003 UTC (10 years, 1 month ago) by dbj
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5 (colored)

comment out bogus attempt to zero first byte after map on disk

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 6 20:30:42 2003 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

writable, not writeable.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 17 07:42:55 2002 UTC (10 years, 8 months ago) by dbj
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.3: +13 -0 lines
Diff to previous 1.3 (colored)

when creating a partition, set bzb bits appropriate for netbsd root

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 8 16:17:45 2002 UTC (10 years, 8 months ago) by dbj
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

use sbBlkSize when calculating sbBlkCount

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 23 00:59:36 2002 UTC (10 years, 9 months ago) by dbj
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

comment out force of logical block is no larger than physical block.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 9 05:49:09 2002 UTC (10 years, 10 months ago) by dbj
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>