History log of /src/distrib/sets/lists/comp/md.luna68k |
Revision | | Date | Author | Comments |
1.25 |
| 30-Nov-2024 |
christos | Create a new header lwp_private.h to contain _lwp_getprivate_fast, _lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that: 1. we don't need special hacks to hide them 2. we can include <lwp.h> where needed to get the necessary prototypes without redefining them locally.
|
1.24 |
| 11-Jul-2024 |
riastradh | distrib/sets/lists: Add a blank comment line between RCS id and body.
This serves as a buffer between RCS id changes and other changes to the set lists, in an attempt to reduce the pain of merge conflicts around mass set list changes.
No functional change intended.
|
1.23 |
| 12-Jul-2018 |
maxv | branches: 1.23.14; Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
1.22 |
| 09-Mar-2017 |
tsutsui | branches: 1.22.10; 1.22.12; Add a driver for LUNA's front panel LCD. Ported from OpenBSD/luna88k.
Reviewed by enami@. Tested by Naruaki Etomi and me.
A 68k LUNA with this driver will be demonstrated at AsiaBSDCon NetBSD booth by Etomi-san, with LUNA-88K2 running OpenBSD/luna88k by Kenji Aoyama.
|
1.21 |
| 03-Dec-2016 |
tsutsui | branches: 1.21.2; Preliminary support for LUNA's HD647180X I/O processor (a.k.a. XP).
Demonstrated as "PSG tunes / PCM wav player on LUNA" (using Z80 PSG/PCM drivers ported from NEC PC-6001) at OSC2016 Kyoto and OSC2016 Hiroshima: http://mail-index.netbsd.org/netbsd-advocacy/2016/08/01/msg000712.html http://mail-index.netbsd.org/netbsd-advocacy/2016/11/29/msg000724.html
|
1.20 |
| 24-Dec-2015 |
christos | branches: 1.20.2; add fenv.h
|
1.19 |
| 17-Jul-2011 |
joerg | branches: 1.19.22; 1.19.26; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.18 |
| 09-Feb-2007 |
ad | branches: 1.18.12; Sync with changes introduced by merging the newlock2 branch.
|
1.17 |
| 12-Sep-2006 |
simonb | White space nits.
|
1.16 |
| 26-Jul-2006 |
drochner | obsolete db_machdep.h
|
1.15 |
| 08-May-2004 |
kleink | Add <machine/wchar_limits.h>.
|
1.14 |
| 11-Jan-2004 |
lukem | reformat whitespace
|
1.13 |
| 29-Dec-2003 |
lukem | Significant overhaul of how the sets are used:
* Add an optional third field to the sets file which is a list of comma separated keywords that control if the line is printed. Currently supported keywords kerberos4 ${MKKERBEROS4} != no kerberos ${MKKERBEROS} != no lint ${MKLINT} != no obsolete ${obsolete} != 0. In this case, non obsolete files are not printed. (This will allow future support for builds with variables such as MKHESIOD and MKYP set to "no".)
* Use sh(1)'s getopts where appropriate, and otherwise cleanup the various scripts.
* Move defaults for sets.subr from sets.defaults into sets.subr. Move replicated code for determining stuff such as shlibs type from various scripts into sets.subr.
* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate main lists with the relevant third field keyword(s).
|
1.12 |
| 24-Oct-2003 |
mycroft | _G_config.h is gone on m68k platforms.
|
1.11 |
| 18-Jan-2003 |
thorpej | Update for nathanw_sa merge.
|
1.10 |
| 07-Aug-2002 |
briggs | Catch up to new pmc header files.
|
1.9 |
| 10-Jul-2002 |
jdolecek | sync with reality (uncovered by checkflist)
|
1.8 |
| 28-Nov-2001 |
kleink | branches: 1.8.2; No point in installing svr4_machdep.h; get rid of it.
|
1.7 |
| 15-Apr-2001 |
kleink | Add <machine/int_fmtio.h>.
|
1.6 |
| 15-Apr-2001 |
kleink | Add <machine/int_limits.h>.
|
1.5 |
| 14-Apr-2001 |
kleink | Add <machine/int_const.h>.
|
1.4 |
| 14-Apr-2001 |
kleink | Add <machine/int_mwgwtypes.h>.
|
1.3 |
| 21-Mar-2001 |
tsutsui | Move c++rt0.o and scrt0.o from ad.m68k to md lists since they are available only on a.out ports.
|
1.2 |
| 17-Feb-2001 |
ragge | <ieeefp.h> must be installed in a machine-dependent fashion; it should not exist on VAX.
|
1.1 |
| 10-Sep-2000 |
nisimura | MD filename lists for NetBSD/luna68k distribution.
|
1.8.2.1 |
| 11-Jul-2002 |
thorpej | pullup-1-6 ticket #466 (jdolecek).
Original log message: sync with reality (uncovered by checkflist)
|
1.18.12.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.19.26.1 |
| 18-Jan-2017 |
skrll | Sync with netbsd-5
|
1.19.22.1 |
| 06-Dec-2016 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #1283): distrib/sets/lists/comp/md.luna68k: revision 1.21 etc/etc.luna68k/MAKEDEV.conf: revision 1.9 sys/arch/luna68k/conf/GENERIC: revision 1.120 sys/arch/luna68k/conf/files.luna68k: revision 1.25 sys/arch/luna68k/conf/majors.luna68k: revision 1.21 sys/arch/luna68k/dev/xp.c: revision 1.1 sys/arch/luna68k/include/Makefile: revision 1.19 sys/arch/luna68k/include/xpio.h: revision 1.1 sys/arch/luna68k/luna68k/mainbus.c: revision 1.14 Preliminary support for LUNA's HD647180X I/O processor (a.k.a. XP). Demonstrated as "PSG tunes / PCM wav player on LUNA" (using Z80 PSG/PCM drivers ported from NEC PC-6001) at OSC2016 Kyoto and OSC2016 Hiroshima: http://mail-index.netbsd.org/netbsd-advocacy/2016/08/01/msg000712.html http://mail-index.netbsd.org/netbsd-advocacy/2016/11/29/msg000724.html
|
1.20.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.20.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.21.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.22.12.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.22.10.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.23.14.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|