History log of /src/usr.sbin/rbootd/utils.c |
Revision | | Date | Author | Comments |
1.19 |
| 03-Sep-2022 |
tsutsui | Make build with WARNS=5.
|
1.18 |
| 23-Jan-2018 |
sevan | ansify - drop the K&R style prototypes & implementations.
|
1.17 |
| 08-Feb-2011 |
rmind | Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were.
Extra verification by snj@.
|
1.16 |
| 18-Apr-2009 |
lukem | branches: 1.16.2; Fix WARNS=4 issues (-Wsign-compare -Wcast-qual)
|
1.15 |
| 06-Jul-2004 |
mycroft | branches: 1.15.34; Fix portability problems, per PR 5783.
|
1.14 |
| 07-Aug-2003 |
agc | branches: 1.14.2; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22366, verified by myself.
|
1.13 |
| 13-Jul-2003 |
itojun | use bounded string op
|
1.12 |
| 11-Oct-2000 |
is | More format string cleanups by sommerfeld.
|
1.11 |
| 27-Mar-2000 |
kleink | branches: 1.11.4; Cast timeval members to types we know the printf conversions of.
|
1.10 |
| 09-Dec-1998 |
mrg | branches: 1.10.2; - fix typo in a comment - use the last connection RMPCONN cache correctly, and do not leak memory for each connection.
|
1.9 |
| 18-Oct-1997 |
lukem | use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopy
|
1.8 |
| 30-Jul-1997 |
thorpej | Arithmetic between "int" and "size_t" is promoted to "long" on the Alpha; use the %ld printf format, and cast to (long) for printing.
|
1.7 |
| 28-Jul-1997 |
thorpej | Fix compiler warnings, build with WARNS.
|
1.6 |
| 14-Nov-1995 |
thorpej | Kill some gratuitous byte-swapping calls, which broke rbootd on the i386 in some cases. No functional change on big-endian systems. From Scott Reynolds <scottr@plexus.com>.
|
1.5 |
| 06-Oct-1995 |
thorpej | branches: 1.5.2; Be safer with types. From Scott Reynolds <scottr@plexus.com>
|
1.4 |
| 12-Sep-1995 |
thorpej | The rest of the little-endian patches from Scott Reynolds that apparently slipped through the cracks before.
|
1.3 |
| 21-Aug-1995 |
thorpej | Use new-style RCS ids.
|
1.2 |
| 11-Jan-1994 |
brezak | rbootd for booting HP workstations from 4.4BSD/Utah.
|
1.1 |
| 11-Jan-1994 |
brezak | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 11-Jan-1994 |
brezak | Original version from 4.4BSD/Utah.
|
1.5.2.1 |
| 14-Nov-1995 |
thorpej | Update from trunk; little-endian fixes, from Scott Reynolds <scottr@plexus.com>
|
1.10.2.1 |
| 19-Oct-2000 |
he | Pull up revision 1.12 (requested by he): Format string cleanup.
|
1.11.4.1 |
| 17-Oct-2000 |
tv | Pullup usr.sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.14.2.1 |
| 10-Jul-2004 |
tron | Pull up revision 1.15 (requested by mycroft in ticket #615): Fix portability problems, per PR 5783.
|
1.15.34.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.16.2.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|