summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]: