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