summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-10 12:37:15 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:22 -0700
commitbcfe3a546e831ff3e43a8782f65a95fab7bb864d (patch)
tree5b7d67d28c504ccce36b71db41ec50a1678638b5 /ChangeLog
parent89c9aa491a7cee97bf78a29cddbf0a25c902a671 (diff)
Hurd: Add more ipv6 macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 23 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 6848fb4838..11ca6b7073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ [BZ #3906]
+ * bits/in.h (IPV6_PKTINFO): Define new macro.
+ (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
+
2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
[BZ #13954]
@@ -150,16 +156,16 @@
(main): Remove informal message about syslog.
(options): Fix typo.
- [BZ #14053]
- * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
+ [BZ #14053]
+ * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
to asm.
- (lrint): Likewise.
- (llrintf): Likewise.
- (llrint): Likewise.
- (rint): Likewise.
- (rintf): Likewise.
- (nearbyint): Likewise.
- (nearbyintf): Likewise.
+ (lrint): Likewise.
+ (llrintf): Likewise.
+ (llrint): Likewise.
+ (rint): Likewise.
+ (rintf): Likewise.
+ (nearbyint): Likewise.
+ (nearbyintf): Likewise.
2012-05-09 Andreas Jaeger <aj@suse.de>
Pedro Alves <palves@redhat.com>
@@ -170,12 +176,12 @@
2012-05-09 Alexandre Oliva <aoliva@redhat.com>
Andreas Jaeger <aj@suse.de>
- * nscd/nscd.c (go_background): Replaced with...
- (run_mode): ... this.
+ * nscd/nscd.c (go_background): Replaced with...
+ (run_mode): ... this.
(RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
- (options): Add -F --foreground.
- (main): Implement it.
- (parse_opt): Parse it.
+ (options): Add -F --foreground.
+ (main): Implement it.
+ (parse_opt): Parse it.
2012-05-09 Andreas Jaeger <aj@suse.de>
@@ -351,9 +357,9 @@
2012-05-08 Roland Mc Grath <roland@hack.frob.com>
- [BZ #13979]
- * include/features.h: Warn if user requests __FORTIFY_SOURCE
- checking but the checks are disabled for any reason.
+ [BZ #13979]
+ * include/features.h: Warn if user requests __FORTIFY_SOURCE
+ checking but the checks are disabled for any reason.
2012-05-08 H.J. Lu <hongjiu.lu@intel.com>