History log of /src/usr.sbin/rbootd/rmpproto.c |
Revision | | Date | Author | Comments |
1.16 |
| 23-Jan-2018 |
sevan | ansify - drop the K&R style prototypes & implementations.
|
1.15 |
| 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.14 |
| 06-Jul-2004 |
mycroft | branches: 1.14.44; Fix portability problems, per PR 5783.
|
1.13 |
| 07-Aug-2003 |
agc | branches: 1.13.2; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22366, verified by myself.
|
1.12 |
| 16-Jan-2001 |
cgd | avoid C sequence point issues warned about by development version of gcc.
|
1.11 |
| 01-Feb-1999 |
bouyer | If the client doesn't supply a filename, give it back the first one listed for this station instead of an error. This is required for hp700 machines.
|
1.10 |
| 18-Oct-1997 |
lukem | use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopy
|
1.9 |
| 25-Aug-1997 |
kleink | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, use SEEK_SET/SEEK_CUR/SEEK_END instead.
|
1.8 |
| 28-Jul-1997 |
thorpej | Fix compiler warnings, build with WARNS.
|
1.7 |
| 01-Feb-1996 |
mycroft | If __FreeBSD__, don't swap the length field in the 802.3 header.
|
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 | Changes from Scott Reynolds <scottr@plexus.com> to make this go on little-endian machines (like the i386).
|
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.13.2.1 |
| 10-Jul-2004 |
tron | Pull up revision 1.14 (requested by mycroft in ticket #615): Fix portability problems, per PR 5783.
|
1.14.44.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|