svn commit: r352558 - head/usr.bin/top

2019-09-20 Thread Daichi GOTO
Author: daichi Date: Fri Sep 20 17:37:23 2019 New Revision: 352558 URL: https://svnweb.freebsd.org/changeset/base/352558 Log: top(1): support multibyte characters in command names (ARGV array) depending on locale. - add setlocale() - remove printable() function - add VIS_OCTAL and

svn commit: r219257 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2011-03-03 Thread Daichi GOTO
Author: daichi Date: Fri Mar 4 07:01:45 2011 New Revision: 219257 URL: http://svn.freebsd.org/changeset/base/219257 Log: Add the Buffalo (Melco Inc.) WLI-UC-G301N PR: usb/155229 Submitted by: Yoshiaki UCHIKAWA MFC after:1 week Modified: head/share/man/man4/run.4 head

svn commit: r212221 - in head: sbin/mount_unionfs sys/fs/unionfs

2010-09-04 Thread Daichi GOTO
Author: daichi Date: Sun Sep 5 04:58:16 2010 New Revision: 212221 URL: http://svn.freebsd.org/changeset/base/212221 Log: Allowed unionfs to use whiteout not supporting file system as upper layer. Until now, unionfs prevents to use that kind of file system as upper layer. This time, I change

svn commit: r212222 - head/etc/rc.d

2010-09-04 Thread Daichi GOTO
Author: daichi Date: Sun Sep 5 05:44:40 2010 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: Avoid to try to remove suj journal file (.sujournal) and conventional snapshot directory (.snap) from cleartmp rc.d script. Modified: head/etc/rc.d/cleartmp Modified: h

svn commit: r335685 - head/usr.bin/top

2018-06-26 Thread Daichi GOTO
Author: daichi Date: Wed Jun 27 02:55:30 2018 New Revision: 335685 URL: https://svnweb.freebsd.org/changeset/base/335685 Log: top(1): increased the maximum length of command shown by "-a" Reviewed by: eadler Approved by: gnn (mentor) Differential Revision:https://reviews.freeb

svn commit: r335836 - head/usr.bin/top

2018-06-30 Thread Daichi GOTO
mypid; +extern bool utf8flag; extern const char * myname; Modified: head/usr.bin/top/utils.c == --- head/usr.bin/top/utils.cSun Jul 1 01:56:40 2018 (r335835) +++ head/usr.bin/top/utils.cSun Jul 1 05:

svn commit: r336028 - head/usr.bin/top

2018-07-06 Thread Daichi GOTO
Author: daichi Date: Fri Jul 6 12:07:06 2018 New Revision: 336028 URL: https://svnweb.freebsd.org/changeset/base/336028 Log: Changed to eliminate the upper limit of command length displayed by "-a" and expand to match terminal width Reviewed by: eadler Approved by: gnn (mentor) Dif

svn commit: r336150 - head/usr.bin/top

2018-07-09 Thread Daichi GOTO
Author: daichi Date: Tue Jul 10 00:19:52 2018 New Revision: 336150 URL: https://svnweb.freebsd.org/changeset/base/336150 Log: top(1): Fix the prompt bug and core dump problem in o / p mode that occurred by r336028 Reviewed by: cy Approved by: gnn (mentor) Differential Revision:

svn commit: r336160 - head/usr.bin/top

2018-07-09 Thread Daichi GOTO
--- head/usr.bin/top/utils.cTue Jul 10 03:03:10 2018(r336159) +++ head/usr.bin/top/utils.cTue Jul 10 03:49:48 2018(r336160) @@ -2,7 +2,6 @@ * This program may be freely redistributed, * but this entire comment MUST remain intact. * - * Copyright (c)

svn commit: r336737 - head/usr.bin/top

2018-07-26 Thread Daichi GOTO
Author: daichi Date: Thu Jul 26 13:53:22 2018 New Revision: 336737 URL: https://svnweb.freebsd.org/changeset/base/336737 Log: top(1): forgot in r336160 Approved by: gnn (mentor) Differential Revision:https://reviews.freebsd.org/D16452 Modified: head/usr.bin/top/utils.h Modifi

svn commit: r336753 - head/usr.bin/top

2018-07-26 Thread Daichi GOTO
Author: daichi Date: Fri Jul 27 01:20:34 2018 New Revision: 336753 URL: https://svnweb.freebsd.org/changeset/base/336753 Log: top(1): fixed the empty output problem in non-interactive mode (-n, -b) regressed in r336028 PR: 229842 Reported by: Ali Abdallah Reviewed by: eadl

svn commit: r336756 - head/usr.bin/top

2018-07-27 Thread Daichi GOTO
Author: daichi Date: Fri Jul 27 07:05:50 2018 New Revision: 336756 URL: https://svnweb.freebsd.org/changeset/base/336756 Log: top(1): fix a buffer overflow copying states to display while they were incremented - fix an AddressSanitizer error Submitted by: devne...@gmail.com Review

svn commit: r267852 - head/sys/dev/glxiic

2014-06-24 Thread Daichi GOTO
Author: daichi (ports committer) Date: Wed Jun 25 05:39:30 2014 New Revision: 267852 URL: http://svnweb.freebsd.org/changeset/base/267852 Log: Fixed an IIC timing issue between the glxiic master and a slave of peripheral devices. When transmitting (rx) from slave to master, sometimes nAKC d

svn commit: r262467 - head/bin/sh

2014-02-24 Thread Daichi GOTO
Author: daichi (ports committer) Date: Tue Feb 25 03:05:43 2014 New Revision: 262467 URL: http://svnweb.freebsd.org/changeset/base/262467 Log: sh: Add -h option to SYNOPSIS Reviewed by: jilles MFC after:soon Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 ==

Re: svn commit: r262467 - head/bin/sh

2014-02-24 Thread Daichi GOTO
Hi Bryan, Yeah you are right. But it seems not very important for a change like this for .Dd bump. Even so should I update .Dd ? 2014/02/25 12:08、Bryan Drewery : > On 2/24/2014 9:05 PM, Daichi GOTO wrote: >> Author: daichi (ports committer) >> Date: Tue Feb 25 03:05:43 2014

svn commit: r234867 - head/sys/fs/unionfs

2012-05-01 Thread Daichi GOTO
Jan-Simon Pendry * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. - * Copyright (c) 2005, 2006 Masanori Ozawa , ONGS Inc. - * Copyright (c) 2006 Daichi Goto + * Copyright (c) 2005, 2006, 2012 Masanori Ozawa , ONGS Inc. + * Copyright (c) 2006, 2012

svn commit: r234944 - head/sys/fs/unionfs

2012-05-03 Thread Daichi GOTO
Author: daichi Date: Thu May 3 07:22:29 2012 New Revision: 234944 URL: http://svn.freebsd.org/changeset/base/234944 Log: fixed a unionfs_readdir math issue PR: 132987 Submitted by: Matthew Fleming Modified: head/sys/fs/unionfs/union_vnops.c Modified: head/sys/fs/unionfs/un