]> git.ozlabs.org Git - yaboot.git/blob - ChangeLog
Fix rare fstab parsing bug in yabootconfig
[yaboot.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
3 #
4
5 2002-08-15 07:24:35 GMT Ethan Benson <erbenson@alaska.net>      patch-25
6
7     Summary:
8       Fix rare fstab parsing bug in yabootconfig
9     Revision:
10       yaboot--devel--1.3--patch-25
11
12     * Fix a rare parsing bug in yabootconfig's /etc/fstab parsing. If the
13       user had commented entries for the / filesystem yabootconfig would end
14       up detecting one of those.
15
16     modified files:
17      0arch-timestamps0 ChangeLog ybin/yabootconfig
18
19
20 2002-07-29 08:01:44 GMT Ethan Benson <erbenson@alaska.net>      patch-24
21
22     Summary:
23       Don't recommend reporting bugs to benh in yabootconfig(8)
24     Revision:
25       yaboot--devel--1.3--patch-24
26
27     * Don't recommend reporting bugs to benh in yabootconfig(8).
28     
29     
30     
31
32     modified files:
33      0arch-timestamps0 ChangeLog man/yabootconfig.8
34
35
36 2002-07-03 08:17:12 GMT Ethan Benson <erbenson@alaska.net>      patch-23
37
38     Summary:
39       Fix reiserfs symlink resolution
40     Revision:
41       yaboot--devel--1.3--patch-23
42
43     * Fix reiserfs symlink resolution which could fail in certain circumstances.
44     
45     
46
47     modified files:
48      0arch-timestamps0 ChangeLog include/reiserfs/reiserfs.h
49
50
51 2002-05-29 08:50:39 GMT Ethan Benson <erbenson@alaska.net>      patch-22
52
53     Summary:
54       Update timestamp file to exclude {arch}/*
55     Revision:
56       yaboot--devel--1.3--patch-22
57
58     Update timestamp file to exclude {arch}/*.
59     
60     
61     
62
63     modified files:
64      0arch-timestamps0 ChangeLog
65
66
67 2002-05-04 13:00:23 GMT Ethan Benson <erbenson@alaska.net>      patch-21
68
69     Summary:
70       Add 0arch-timestamps0 setftime timestamp database
71     Revision:
72       yaboot--devel--1.3--patch-21
73
74     Add 0arch-timestamps0 setftime timestamp database.  This allows us to
75     work around arch's lack of preserving timestamps.
76     
77
78     new files:
79      .arch-ids/0arch-timestamps0.id 0arch-timestamps0
80
81     modified files:
82      ChangeLog
83
84
85 2002-04-20 13:52:09 GMT Ethan Benson <erbenson@alaska.net>      patch-20
86
87     Summary:
88       Update upstream notice in yaboot-howto, translate it to de.
89     Revision:
90       yaboot--devel--1.3--patch-20
91
92     * Update upstream notice in yaboot-howto, translate it to de.
93
94     modified files:
95      ChangeLog doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml
96
97
98 2002-03-31 05:21:42 GMT Ethan Benson <erbenson@alaska.net>      patch-19
99
100     Summary:
101       Remove more arch crap in clean target
102     Revision:
103       yaboot--devel--1.3--patch-19
104
105     * Remove ,,* in clean target, this is more crap arch leaves laying around.
106
107     modified files:
108      ChangeLog Makefile
109
110
111 2002-03-31 05:11:46 GMT Ethan Benson <erbenson@alaska.net>      patch-18
112
113     Summary:
114       Fix make clean from previous patch
115     Revision:
116       yaboot--devel--1.3--patch-18
117
118     find man page is on crack.  Fix find calls my way which appears to work correctly.
119
120     modified files:
121      ChangeLog Makefile
122
123
124 2002-03-31 05:00:26 GMT Ethan Benson <erbenson@alaska.net>      patch-17
125
126     Summary:
127       Update clean targets
128     Revision:
129       yaboot--devel--1.3--patch-17
130
131     * Remove chmod calls from make clean, arch is supposed to keep track
132       of permissions correctly so they shouldn't be needed now.
133     
134     * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning
135       doesn't recurse into arch's revision control directories and possibly
136       corrupt them.
137     
138     * Add archclean target which removes all of arch's cruft so release
139       tarballs won't be ridiculously bloated (arch keeps a complete
140       duplicate copy of the source making the tarball twice the size it
141       should be, no good for release tarballs).  If people want a `archable'
142       tree they should just use arch to check one out.
143
144     modified files:
145      ChangeLog Makefile
146
147
148 2002-03-27 14:10:34 GMT Ethan Benson <erbenson@alaska.net>      patch-16
149
150     Summary:
151       sync with latest yaboot CVS
152     Revision:
153       yaboot--devel--1.3--patch-16
154
155     Add german howto for yaboot-howto.
156     
157     Typo fixes/minor updates to yaboot-howto.
158     
159     small fixes to elfextract.
160     
161     
162
163     new files:
164      doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml
165
166     modified files:
167      ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml
168      util/elfextract.c
169
170
171 2002-03-27 13:55:42 GMT Ethan Benson <erbenson@alaska.net>      patch-15
172
173     Summary:
174       Commit yaboot 1.3.6
175     Revision:
176       yaboot--devel--1.3--patch-15
177
178     Commit yaboot 1.3.6.
179
180     modified files:
181      ChangeLog Makefile changelog doc/README.rs6000
182      doc/yaboot-howto.sgml include/bootinfo.h include/cfg.h
183      include/cmdline.h include/debug.h include/errors.h
184      include/fdisk-part.h include/file.h include/fs.h
185      include/mac-part.h include/partition.h include/prom.h
186      include/yaboot.h lib/malloc.c lib/string.S second/cache.S
187      second/cfg.c second/cmdline.c second/file.c second/fs.c
188      second/fs_ext2.c second/fs_iso.c second/fs_of.c
189      second/fs_reiserfs.c second/fs_xfs.c second/md5.c
190      second/partition.c second/prom.c second/yaboot.c
191      util/addnote.c util/elfextract.c ybin/ybin
192
193
194 2002-03-27 13:45:22 GMT Ethan Benson <erbenson@alaska.net>      patch-14
195
196     Summary:
197       Commit yaboot 1.3.6-pre2
198     Revision:
199       yaboot--devel--1.3--patch-14
200
201     Commit yaboot 1.3.6-pre2.
202
203     modified files:
204      ChangeLog Makefile TODO changelog man/yabootconfig.8
205      second/file.c second/yaboot.c ybin/ybin
206
207
208 2002-03-27 13:37:21 GMT Ethan Benson <erbenson@alaska.net>      patch-13
209
210     Summary:
211       Commit yaboot 1.3.6-pre1
212     Revision:
213       yaboot--devel--1.3--patch-13
214
215     Commit yaboot 1.3.6-pre1.
216
217     modified files:
218      ChangeLog Makefile README THANKS TODO changelog
219      doc/README.rs6000 doc/examples/simpleboot.chrp
220      doc/examples/yaboot.conf.multi-boot
221      doc/examples/yaboot.conf.rs6000 etc/yaboot.conf man.patch
222      man/mkofboot.8 man/yaboot.8 man/ybin.8 second/file.c
223      second/yaboot.c ybin/yabootconfig ybin/ybin
224
225     renamed files:
226      doc/examples/.arch-ids/yaboot.conf.rs6k.id
227        ==> doc/examples/.arch-ids/yaboot.conf.rs6000.id
228      doc/examples/yaboot.conf.rs6k
229        ==> doc/examples/yaboot.conf.rs6000
230
231
232
233 2002-03-27 13:30:47 GMT Ethan Benson <erbenson@alaska.net>      patch-12
234
235     Summary:
236       Commit yaboot 1.3.5
237     Revision:
238       yaboot--devel--1.3--patch-12
239
240     Commit yaboot 1.3.5.
241
242     new files:
243      doc/.arch-ids/Makefile.id doc/.arch-ids/yaboot-howto.sgml.id
244      doc/Makefile doc/yaboot-howto.sgml
245
246     modified files:
247      ChangeLog Makefile THANKS changelog man.patch
248      man/yaboot.conf.5 ybin/ybin
249
250
251 2002-03-27 13:25:55 GMT Ethan Benson <erbenson@alaska.net>      patch-11
252
253     Summary:
254       Commit yaboot 1.3.5-pre3
255     Revision:
256       yaboot--devel--1.3--patch-11
257
258     Commit yaboot 1.3.5-pre3.
259
260     modified files:
261      ChangeLog Makefile man.patch man/yaboot.conf.5 second/yaboot.c
262      ybin/ybin
263
264
265 2002-03-27 13:22:23 GMT Ethan Benson <erbenson@alaska.net>      patch-10
266
267     Summary:
268       Commit yaboot 1.3.5-pre2
269     Revision:
270       yaboot--devel--1.3--patch-10
271
272     Commit yaboot 1.3.5-pre2.
273
274     modified files:
275      ChangeLog Makefile changelog man.patch man/yaboot.conf.5
276      second/fs_ext2.c second/prom.c second/yaboot.c ybin/ybin
277
278
279 2002-03-26 15:11:26 GMT Ethan Benson <erbenson@alaska.net>      patch-9
280
281     Summary:
282       Commit yaboot 1.3.5-pre1
283     Revision:
284       yaboot--devel--1.3--patch-9
285
286     Commit yaboot 1.3.5-pre1.
287
288     removed files:
289      include/et/.arch-ids/com_err.c.id include/et/com_err.c
290
291     modified files:
292      ChangeLog Makefile TODO changelog include/bootinfo.h
293      include/ctype.h include/debug.h include/ext2fs/bitops.h
294      include/ext2fs/ext2_err.h include/ext2fs/ext2_io.h
295      include/ext2fs/ext2fs.h lib/libext2fs.a second/cfg.c
296      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
297      second/fs_of.c second/fs_reiserfs.c second/fs_xfs.c
298      second/iso_util.c second/partition.c second/prom.c
299      second/yaboot.c util/addnote.c ybin/ybin
300
301
302 2002-03-26 15:05:27 GMT Ethan Benson <erbenson@alaska.net>      patch-8
303
304     Summary:
305       Commit yaboot 1.3.4
306     Revision:
307       yaboot--devel--1.3--patch-8
308
309     Commit yaboot 1.3.4.
310
311     modified files:
312      ChangeLog Makefile changelog include/bootinfo.h
313      include/ctype.h include/debug.h include/file.h second/cfg.c
314      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
315      second/iso_util.c second/partition.c second/prom.c
316      second/yaboot.c util/addnote.c ybin/ybin
317
318
319 2002-03-26 15:00:49 GMT Ethan Benson <erbenson@alaska.net>      patch-7
320
321     Summary:
322       Commit yaboot 1.3.4-pre3
323     Revision:
324       yaboot--devel--1.3--patch-7
325
326     Commit yaboot 1.3.4-pre3.
327
328     new files:
329      include/.arch-ids/debug.h.id include/debug.h
330
331     modified files:
332      ChangeLog Makefile changelog include/errors.h include/file.h
333      include/fs.h include/partition.h include/prom.h second/cfg.c
334      second/file.c second/fs_ext2.c second/fs_of.c
335      second/fs_reiserfs.c second/fs_xfs.c second/partition.c
336      second/prom.c second/yaboot.c ybin/ybin
337
338
339 2002-03-26 14:42:58 GMT Ethan Benson <erbenson@alaska.net>      patch-6
340
341     Summary:
342       Commit yaboot 1.3.4-pre2
343     Revision:
344       yaboot--devel--1.3--patch-6
345
346     Commit yaboot 1.3.4-pre2.
347
348     modified files:
349      ChangeLog Makefile changelog second/file.c second/yaboot.c
350      ybin/ybin
351
352
353 2002-03-25 15:13:19 GMT Ethan Benson <erbenson@alaska.net>      patch-5
354
355     Summary:
356       Commit yaboot 1.3.4-pre1
357     Revision:
358       yaboot--devel--1.3--patch-5
359
360     Commit yaboot 1.3.4-pre1.
361
362     new files:
363      include/xfs/.arch-ids/=id include/xfs/.arch-ids/xfs.h.id
364      include/.arch-ids/errors.h.id second/.arch-ids/fs_xfs.c.id
365      .arch-ids/Config.id include/xfs/xfs.h include/errors.h
366      second/fs_xfs.c Config
367
368     removed files:
369      include/.arch-ids/gui.h.id include/.arch-ids/video.h.id
370      second/gui/.arch-ids/=id second/gui/.arch-ids/colormap.c.id
371      second/gui/.arch-ids/effects.c.id
372      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
373      include/gui.h include/video.h second/gui/colormap.c
374      second/gui/effects.c second/gui/pcx.c second/gui/video.c
375
376     modified files:
377      ChangeLog Makefile THANKS changelog include/file.h
378      include/fs.h include/prom.h include/string.h include/yaboot.h
379      lib/malloc.c second/cfg.c second/file.c second/fs.c
380      second/fs_ext2.c second/fs_iso.c second/fs_of.c
381      second/fs_reiserfs.c second/partition.c second/prom.c
382      second/yaboot.c util/addnote.c ybin/ybin
383
384     new directories:
385      include/xfs/.arch-ids include/xfs
386
387     removed directories:
388      second/gui/.arch-ids second/gui
389
390
391 2002-03-25 14:50:10 GMT Ethan Benson <erbenson@alaska.net>      patch-4
392
393     Summary:
394       Commit yaboot 1.3.3
395     Revision:
396       yaboot--devel--1.3--patch-4
397
398     Commit yaboot 1.3.3.
399
400     modified files:
401      ChangeLog Makefile changelog first/ofboot man.patch
402      man/yaboot.conf.5 man/yabootconfig.8 ybin/yabootconfig
403      ybin/ybin
404
405
406 2002-03-25 14:28:05 GMT Ethan Benson <erbenson@alaska.net>      patch-3
407
408     Summary:
409       Commit yaboot 1.3.2
410     Revision:
411       yaboot--devel--1.3--patch-3
412
413     Commit yaboot 1.3.2.
414
415     modified files:
416      ChangeLog Makefile changelog ybin/ybin
417
418
419 2002-03-25 14:05:52 GMT Ethan Benson <erbenson@alaska.net>      patch-2
420
421     Summary:
422       Commit yaboot 1.3.1
423     Revision:
424       yaboot--devel--1.3--patch-2
425
426     Commit yaboot 1.3.1.
427
428     modified files:
429      ChangeLog Makefile changelog doc/README.rs6000 ybin/ybin
430
431
432 2002-03-25 07:43:37 GMT Ethan Benson <erbenson@alaska.net>      patch-1
433
434     Summary:
435       Commit yaboot 1.3.0
436     Revision:
437       yaboot--devel--1.3--patch-1
438
439     Commit yaboot 1.3.0.
440
441     new files:
442      .arch-ids/BUGS.id .arch-ids/COPYING.id .arch-ids/INSTALL.id
443      .arch-ids/Makefile.id .arch-ids/README.id
444      .arch-ids/README.man.patch.id .arch-ids/THANKS.id
445      .arch-ids/TODO.id .arch-ids/changelog.id doc/.arch-ids/=id
446      doc/.arch-ids/README.ofboot.id doc/.arch-ids/README.ofpath.id
447      doc/.arch-ids/README.rs6000.id doc/examples/.arch-ids/=id
448      doc/examples/.arch-ids/README.dualboot.chrp.id
449      doc/examples/.arch-ids/README.mbicons.id
450      doc/examples/.arch-ids/README.simpleboot.chrp.id
451      doc/examples/.arch-ids/dualboot.chrp.id
452      doc/examples/.arch-ids/large-penguin.mbicon.id
453      doc/examples/.arch-ids/simpleboot.chrp.id
454      doc/examples/.arch-ids/yaboot.conf.multi-boot.id
455      doc/examples/.arch-ids/yaboot.conf.rs6k.id etc/.arch-ids/=id
456      etc/.arch-ids/yaboot.conf.id first/.arch-ids/=id
457      first/.arch-ids/ofboot.id include/.arch-ids/=id
458      include/asm/.arch-ids/=id include/asm/.arch-ids/elf.h.id
459      include/asm/.arch-ids/ppc_asm.tmpl.id
460      include/asm/.arch-ids/processor.h.id
461      include/.arch-ids/bootinfo.h.id
462      include/.arch-ids/byteorder.h.id include/.arch-ids/cfg.h.id
463      include/.arch-ids/cmdline.h.id include/.arch-ids/ctype.h.id
464      include/et/.arch-ids/=id include/et/.arch-ids/com_err.c.id
465      include/et/.arch-ids/com_err.h.id include/ext2fs/.arch-ids/=id
466      include/ext2fs/.arch-ids/bitops.h.id
467      include/ext2fs/.arch-ids/ext2_err.h.id
468      include/ext2fs/.arch-ids/ext2_io.h.id
469      include/ext2fs/.arch-ids/ext2fs.h.id
470      include/.arch-ids/fdisk-part.h.id include/.arch-ids/file.h.id
471      include/.arch-ids/fs.h.id include/.arch-ids/gui.h.id
472      include/linux/.arch-ids/=id include/linux/.arch-ids/elf.h.id
473      include/linux/.arch-ids/ext2_fs.h.id
474      include/linux/.arch-ids/iso_fs.h.id
475      include/linux/.arch-ids/stat.h.id
476      include/linux/.arch-ids/types.h.id
477      include/.arch-ids/mac-part.h.id include/.arch-ids/md5.h.id
478      include/.arch-ids/partition.h.id include/.arch-ids/prom.h.id
479      include/reiserfs/.arch-ids/=id
480      include/reiserfs/.arch-ids/reiserfs.h.id
481      include/.arch-ids/setjm2.h.id include/.arch-ids/setjmp.h.id
482      include/.arch-ids/stdlib.h.id include/.arch-ids/string.h.id
483      include/.arch-ids/swab.h.id include/.arch-ids/types.h.id
484      include/.arch-ids/video.h.id include/.arch-ids/yaboot.h.id
485      lib/.arch-ids/=id lib/.arch-ids/ctype.c.id
486      lib/.arch-ids/libext2fs.a.id lib/.arch-ids/malloc.c.id
487      lib/.arch-ids/nosys.c.id lib/.arch-ids/string.S.id
488      lib/.arch-ids/strstr.c.id lib/.arch-ids/strtol.c.id
489      lib/.arch-ids/vsprintf.c.id man/.arch-ids/=id
490      man/.arch-ids/bootstrap.8.id man/.arch-ids/mkofboot.8.id
491      man/.arch-ids/ofpath.8.id man/.arch-ids/yaboot.8.id
492      man/.arch-ids/yaboot.conf.5.id man/.arch-ids/yabootconfig.8.id
493      man/.arch-ids/ybin.8.id .arch-ids/man.patch.id
494      second/.arch-ids/=id second/.arch-ids/cache.S.id
495      second/.arch-ids/cfg.c.id second/.arch-ids/cmdline.c.id
496      second/.arch-ids/crt0.S.id second/.arch-ids/file.c.id
497      second/.arch-ids/fs.c.id second/.arch-ids/fs_ext2.c.id
498      second/.arch-ids/fs_iso.c.id second/.arch-ids/fs_of.c.id
499      second/.arch-ids/fs_reiserfs.c.id second/gui/.arch-ids/=id
500      second/gui/.arch-ids/colormap.c.id
501      second/gui/.arch-ids/effects.c.id
502      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
503      second/.arch-ids/iso_util.c.id second/.arch-ids/md5.c.id
504      second/.arch-ids/partition.c.id second/.arch-ids/prom.c.id
505      second/.arch-ids/setjmp.S.id second/.arch-ids/yaboot.c.id
506      util/.arch-ids/=id util/.arch-ids/addnote.c.id
507      util/.arch-ids/elfextract.c.id ybin/.arch-ids/=id
508      ybin/.arch-ids/mkofboot.id ybin/.arch-ids/ofpath.id
509      ybin/.arch-ids/yabootconfig.id ybin/.arch-ids/ybin.id BUGS
510      COPYING INSTALL Makefile README README.man.patch THANKS TODO
511      changelog doc/README.ofboot doc/README.ofpath
512      doc/README.rs6000 doc/examples/README.dualboot.chrp
513      doc/examples/README.mbicons
514      doc/examples/README.simpleboot.chrp doc/examples/dualboot.chrp
515      doc/examples/large-penguin.mbicon doc/examples/simpleboot.chrp
516      doc/examples/yaboot.conf.multi-boot
517      doc/examples/yaboot.conf.rs6k etc/yaboot.conf first/ofboot
518      include/asm/elf.h include/asm/ppc_asm.tmpl
519      include/asm/processor.h include/bootinfo.h include/byteorder.h
520      include/cfg.h include/cmdline.h include/ctype.h
521      include/et/com_err.c include/et/com_err.h
522      include/ext2fs/bitops.h include/ext2fs/ext2_err.h
523      include/ext2fs/ext2_io.h include/ext2fs/ext2fs.h
524      include/fdisk-part.h include/file.h include/fs.h include/gui.h
525      include/linux/elf.h include/linux/ext2_fs.h
526      include/linux/iso_fs.h include/linux/stat.h
527      include/linux/types.h include/mac-part.h include/md5.h
528      include/partition.h include/prom.h include/reiserfs/reiserfs.h
529      include/setjm2.h include/setjmp.h include/stdlib.h
530      include/string.h include/swab.h include/types.h
531      include/video.h include/yaboot.h lib/ctype.c lib/libext2fs.a
532      lib/malloc.c lib/nosys.c lib/string.S lib/strstr.c
533      lib/strtol.c lib/vsprintf.c man/bootstrap.8 man/mkofboot.8
534      man/ofpath.8 man/yaboot.8 man/yaboot.conf.5 man/yabootconfig.8
535      man/ybin.8 man.patch second/cache.S second/cfg.c
536      second/cmdline.c second/crt0.S second/file.c second/fs.c
537      second/fs_ext2.c second/fs_iso.c second/fs_of.c
538      second/fs_reiserfs.c second/gui/colormap.c
539      second/gui/effects.c second/gui/pcx.c second/gui/video.c
540      second/iso_util.c second/md5.c second/partition.c
541      second/prom.c second/setjmp.S second/yaboot.c util/addnote.c
542      util/elfextract.c ybin/mkofboot ybin/ofpath ybin/yabootconfig
543      ybin/ybin
544
545     modified files:
546      ChangeLog
547
548     new directories:
549      doc/.arch-ids doc/examples/.arch-ids etc/.arch-ids
550      first/.arch-ids include/.arch-ids include/asm/.arch-ids
551      include/et/.arch-ids include/ext2fs/.arch-ids
552      include/linux/.arch-ids include/reiserfs/.arch-ids
553      lib/.arch-ids man/.arch-ids second/.arch-ids
554      second/gui/.arch-ids util/.arch-ids ybin/.arch-ids doc
555      doc/examples etc first include include/asm include/et
556      include/ext2fs include/linux include/reiserfs lib man second
557      second/gui util ybin
558
559
560 2002-03-25 03:28:42 GMT Ethan Benson <erbenson@alaska.net>      base-0
561
562     Summary:
563       Create yaboot arch repo
564     Revision:
565       yaboot--devel--1.3--base-0
566
567     Create yaboot arch repo.
568
569     new files:
570      ./.arch-ids/ChangeLog.id ./ChangeLog
571
572