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: 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

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:

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

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

2018-07-09 Thread Daichi GOTO
8 2018(r336160) @@ -2,7 +2,6 @@ * This program may be freely redistributed, * but this entire comment MUST remain intact. * - * Copyright (c) 2018, Daichi Goto * Copyright (c) 2018, Eitan Adler * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, Wil

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: 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)

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

2018-07-01 Thread Daichi GOTO
== --- head/usr.bin/top/utils.cSun Jul 1 01:56:40 2018(r335835) +++ head/usr.bin/top/utils.cSun Jul 1 05:32:03 2018(r335836) @@ -2,6 +2,7 @@ * This program may be freely redistributed, * but this entire comment MUST remain intact. * + * Copyright (

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:

svn commit: r268210 - stable/10/sys/dev/glxiic

2014-07-03 Thread Daichi GOTO
Author: daichi (ports committer) Date: Thu Jul 3 10:59:42 2014 New Revision: 268210 URL: http://svnweb.freebsd.org/changeset/base/268210 Log: MFC: r267852 Fixed an IIC timing issue between the glxiic master and a slave of peripheral devices. When transmitting (rx) from slave to master,

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 bdrew...@freebsd.org : On 2/24/2014 9:05 PM, Daichi GOTO wrote: Author: daichi (ports committer) Date: Tue Feb 25 03:05:43 2014

svn commit: r262469 - stable/9/bin/sh

2014-02-24 Thread Daichi GOTO
Author: daichi (ports committer) Date: Tue Feb 25 04:19:15 2014 New Revision: 262469 URL: http://svnweb.freebsd.org/changeset/base/262469 Log: MFC r262467: sh: Add -h option to SYNOPSIS Reviewed by: jilles Modified: stable/9/bin/sh/sh.1 Modified: stable/9/bin/sh/sh.1

svn commit: r262468 - stable/10/bin/sh

2014-02-24 Thread Daichi GOTO
Author: daichi (ports committer) Date: Tue Feb 25 03:49:42 2014 New Revision: 262468 URL: http://svnweb.freebsd.org/changeset/base/262468 Log: MFC r262467: sh: Add -h option to SYNOPSIS Reviewed by: jilles Modified: stable/10/bin/sh/sh.1 Directory Properties: stable/10/ (props

svn commit: r235243 - stable/9/sys/fs/unionfs

2012-05-10 Thread Daichi GOTO
...@ongs.co.jp, ONGS Inc. - * Copyright (c) 2006 Daichi Goto dai...@freebsd.org + * Copyright (c) 2005, 2006, 2012 Masanori Ozawa oz...@ongs.co.jp, ONGS Inc. + * Copyright (c) 2006, 2012 Daichi Goto dai...@freebsd.org * * This code is derived from software contributed to Berkeley by * Jan-Simon

svn commit: r235244 - stable/8/sys/fs/unionfs

2012-05-10 Thread Daichi GOTO
...@ongs.co.jp, ONGS Inc. - * Copyright (c) 2006 Daichi Goto dai...@freebsd.org + * Copyright (c) 2005, 2006, 2012 Masanori Ozawa oz...@ongs.co.jp, ONGS Inc. + * Copyright (c) 2006, 2012 Daichi Goto dai...@freebsd.org * * This code is derived from software contributed to Berkeley by * Jan-Simon

svn commit: r235249 - in stable/9/sys: . fs

2012-05-10 Thread Daichi GOTO
Author: daichi Date: Thu May 10 22:36:01 2012 New Revision: 235249 URL: http://svn.freebsd.org/changeset/base/235249 Log: Added forgotten r234867,234944 mergeinfo Modified: Directory Properties: stable/9/sys/ (props changed) stable/9/sys/fs/ (props changed)

svn commit: r235250 - stable/8/sys

2012-05-10 Thread Daichi GOTO
Author: daichi Date: Thu May 10 22:38:15 2012 New Revision: 235250 URL: http://svn.freebsd.org/changeset/base/235250 Log: Added forgotten r234867,234944 mergeinfo Modified: Directory Properties: stable/8/sys/ (props changed) ___

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 mflem...@isilon.com Modified: head/sys/fs/unionfs/union_vnops.c Modified:

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 oz...@ongs.co.jp, ONGS Inc. - * Copyright (c) 2006 Daichi Goto dai...@freebsd.org + * Copyright (c) 2005, 2006, 2012 Masanori Ozawa oz

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

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

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:

svn commit: r186110 - stable/7/sys/fs/unionfs

2008-12-14 Thread Daichi GOTO
Author: daichi Date: Mon Dec 15 03:56:54 2008 New Revision: 186110 URL: http://svn.freebsd.org/changeset/base/186110 Log: MFC r185284, r185283 PR: 118346 Submitted by: Masanori OZAWA oz...@ongs.co.jp, trasz Discussed at: devsummit Strassburg, EuroBSDCon2008 Discussed with:

svn commit: r186111 - releng/7.1/sys/fs/unionfs

2008-12-14 Thread Daichi GOTO
Author: daichi Date: Mon Dec 15 03:58:55 2008 New Revision: 186111 URL: http://svn.freebsd.org/changeset/base/186111 Log: MFC r185284, r185283 PR: 118346 Submitted by: Masanori OZAWA oz...@ongs.co.jp, trasz Discussed at: devsummit Strassburg, EuroBSDCon2008 Discussed

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

2008-11-24 Thread Daichi GOTO
Author: daichi Date: Tue Nov 25 03:18:35 2008 New Revision: 185283 URL: http://svn.freebsd.org/changeset/base/185283 Log: Fixes Unionfs socket issue reported as kern/118346. PR: 118346 Submitted by: Masanori OZAWA [EMAIL PROTECTED] Discussed at: devsummit Strassburg,