| #
b3e76948
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
b3e76948
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
8ef94ce8
|
| 12-Nov-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is w
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is what it says it should be.
Two occurrences of 'unsigned int32' have been changed to 'u_int32' for consistency.
Submitted by: Wilko Bulte <wilko@yedi.iaf.nl>
show more ...
|
| #
44099b7b
|
| 30-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Rearrange bootpd
|
| #
b3e76948
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
8ef94ce8
|
| 12-Nov-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is w
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is what it says it should be.
Two occurrences of 'unsigned int32' have been changed to 'u_int32' for consistency.
Submitted by: Wilko Bulte <wilko@yedi.iaf.nl>
show more ...
|
| #
44099b7b
|
| 30-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Rearrange bootpd
|
| #
8ef94ce8
|
| 12-Nov-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is w
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously doesn't work on the Alpha. By defining int32 (and u_int32) in terms of int32_t (and u_int32_t) it now is what it says it should be.
Two occurrences of 'unsigned int32' have been changed to 'u_int32' for consistency.
Submitted by: Wilko Bulte <wilko@yedi.iaf.nl>
show more ...
|
| #
44099b7b
|
| 30-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Rearrange bootpd
|