OpenBSD CVS

CVS log for src/sbin/growfs/Attic/debug.c


[BACK] Up to [local] / src / sbin / growfs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13, Mon Nov 23 18:35:18 2015 UTC (8 years, 6 months ago) by mmcc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1 lines
FILE REMOVED

Remove the debugging infrastructure, which was ~1/3 of the code. Makes
pledging easier, and it was excessive complicated stuff.

"Good." deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 23 15:38:52 2015 UTC (8 years, 6 months ago) by mmcc
Branch: MAIN
Changes since 1.11: +1 -19 lines
Diff to previous 1.11 (colored)

Remove more useless comments. This whole file may go eventually, as per
deraadt@'s decree.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 16 06:39:58 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.10: +7 -5 lines
Diff to previous 1.10 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 24 17:56:17 2014 UTC (10 years ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

Break annoyingly long line that keeps popping up in diffs.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 11 16:42:04 2013 UTC (11 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.8: +7 -7 lines
Diff to previous 1.8 (colored)

final removal of daddr64_t.  daddr_t has been 64 bit for a long enough
test period; i think 3 years ago the last bugs fell out.
ok otto beck others

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 27 23:59:33 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.7: +1 -6 lines
Diff to previous 1.7 (colored)

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable).  these days, people use source.  these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 7 08:22:55 2007 UTC (16 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.6: +332 -163 lines
Diff to previous 1.6 (colored)

Pull in ffs2 support and other updates from FreeBSD.  OK deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 1 19:26:06 2007 UTC (17 years ago) by deraadt
Branch: MAIN
Changes since 1.5: +12 -12 lines
Diff to previous 1.5 (colored)

ufs_daddr_t is a dead type.  growfs is the only program that uses it, yet
it is ffs1-aware only.  therefore all the types are on disk, and thus,
they are actually int32_t.  ok pedro

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 19 13:27:47 2007 UTC (17 years, 2 months ago) by pedro
Branch: MAIN
Changes since 1.4: +8 -8 lines
Diff to previous 1.4 (colored)

Add FFS2 fields to the superblock, change file system tools to keep
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@
and thib@, thanks.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 25 23:28:15 2003 UTC (20 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

rename struct dinode to ufs1_dinode.  clears the namespace and makes
way for some future work.  no function changes yet.
help testing otto@ and markus@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 7 16:37:52 2003 UTC (20 years, 10 months ago) by fgsch
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

add missing tags and make this compile with debug.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 29 18:38:35 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +8 -8 lines
Diff to previous 1.1 (colored)

spaces

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 28 21:09:28 2003 UTC (20 years, 10 months ago) by tedu
Branch: MAIN

introducing growfs, compliments of freebsd.  cleaned up slightly to obey knf.
requests/oks from many.

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.