summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-23 11:16:09 +1000
committerDamien Miller <djm@mindrot.org>2011-09-23 11:16:09 +1000
commit3e6fe87ef99f8ed17d90f0334921183c058697e6 (patch)
tree98abd28715b93c55a17a5f5d13d1b93823550dba /ChangeLog
parent64efe9671d1b2056e8799dc3a4a2e87925d9804b (diff)
- otto@cvs.openbsd.org 2008/12/09 19:38:38
[openbsd-compat/inet_ntop.c] fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2606178a0..5c9d719ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,17 +15,20 @@
15 Convert do {} while loop -> while {} for clarity. No binary change 15 Convert do {} while loop -> while {} for clarity. No binary change
16 on most architectures. From Oliver Smith. OK deraadt@ and henning@ 16 on most architectures. From Oliver Smith. OK deraadt@ and henning@
17 - tobias@cvs.openbsd.org 2007/10/21 11:09:30 17 - tobias@cvs.openbsd.org 2007/10/21 11:09:30
18 [mktemp.c] 18 [openbsd-compat/mktemp.c]
19 Comment fix about time consumption of _gettemp. 19 Comment fix about time consumption of _gettemp.
20 FreeBSD did this in revision 1.20. 20 FreeBSD did this in revision 1.20.
21 OK deraadt@, krw@ 21 OK deraadt@, krw@
22 - deraadt@cvs.openbsd.org 2008/07/22 21:47:45 22 - deraadt@cvs.openbsd.org 2008/07/22 21:47:45
23 [mktemp.c] 23 [openbsd-compat/mktemp.c]
24 use arc4random_uniform(); ok djm millert 24 use arc4random_uniform(); ok djm millert
25 - millert@cvs.openbsd.org 2008/08/21 16:54:44 25 - millert@cvs.openbsd.org 2008/08/21 16:54:44
26 [mktemp.c] 26 [openbsd-compat/mktemp.c]
27 Remove useless code, the kernel will set errno appropriately if an 27 Remove useless code, the kernel will set errno appropriately if an
28 element in the path does not exist. OK deraadt@ pvalchev@ 28 element in the path does not exist. OK deraadt@ pvalchev@
29 - otto@cvs.openbsd.org 2008/12/09 19:38:38
30 [openbsd-compat/inet_ntop.c]
31 fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon
29 32
3020110922 3320110922
31 - OpenBSD CVS Sync 34 - OpenBSD CVS Sync