svn commit: r363644 - in head: cddl/lib cddl/lib/libdtrace cddl/lib/libzpool etc/mtree release/sparc64 rescue/rescue sbin/init sys/kern sys/modules/esp sys/modules/uart usr.sbin/bsdinstall/partedit...

2020-07-28 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Jul 28 10:58:37 2020 New Revision: 363644 URL: https://svnweb.freebsd.org/changeset/base/363644 Log: - Cleanups related to sparc64 removal. - Remove remains of sparc64 files. Reviewed by: imp Differential Revision:https://reviews.freebsd.org/D25831 Delet

svn commit: r359799 - stable/11/usr.bin/ruptime

2020-04-11 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Apr 11 07:46:38 2020 New Revision: 359799 URL: https://svnweb.freebsd.org/changeset/base/359799 Log: MFC: r342965 > Fix indentation in ruptime command output for hosts in the "down" state. MFC: r359631 > Remove extra spaces for the load average of machines t

svn commit: r359798 - stable/11/usr.bin/ruptime

2020-04-11 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Apr 11 07:37:10 2020 New Revision: 359798 URL: https://svnweb.freebsd.org/changeset/base/359798 Log: MFC: r314640 (by bde) > Fix formatting. ruptime output on FreeBSD cluster machines annoyed me > by usually being double-spaced due to auto-wrap at column 80. >

svn commit: r359796 - stable/12/usr.bin/ruptime

2020-04-11 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Apr 11 07:31:16 2020 New Revision: 359796 URL: https://svnweb.freebsd.org/changeset/base/359796 Log: MFC: r359631 Remove extra spaces for the load average of machines that are down. PR: 245296 Submitted by: martin _at_ lispworks.com Modified: stabl

svn commit: r359631 - head/usr.bin/ruptime

2020-04-04 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Apr 4 12:07:36 2020 New Revision: 359631 URL: https://svnweb.freebsd.org/changeset/base/359631 Log: Remove extra spaces for the load average of machines that are down. PR: 245296 Submitted by: martin _at_ lispworks.com MFC after:1 week Modified:

svn commit: r357332 - stable/11/sys/conf

2020-01-31 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Jan 31 12:39:51 2020 New Revision: 357332 URL: https://svnweb.freebsd.org/changeset/base/357332 Log: MFC r357043: Fix kernel-tags target. > - A depend-file is broken up into .depend.*.o files. [1] > - Fix an assembly file support. > > PR: 241746 >

svn commit: r357331 - stable/12/sys/conf

2020-01-31 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Jan 31 12:38:53 2020 New Revision: 357331 URL: https://svnweb.freebsd.org/changeset/base/357331 Log: MFC r357043: Fix kernel-tags target. > - A depend-file is broken up into .depend.*.o files. [1] > - Fix an assembly file support. > > PR: 241746 >

svn commit: r357134 - stable/11/usr.bin/vmstat

2020-01-25 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jan 26 04:54:17 2020 New Revision: 357134 URL: https://svnweb.freebsd.org/changeset/base/357134 Log: MFC r322252 by manu: vmstat: Always emit a space after the free-memory column > When displaying in non-human form, if the free-memory number > is large (more than 7

svn commit: r357043 - head/sys/conf

2020-01-23 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Jan 23 13:56:12 2020 New Revision: 357043 URL: https://svnweb.freebsd.org/changeset/base/357043 Log: Fix kernel-tags target. - A depend-file is broken up into .depend.*.o files. [1] - Fix an assembly file support. PR: 241746 Submitted by: leres [1]

svn commit: r344200 - in stable/11/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/dige...

2019-02-16 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 16 03:18:52 2019 New Revision: 344200 URL: https://svnweb.freebsd.org/changeset/base/344200 Log: MFC: r343011 Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h. This fixes build when com_err.h is not installed. PR: 234

svn commit: r344199 - in stable/12/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/dige...

2019-02-16 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 16 03:18:09 2019 New Revision: 344199 URL: https://svnweb.freebsd.org/changeset/base/344199 Log: MFC: r343011 Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h. This fixes build when com_err.h is not installed. PR: 234

svn commit: r343491 - stable/11/usr.bin/bc

2019-01-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jan 27 13:58:06 2019 New Revision: 343491 URL: https://svnweb.freebsd.org/changeset/base/343491 Log: MFC: r342964 Sync with OpenBSD. bc.y: Rev 1.50 - write parse errors to stderr, prompted by Martijn Dekker - we're only interactive if stdout en stderr

svn commit: r343492 - stable/12/usr.bin/ruptime

2019-01-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jan 27 14:03:38 2019 New Revision: 343492 URL: https://svnweb.freebsd.org/changeset/base/343492 Log: MFC: r342965 Fix indentation in ruptime command output for hosts in the "down" state. PR: 234239 Modified: stable/12/usr.bin/ruptime/ruptime.c Dire

