History log of /src/distrib/sets/lists/comp/md.hppa |
Revision | | Date | Author | Comments |
1.22 |
| 01-Dec-2024 |
jakllsch | fix hppa set list
|
1.21 |
| 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.20 |
| 04-Nov-2024 |
christos | Undo previous lwp.h change.
|
1.19 |
| 03-Nov-2024 |
christos | Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate lwp.h file.
|
1.18 |
| 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.17 |
| 22-Jun-2024 |
riastradh | distrib/lists/sets/comp: Add gcc=12 obsolete entries for gcc-10/*.h.
|
1.16 |
| 29-Aug-2023 |
mrg | mark all previously gcc=9 files as obsolete.
also mark a bunch of obsolete gcc headers as "comp-obsolete" "set".
should fix a 'postinstall fix obsolete' issue reported by uwe@.
|
1.15 |
| 12-Apr-2021 |
mrg | various updates for GCC 10 support. remove dead gcc7/8 support and properly mark obsolete files in gcc9/gcc10.
testing on amd64 and shark for GCC 9, and many platforms for GCC 10, (though not arm yet.)
|
1.14 |
| 06-Sep-2020 |
mrg | mostly support GCC 9 builds. some what tested with GCC 9 but tested to not break GCC 8 builds for x86, arm*, vax, and sparc*.
|
1.13 |
| 03-Oct-2019 |
mrg | gcc 8 set lists updates. i don't appear to have broken gcc 7 builds but i only tested a couple of them.
|
1.12 |
| 19-Jan-2019 |
mrg | add basic gcc-7 support in sets lists and filesystem. mips gained a header. assumes it's otherwise mostly the same as gcc-7.
|
1.11 |
| 18-Jan-2019 |
christos | - mark gcc=5 files obsolete - make includes always available, not only when gcccmds - mark files obsolete consistently
|
1.10 |
| 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.9 |
| 03-Feb-2018 |
mrg | branches: 1.9.2; 1.9.4; updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
|
1.8 |
| 02-Feb-2018 |
mrg | convert HAVE_GCC handling to modern GCC release numbering: - HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for GCC 5.4 and GCC 5.5.) - remove some more GCC 4.8 code. we don't support GCC 4 here. - adjust set lists to gcc=5 from gcc=53.
add some basic HAVE_GCC=6 handling (totally unused so far.)
|
1.7 |
| 05-Jan-2017 |
wiz | Tag cleanup: if the last column contains 'obsolete', the one before should too.
|
1.6 |
| 18-Mar-2016 |
mrg | branches: 1.6.2; set fixes for GCC 5.3.
(only arm is tested so far, but there's a pattern i can see :-)
|
1.5 |
| 10-Aug-2015 |
mrg | now that we only support gcc 4.8, make all the gcc tags just "gcc". this should help with next-gcc, when we can add back gcc=48 and gcc=5x tags, as necessary.
|
1.4 |
| 10-Aug-2015 |
mrg | obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.
|
1.3 |
| 27-Dec-2014 |
martin | fenv(3) support for hppa
|
1.2 |
| 06-Mar-2014 |
skrll | branches: 1.2.4; 1.2.6; 1.2.8; Repeat after me... don't delete entries mark them obsolete.
|
1.1 |
| 24-Feb-2014 |
skrll | Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
|
1.2.8.2 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.2.8.1 |
| 06-Mar-2014 |
tls | file md.hppa was added on branch tls-maxphys on 2014-08-19 23:45:43 +0000
|
1.2.6.1 |
| 20-Jan-2015 |
snj | Pull up following revision(s) (requested by martin in ticket #416): distrib/sets/lists/comp/md.hppa: revision 1.3 include/fenv.h: revision 1.13 via patch lib/libm/Makefile: revision 1.168 lib/libm/arch/hppa/fenv.c: revisions 1.1, 1.2 sys/arch/hppa/include/Makefile: revision 1.12 sys/arch/hppa/include/fenv.h: revisions 1.1, 1.2 sys/arch/hppa/include/ieeefp.h: revisions 1.5-1.7 tests/lib/libm/Makefile: revision 1.29 via patch fenv(3) support for hppa -- use unsigned over uint32_t so that this file works without stdint.h being included before hand. fixes mknative-gcc problems, and likely others. -- Properly separate fenv.h and ieeefp.h by moving all fenv defines over to the former. Now that they are decoupled, make rounding modes match the hardware bits. -- Simplify, now that rounding mode defines match the hardware bits.
|
1.2.4.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.4.1 |
| 06-Mar-2014 |
yamt | file md.hppa was added on branch yamt-pagecache on 2014-05-22 12:01:32 +0000
|
1.6.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.9.4.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.9.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.9.2.2 |
| 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.9.2.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|