diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 | ||
30 | 20110922 | 33 | 20110922 |
31 | - OpenBSD CVS Sync | 34 | - OpenBSD CVS Sync |