svn commit: r343490 - stable/12/usr.bin/bc

2019-01-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jan 27 13:56:44 2019 New Revision: 343490 URL: https://svnweb.freebsd.org/changeset/base/343490 Log: MFC: r342964 Sync with OpenBSD. bc.y: Rev 1.50 - write parse errors to stderr, prompted by Martijn Dekker - we're only interactive if stdout en stderr

svn commit: r343011 - in head/kerberos5: lib/libasn1 lib/libgssapi_krb5 lib/libhdb lib/libheimntlm lib/libhx509 lib/libkadm5clnt lib/libkadm5srv lib/libkdc lib/libkrb5 lib/libwind libexec/digest-se...

2019-01-13 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Jan 14 06:34:54 2019 New Revision: 343011 URL: https://svnweb.freebsd.org/changeset/base/343011 Log: Use ${SRCTOP}/contrib/com_err/com_err.h instead of the installed com_err.h. This fixes build when com_err.h is not installed. PR: 234691 MFC after:1

svn commit: r342965 - head/usr.bin/ruptime

2019-01-12 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 12 12:57:32 2019 New Revision: 342965 URL: https://svnweb.freebsd.org/changeset/base/342965 Log: Fix indentation in ruptime command output for hosts in the "down" state. PR: 234239 MFC after:1 week Modified: head/usr.bin/ruptime/ruptime.c Modif

svn commit: r342964 - head/usr.bin/bc

2019-01-12 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 12 12:35:02 2019 New Revision: 342964 URL: https://svnweb.freebsd.org/changeset/base/342964 Log: Sync with OpenBSD. bc.y: Rev 1.50 - write parse errors to stderr, prompted by Martijn Dekker - we're only interactive if stdout en stderr are a tty as well as stdi

Re: svn commit: r333049 - in stable/11/stand/pc98: boot2 libpc98

2018-04-26 Thread TAKAHASHI Yoshihiro
In article Kyle Evans writes: > On Thu, Apr 26, 2018 at 9:39 PM, Takahashi Yoshihiro > wrote: >> Author: nyan >> Date: Fri Apr 27 02:39:36 2018 >> New Revision: 333049 >> URL: https://svnweb.freebsd.org/changeset/base/333049 >> >> Log: >>

svn commit: r333049 - in stable/11/stand/pc98: boot2 libpc98

2018-04-26 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Apr 27 02:39:36 2018 New Revision: 333049 URL: https://svnweb.freebsd.org/changeset/base/333049 Log: whitespace changes to reduce diffs from i386. still broken pc98 boot. Modified: stable/11/stand/pc98/boot2/boot2.c stable/11/stand/pc98/libpc98/bioscd.c stable/11/

svn commit: r332815 - stable/11/sys/pc98/cbus

2018-04-20 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Apr 20 12:40:05 2018 New Revision: 332815 URL: https://svnweb.freebsd.org/changeset/base/332815 Log: - Use __FBSDID(). - Fix pc98 build. Merge from sys/dev/syscons/scterm-teken.c r330918. Modified: stable/11/sys/pc98/cbus/scterm-sck.c Modified: stable/11/sys/pc98

svn commit: r332814 - stable/11/sys/conf

2018-04-20 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Apr 20 12:37:08 2018 New Revision: 332814 URL: https://svnweb.freebsd.org/changeset/base/332814 Log: MFi386: r329199 Move signal trampolines out of locore.s into separate source file. This fixes pc98 build. Modified: stable/11/sys/conf/files.pc98 Modified:

svn commit: r325997 - in head/stand: fdt/dts libstand32 userboot/ficl userboot/libstand userboot/zfs

2017-11-19 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Nov 19 11:33:46 2017 New Revision: 325997 URL: https://svnweb.freebsd.org/changeset/base/325997 Log: Remove empty directories. Deleted: head/stand/fdt/dts/ head/stand/libstand32/ head/stand/userboot/ficl/ head/stand/userboot/libstand/ head/stand/userboot/zfs/ __

svn commit: r321789 - head/usr.bin/calendar/calendars

2017-07-31 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Jul 31 14:53:03 2017 New Revision: 321789 URL: https://svnweb.freebsd.org/changeset/base/321789 Log: Add myself. Reminded by: mckusick Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ==

Re: svn commit: r317591 - head/sys/dev/drm2/radeon

2017-06-10 Thread TAKAHASHI Yoshihiro
In article <03e500d5-76b1-fd38-04c6-90d85a2dd...@freebsd.org> Andriy Gapon writes: > On 29/04/2017 12:47, Takahashi Yoshihiro wrote: >> Author: nyan >> Date: Sat Apr 29 09:47:15 2017 >> New Revision: 317591 >> URL: https://svnweb.freebsd.org/changeset/base/317591

svn commit: r317903 - stable/10/sys/dev/drm2/radeon

2017-05-07 Thread Takahashi Yoshihiro
Author: nyan Date: Sun May 7 11:11:51 2017 New Revision: 317903 URL: https://svnweb.freebsd.org/changeset/base/317903 Log: MFC: r317591 Add TUNABLE_INT to radeonkms driver parameters. They are required by PowerMac G5 DP. PR: 217852 Submitted by: Hiroo Ono Modifi

svn commit: r317902 - stable/11/sys/dev/drm2/radeon

2017-05-07 Thread Takahashi Yoshihiro
Author: nyan Date: Sun May 7 11:09:58 2017 New Revision: 317902 URL: https://svnweb.freebsd.org/changeset/base/317902 Log: MFC: r317591 Add TUNABLE_INT to radeonkms driver parameters. They are required by PowerMac G5 DP. PR: 217852 Submitted by: Hiroo Ono Modifi

svn commit: r317591 - head/sys/dev/drm2/radeon

2017-04-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Apr 29 09:47:15 2017 New Revision: 317591 URL: https://svnweb.freebsd.org/changeset/base/317591 Log: Add TUNABLE_INT to radeonkms driver parameters. They are required by PowerMac G5 DP. PR: 217852 Submitted by: Hiroo Ono MFC after:1 week Modified:

svn commit: r314301 - head/sys/x86/x86

2017-02-26 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Feb 26 13:25:56 2017 New Revision: 314301 URL: https://svnweb.freebsd.org/changeset/base/314301 Log: Fix the acpi idle support on i386 which was broken by r312910. The ifdefs were '#if !defined(__i386__) || !defined(PC98)' previously, so cpu_idle_acpi was enabled bo

svn commit: r314149 - head/etc

2017-02-23 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Feb 23 16:42:48 2017 New Revision: 314149 URL: https://svnweb.freebsd.org/changeset/base/314149 Log: The ct driver was removed by r312910. Modified: head/etc/devd.conf Modified: head/etc/devd.conf

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-05 Thread TAKAHASHI Yoshihiro
I have decided to remove pc98 support on stable/11 as well after 2 weeks to reduce conflicts between head and stable/11. In article <201701280222.v0s2mfsr022...@repo.freebsd.org> Takahashi Yoshihiro writes: > Author: nyan > Date: Sat Jan 28 02:22:15 2017 > New Revision: 3129

svn commit: r312944 - in head: . sys/dev/ic

2017-01-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jan 29 03:34:49 2017 New Revision: 312944 URL: https://svnweb.freebsd.org/changeset/base/312944 Log: - Remove i8255.h because it's pc98 device. - rsa.h is for both RSA-DV/S ISA and RSA-98III CBUS, but there is no RSA-DV/S support. So it can be removed. Deleted: h

Re: svn commit: r312917 - in head: share/man/man4 share/man/man4/man4.i386 sys/dev/pci sys/modules/ata/atacbus

2017-01-28 Thread TAKAHASHI Yoshihiro
In article Ngie Cooper writes: >> On Jan 28, 2017, at 01:58, Takahashi Yoshihiro wrote: >> >> Author: nyan >> Date: Sat Jan 28 09:58:00 2017 >> New Revision: 312917 >> URL: https://svnweb.freebsd.org/changeset/base/312917 >> >> Log: >

svn commit: r312917 - in head: share/man/man4 share/man/man4/man4.i386 sys/dev/pci sys/modules/ata/atacbus

2017-01-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 28 09:58:00 2017 New Revision: 312917 URL: https://svnweb.freebsd.org/changeset/base/312917 Log: Remove more pc98 support. Deleted: head/sys/modules/ata/atacbus/ Modified: head/share/man/man4/ed.4 head/share/man/man4/le.4 head/share/man/man4/man4.i386/ep.4 h

svn commit: r312912 - head/sys/i386/isa

2017-01-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 28 03:53:53 2017 New Revision: 312912 URL: https://svnweb.freebsd.org/changeset/base/312912 Log: Garbage collect the FPU_ERROR_BROKEN option. It is for pc98 only. Modified: head/sys/i386/isa/npx.c Modified: head/sys/i386/isa/npx.c

svn commit: r312911 - head/share/man/man5

2017-01-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 28 02:25:33 2017 New Revision: 312911 URL: https://svnweb.freebsd.org/changeset/base/312911 Log: Regen after r312910. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/example...

2017-01-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jan 28 02:22:15 2017 New Revision: 312910 URL: https://svnweb.freebsd.org/changeset/base/312910 Log: Remove pc98 support completely. I thank all developers and contributors for pc98. Relnotes: yes Deleted: head/etc/etc.pc98/ head/libexec/Makefile.pc98 hea

