History log of /src/libexec/bootpd/bptypes.h (Results 1 – 12 of 12)
Revision Date Author Comments
# ddb5480e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Fix partially removed comment by removing the rest

Fixes: 2a63c3be1582


# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# ddb5480e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Fix partially removed comment by removing the rest

Fixes: 2a63c3be1582


# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\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


# ddb5480e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Fix partially removed comment by removing the rest

Fixes: 2a63c3be1582


# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\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