summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-05 07:09:38 +0000
committerRoland McGrath <roland@gnu.org>2002-01-05 07:09:38 +0000
commit10db2ca377cb71644255405dcadef7fa9d19660d (patch)
tree8c07a43879310f0ded67c36d5fbf44ace37d9ca8 /utils
parentcebde86f309241983a25da8c0677deed87c11b65 (diff)
.
Diffstat (limited to 'utils')
-rw-r--r--utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 82130931..11782c52 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,11 @@
+2002-01-04 Roland McGrath <roland@frob.com>
+
+ * msgport.c (str2flags): Use const in argument type; make static.
+ Set O_CREAT for "w" mode. Grok "a" to set O_APPEND.
+ (cmd_setfd): Always call str2flags, giving it a default string.
+ (cmd_stdin, cmd_stdout, cmd_stderr): Likewise.
+ (cmd_options): Update doc strings.
+
2002-01-02 Roland McGrath <roland@frob.com>
* rpctrace.c (traced_spawn) [KERN_INVALID_LEDGER]: