The NetBSD Project

CVS log for src/distrib/sets/lists/comp/md.pmax

[BACK] Up to [cvs.NetBSD.org] / src / distrib / sets / lists / comp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Nov 30 01:04:04 2024 UTC (4 months, 3 weeks ago) by christos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1 lines
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.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Jul 11 20:41:07 2024 UTC (9 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
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.

Revision 1.67.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:42:29 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +2 -2 lines
Sync with HEAD

Revision 1.67.14.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:32:59 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +2 -2 lines
Sync with HEAD

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Jul 12 10:46:40 2018 UTC (6 years, 9 months ago) by maxv
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-futex, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
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.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Dec 21 16:49:37 2015 UTC (9 years, 4 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -1 lines
Add fenv.h for mips.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Aug 22 10:51:38 2014 UTC (10 years, 8 months ago) by apb
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
sort

Revision 1.63.8.1: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:45:43 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +3 -1 lines
Rebase to HEAD as of a few days ago.

Revision 1.63.20.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:48:34 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +3 -1 lines
Rebase.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Jul 23 18:19:43 2014 UTC (10 years, 9 months ago) by alnsn
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -2 lines
Rename sljitarch.h to sljit_machdep.h.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jul 22 20:19:57 2014 UTC (10 years, 9 months ago) by alnsn
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
Add sljitarch.h to cobalt and pmax.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Jul 17 20:54:31 2011 UTC (13 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-maxphys, tls-earlyentropy
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
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.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Mar 14 08:24:18 2010 UTC (15 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -2 lines
fixes for MKDEBUG=yes on pmax.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Aug 19 08:24:44 2009 UTC (15 years, 8 months ago) by he
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -1 lines
Don't remove the mips a.out entries outright, but instead mark them as
obsolete, so that they will be removed from DESTDIR.  Hi, matt@!

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Aug 12 23:38:20 2009 UTC (15 years, 8 months ago) by matt
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -3 lines
We don't install <machine/bsd-aout.h> and <machine/aout_machdep.h> on MIPS
anymore and we don't build elf2aout for MIPS either.

Revision 1.58.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 6 23:51:26 2008 UTC (16 years, 5 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +2 -2 lines
Pull up following revision(s) (requested by mrg in ticket #20):
	compat/libexec/ld.elf_so/Makefile: revision 1.2
	distrib/sets/lists/base/md.shark: revision 1.7
	distrib/sets/lists/base/md.vax: revision 1.26
	distrib/sets/lists/base/md.i386: revision 1.130
	distrib/sets/lists/base/ad.arm: revision 1.10
	distrib/sets/lists/comp/md.shark: revision 1.13
	distrib/sets/lists/comp/md.sparc: revision 1.68
	distrib/sets/lists/comp/ad.arm: revision 1.31
	distrib/sets/lists/comp/md.vax: revision 1.35
	distrib/sets/lists/comp/md.i386: revision 1.108
	distrib/sets/lists/base/md.sparc: revision 1.75
	distrib/sets/lists/comp/md.pmax: revision 1.59
	libexec/ld.aout_so/Makefile: revision 1.46
	sbin/ldconfig/Makefile: revision 1.22
make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc,
maybe all mips and all arm as well.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Oct 31 20:24:52 2008 UTC (16 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc,
maybe all mips and all arm as well.

Revision 1.57.12.2
Sun Oct 5 20:10:33 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.57.12.1: +1 -1 lines
Sync with HEAD.

Revision 1.57.12.1: download - view: text, markup, annotated - select for diffs
Sun Sep 28 11:09:19 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Sync with HEAD.

Revision 1.57.16.1: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:41:12 2008 UTC (16 years, 7 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +2 -1 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Aug 22 13:42:19 2008 UTC (16 years, 8 months ago) by lukem
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Add a bunch of .debug entries, determined by inspecting the equivalent
comp lists.
Inspired by PR 39370

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Feb 9 22:49:47 2007 UTC (18 years, 2 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, pc532-eol-2008, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: wrstuden-revivesa, mjf-devfs2
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -1 lines
Sync with changes introduced by merging the newlock2 branch.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Jul 29 19:10:56 2006 UTC (18 years, 8 months ago) by ad
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -5 lines
Remove RASTERCONSOLE support from the pmax port.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jul 26 20:09:17 2006 UTC (18 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
obsolete db_machdep.h

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat May 8 21:53:23 2004 UTC (20 years, 11 months ago) by kleink
Branches: MAIN
CVS tags: rtr-xorg-branch-base, rtr-xorg-branch, peter-altq-base, peter-altq, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
Add <machine/wchar_limits.h>.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jan 11 10:13:42 2004 UTC (21 years, 3 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +64 -64 lines
reformat whitespace

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Dec 29 03:13:26 2003 UTC (21 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -2 lines
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).

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Oct 25 22:26:08 2003 UTC (21 years, 6 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2 lines
Nuke _G_config.h for MIPS platforms.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jan 18 17:50:28 2003 UTC (22 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Update for nathanw_sa merge.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Sep 7 12:48:53 2002 UTC (22 years, 7 months ago) by gehenna
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -2 lines
Obsolete machine/conf.h

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Aug 7 21:21:00 2002 UTC (22 years, 8 months ago) by briggs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
Catch up to new pmc header files.

Revision 1.46.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 17:48:08 2002 UTC (22 years, 10 months ago) by tv
Branches: netbsd-1-6
CVS tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +1 -2 lines
Pull up revision 1.47 (requested by grant in ticket #232):
remove /usr/include/pmax/clock_machdep.h, fix warning building comp.tgz while
making release.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jun 10 06:41:56 2002 UTC (22 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
remove /usr/include/pmax/clock_machdep.h, fix warning building comp.tgz while
making release.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Sep 19 18:51:04 2001 UTC (23 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
Remove pmax-specific fbio.h -- everything uses <dev/sun/fbio.h> now.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Apr 15 17:14:28 2001 UTC (24 years ago) by kleink
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Add <machine/int_fmtio.h>.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Apr 15 15:33:09 2001 UTC (24 years ago) by kleink
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Add <machine/int_limits.h>.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Apr 14 22:53:35 2001 UTC (24 years ago) by kleink
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Add <machine/int_const.h>.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Apr 14 12:40:10 2001 UTC (24 years ago) by kleink
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
Add <machine/int_mwgwtypes.h>.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 17 11:40:59 2001 UTC (24 years, 2 months ago) by ragge
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
<ieeefp.h> must be installed in a machine-dependent fashion; it should
not exist on VAX.

Revision 1.38.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 12 13:48:09 2000 UTC (24 years, 7 months ago) by tsutsui
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +2 -1 lines
pull up from trunk (approved by thorpej)

basesrc/distrib/sets/lists/comp/md.newsmips 1.9
basesrc/distrib/sets/lists/comp/md.pmax 1.40

Add missed ${MACHINE}/asm.h, pointed out by nisimura@netbsd.org.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Sep 10 05:46:35 2000 UTC (24 years, 7 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Add missing ${MACHINE}/asm.h.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jun 26 15:49:58 2000 UTC (24 years, 10 months ago) by kleink
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
Add <machine/int_types.h>.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Apr 29 03:46:30 2000 UTC (25 years ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-5-base, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Add <machine/lock.h>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Mar 17 22:54:06 2000 UTC (25 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Add "machine_machdep.h".

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Feb 3 05:28:01 2000 UTC (25 years, 2 months ago) by jwise
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +52 -52 lines
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.

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:28:34 1999 UTC (25 years, 4 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +1 -2 lines
Pull up to last week's -current.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Dec 23 10:23:00 1999 UTC (25 years, 4 months ago) by kleink
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Add <machine/math.h>.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Nov 9 21:56:55 1999 UTC (25 years, 5 months ago) by kleink
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
G/C <machine/elf.h>.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Aug 30 00:53:58 1999 UTC (25 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
add ieee.h

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 9 17:58:51 1999 UTC (25 years, 8 months ago) by cgd
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +1 -0 lines
pull up rev 1.32 from trunk (simonb)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Aug 9 09:25:19 1999 UTC (25 years, 8 months ago) by simonb
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Put tc_machdep.h back in (needed to build the X server).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 19 03:11:33 1999 UTC (26 years ago) by simonb
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Add a NetBSD RCS tag to each distrib list file.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Mar 30 18:50:01 1999 UTC (26 years, 1 month ago) by soda
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH001-oldtag
Branch point for: netbsd-1-4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
regdef.h is back

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Mar 30 02:20:06 1999 UTC (26 years, 1 month ago) by simonb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -0 lines
Add a few missing include files.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 28 22:05:19 1999 UTC (26 years, 1 month ago) by simonb
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
machine/tc_machdep.h isn't installed in /usr/include anymore.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 13 13:03:26 1999 UTC (26 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
g/c regdef.h

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 19 08:59:07 1999 UTC (26 years, 3 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Update for bswap.h and byte_swap.h includes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 16 15:15:17 1998 UTC (26 years, 4 months ago) by tv
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +46 -47 lines
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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Dec 6 10:25:21 1998 UTC (26 years, 4 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -60 lines
remove libg++ headers.

Revision 1.13.2.6: download - view: text, markup, annotated - select for diffs
Sun Nov 22 03:22:53 1998 UTC (26 years, 5 months ago) by cgd
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003
Diff to: previous 1.13.2.5: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.5: +4 -0 lines
This includes crtbegin.o, crtbeginS.o, crtend.o and crtendS.o, now
needed by in-tree and C++ capable pmax toolchain.  The main-line has
an ELF MI'ish distrib list, so no delta from there.  (simonb)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 13 23:40:37 1998 UTC (26 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
More egcs updates: MD-split objc headers, and add egcs compilers and
static libraries where applicable.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Sep 13 22:31:03 1998 UTC (26 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +61 -0 lines
MD-split the libstdc++ binaries and includes to reflect the state of
egcs/non-egcs default compiler on each platform.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 2 06:36:38 1998 UTC (26 years, 9 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -72 lines
Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
  *  shl.mi -- MI sharedlib files present on all ports with shared libs
  *  shl.aout -- MI sharedlib files present on all ELF ports
  *  shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make  libc, libedit numbers consistent (libc.so.12.29,  libedit.2.1).

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jun 30 04:03:30 1998 UTC (26 years, 10 months ago) by ross
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Move c++rt0 from mi to md files, except for 68K where it goes into ad.68k.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue May 12 04:00:57 1998 UTC (26 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
libtermlib_pic.a is installed.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 12 03:57:04 1998 UTC (26 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -1 lines
libamu_pic is no longer installed

Revision 1.13.2.5: download - view: text, markup, annotated - select for diffs
Sun May 10 15:05:10 1998 UTC (26 years, 11 months ago) by mycroft
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH002
Diff to: previous 1.13.2.4: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.4: +0 -2 lines
Nuke objcopy and objdump.

Revision 1.13.2.4: download - view: text, markup, annotated - select for diffs
Sun May 10 15:00:39 1998 UTC (26 years, 11 months ago) by mycroft
Branches: netbsd-1-3
Diff to: previous 1.13.2.3: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.3: +23 -2 lines
Add .so files.

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Fri May 8 07:14:19 1998 UTC (26 years, 11 months ago) by mycroft
Branches: netbsd-1-3
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.2: +1 -0 lines
Pull up patch from cgd.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Nov 7 05:42:24 1997 UTC (27 years, 5 months ago) by mikel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
back out last change

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Nov 1 05:32:58 1997 UTC (27 years, 5 months ago) by mikel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -1 lines
remove libossaudio_pic.a

Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 27 20:53:34 1997 UTC (27 years, 6 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +20 -0 lines
Pull rev 1.15 up from trunk (jonathan)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 27 07:28:04 1997 UTC (27 years, 6 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +20 -0 lines
Add lib*_pic.a files.

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 26 21:25:02 1997 UTC (27 years, 6 months ago) by mellon
Branches: netbsd-1-3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -0 lines
Pull rev 1.14 up from trunk (jonathan)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 26 02:46:32 1997 UTC (27 years, 6 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -0 lines
Sync with  mips, pmax include files installed by `make build'.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 19 07:02:04 1997 UTC (27 years, 9 months ago) by jonathan
Branches: MAIN
CVS tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -2 lines
remove old Sprite-compatible header files machAsmDefs.h and machConst.h

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 26 01:33:53 1997 UTC (27 years, 11 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -1 lines
Delete binutils-2.6 ld (ld.old). Kernel now built with current ld and a script.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 18 20:48:50 1997 UTC (27 years, 11 months ago) by kleink
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
Add libposix.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Apr 30 18:34:43 1997 UTC (28 years ago) by pk
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Synchronize.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 2 11:08:30 1997 UTC (28 years, 1 month ago) by jonathan
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -7 lines
Add missing header files (e.g., elf_machdep, ecoff_machdep).
Garbage-collect old files.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Dec 7 08:00:05 1996 UTC (28 years, 4 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
Add elf-to-ecoff kernel conversion tool.
Add binutils-2.6 ld.old for linking kernels (2.7 doesn't work)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 9 00:13:36 1996 UTC (28 years, 6 months ago) by jtc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
merge in 1.2 branch

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 16 23:45:48 1996 UTC (28 years, 7 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
Remove bogus reference to "testme.h", once used for regression-testing
merged mips1/mips3 (r[23]k,r4k) header files.

Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 19:03:40 1996 UTC (28 years, 10 months ago) by jonathan
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +46 -0 lines
Pull up from trunk:
>Add pmax header files created since the 1.1 release.
>Add all of /usr/include/mips header files.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 23 19:01:13 1996 UTC (28 years, 10 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +46 -0 lines
Add pmax header files created since the 1.1 release.
Add all of /usr/include/mips header files.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 23 04:51:07 1995 UTC (29 years, 4 months ago) by jonathan
Branches: MAIN
CVS tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -26 lines
Remove entries for gcc-2.6.4, now NetBSD/pmax uses gcc 2.7.2 from the NetBSD
source tree.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 24 20:21:50 1995 UTC (29 years, 9 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -16 lines
sort.  grr.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 18 18:15:56 1995 UTC (30 years, 3 months ago) by mellon
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +66 -0 lines
Add some ELF-specific and pmax-specific files to comp distribution

Revision 1.1.1.1.2.2
Mon Aug 29 15:21:12 1994 UTC (30 years, 8 months ago) by cgd
Branches: netbsd-1-0
FILE REMOVED
Changes since revision 1.1.1.1.2.1: +0 -0 lines
distribution sets contents lists

Revision 1.1.1.1.2.1
Mon Aug 29 15:21:11 1994 UTC (30 years, 8 months ago) by cgd
Branches: netbsd-1-0
FILE REMOVED
Changes since revision 1.1.1.1: +0 -0 lines
file md.pmax was added on branch netbsd-1-0 on 1994-08-29 15:21:12 +0000

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Aug 29 15:21:11 1994 UTC (30 years, 8 months ago) by cgd
Branches: cgd
CVS tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, cgd-940829
Branch point for: netbsd-1-0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
distribution sets contents lists

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 29 15:21:10 1994 UTC (30 years, 8 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>