svn commit: r284886 - head/sys/dev/fe

2015-06-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 27 09:01:49 2015 New Revision: 284886 URL: https://svnweb.freebsd.org/changeset/base/284886 Log: MFi386: r278165 Silence a coverity warning about ignoring a return value. Modified: head/sys/dev/fe/if_fe_cbus.c Modified: head/sys/dev/fe/if_fe_cbus.c =

svn commit: r284885 - head/sys/boot/pc98/boot2

2015-06-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 27 08:49:41 2015 New Revision: 284885 URL: https://svnweb.freebsd.org/changeset/base/284885 Log: MFi386: r284878 Reduce warnings: - Add prototype for boot2 main() - Don't make assignment within if statement, split it into two. Modified: head/sys/

svn commit: r283569 - head/sys/conf

2015-05-26 Thread Takahashi Yoshihiro
Author: nyan Date: Tue May 26 14:08:32 2015 New Revision: 283569 URL: https://svnweb.freebsd.org/changeset/base/283569 Log: MFi386: r283407 Implement vdso - virtual dynamic shared object. MFi386: r283474 Rework signal code to allow using it by other modules, like linprocfs. MFi

Re: svn commit: r276801 - head/sys/i386/i386

2015-01-08 Thread TAKAHASHI Yoshihiro
opt_cpu.h So including opt_cpu.h is required. --- TAKAHASHI Yoshihiro ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r276135 - in stable/10/sys: conf i386/i386 pc98/pc98

2014-12-23 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 12:13:31 2014 New Revision: 276135 URL: https://svnweb.freebsd.org/changeset/base/276135 Log: MFC: r272492 Merge pc98's machdep.c into i386/i386/machdep.c. Deleted: stable/10/sys/pc98/pc98/machdep.c Modified: stable/10/sys/conf/files.pc98 stable/10/sys

svn commit: r276131 - stable/8/sys/conf

2014-12-23 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 11:00:51 2014 New Revision: 276131 URL: https://svnweb.freebsd.org/changeset/base/276131 Log: MFC: r272491 Reduce diffs against i386. Modified: stable/8/sys/conf/options.pc98 Directory Properties: stable/8/sys/ (props changed) stable/8/sys/conf/ (p

svn commit: r276130 - stable/9/sys/conf

2014-12-23 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 10:59:53 2014 New Revision: 276130 URL: https://svnweb.freebsd.org/changeset/base/276130 Log: MFC: r272491 Reduce diffs against i386. Modified: stable/9/sys/conf/options.pc98 Directory Properties: stable/9/sys/ (props changed) stable/9/sys/conf/ (p

svn commit: r276129 - stable/10/sys/conf

2014-12-23 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 10:59:15 2014 New Revision: 276129 URL: https://svnweb.freebsd.org/changeset/base/276129 Log: MFC: r272491 Reduce diffs against i386. Modified: stable/10/sys/conf/options.pc98 Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/co

svn commit: r276125 - stable/10/sys/conf

2014-12-23 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 23 09:46:23 2014 New Revision: 276125 URL: https://svnweb.freebsd.org/changeset/base/276125 Log: MFC: r272490 (partial) - MFi386: Add compile-with option for tau32-ddk.c. - Whitespace change. Modified: stable/10/sys/conf/files.pc98 Directory Properties:

svn commit: r275411 - head/sys/boot/pc98/boot2

2014-12-02 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 2 14:48:21 2014 New Revision: 275411 URL: https://svnweb.freebsd.org/changeset/base/275411 Log: MFi386: r275305 (by rdivacky) Unbreak the code for non-digits below '0' by casting the expression to unsigned int. Modified: head/sys/boot/pc98/boot2/boot2.c

svn commit: r275241 - head/sys/boot/pc98/boot2

2014-11-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 29 12:22:31 2014 New Revision: 275241 URL: https://svnweb.freebsd.org/changeset/base/275241 Log: MFi386: r275059, r275061, r275062 and r275191 (by rdivacky) Shrink boot2 by a couple more bytes. Modified: head/sys/boot/pc98/boot2/boot2.c Modified: head/sys/bo

svn commit: r275239 - head/sys/boot/pc98/boot2

2014-11-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 29 09:27:18 2014 New Revision: 275239 URL: https://svnweb.freebsd.org/changeset/base/275239 Log: MFi386: r275237 (by rdivacky) Shrink boot2 a bit more by factoring out common pattern of printf();return(-1); Modified: head/sys/boot/pc98/boot2/boot2.c Modi

svn commit: r274537 - head/sys/boot/pc98/loader

2014-11-14 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 15 03:34:34 2014 New Revision: 274537 URL: https://svnweb.freebsd.org/changeset/base/274537 Log: MFi386: r274398 Move NFS and TFTP filesystems before the synthetic filesystems (bzip, gzip, and split). Modified: head/sys/boot/pc98/loader/conf.c Modified:

svn commit: r274042 - stable/10/sys/boot/pc98/boot2

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 12:07:04 2014 New Revision: 274042 URL: https://svnweb.freebsd.org/changeset/base/274042 Log: MFC: r268474 and r268476 (by imp) - Merge the clang support from i386. - Compile boot2 with clang on pc98. MFC: r272250 (by nyan) - Reduce diffs against i3

svn commit: r274041 - in stable/10/sys/boot: i386/boot2 pc98/boot2

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 11:58:32 2014 New Revision: 274041 URL: https://svnweb.freebsd.org/changeset/base/274041 Log: MFC: r268475 (by imp) Make SERIAL support optional again. Enable it for i386 because a huge percentage of machines has a 16550. Disable it for pc98 since only a

svn commit: r274039 - stable/9/sys/pc98/conf

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 11:43:39 2014 New Revision: 274039 URL: https://svnweb.freebsd.org/changeset/base/274039 Log: MFC: r272258 (partial) - Reduce diffs against i386. MFC: r272259 MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc. Modified: stable/9/sys/pc98/conf/GENERIC Di

svn commit: r274037 - stable/10/sys/pc98/conf

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 11:21:43 2014 New Revision: 274037 URL: https://svnweb.freebsd.org/changeset/base/274037 Log: MFC: r272258 - Cosmetic changes. - Reduce diffs against i386. MFC: 272259 MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc. Modified: stable/10/sys/pc98/c

svn commit: r274034 - in stable/10/sys/boot: . pc98/loader

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 11:08:00 2014 New Revision: 274034 URL: https://svnweb.freebsd.org/changeset/base/274034 Log: MFC: r272256 Switch from lib/libstand to sys/boot/libstand32. Modified: stable/10/sys/boot/Makefile.pc98 stable/10/sys/boot/pc98/loader/Makefile Directory Prope

svn commit: r274032 - stable/10/sys/boot/pc98/libpc98

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 11:01:12 2014 New Revision: 274032 URL: https://svnweb.freebsd.org/changeset/base/274032 Log: MFC: r272255 Supress clang warning for FreeBSD printf %b and %D formats. Modified: stable/10/sys/boot/pc98/libpc98/Makefile Directory Properties: stable/10/ (

svn commit: r274029 - stable/10/sys/boot/pc98/cdboot

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 10:38:03 2014 New Revision: 274029 URL: https://svnweb.freebsd.org/changeset/base/274029 Log: MFC: r272252 Drop the 3rd clause from all 3 clause BSD licenses. Modified: stable/10/sys/boot/pc98/cdboot/cdboot.S Directory Properties: stable/10/ (props cha

svn commit: r274030 - stable/9/sys/boot/pc98/cdboot

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 10:38:22 2014 New Revision: 274030 URL: https://svnweb.freebsd.org/changeset/base/274030 Log: MFC: r272252 Drop the 3rd clause from all 3 clause BSD licenses. Modified: stable/9/sys/boot/pc98/cdboot/cdboot.S Directory Properties: stable/9/sys/ (props c

svn commit: r274026 - in stable/8: sys/sys usr.sbin/fdread

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 10:27:21 2014 New Revision: 274026 URL: https://svnweb.freebsd.org/changeset/base/274026 Log: MFC: r272248 - Cleanups pc98 code. - Remove unworked formats. Modified: stable/8/sys/sys/fdcio.h stable/8/usr.sbin/fdread/fdutil.c Directory Properties: s

svn commit: r274025 - in stable/9: sys/sys usr.sbin/fdread

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 10:27:03 2014 New Revision: 274025 URL: https://svnweb.freebsd.org/changeset/base/274025 Log: MFC: r272248 - Cleanups pc98 code. - Remove unworked formats. Modified: stable/9/sys/sys/fdcio.h stable/9/usr.sbin/fdread/fdutil.c Directory Properties: s

svn commit: r274024 - in stable/10: sys/sys usr.sbin/fdread

2014-11-03 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 10:26:29 2014 New Revision: 274024 URL: https://svnweb.freebsd.org/changeset/base/274024 Log: MFC: r272248 - Cleanups pc98 code. - Remove unworked formats. Modified: stable/10/sys/sys/fdcio.h stable/10/usr.sbin/fdread/fdutil.c Directory Properties:

svn commit: r274015 - stable/8/rescue/rescue

2014-11-02 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 06:34:28 2014 New Revision: 274015 URL: https://svnweb.freebsd.org/changeset/base/274015 Log: MFC: r272245 Remove duplicate prog. Modified: stable/8/rescue/rescue/Makefile Directory Properties: stable/8/rescue/ (props changed) stable/8/rescue/rescue/

svn commit: r274014 - stable/9/rescue/rescue

2014-11-02 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 06:34:08 2014 New Revision: 274014 URL: https://svnweb.freebsd.org/changeset/base/274014 Log: MFC: r272245 Remove duplicate prog. Modified: stable/9/rescue/rescue/Makefile Directory Properties: stable/9/rescue/ (props changed) stable/9/rescue/rescue/

svn commit: r274013 - stable/10/rescue/rescue

2014-11-02 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 06:33:52 2014 New Revision: 274013 URL: https://svnweb.freebsd.org/changeset/base/274013 Log: MFC: r272245 Remove duplicate prog. Modified: stable/10/rescue/rescue/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/rescue/re

svn commit: r274008 - stable/10/sbin/fdisk_pc98

2014-11-02 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 05:35:45 2014 New Revision: 274008 URL: https://svnweb.freebsd.org/changeset/base/274008 Log: MFC: r272243 Add missing library dependencies. Modified: stable/10/sbin/fdisk_pc98/Makefile Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r274010 - stable/8/sbin/fdisk_pc98

2014-11-02 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 05:36:35 2014 New Revision: 274010 URL: https://svnweb.freebsd.org/changeset/base/274010 Log: MFC: r272243 Add missing library dependencies. Modified: stable/8/sbin/fdisk_pc98/Makefile Directory Properties: stable/8/sbin/fdisk_pc98/ (props changed) Mo

svn commit: r274009 - stable/9/sbin/fdisk_pc98

2014-11-02 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Nov 3 05:36:12 2014 New Revision: 274009 URL: https://svnweb.freebsd.org/changeset/base/274009 Log: MFC: r272243 Add missing library dependencies. Modified: stable/9/sbin/fdisk_pc98/Makefile Directory Properties: stable/9/sbin/fdisk_pc98/ (props changed) Mo

svn commit: r273249 - head/usr.sbin

2014-10-18 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 18 08:07:17 2014 New Revision: 273249 URL: https://svnweb.freebsd.org/changeset/base/273249 Log: Disable hyperv on pc98. Modified: head/usr.sbin/Makefile.i386 Modified: head/usr.sbin/Makefile.i386

Re: svn commit: r273155 - in head: etc/devd libexec share/mk

2014-10-16 Thread TAKAHASHI Yoshihiro
s changed) > head/libexec/Makefile.i386 (contents, props changed) We need a dummy Makefile.pc98 to avoid including Makefile.i386 on pc98. --- TAKAHASHI Yoshihiro ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-s

svn commit: r272561 - head/sys/modules

2014-10-05 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Oct 5 07:27:05 2014 New Revision: 272561 URL: https://svnweb.freebsd.org/changeset/base/272561 Log: - Refactor defining variables. - Merge common modules both i386 and amd64 into one if-endif. - Sort. - There are no functional changes. Modified: head/sys/modules/

svn commit: r272492 - in head/sys: conf i386/i386 pc98/pc98

2014-10-03 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 4 06:01:30 2014 New Revision: 272492 URL: https://svnweb.freebsd.org/changeset/base/272492 Log: Merge pc98's machdep.c into i386/i386/machdep.c. Deleted: head/sys/pc98/pc98/machdep.c Modified: head/sys/conf/files.pc98 head/sys/i386/i386/machdep.c Modified: hea

svn commit: r272491 - head/sys/conf

2014-10-03 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 4 05:03:39 2014 New Revision: 272491 URL: https://svnweb.freebsd.org/changeset/base/272491 Log: Reduce diffs against i386. Modified: head/sys/conf/options.pc98 Modified: head/sys/conf/options.pc98 ===

svn commit: r272490 - head/sys/conf

2014-10-03 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 4 05:01:57 2014 New Revision: 272490 URL: https://svnweb.freebsd.org/changeset/base/272490 Log: - MFi386: Add compile-with option for tau32-ddk.c. - Whitespace change. - Remove duplicate line. Modified: head/sys/conf/files.pc98 Modified: head/sys/conf/files.pc

svn commit: r272259 - head/sys/pc98/conf

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 14:39:11 2014 New Revision: 272259 URL: http://svnweb.freebsd.org/changeset/base/272259 Log: MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc. Modified: head/sys/pc98/conf/GENERIC Modified: head/sys/pc98/conf/GENERIC ===

svn commit: r272258 - head/sys/pc98/conf

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 14:25:46 2014 New Revision: 272258 URL: http://svnweb.freebsd.org/changeset/base/272258 Log: - Cosmetic changes. - Reduce diffs against i386. Modified: head/sys/pc98/conf/GENERIC Modified: head/sys/pc98/conf/GENERIC

svn commit: r272256 - in head/sys/boot: . pc98/loader

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 13:34:43 2014 New Revision: 272256 URL: http://svnweb.freebsd.org/changeset/base/272256 Log: MFi386: r261567 Switch from lib/libstand to sys/boot/libstand32. Modified: head/sys/boot/Makefile.pc98 head/sys/boot/pc98/loader/Makefile Modified: head/sys/boo

svn commit: r272255 - head/sys/boot/pc98/libpc98

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 13:13:18 2014 New Revision: 272255 URL: http://svnweb.freebsd.org/changeset/base/272255 Log: MFi386: r268974 Supress clang warning for FreeBSD printf %b and %D formats. Modified: head/sys/boot/pc98/libpc98/Makefile Modified: head/sys/boot/pc98/libpc98/Mak

svn commit: r272252 - head/sys/boot/pc98/cdboot

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 12:25:27 2014 New Revision: 272252 URL: http://svnweb.freebsd.org/changeset/base/272252 Log: MFi386: r261520 Drop the 3rd clause from all 3 clause BSD licenses. Modified: head/sys/boot/pc98/cdboot/cdboot.S Modified: head/sys/boot/pc98/cdboot/cdboot.S

svn commit: r272249 - head/sys/boot/i386/boot2

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 12:12:54 2014 New Revision: 272249 URL: http://svnweb.freebsd.org/changeset/base/272249 Log: Remove extra '\'. Modified: head/sys/boot/i386/boot2/Makefile Modified: head/sys/boot/i386/boot2/Makefile ===

svn commit: r272250 - head/sys/boot/pc98/boot2

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 12:13:51 2014 New Revision: 272250 URL: http://svnweb.freebsd.org/changeset/base/272250 Log: Reduce diffs against i386. Modified: head/sys/boot/pc98/boot2/Makefile Modified: head/sys/boot/pc98/boot2/Makefile ==

svn commit: r272248 - in head: sys/sys usr.sbin/fdread

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 11:32:46 2014 New Revision: 272248 URL: http://svnweb.freebsd.org/changeset/base/272248 Log: - Cleanups pc98 code. - Remove unworked formats. Modified: head/sys/sys/fdcio.h head/usr.sbin/fdread/fdutil.c Modified: head/sys/sys/fdcio.h

svn commit: r272245 - head/rescue/rescue

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 08:59:38 2014 New Revision: 272245 URL: http://svnweb.freebsd.org/changeset/base/272245 Log: Remove duplicate prog. Modified: head/rescue/rescue/Makefile Modified: head/rescue/rescue/Makefile ==

svn commit: r272243 - head/sbin/fdisk_pc98

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 08:23:26 2014 New Revision: 272243 URL: http://svnweb.freebsd.org/changeset/base/272243 Log: Merged from r183296. Add missing library dependencies. Modified: head/sbin/fdisk_pc98/Makefile Modified: head/sbin/fdisk_pc98/Makefile ===

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread TAKAHASHI Yoshihiro
ted by drm2 don't work for pc98 so we can disable simply building the module on pc98. --- TAKAHASHI Yoshihiro ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r270229 - head/share/vt/keymaps

2014-08-20 Thread TAKAHASHI Yoshihiro
d in SYSCONS. PC98 keyboards don't have a backslash key, so we use the Yen key instead. Please back it out of pc98 part. --- TAKAHASHI Yoshihiro ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

svn commit: r264687 - head/sys/pc98/pc98

2014-04-19 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Apr 20 05:40:13 2014 New Revision: 264687 URL: http://svnweb.freebsd.org/changeset/base/264687 Log: MFi386: r257858 (by kib) Fix signal delivery for the iBCS2 binaries. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c ===

svn commit: r263633 - stable/9/etc

2014-03-22 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Mar 22 13:58:06 2014 New Revision: 263633 URL: http://svnweb.freebsd.org/changeset/base/263633 Log: MFC: r255425 The correct variable is apparently MACHINE_ARCH, not TARGET_ARCH. Modified: stable/9/etc/Makefile Directory Properties: stable/9/etc/ (props chang

Re: svn commit: r261492 - head/sys/conf

2014-02-04 Thread TAKAHASHI Yoshihiro
so upgrade > worries are long past). Also remove redundant MACHINE= declarations > and passing MACHINE/MACHINE_ARCH to module builds. That's now done in > common code. This broke cross-building with legacy method. See: http://svnweb.freebsd.org/base?view=revisio

svn commit: r257329 - head

2013-10-29 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Oct 29 12:34:11 2013 New Revision: 257329 URL: http://svnweb.freebsd.org/changeset/base/257329 Log: Fix build. Both clang and gcc are required on pc98. X-MFC with: r256915 Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r252108 - stable/8/sys/pc98/pc98

