Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-6.8.0 with the follow...
details: https://anonhg.NetBSD.org/src/rev/f705591c15c1
branches: trunk
changeset: 336885:f705591c15c1
user: roy <roy%NetBSD.org@localhost>
date: Thu Mar 26 10:20:41 2015 +0000
description:
Import dhcpcd-6.8.0 with the following changes:
* Use the exit code of EXIT_SUCCESS when terminating gracefully.
* Fix dumping a lease file by filename.
* If RTF_LOCAL is defined, don't try and set loopback routes.
* Fix adding host routes on BSD.
* After adding an address load the kernel routing table for the
interface. When routes are rebuilt try not to remove any existing
routes if they don't need changing.
* Replace timeval with timespec for our internal functions.
* Support kqueue(2).
* Better support for more interface types on BSD, thanks to Guy Yur.
* Many Prefix Delegation fixes.
* Fix creation of normal IPv6 link-local addresses overflowing the
address storage and fooling dhcpcd into thinking it's not
tentative when added.
* Add own syslog(3) like logging function for a nicer output and so
we can log to a file for the case when syslogd(8) starts after
dhcpcd so we can log any errors during system start using the new
--logfile option.
diffstat:
external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r e628e20b68a8 -r f705591c15c1 external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in
--- a/external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in Thu Mar 26 08:50:42 2015 +0000
+++ b/external/bsd/dhcpcd/dist/dhcpcd-embedded.c.in Thu Mar 26 10:20:41 2015 +0000
@@ -1,7 +1,7 @@
/*
- * DO NOT EDIT
+ * DO NOT EDIT!
* Automatically generated from dhcpcd-embedded.conf
- * Ths allows us to simply generate DHCP structure without any C programming
+ * Ths allows us to simply generate DHCP structure without any C programming.
*/
/*
Home |
Main Index |
Thread Index |
Old Index