ChangeLog revision 1.1
11.1SfredetteTue May 22 13:13:24 2001 Matthew Fredette <fredette@alum.mit.edu> 21.1Sfredette 31.1Sfredette * Release 0.3 out. 41.1Sfredette * acconfig.h: Added coverage for macros with alignment information. 51.1Sfredette * acinclude.m4 (AC_CHECK_ALIGNOF): Added. 61.1Sfredette * configure.in: Bumped the version number. 71.1Sfredette Now use AC_CHECK_ALIGNOF to check for the minimum 81.1Sfredette alignment of a 32-bit int; if it isn't 1, compile 91.1Sfredette ndbootd for a strict-alignment machine. 101.1Sfredette 111.1Sfredette * ndbootd.c Ran indent(1) with NetBSD's KNF-approximating profile. 121.1Sfredette * ndbootd.c: [HAVE_STRICT_ALIGNMENT]: Added code to copy packet headers 131.1Sfredette between the buffer and local variables, to satisfy 141.1Sfredette alignment constraints. 151.1Sfredette 161.1Sfredette * ndbootd.h Ran indent(1) with NetBSD's KNF-approximating profile. 171.1Sfredette * config/ndbootd-bpf.c Ran indent(1) with NetBSD's KNF-approximating profile. 181.1Sfredette 191.1SfredetteTue May 15 14:46:24 2001 Matthew Fredette <fredette@alum.mit.edu> 201.1Sfredette 211.1Sfredette * configure.in: Bumped up the version. 221.1Sfredette 231.1SfredetteTue May 15 14:43:24 2001 Matthew Fredette <fredette@alum.mit.edu> 241.1Sfredette 251.1Sfredette * Release 0.2 out. 261.1Sfredette * configure.in: Bumped up the version. 271.1Sfredette * ndbootd.8: Some formatting changes. 281.1Sfredette * ndbootd.c: Now have prototypes for the allocation functions. 291.1Sfredette (main): Now handle boot blocks that aren't an integral 301.1Sfredette multiple of the block size. 311.1Sfredette 321.1SfredetteWed May 09 20:50:46 2001 Matthew Fredette <fredette@alum.mit.edu> 331.1Sfredette 341.1Sfredette * Makefile.am: Added support for the man page. 351.1Sfredette * README: Updated the usage to reflect the new single-letter option names. 361.1Sfredette * ndbootd.8: Added. 371.1Sfredette * ndbootd.c (main): Now insert a small delay before sending each packet. 381.1Sfredette Sending packets too quickly apparently overwhelms clients. 391.1Sfredette Added new single-letter versions of all options that didn't 401.1Sfredette already have them. Expanded some debug messages, and fixed 411.1Sfredette others to display Ethernet addresses correctly. 421.1Sfredette 431.1Sfredette * config/ndbootd-bpf.c: Removed an unnecessary comment. 441.1Sfredette 451.1SfredetteWed Jan 31 17:35:50 2001 Matthew Fredette <fredette@alum.mit.edu> 461.1Sfredette 471.1Sfredette * Makefile.am: Added the ChangeLog to EXTRA_DIST. 481.1Sfredette * README: Updated. 491.1Sfredette * ndbootd.c (main): Fixed various printf argument lists. 501.1Sfredette 511.1SfredetteWed Jan 31 17:35:16 2001 Matthew Fredette <fredette@alum.mit.edu> 521.1Sfredette 531.1Sfredette * Release 0.1 out. 541.1Sfredette * Makefile.am: Added the ChangeLog to EXTRA_DIST. 551.1Sfredette * README: Updated. 561.1Sfredette * ndbootd.c (main): Fixed various printf argument lists. 571.1Sfredette * ndbootd.h: Now include param.h. 581.1Sfredette 591.1SfredetteTue Jan 30 15:35:38 2001 Matthew Fredette <fredette@alum.mit.edu> 601.1Sfredette 611.1Sfredette * README: Added. 621.1Sfredette * ndbootd.c: Now, ndbootd assembles disk images for clients on-the-fly. 631.1Sfredette Defined many new macros related to this. 641.1Sfredette (main): Added support for the --boot2 option. Turned the 651.1Sfredette original disk-image filename into the filename of the 661.1Sfredette first-stage boot program. Now do better multiple-client 671.1Sfredette support, especially when it comes to checking if a client 681.1Sfredette is really ours. Now assemble client-specific disk images 691.1Sfredette on-the-fly, potentially serving each client a different 701.1Sfredette second-stage boot. 711.1Sfredette 721.1SfredetteMon Jan 29 15:12:13 2001 Matthew Fredette <fredette@alum.mit.edu> 731.1Sfredette 741.1Sfredette * COPYING: Added. 751.1Sfredette * Makefile.am: Added. 761.1Sfredette * acconfig.h: Added. 771.1Sfredette * acinclude.m4: Added. 781.1Sfredette * configure.in: Added. 791.1Sfredette * missing: Added. 801.1Sfredette * ndbootd.c: Added. 811.1Sfredette * ndbootd.h: Added. 821.1Sfredette * config/ndbootd-bpf.c: Added. 831.1Sfredette 84