summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* calculate multiples of 4 smarter; from Klemens Nanniflorian2017-07-041-2/+2
* replace perror(3) with err(3); from Klemens Nanniflorian2017-07-041-5/+3
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-2/+4
* sizeof(struct sockaddr_in) != sizeof(struct in_addr).krw2017-07-031-2/+2
* s/log_warn/log_warnx/ where errno is not setflorian2017-07-033-33/+36
* Generate source and header files for regress on demand.bluhm2017-07-031-2/+3
* Unbreak tree by putting revised resolv_conf_priority() declaration inkrw2017-07-023-5/+6
* Eliminate multiple socket openings/closings and passkrw2017-07-016-138/+116
* Nuke undocumented long-deprecated and/or unsupported leasekrw2017-06-295-69/+7
* delete_addresses(), interface_status(), addressinuse(),krw2017-06-294-32/+30
* reinstate .El removed in previous;jmc2017-06-281-1/+2
* Only pass required fields of interface_info to priv_* functionskrw2017-06-284-39/+35
* delete_route() doesn't need any info from its struct interface_infokrw2017-06-281-7/+6
* resolv_conf_priority() is a function local to kroute.c, nokrw2017-06-282-7/+7
* Stop trying to clean up addresses, routes and "-L" filekrw2017-06-286-110/+16
* Consistently use socket(..., AF_INET) for routingkrw2017-06-281-2/+2
* Be consistent and always use socket(..., SOCK_DGRAM, ...) forkrw2017-06-281-4/+4
* Make if_register_bpf() the same as the other if_register_*() functionskrw2017-06-271-5/+5
* Nuke get_rdomain() and just snag the interface rdomain from the samekrw2017-06-273-23/+7
* Avoid the possibility of accessing an array out of bounds.jsg2017-06-271-1/+3
* Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destinationstsp2017-06-251-3/+8
* priv_add_address() is no longer invoked to signal the deletion of thekrw2017-06-251-12/+1
* Oops. Revert unintentional/premature functional change. Deleting thekrw2017-06-251-3/+2
* Tweak handling of HUP and new LLADDR. Just use expose and use sighup()krw2017-06-246-47/+27
* Use a local variable rather than a global flag to recordkrw2017-06-244-12/+14
* Once you have forked into two processes, setting a global flagkrw2017-06-232-6/+3
* Oops. Remove extraneous 'return' and some braces fromkrw2017-06-231-4/+3
* Use a const char * for "/etc/resolv.conf.tail" instead of repeating thekrw2017-06-231-9/+9
* Take reyk's imsg resolv.conf improvements of a while ago to theirkrw2017-06-234-23/+17
* Drop support for old (>4yr) timestamp formats in leaseskrw2017-06-222-12/+4
* Teach get_recorded_lease() that static leases do notkrw2017-06-211-2/+2
* No need to manually check validity of ifi->active whenkrw2017-06-211-16/+8
* Consistently use time(&var) idiom rather than tossing in a fewkrw2017-06-213-19/+20
* Allow familiar idiom free_client_lease(NULL).krw2017-06-211-2/+2
* Various KNF nits.krw2017-06-194-14/+14
* Erroneous host names in various options should be ignoredkrw2017-06-191-12/+10
* Move the timeout information into struct interface_info withkrw2017-06-183-33/+24
* Convert last set_timeout() use to set_timeout_interval() andkrw2017-06-183-21/+10
* Drop (int) casts of (time_t - time_t) calculations thatkrw2017-06-181-3/+3
* Nuke stray and misleading comment.krw2017-06-181-2/+2
* Make 'DEBUG' compile again.krw2017-06-181-4/+4
* Nuke unused pointer to non-existant struct.krw2017-06-181-2/+1
* Shuffle dhcp[offer|ack|nak]() functions together for easy reference.krw2017-06-171-77/+77
* Rename struct interface_info field 'new' to clearer 'offer'.krw2017-06-172-37/+34
* We accept either the first offer received, or an offer for thekrw2017-06-172-45/+17
* DECLINE offers as they are deemed invalid. Decline them at thekrw2017-06-172-55/+58
* pfctl: merge identifical if conditions and void functions discarding ret valuesawolk2017-06-161-39/+24
* Nuke 'is_bootp' field and just use a #define to check if the leasekrw2017-06-163-18/+10
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-162-2/+5
* s/CPU_LIDSUSPEND/CPU_LIDACTION/natano2017-06-162-5/+5