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: 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: 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: 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: 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: r219225 - head/sys/boot/pc98/boot2

2011-03-03 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Mar 3 11:45:54 2011 New Revision: 219225 URL: http://svn.freebsd.org/changeset/base/219225 Log: MFi386: revision 219186 This patch shrinks boot2 a little. oIt switches kname to be just a pointer instead of an array. oIt changes ioctl to unsigned

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

2011-03-24 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Mar 24 15:09:36 2011 New Revision: 219960 URL: http://svn.freebsd.org/changeset/base/219960 Log: MFi386: the part of 219452 - bunch of variables are turned into uint8_t. - the setting and reading of "fmt" in load() is removed. - buf in printf() is made stati

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

2011-04-05 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Apr 5 13:48:53 2011 New Revision: 220361 URL: http://svn.freebsd.org/changeset/base/220361 Log: MFi386: revision 220337 Build boot2 with -mregparm=3. Modified: head/sys/boot/pc98/boot2/Makefile Modified: head/sys/boot/pc98/boot2/Makefile ===

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

2011-04-15 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Apr 16 06:20:49 2011 New Revision: 220685 URL: http://svn.freebsd.org/changeset/base/220685 Log: MFi386: revisions 220389 and 220392 - Mark getc() as inline, this has no effect on gcc but helps clang. - Move getc() body before xgetc() so gcc does not emit a warn

Re: svn commit: r206922 - head/sys/x86/isa

2010-04-20 Thread TAKAHASHI Yoshihiro
> int cpu = PCPU_GET(cpuid); > - if (lapic_cyclic_clock_func[cpu] != NULL) > - (*lapic_cyclic_clock_func[cpu])(frame); > + if (cyclic_clock_func[cpu] != NULL) > + (*cyclic_clock_func[cpu])(frame); > #endif > > if (using_atrtc_timer) { The same

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

2010-04-28 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Apr 29 06:22:07 2010 New Revision: 207355 URL: http://svn.freebsd.org/changeset/base/207355 Log: MFi386: revision 206553 - Change printf() calls to uprintf() for sigreturn(). - Normalize the messages to include both pid and thread name. Modified: head/sys/pc9

svn commit: r208563 - head/sys/pc98/cbus

2010-05-26 Thread Takahashi Yoshihiro
Author: nyan Date: Wed May 26 11:31:57 2010 New Revision: 208563 URL: http://svn.freebsd.org/changeset/base/208563 Log: Reduce diffs against syscons_isa.c. No functional changes. Modified: head/sys/pc98/cbus/syscons_cbus.c Modified: head/sys/pc98/cbus/syscons_cbus.c

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

2010-05-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 03:06:56 2010 New Revision: 208632 URL: http://svn.freebsd.org/changeset/base/208632 Log: MFi386: revision 208604 Clarify a potential issue in get_fpcontext() use. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c =

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

2010-05-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 03:09:29 2010 New Revision: 208633 URL: http://svn.freebsd.org/changeset/base/208633 Log: MFi386: revision 208621 Defer initializing machine checks for the boot CPU until the local APIC is fully configured. Modified: head/sys/pc98/pc98/machdep.c Modif

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

2010-05-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 03:40:00 2010 New Revision: 208634 URL: http://svn.freebsd.org/changeset/base/208634 Log: Reduce diffs against i386. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c ===

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

2010-05-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 09:07:40 2010 New Revision: 208638 URL: http://svn.freebsd.org/changeset/base/208638 Log: MFi386: revision 178471 - Add an integer argument to idle to indicate how likely we are to wake from idle over the next tick. - Add a new MD routine, cpu_wake_idl

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

2010-05-29 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 09:12:02 2010 New Revision: 208639 URL: http://svn.freebsd.org/changeset/base/208639 Log: MFi386: the part of revision 181809 Use SEL_KPL macro. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c

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

2012-01-03 Thread Takahashi Yoshihiro
Author: nyan Date: Wed Jan 4 03:49:41 2012 New Revision: 229462 URL: http://svn.freebsd.org/changeset/base/229462 Log: Fix 230MB MO support. Submitted by: Kaho Toshikazu MFC after:1 week Modified: head/sys/boot/pc98/boot2/boot1.S Modified: head/sys/boot/pc98/boot2/boot1.S ===

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

2012-01-03 Thread Takahashi Yoshihiro
Author: nyan Date: Wed Jan 4 03:54:30 2012 New Revision: 229463 URL: http://svn.freebsd.org/changeset/base/229463 Log: MFi386: revision 229435 Add special loader environment variables 'comconsole_port' and 'comconsole_pcidev'. MFC after:2 weeks Modified: head/sys/boot/pc9

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

2011-06-13 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Jun 13 13:24:33 2011 New Revision: 223046 URL: http://svn.freebsd.org/changeset/base/223046 Log: - Reduce diffs against i386. - Add snd_uaudio. Modified: head/sys/pc98/conf/GENERIC Modified: head/sys/pc98/conf/GENERIC =

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-18 Thread TAKAHASHI Yoshihiro
86BSD (DOSSID_386BSD << 8 | DOSMID_386BSD) > > struct pc98_partition { > I wonder why this is needed, and why only for diskpc98.h, not diskmbr.h. --- TAKAHASHI Yoshihiro ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

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

2010-07-24 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jul 25 02:22:32 2010 New Revision: 210459 URL: http://svn.freebsd.org/changeset/base/210459 Log: MFi386: revision 210387 Correctly setup LDADD with regards to libstand. Modified: head/sys/boot/pc98/loader/Makefile Modified: head/sys/boot/pc98/loader/Makefile ===

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

2010-10-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Oct 24 02:59:02 2010 New Revision: 214257 URL: http://svn.freebsd.org/changeset/base/214257 Log: MFi386: revision 214210 Avoid using memcpy() for copying 32bit chunks. This shrinks the resulting code a little. Modified: head/sys/boot/pc98/boot2/boot2.c Modif

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

2010-10-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Oct 24 03:20:54 2010 New Revision: 214258 URL: http://svn.freebsd.org/changeset/base/214258 Log: MFi386: the part of revision 213226. Rewrite the i386 memory probe: - Move the base memory setup into a new basemem_setup() routine. MFC after:1 week Modif

svn commit: r214584 - in head/sys/pc98: include pc98

2010-10-30 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Oct 31 03:03:20 2010 New Revision: 214584 URL: http://svn.freebsd.org/changeset/base/214584 Log: Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO and BUS_SPACE_TAG_MEM respectively to avoid conflict with nexus.c. Modified: head/sys/pc98/include/bus.h

svn commit: r215245 - head/sys/boot/i386/libi386

2010-11-13 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 13 15:23:20 2010 New Revision: 215245 URL: http://svn.freebsd.org/changeset/base/215245 Log: Remove unused includes. Modified: head/sys/boot/i386/libi386/i386_module.c Modified: head/sys/boot/i386/libi386/i386_module.c ==

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

2010-11-13 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 13 15:24:56 2010 New Revision: 215246 URL: http://svn.freebsd.org/changeset/base/215246 Log: Now there is no functional difference from i386 version. So use i386 version. Deleted: head/sys/boot/pc98/libpc98/i386_module.c ___

svn commit: r215292 - in head/gnu/usr.bin/gdb: . libgdb

2010-11-14 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Nov 14 11:09:16 2010 New Revision: 215292 URL: http://svn.freebsd.org/changeset/base/215292 Log: Add missing '/'. Modified: head/gnu/usr.bin/gdb/Makefile.inc head/gnu/usr.bin/gdb/libgdb/Makefile Modified: head/gnu/usr.bin/gdb/Makefile.inc

svn commit: r217391 - in head/release: amd64 i386 ia64 pc98 powerpc sparc64 sun4v

2011-01-14 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Jan 14 10:56:44 2011 New Revision: 217391 URL: http://svn.freebsd.org/changeset/base/217391 Log: Fix making a release. The old libdialog was renamed to libodialog. Modified: head/release/amd64/boot_crunch.conf head/release/i386/boot_crunch.conf head/release/ia64/bo

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

2011-01-18 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Jan 18 15:35:13 2011 New Revision: 217539 URL: http://svn.freebsd.org/changeset/base/217539 Log: MFi386: revision 217515 The mem_range_softc is defined in mem.c. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c

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

2011-02-06 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Feb 7 07:39:09 2011 New Revision: 218389 URL: http://svn.freebsd.org/changeset/base/218389 Log: MFi386: revision 217886 Set td_kstack_pages for thread0. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c ==

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

2011-02-06 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Feb 7 07:51:31 2011 New Revision: 218390 URL: http://svn.freebsd.org/changeset/base/218390 Log: MFi386: revision 218327 Clear the padding when returning context to the usermode, for MI ucontext_t and x86 MD parts. Kernel allocates the structures on the stac

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

2011-02-06 Thread Takahashi Yoshihiro
Author: nyan Date: Mon Feb 7 07:52:53 2011 New Revision: 218391 URL: http://svn.freebsd.org/changeset/base/218391 Log: MFi386: revision 218329 Fix linking of the kernel without device npx. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c =

svn commit: r218557 - in head/sys/boot/pc98: . pc98boot

2011-02-11 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Feb 11 13:14:17 2011 New Revision: 218557 URL: http://svn.freebsd.org/changeset/base/218557 Log: Add the pc98boot image which concatenates boot0 and boot0.5. It's required by the gpart to write bootcode. Added: head/sys/boot/pc98/pc98boot/ head/sys/boot/pc98/pc98boo

svn commit: r218558 - head/sys/geom/part

2011-02-11 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Feb 11 13:18:00 2011 New Revision: 218558 URL: http://svn.freebsd.org/changeset/base/218558 Log: Add support to write boot menu. Modified: head/sys/geom/part/g_part_pc98.c Modified: head/sys/geom/part/g_part_pc98.c ==

svn commit: r218595 - head/sys/boot/pc98/pc98boot

2011-02-11 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 12 06:22:23 2011 New Revision: 218595 URL: http://svn.freebsd.org/changeset/base/218595 Log: Fix build. Modified: head/sys/boot/pc98/pc98boot/Makefile Modified: head/sys/boot/pc98/pc98boot/Makefile ===

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

2011-02-16 Thread Takahashi Yoshihiro
Author: nyan Date: Wed Feb 16 15:20:37 2011 New Revision: 218737 URL: http://svn.freebsd.org/changeset/base/218737 Log: MFi386: revision 218713 Apply a few small optimizations to boot2's code, to make it shrink a little further. Modified: head/sys/boot/pc98/boot2/boot2.c Modified:

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

2011-02-19 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 19 10:32:12 2011 New Revision: 218842 URL: http://svn.freebsd.org/changeset/base/218842 Log: MFi386: revision 218745 Remove reading of symbols from a.out loaded files. Modified: head/sys/boot/pc98/boot2/boot2.c Modified: head/sys/boot/pc98/boot2/boot2.c

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

2011-02-19 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 19 10:36:05 2011 New Revision: 218843 URL: http://svn.freebsd.org/changeset/base/218843 Log: MFi386: revision 218744 To avoid excessive code duplication create wrapper for fill regs from stack frame. Modified: head/sys/pc98/pc98/machdep.c Modified: head/

svn commit: r218845 - head/sys/geom/part

2011-02-19 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 19 11:09:38 2011 New Revision: 218845 URL: http://svn.freebsd.org/changeset/base/218845 Log: Add support to set a slice name. Modified: head/sys/geom/part/g_part_pc98.c Modified: head/sys/geom/part/g_part_pc98.c =

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

2011-02-22 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Feb 22 13:52:03 2011 New Revision: 218946 URL: http://svn.freebsd.org/changeset/base/218946 Log: MFi386: revision 218926 In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable from uint16_t back to uint32_t. The actual option bitmasks (RB_* and

svn commit: r224779 - head/release

2011-08-11 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Aug 11 13:13:08 2011 New Revision: 224779 URL: http://svn.freebsd.org/changeset/base/224779 Log: Fix building a release with old release scheme. This catches up with renaming from Makefile to Makefile.sysinstall. Approved by: re (hrs) Modified: head/release/Mak

svn commit: r224780 - head/release

2011-08-11 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Aug 11 13:15:11 2011 New Revision: 224780 URL: http://svn.freebsd.org/changeset/base/224780 Log: Allow to build a release for stable/[78] on a current box and vise versa. Approved by: re (hrs) MFC after:1 week Modified: head/release/Makefile.sysinstall Modi

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

2011-10-04 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Oct 4 13:24:22 2011 New Revision: 225977 URL: http://svn.freebsd.org/changeset/base/225977 Log: MFi386: revision 225936 Add some improvements in the idle table callbacks: - Replace instances of manual assembly instruction "hlt" call with halt() function c

Re: svn commit: r226329 - head/usr.bin/kdump

2011-10-13 Thread TAKAHASHI Yoshihiro
+ ioctl_includes="$ioctl_includes#include \\n" > + ;; > +esac > + > awk -v x="$ioctl_includes" 'BEGIN {print x}' | > gcc -E -I$1 -dM -DCOMPAT_43TTY - | > awk -v ioctl_includes="$ioctl_includes" ' > This change breaks cross building. --- TAKAHASHI Yoshihiro ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r226329 - head/usr.bin/kdump

2011-10-13 Thread TAKAHASHI Yoshihiro
In article <86r52h9f5g@ds4.des.no> Dag-Erling Smørgrav writes: > TAKAHASHI Yoshihiro writes: >> This change breaks cross building. > > Damn, you're right. Will this work? > > Index: usr.bin/kdump/Makefile > ==

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread TAKAHASHI Yoshihiro
E_FLAGS b > chroot $2 make -C /usr/src/release release > chroot $2 make -C /usr/src/release install DESTDIR=/R > > +: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`} Should this be 'uname -m' rather than 'uname -p'? --- TAKAHASHI

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread TAKAHASHI Yoshihiro
#x27;t > see a good option among the three possibilities, which are: > > 1) uname -m only > 2) uname -p only > 3) both > > Option 3 at least has the benefit of not being abiguous and covers all > the possibilities for builds given the new infrastructure. I

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:

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

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

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

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

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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head T

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

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

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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-sr

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

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

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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

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

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

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: 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: r234564 - head/sys/pc98/pc98

2012-04-21 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Apr 22 04:36:25 2012 New Revision: 234564 URL: http://svn.freebsd.org/changeset/base/234564 Log: MFi386: revisions 234074 and 234105 - Adding the BSP as an interrupt target directly in cpu_startup(). Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98

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

2012-09-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 23 08:46:44 2012 New Revision: 240852 URL: http://svn.freebsd.org/changeset/base/240852 Log: Cosmetic changes. Modified: head/sys/boot/pc98/loader/main.c Modified: head/sys/boot/pc98/loader/main.c

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

2012-09-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 23 08:50:54 2012 New Revision: 240854 URL: http://svn.freebsd.org/changeset/base/240854 Log: MFi386: revision 240637 loader/i386: replace ugly inb/outb re-implementations with cpufunc.h Modified: head/sys/boot/pc98/loader/main.c Modified: head/sys/boot/pc98/

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

2012-09-23 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 23 09:13:57 2012 New Revision: 240855 URL: http://svn.freebsd.org/changeset/base/240855 Log: MFi386: revision 237445 Commit changes missed from r237435. Properly calculate the signal trampoline addresses after the shared page is enabled. Handle FreeBSD

svn commit: r242855 - head/sys/boot/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 11:55:52 2012 New Revision: 242855 URL: http://svnweb.freebsd.org/changeset/base/242855 Log: MFi386: r241785 boot: use -march=i386 for both i386 and amd64 builds Modified: head/sys/boot/pc98/Makefile.inc Modified: head/sys/boot/pc98/Makefile.inc =

svn commit: r242863 - in head/sys/boot/pc98: boot2 btx/btx

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 12:25:27 2012 New Revision: 242863 URL: http://svnweb.freebsd.org/changeset/base/242863 Log: MFi386: r241301 add detection of serial console presence to btx and boot2-like blocks Modified: head/sys/boot/pc98/boot2/boot2.c head/sys/boot/pc98/btx/btx/btx.S

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

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 12:38:06 2012 New Revision: 242864 URL: http://svnweb.freebsd.org/changeset/base/242864 Log: MFi386: r241300 i386 comconsole: don't loop forever if hardware doesn't respond - clear capability flags when hw timeouts - retire comc_started status

svn commit: r242865 - head/sys/boot/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 12:42:28 2012 New Revision: 242865 URL: http://svnweb.freebsd.org/changeset/base/242865 Log: cosmetic changes to reduce diffs against i386. Modified: head/sys/boot/pc98/Makefile.inc Modified: head/sys/boot/pc98/Makefile.inc ==

svn commit: r242866 - head/sys/pc98/include

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:24:33 2012 New Revision: 242866 URL: http://svnweb.freebsd.org/changeset/base/242866 Log: Use ANSI prototype to fix build with clang. MFC after:1 week Modified: head/sys/pc98/include/bus.h Modified: head/sys/pc98/include/bus.h ===

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

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:25:46 2012 New Revision: 242867 URL: http://svnweb.freebsd.org/changeset/base/242867 Log: MFi386: r211924 Register an interrupt vector for DTrace return probes. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c =

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

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:41:25 2012 New Revision: 242868 URL: http://svnweb.freebsd.org/changeset/base/242868 Log: Fix some KASSERTs. They are missing changes from r208833, r227394 and r227442. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c ==

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

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:48:41 2012 New Revision: 242869 URL: http://svnweb.freebsd.org/changeset/base/242869 Log: Reduce diffs against i386. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c

svn commit: r242870 - head/sys/conf

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 14:56:35 2012 New Revision: 242870 URL: http://svnweb.freebsd.org/changeset/base/242870 Log: MFi386: r232263 Fix build mpboot.s with clang. Modified: head/sys/conf/Makefile.pc98 Modified: head/sys/conf/Makefile.pc98 ===

svn commit: r242871 - in head/sys/dev: ct snc

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 14:58:06 2012 New Revision: 242871 URL: http://svnweb.freebsd.org/changeset/base/242871 Log: Use ANSI prototype to fix build with clang. MFC after:1 week Modified: head/sys/dev/ct/bshw_machdep.c head/sys/dev/ct/ct.c head/sys/dev/ct/ct_isa.c head/sy

  1   2   >