aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bootparamd/callbootd/callbootd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* bootparamd: Fix several warnings and increase warn level to 6.Yoshihiro Takahashi2021-01-021-15/+11
* Fix WARNSEnji Cooper2017-08-171-12/+5
* Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-151-1/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-3/+2
* Cleanup of userland __P useKevin Lo2007-11-071-3/+3
* fix problem with uninitalized ptr (from PR)John-Mark Gurney2003-06-201-8/+13
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-4/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* #include <arpa/inet.h> for inet_* definitions.Peter Wemm1998-06-121-2/+4
* Use err(3). Add usage and prototypes. Remove Xref: Diskless(8) does notPhilippe Charnier1997-09-041-27/+31
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-21/+21
* Stop callbootd from dumping core when attempting to directly query aBill Paul1995-03-261-1/+6
* Obtained from: The Xkernel source distributionBill Paul1995-02-261-0/+187