| History log of /src/distrib/sets/lists/comp/md.hp300 | 
    | Revision |  | Date | Author | Comments | 
| 1.66 |  | 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.65 |  | 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.64 |  | 12-Jul-2018 | maxv | 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.63 |  | 24-Dec-2015 | christos | branches:  1.63.14;  1.63.16; add fenv.h
 
 | 
| 1.62 |  | 16-Jan-2013 | christos | Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm: -rw-r--r--  1 root  src   35806068 Jan 16 10:47 base.tgz
 -rw-r--r--  1 root  src   57374069 Jan 16 10:48 comp.tgz
 -rw-r--r--  1 root  src  101286193 Jan 16 10:49 debug.tgz
 ...
 This allows always building the debugging code and libraries but not
 installing it (although now it is placed in the default sets if ${MKDEBUG}
 is set
 
 | 
| 1.61 |  | 17-Jul-2011 | joerg | branches:  1.61.2;  1.61.8; 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.60 |  | 07-Feb-2011 | tsutsui | Retire legacy grfinfo and hilinfo derived from HPBSD since finally hp300 got wscons.
 
 | 
| 1.59 |  | 16-Mar-2010 | mrg | branches:  1.59.2; fix MKDEBUG=yes builds for hp300
 
 | 
| 1.58 |  | 22-Aug-2008 | lukem | Add a bunch of .debug entries, determined by inspecting the equivalent comp lists.
 Inspired by PR 39370
 
 | 
| 1.57 |  | 04-Mar-2007 | tsutsui | branches:  1.57.12;  1.57.16; Stop installing <machine/intr.h> on hp300. Suggested by simonb.
 
 | 
| 1.56 |  | 09-Feb-2007 | ad | Sync with changes introduced by merging the newlock2 branch. 
 | 
| 1.55 |  | 12-Sep-2006 | simonb | White space nits. 
 | 
| 1.54 |  | 26-Jul-2006 | drochner | obsolete db_machdep.h 
 | 
| 1.53 |  | 01-Jul-2006 | tsutsui | autoconf.h is obsolete. 
 | 
| 1.52 |  | 08-May-2004 | kleink | Add <machine/wchar_limits.h>. 
 | 
| 1.51 |  | 11-Jan-2004 | lukem | reformat whitespace 
 | 
| 1.50 |  | 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.49 |  | 24-Oct-2003 | mycroft | _G_config.h is gone on m68k platforms. 
 | 
| 1.48 |  | 18-Jan-2003 | thorpej | Update for nathanw_sa merge. 
 | 
| 1.47 |  | 07-Aug-2002 | briggs | Catch up to new pmc header files. 
 | 
| 1.46 |  | 28-Nov-2001 | kleink | No point in installing svr4_machdep.h; get rid of it. 
 | 
| 1.45 |  | 15-Apr-2001 | kleink | Add <machine/int_fmtio.h>. 
 | 
| 1.44 |  | 15-Apr-2001 | kleink | Add <machine/int_limits.h>. 
 | 
| 1.43 |  | 14-Apr-2001 | kleink | Add <machine/int_const.h>. 
 | 
| 1.42 |  | 14-Apr-2001 | kleink | Add <machine/int_mwgwtypes.h>. 
 | 
| 1.41 |  | 17-Feb-2001 | ragge | <ieeefp.h> must be installed in a machine-dependent fashion; it should not exist on VAX.
 
 | 
| 1.40 |  | 18-Nov-2000 | tv | Only include "c++rt0.o" in one file -- ad.m68k. 
 | 
| 1.39 |  | 26-Jun-2000 | kleink | Add <machine/int_types.h>. 
 | 
| 1.38 |  | 29-Apr-2000 | thorpej | Add <machine/lock.h> 
 | 
| 1.37 |  | 17-Mar-2000 | tron | Add "machine_machdep.h". 
 | 
| 1.36 |  | 03-Feb-2000 | jwise | Add package names.  Later tonight or tomorrow AM, I will post a writeup of this to tech-{pkg,install}.  In short, the pkg names in (new) second
 field will be used by the build process under basesrc/src/dist/pkg to
 generate PLISTs.  The package divisions here may be two finely or coarsely
 grained, although I think they're a happy medium -- I will give more
 detail/justification in the writeup.
 
 | 
| 1.35 |  | 23-Dec-1999 | kleink | Add <machine/math.h>. 
 | 
| 1.34 |  | 21-Dec-1999 | frueauf | As per Chris G. Demetriou <cgd@netbsd.org> don't install loadfile_machdep.h into /usr/include/hp300/, instead create a
 link for machine and hp300 in ${.OBJDIR} like
 sys/arch/alpha/stand/Makefile.buildboot does for alpha.
 
 | 
| 1.33 |  | 20-Dec-1999 | frueauf | Add missing loadfile_machdep.h to the list. 
 | 
| 1.32 |  | 19-Apr-1999 | kleink | branches:  1.32.4; Add svr4_machdep.h.
 
 | 
| 1.31 |  | 19-Apr-1999 | simonb | Add a NetBSD RCS tag to each distrib list file. 
 | 
| 1.30 |  | 17-Mar-1999 | leo | Add ieee.h 
 | 
| 1.29 |  | 10-Feb-1999 | he | Add files that are now being installed: 3 new includes, two lkms and mkboot. 
 | 
| 1.28 |  | 19-Jan-1999 | bouyer | Update for bswap.h and byte_swap.h includes. 
 | 
| 1.27 |  | 16-Dec-1998 | tv | Set cleanup: - make all ports egcs; move stuff to mi and shl.*
 - fix m68k-based comp sets to use usr/include/$MACHINE (as
 usr/include/machine is now a symlink); add directory entries where missing
 
 | 
| 1.26 |  | 13-Sep-1998 | tv | More egcs updates: MD-split objc headers, and add egcs compilers and static libraries where applicable.
 
 | 
| 1.25 |  | 13-Sep-1998 | tv | MD-split the libstdc++ binaries and includes to reflect the state of egcs/non-egcs default compiler on each platform.
 
 | 
| 1.24 |  | 30-Jun-1998 | ross | Move c++rt0 from mi to md files, except for 68K where it goes into ad.68k. 
 | 
| 1.23 |  | 15-Jun-1998 | lukem | * remove empty md.* files now that makeflist supports non-existant md.* files * factor all m68k common stuff into lists/*/ad.m68k
 XXX:	this should be done for mips (when it's not just the pmax), and
 powerpc (when there's a powerpc port put here ...)
 
 | 
| 1.22 |  | 12-May-1998 | thorpej | libtermlib_pic.a is installed. 
 | 
| 1.21 |  | 12-May-1998 | thorpej | libamu_pic is no longer installed 
 | 
| 1.20 |  | 17-Nov-1997 | carrel | machine/mtpr.h does not exist here.  Nuke it. 
 | 
| 1.19 |  | 07-Nov-1997 | mikel | back out last change 
 | 
| 1.18 |  | 01-Nov-1997 | mikel | remove libossaudio_pic.a 
 | 
| 1.17 |  | 26-Oct-1997 | mikel | update; from Steve Allen in PR misc/4345, with some additions by myself. 
 | 
| 1.16 |  | 29-Aug-1997 | scottr | branches:  1.16.2; Add intr.h, found to be missing by Michael Wolfson <mw34@cornell.edu>.
 
 | 
| 1.15 |  | 31-Jul-1997 | veego | Sync. 
 | 
| 1.14 |  | 10-Jul-1997 | leo | Sync. 
 | 
| 1.13 |  | 10-Jun-1997 | veego | Add ./usr/include/m68k/param.h 
 | 
| 1.12 |  | 05-Jun-1997 | veego | sync to reality. 
 | 
| 1.11 |  | 18-May-1997 | kleink | Add libposix. 
 | 
| 1.10 |  | 30-Apr-1997 | pk | Synchronize. 
 | 
| 1.9 |  | 07-Apr-1997 | scottr | Add missing m68k includes 
 | 
| 1.8 |  | 06-Mar-1997 | mikel | eliminate dangling references to config.old; from Klaus Klein in PR misc/3295.
 
 | 
| 1.7 |  | 08-Jan-1997 | thorpej | Update to reflect current reality. 
 | 
| 1.6 |  | 04-Dec-1996 | mikel | add libwrap, fix libz. 
 | 
| 1.5 |  | 09-Oct-1996 | jtc | merge in 1.2 branch 
 | 
| 1.4 |  | 25-Mar-1996 | mrg | branches:  1.4.4; update all of these to reality (at least, for the sparc).  changes
 include:
 libg++, bind, less, zoneinfo, lots of headers, and a pc532 man page.
 
 | 
| 1.3 |  | 02-Oct-1995 | thorpej | Add some missing include files, libpcap_pic.a, and config.old. 
 | 
| 1.2 |  | 24-Jul-1995 | cgd | add scrt0.o for ports that have it 
 | 
| 1.1 |  | 29-Aug-1994 | cgd | branches:  1.1.1; Initial revision
 
 | 
| 1.1.1.1 |  | 29-Aug-1994 | cgd | branches:  1.1.1.1.2; distribution sets contents lists
 
 | 
| 1.1.1.1.2.2 |  | 29-Aug-1994 | cgd | distribution sets contents lists 
 | 
| 1.1.1.1.2.1 |  | 29-Aug-1994 | cgd | file md.hp300 was added on branch netbsd-1-0 on 1994-08-29 15:21:11 +0000 
 | 
| 1.4.4.1 |  | 10-Jun-1996 | thorpej | Update this to more closely match reality.  Generates correct file lists for the hp300 port, but might still need some slight
 tweaking for other ports.
 
 | 
| 1.16.2.3 |  | 08-May-1998 | mycroft | Pull up patch from cgd. 
 | 
| 1.16.2.2 |  | 18-Nov-1997 | mellon | Pull rev 1.20 up from trunk (carrel) 
 | 
| 1.16.2.1 |  | 27-Oct-1997 | mellon | Pull rev 1.17 up from trunk (mikel) 
 | 
| 1.32.4.1 |  | 27-Dec-1999 | wrstuden | Pull up to last week's -current. 
 | 
| 1.57.16.1 |  | 18-Sep-2008 | wrstuden | Sync with wrstuden-revivesa-base-2. 
 | 
| 1.57.12.2 |  | 05-Oct-2008 | mjf | Sync with HEAD. 
 | 
| 1.57.12.1 |  | 28-Sep-2008 | mjf | Sync with HEAD. 
 | 
| 1.59.2.1 |  | 08-Feb-2011 | bouyer | Sync with HEAD 
 | 
| 1.61.8.1 |  | 25-Feb-2013 | tls | resync with head 
 | 
| 1.61.2.1 |  | 23-Jan-2013 | yamt | sync with head 
 | 
| 1.63.16.1 |  | 10-Jun-2019 | christos | Sync with HEAD 
 | 
| 1.63.14.1 |  | 28-Jul-2018 | pgoyette | Sync with HEAD 
 |