Home | History | Annotate | Download | only in common
History log of /src/usr.sbin/bootp/common/readfile.c
RevisionDateAuthorComments
 1.21  03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.20  11-Jan-2017  joerg branches: 1.20.14;
Avoid access to unaligned data.
 1.19  07-Oct-2011  joerg branches: 1.19.24;
Fix under-allocation-by-one
 1.18  04-Jan-2011  wiz Add missing breaks in switch statement. Found by cppcheck.
 1.17  15-Apr-2009  lukem Fix -Wsign-compare issues
 1.16  02-May-2008  xtraeme branches: 1.16.8;
WARNS=4
 1.15  27-May-2007  tls branches: 1.15.10;
For FORTIFY_SOURCE: do not pretend to convert code from b* to mem* by
using a #define to turn one into the other, this is pointless and causes
more portability issues than it solves (admittedly, in the year 1702 when
this code was written the opposite may have been the case).
 1.14  23-May-2006  christos Coverity CID 2448: Remove extra NULL check.
 1.13  29-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.12  14-Jul-2003  itojun use boundedd string ops
 1.11  28-Jan-2003  wiz unknown, not unkown. Noted by mjl.
 1.10  14-Jul-2002  wiz De-register.
 1.9  14-Jul-2002  wiz ANSIfy. Remove ifndef __STDC__.
 1.8  20-Aug-2001  wiz precede, not preceed.
 1.7  11-Jan-1999  kleink In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
of errno.
 1.6  02-Apr-1998  kleink Need <time.h> for ctime() prototype.
 1.5  14-Mar-1998  lukem warnsify
 1.4  18-Oct-1997  lukem rcsid fascism
 1.3  19-Jun-1996  gwr Minor fixes sent in since bootp-2.4.3 release:
Correct length arg to haddrtoa() in report of duplicate address.
The string value for a generic tag should not include the null.
(Including the null in reponses really annoys HP printers!)
When reading hardware addresses, allow colon separators
(only works if the whole H/W address is in quotes).
 1.2  22-Aug-1994  gwr Update to version 2.4
 1.1  27-Jun-1994  gwr branches: 1.1.1;
Initial revision
 1.1.1.1  27-Jun-1994  gwr Move this to where the latest consensus indicates it should go.
Also, integrate some fixes from Christos.
 1.15.10.1  18-May-2008  yamt sync with head.
 1.16.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.19.24.1  20-Mar-2017  pgoyette Sync with HEAD
 1.20.14.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed