summaryrefslogtreecommitdiff
path: root/rarpd.c
Commit message (Expand)AuthorAgeFilesLines
* documentation: fix various spelling typosSami Kerola2019-03-091-1/+1
* clang scan-build: fix various build warningSami Kerola2019-02-021-1/+1
* rarpd: use libc function to run in the backgroundSami Kerola2019-01-011-20/+2
* libcommon: check standard streams status at exitSami Kerola2019-01-011-1/+1
* rarpd: use error() to report command errorsSami Kerola2018-12-221-13/+8
* man: fix rarpd command name in synopsisSami Kerola2018-12-201-0/+1
* warnings: fix multiple errno printing format specifier issuesSami Kerola2018-10-031-10/+10
* add version print out to remaining commandsSami Kerola2018-10-031-2/+5
* ping, rarpd, rdisc: remove historical no-op SA_INTERRUPTSami Kerola2018-10-031-3/+0
* usage: unify usage outputs, and improve their helpfulnessSami Kerola2018-10-031-2/+12
* various: do not use kernel data types in userspaceSami Kerola2018-10-031-16/+16
* warnings: fix multiple unused parameter warningsSami Kerola2018-10-031-2/+2
* warnings: fix multiple signed and unsigned integer expressionsSami Kerola2018-10-031-5/+5
* warnings: fix rarpd variable initialisationSami Kerola2018-10-031-4/+2
* warnings: add marker to implicit fallthroughSami Kerola2018-10-031-0/+1
* warnings: remove variable shadowingSami Kerola2018-10-031-5/+5
* replace non-POSIX compilant caddr_t with char *David Heidelberger2014-04-181-1/+2
* fix include paths, now compile with both glibc and muslDavid Heidelberger2014-04-181-7/+7
* rarpd: Check return value of chdir().YOSHIFUJI Hideaki2012-01-101-1/+5
* [RARPD]: Fixed several signedness issues for char strings.YOSHIFUJI Hideaki2007-10-131-6/+6
* Fix white space errors.YOSHIFUJI Hideaki2007-04-051-2/+2
* [PATCH] Use socklen_t in all the right places.Mike Frysinger2006-12-211-1/+1
* Initial import of iputilsstartYOSHIFUJI Hideaki2006-04-161-0/+720