ChangeLog revision 1.1.1.2 1 Wed May 23 02:35:49 2001 Matthew Fredette <fredette (a] alum.mit.edu>
2
3 * configure.in: Bumped the version.
4 * ndbootd.c: Changed many debugging printfs to compile quietly on the
5 alpha. Patch from Andrew Brown <atatat (a] atatdot.net>.
6
7 * config/ndbootd-bpf.c: Changed many debugging printfs to compile quietly on the
8 alpha. Patch from Andrew Brown <atatat (a] atatdot.net>.
9
10 Tue May 22 13:13:24 2001 Matthew Fredette <fredette (a] alum.mit.edu>
11
12 * Release 0.3 out.
13 * acconfig.h: Added coverage for macros with alignment information.
14 * acinclude.m4 (AC_CHECK_ALIGNOF): Added.
15 * configure.in: Bumped the version number.
16 Now use AC_CHECK_ALIGNOF to check for the minimum
17 alignment of a 32-bit int; if it isn't 1, compile
18 ndbootd for a strict-alignment machine.
19
20 * ndbootd.c Ran indent(1) with NetBSD's KNF-approximating profile.
21 * ndbootd.c: [HAVE_STRICT_ALIGNMENT]: Added code to copy packet headers
22 between the buffer and local variables, to satisfy
23 alignment constraints.
24
25 * ndbootd.h Ran indent(1) with NetBSD's KNF-approximating profile.
26 * config/ndbootd-bpf.c Ran indent(1) with NetBSD's KNF-approximating profile.
27
28 Tue May 15 14:46:24 2001 Matthew Fredette <fredette (a] alum.mit.edu>
29
30 * configure.in: Bumped up the version.
31
32 Tue May 15 14:43:24 2001 Matthew Fredette <fredette (a] alum.mit.edu>
33
34 * Release 0.2 out.
35 * configure.in: Bumped up the version.
36 * ndbootd.8: Some formatting changes.
37 * ndbootd.c: Now have prototypes for the allocation functions.
38 (main): Now handle boot blocks that aren't an integral
39 multiple of the block size.
40
41 Wed May 09 20:50:46 2001 Matthew Fredette <fredette (a] alum.mit.edu>
42
43 * Makefile.am: Added support for the man page.
44 * README: Updated the usage to reflect the new single-letter option names.
45 * ndbootd.8: Added.
46 * ndbootd.c (main): Now insert a small delay before sending each packet.
47 Sending packets too quickly apparently overwhelms clients.
48 Added new single-letter versions of all options that didn't
49 already have them. Expanded some debug messages, and fixed
50 others to display Ethernet addresses correctly.
51
52 * config/ndbootd-bpf.c: Removed an unnecessary comment.
53
54 Wed Jan 31 17:35:50 2001 Matthew Fredette <fredette (a] alum.mit.edu>
55
56 * Makefile.am: Added the ChangeLog to EXTRA_DIST.
57 * README: Updated.
58 * ndbootd.c (main): Fixed various printf argument lists.
59
60 Wed Jan 31 17:35:16 2001 Matthew Fredette <fredette (a] alum.mit.edu>
61
62 * Release 0.1 out.
63 * Makefile.am: Added the ChangeLog to EXTRA_DIST.
64 * README: Updated.
65 * ndbootd.c (main): Fixed various printf argument lists.
66 * ndbootd.h: Now include param.h.
67
68 Tue Jan 30 15:35:38 2001 Matthew Fredette <fredette (a] alum.mit.edu>
69
70 * README: Added.
71 * ndbootd.c: Now, ndbootd assembles disk images for clients on-the-fly.
72 Defined many new macros related to this.
73 (main): Added support for the --boot2 option. Turned the
74 original disk-image filename into the filename of the
75 first-stage boot program. Now do better multiple-client
76 support, especially when it comes to checking if a client
77 is really ours. Now assemble client-specific disk images
78 on-the-fly, potentially serving each client a different
79 second-stage boot.
80
81 Mon Jan 29 15:12:13 2001 Matthew Fredette <fredette (a] alum.mit.edu>
82
83 * COPYING: Added.
84 * Makefile.am: Added.
85 * acconfig.h: Added.
86 * acinclude.m4: Added.
87 * configure.in: Added.
88 * missing: Added.
89 * ndbootd.c: Added.
90 * ndbootd.h: Added.
91 * config/ndbootd-bpf.c: Added.
92
93