summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 21:39:55 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 21:39:55 +1100
commit68e2e56ea90d88f514672991a2ac11445df0e4ac (patch)
tree04509a22c56d07cc7dcc45cf601a0a0fe2a81655 /ChangeLog
parenta6e121aaa0ab61965db2dcfe8e2ba5d719fbe1e6 (diff)
- djm@cvs.openbsd.org 2010/09/26 22:26:33
[sftp.c] when performing an "ls" in columnated (short) mode, only call ioctl(TIOCGWINSZ) once to get the window width instead of per- filename
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6588cca3..b9d763a7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@
13 rountrips to fetch per-file stat(2) information. 13 rountrips to fetch per-file stat(2) information.
14 NB. update openbsd-compat/ glob(3) implementation from OpenBSD libc to 14 NB. update openbsd-compat/ glob(3) implementation from OpenBSD libc to
15 match. 15 match.
16 - djm@cvs.openbsd.org 2010/09/26 22:26:33
17 [sftp.c]
18 when performing an "ls" in columnated (short) mode, only call
19 ioctl(TIOCGWINSZ) once to get the window width instead of per-
20 filename
16 21
1720100924 2220100924
18 - (djm) OpenBSD CVS Sync 23 - (djm) OpenBSD CVS Sync