ChangeLog.cvs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. 2001-07-13 23:06 wwoods
  2. * ChangeLog, INSTALL, aboot.c, disk.c, lib/isolib.c,
  3. tools/objstrip.c: Incorporated patch from Christian Groessler
  4. <cpg@aladdin.de> to make aboot compile against Linux 2.4
  5. 2001-04-26 23:39 wwoods
  6. * ChangeLog, Makefile, README, disk.c, doc/man/Makefile,
  7. doc/man/README, doc/man/aboot.8, doc/man/aboot.conf.5,
  8. doc/man/aboot.conf.sgml, doc/man/aboot.sgml, doc/man/abootconf.8,
  9. doc/man/abootconf.sgml, doc/man/e2writeboot.8,
  10. doc/man/swriteboot.8, include/config.h: Changed default config file
  11. location back to /etc/aboot.conf Added man pages written by Helge
  12. Kreutzmann <kreutzm@itp.uni-hannover.de>
  13. 2001-04-02 23:21 wwoods
  14. * ChangeLog: updated ChangeLog
  15. 2001-04-02 23:11 wwoods
  16. * Makefile, README, disk.c, fs/iso.c, include/config.h,
  17. include/isolib.h, lib/Makefile, lib/isolib.c: * added full
  18. rockridge support - symlinks and long filenames are now properly
  19. supported on ISO filesystems. * changed default aboot.conf
  20. location to /aboot.conf * fixed crash when booting from a directory
  21. with a long filename on ISO fs
  22. 2000-06-27 18:14 dhd
  23. * README: Remove reference to documentation directory which no
  24. longer exists
  25. 2000-06-27 18:08 dhd
  26. * README: Doh! Update the README to the correct version number :-)
  27. 2000-06-27 18:08 dhd
  28. * aboot.c: If DEBUG is defined, dump the ELF header information
  29. *before* loading the kernel, to aid debugging.
  30. 2000-06-27 18:07 dhd
  31. * ChangeLog, disk.c: Change "raw" booting to actually work, which
  32. required making it no longer be "raw".
  33. Okay, so maybe this will be 0.7a for real...
  34. 2000-06-27 16:52 dhd
  35. * ChangeLog, sdisklabel/sdisklabel.c: Fix sdisklabel to not
  36. segfault with too few arguments. I wonder if anybody actually uses
  37. this program.
  38. 2000-06-27 16:47 dhd
  39. * ChangeLog, disk.c, utils.c, lib/vsprintf.c: 0.7a release, I
  40. think. Fixes:
  41. * Concatenating the kernel with aboot in the boot sectors didn't
  42. work.
  43. * aboot didn't compile with Linux 2.3 headers (msw@redhat.com)
  44. * vsprintf() didn't do the right thing in certain obscure cases
  45. (msw@redhat.com)
  46. 2000-06-27 16:44 dhd
  47. * .cvsignore, sdisklabel/.cvsignore, tools/.cvsignore: Ignore
  48. various generated files
  49. 2000-05-03 05:58 dhd
  50. * COPYING, ChangeLog, INSTALL, Makefile, README, TODO, aboot.c,
  51. aboot.conf, aboot.lds, cons.c, disk.c, head.S, net.c, utils.c,
  52. fs/dummy.c, fs/ext2.c, fs/iso.c, fs/ufs.c, include/aboot.h,
  53. include/bootfs.h, include/config.h, include/cons.h,
  54. include/disklabel.h, include/iso.h, include/isolib.h,
  55. include/setjmp.h, include/ufs.h, include/utils.h, lib/Makefile,
  56. lib/_longjmp.S, lib/_setjmp.S, lib/divide.S, lib/isolib.c,
  57. lib/memcpy.c, lib/memset.c, lib/string.c, lib/vsprintf.c,
  58. sdisklabel/Makefile, sdisklabel/README, sdisklabel/library.c,
  59. sdisklabel/library.h, sdisklabel/sdisklabel.c,
  60. sdisklabel/swriteboot.8, sdisklabel/swriteboot.c, tools/Makefile,
  61. tools/abootconf.c, tools/bio.c, tools/bio.h, tools/e2writeboot.8,
  62. tools/e2lib.c, tools/e2lib.h, tools/e2writeboot.c,
  63. tools/elfencap.c, tools/isomarkboot.c, tools/objstrip.c,
  64. zip/gzip.h, zip/inflate.c, zip/misc.c, zip/unzip.c: Initial
  65. revision
  66. 2000-05-03 05:58 dhd
  67. * COPYING, ChangeLog, INSTALL, Makefile, README, TODO, aboot.c,
  68. aboot.conf, aboot.lds, cons.c, disk.c, head.S, net.c, utils.c,
  69. fs/dummy.c, fs/ext2.c, fs/iso.c, fs/ufs.c, include/aboot.h,
  70. include/bootfs.h, include/config.h, include/cons.h,
  71. include/disklabel.h, include/iso.h, include/isolib.h,
  72. include/setjmp.h, include/ufs.h, include/utils.h, lib/Makefile,
  73. lib/_longjmp.S, lib/_setjmp.S, lib/divide.S, lib/isolib.c,
  74. lib/memcpy.c, lib/memset.c, lib/string.c, lib/vsprintf.c,
  75. sdisklabel/Makefile, sdisklabel/README, sdisklabel/library.c,
  76. sdisklabel/library.h, sdisklabel/sdisklabel.c,
  77. sdisklabel/swriteboot.8, sdisklabel/swriteboot.c, tools/Makefile,
  78. tools/abootconf.c, tools/bio.c, tools/bio.h, tools/e2writeboot.8,
  79. tools/e2lib.c, tools/e2lib.h, tools/e2writeboot.c,
  80. tools/elfencap.c, tools/isomarkboot.c, tools/objstrip.c,
  81. zip/gzip.h, zip/inflate.c, zip/misc.c, zip/unzip.c: Initial import
  82. (from 0.7 release)