summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/dist
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /external/gpl3/gcc/dist
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'external/gpl3/gcc/dist')
0 files changed, 0 insertions, 0 deletions
nerability in amd64, and implement amaxv 2017-02-05Remove #if 0 on USER_LDT.maxv 2016-09-02Fix argument (does not compile anyway).maxv 2014-02-19Explicitly include x86/fpu.h instead of relying in x86/frame.h including it.dsl 2014-02-15Remove all references to MDL_USEDFPU and deferred fpu initialisation.dsl 2014-02-07Convert the amd64 build to use x86/cpu_extended_state.h so that the fpudsl 2013-12-01revert fpu/pcu changes until we figure out what's wrong; they cause randomchristos 2013-10-23Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.drochner 2012-07-15Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one.dsl 2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl 2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg 2011-02-07move macros for validating fs/gs to segments.h and use themchs 2010-11-02implement the following syscalls for linux32:chs 2010-07-12fix debugging build.christos 2010-07-07Add missing includes to bring the linux_semun type needed byjmmv 2010-07-07many changes for COMPAT_LINUX:chs 2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind 2009-05-29Add native to linux siginfo si_status translation, used on i386 andnjoly 2009-03-15ansify function definitionscegger 2008-10-19Add native to linux siginfo si_code translation, mostly for negativenjoly 2008-10-09Fix linux32 siginfo si_signo value. Do not convert ksi_signo twice.njoly 2008-09-18Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal deliverychristos 2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead 2007-12-20Convert all the system call entry points from:dsl 2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-12-04Remove all the __Pdsl 2007-11-24- move the save context before the signal reset (Arto Huusko)christos 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-05-21rename si_sigval -> si_value to match POSIX RTS.christos 2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl 2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl 2007-03-05fix caddr_t lossagechristos 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel 2007-02-15Fix COMPAT_LINUX32.ad 2007-02-09Merge newlock2 to head.ad 2006-11-22adjust_limits takes p, not l againchristos 2006-11-21From Nicolas Joly:christos 2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu