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
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
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]
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/
__
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:
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
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
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
===
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
> 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
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
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
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
=
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
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
===
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
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
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
===
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
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
=
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"
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
===
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
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
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
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
==
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
___
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
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
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
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
==
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
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
=
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
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
==
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
===
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:
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
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/
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
=
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
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
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
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
+ 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"
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
> ==
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
#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
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:
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
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
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
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
==
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
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
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
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
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
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.
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
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
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
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:
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
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
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
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
===
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"
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"
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
===
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
==
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
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
===
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
==
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
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
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
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
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
===
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
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
===
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
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/
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
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/
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
=
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
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
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/
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
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
=
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
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
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
==
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
===
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
=
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
==
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
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
===
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 - 100 of 125 matches
Mail list logo