summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f7d0f4ff..34106ead8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
8 resource limits. 8 resource limits.
9 Idea from a similar NetBSD change, original problem reported by jasper@. 9 Idea from a similar NetBSD change, original problem reported by jasper@.
10 ok millert tedu jasper 10 ok millert tedu jasper
11 - djm@cvs.openbsd.org 2011/01/12 01:53:14
12 avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS
13 and sanity check arguments (these will be unnecessary when we switch
14 struct glob members from being type into to size_t in the future);
15 "looks ok" tedu@ feedback guenther@
11 16
1220110111 1720110111
13 - (tim) [regress/host-expand.sh] Fix for building outside of read only 18 - (tim) [regress/host-expand.sh] Fix for building outside of read only