2013-06-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jun 23 09:34:55 2013 New Revision: 252108 URL: http://svnweb.freebsd.org/changeset/base/252108 Log: MFi386: revision 251332 Use slightly more idiomatic expression to get the address of array. Modified: stable/8/sys/pc98/pc98/machdep.c Modified: stable/8/sys/pc98

svn commit: r252107 - stable/8/sys/boot/pc98/libpc98

2013-06-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jun 23 09:23:32 2013 New Revision: 252107 URL: http://svnweb.freebsd.org/changeset/base/252107 Log: MFi386: revision 245847 Add special loader environment variables 'comconsole_port' and 'comconsole_pcidev'. Modified: stable/8/sys/boot/pc98/libpc98/comconsole

svn commit: r251223 - head/sys/boot/pc98/libpc98

2013-06-01 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 1 12:27:48 2013 New Revision: 251223 URL: http://svnweb.freebsd.org/changeset/base/251223 Log: MFi386: revision 245848 Always update the hw.uart.console hint. Modified: head/sys/boot/pc98/libpc98/comconsole.c Modified: head/sys/boot/pc98/libpc98/comconsole.

svn commit: r251222 - head/sys/pc98/pc98

2013-06-01 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 1 12:21:59 2013 New Revision: 251222 URL: http://svnweb.freebsd.org/changeset/base/251222 Log: MFi386: revision 251039 Use slightly more idiomatic expression to get the address of array. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/ma

svn commit: r249765 - in head/sys: dev/uart modules/uart

2013-04-22 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Apr 22 13:02:41 2013 New Revision: 249765 URL: http://svnweb.freebsd.org/changeset/base/249765 Log: Build uart_dev_lpc.c on arm only. This fixes pc98 build. Modified: head/sys/dev/uart/uart_subr.c head/sys/modules/uart/Makefile Modified: head/sys/dev/uart/uart_subr.

svn commit: r246406 - stable/9/sys/pc98/conf

2013-02-06 Thread Takahashi Yoshihiro
Author: nyan Date: Wed Feb 6 13:55:02 2013 New Revision: 246406 URL: http://svnweb.freebsd.org/changeset/base/246406 Log: MFi386: Remove firewire devices. Modified: stable/9/sys/pc98/conf/GENERIC Modified: stable/9/sys/pc98/conf/GENERIC ==

Re: svn commit: r245035 - head/sys/pc98/conf

2013-01-04 Thread TAKAHASHI Yoshihiro
In article <201301040952.r049q9ix000...@svn.freebsd.org> Takahashi Yoshihiro writes: > Author: nyan > Date: Fri Jan 4 09:52:09 2013 > New Revision: 245035 > URL: http://svnweb.freebsd.org/changeset/base/245035 > > Log: > MFi386: r232521 > > Exclude U

svn commit: r245035 - head/sys/pc98/conf

2013-01-04 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Jan 4 09:52:09 2013 New Revision: 245035 URL: http://svnweb.freebsd.org/changeset/base/245035 Log: MFi386: r232521 Exclude USB drivers (except umass and ukbd) from main kernel image. Modified: head/sys/pc98/conf/GENERIC Modified: head/sys/pc98/conf/GENERIC

svn commit: r243461 - stable/8/sys/pc98/pc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 15:44:04 2012 New Revision: 243461 URL: http://svnweb.freebsd.org/changeset/base/243461 Log: MFC: r225977, r242867, r242868, r242869 MFi386: r225936 Add some improvements in the idle table callbacks: - Replace instances of manual assembly instr

svn commit: r243460 - stable/9/sys/pc98/pc98

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 15:42:25 2012 New Revision: 243460 URL: http://svnweb.freebsd.org/changeset/base/243460 Log: MFC: r240855, r242867, r242868, r242869 MFi386: r237445 Commit changes missed from r237435. Properly calculate the signal trampoline addresses after t

svn commit: r243455 - in stable/9/sys: dev/ct dev/snc pc98/include

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 14:16:55 2012 New Revision: 243455 URL: http://svnweb.freebsd.org/changeset/base/243455 Log: MFC: r242866, r242871 Use ANSI prototype to fix build with clang. Modified: stable/9/sys/dev/ct/bshw_machdep.c stable/9/sys/dev/ct/ct.c stable/9/sys/dev/ct/ct_

svn commit: r243452 - stable/9/sys/conf

2012-11-23 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Nov 23 13:55:38 2012 New Revision: 243452 URL: http://svnweb.freebsd.org/changeset/base/243452 Log: MFC: r242870 Fix build mpboot.s with clang. Modified: stable/9/sys/conf/Makefile.pc98 Directory Properties: stable/9/sys/ (props changed) stable/9/sys/conf/

  1   2   3   4   >