uebayasi
0d144fa114
Disable parallel build, which always fails at compiling itable.c / interp.c.
...
Only affect MKCROSSGDB=yes.
2009-12-14 08:51:31 +00:00
mrg
588b1ff87f
use "${CC} -r" not "${CC} -Wl,-r" as the latter fools GCC on some targets
...
and it ends up passing "-r -relax" to ld, which causes ld to barf.
2009-12-14 08:51:16 +00:00
wiz
663935444d
Bump date for previous.
2009-12-14 07:31:49 +00:00
wiz
6277279df4
Whitespace nit.
2009-12-14 07:29:23 +00:00
dholland
5934d74fc2
Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415.
2009-12-14 06:06:22 +00:00
dholland
d3b64ea665
Fix some ordering inconsistencies, noted by Silas Silva in PR 42415.
2009-12-14 06:03:23 +00:00
matt
c7af27854b
Suppress a warning if time_t is __int64_t
2009-12-14 05:51:56 +00:00
dholland
f57683f0c7
Minor wording fix/clarification (sending -> copying) from Silas Silva
...
in PR 42414.
2009-12-14 05:47:30 +00:00
christos
2713ece13f
don't need GENCMD anymore.
2009-12-14 05:25:21 +00:00
christos
3ca6a849fc
use .ORDER to avoid race
2009-12-14 05:23:39 +00:00
christos
e3fc7d5ba9
use .ORDER for rules that create multiple files.
2009-12-14 05:13:38 +00:00
dholland
c1bd5c1780
Don't use NOGLOB_MTCH for pax, only for tar. Fixes fix for PR 41167 and
...
closes PR 42301. Since the 41167 fix was pulled up to -5, this needs to
be too.
2009-12-14 05:04:48 +00:00
mrg
4a1f591022
run mknative-gcc for these, in -current.
2009-12-14 04:43:59 +00:00
dholland
34a411910a
whoops, bump date for previous.
2009-12-14 04:40:29 +00:00
dholland
cd1a57ae6d
Document %ll. Closes PR 42283.
2009-12-14 04:39:29 +00:00
matt
d97095d58e
Get rid of l_addr references pulled in via merge.
2009-12-14 04:37:02 +00:00
mrg
97c80e8ff0
replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that
...
it's based upon with a common compat_elf_check_interp().
tested on MALTA64 and sparc64.
2009-12-14 04:09:38 +00:00
dholland
10a5ee8495
Don't attempt to read or write ~/.lesshst if it's not a regular file
...
or a symlink to a regular file. Previously, symlinking to /dev/null
would cause less to trash /dev/null if run with sufficient privileges,
as seen in PR misc/42237.
While the official way to disable .lesshst is to set an environment
variable, that is problematic in some cases, such as single-user mode.
A safer way to prevent even an unpatched less from writing anything
out is to mkdir ~/.lesshst.
2009-12-14 03:58:27 +00:00
mrg
e00f8f918d
regenerate these with -current mknative-gcc.
2009-12-14 03:44:27 +00:00
mrg
a06fd79f93
forward declare struct exec_package
2009-12-14 03:20:27 +00:00
uebayasi
e2cb3fd64f
Protect multiple inclusion.
2009-12-14 03:11:22 +00:00
matt
f45a8c29f5
Merge from matt-nb5-mips64
2009-12-14 03:04:33 +00:00
matt
42b55ff43a
Fix typo.
2009-12-14 02:53:52 +00:00
mrg
f8913fe32e
default netbsd*mips64 to n32. from matt-nb5-mips64.
2009-12-14 02:52:08 +00:00
mrg
42c67cd175
add all the binutils auto-generated files from matt-nb5-mips64 branch.
...
these are probably wrong and need to re-generated with mknative-binutils,
but get the build sort of limping along a bit better until then.
2009-12-14 02:36:31 +00:00
dholland
f83be7b79e
Document "stty insane" properly. Closes PR bin/25024.
2009-12-14 02:34:52 +00:00
mrg
149287da38
add the mips64 files as found on the matt-nb5-mips64 branch,
...
for base-reference.
2009-12-14 02:26:28 +00:00
mrg
da0616fc93
merge in my (uncommited) changes from matt-nb5-mips64 branch.
...
XXX these probably still need updates for eg, shlib bumps, but this should
be mostly correct now.
2009-12-14 02:19:58 +00:00
christos
e28d07b4f4
put back -Werror
2009-12-14 02:09:39 +00:00
matt
4979791cbe
Update sets lists from matt-nb5-mips64
2009-12-14 02:01:53 +00:00
dholland
e2423fa273
getaddrinfo is defined to use the AF_* constants, even though perhaps its
...
interface ought to have been defined in terms of PF_*. Add a note about
how the distinction has been lost anyway. Fixes PR lib/42384.
2009-12-14 01:53:31 +00:00
enami
29aefd28c2
Regen so that makphy.c compiles.
2009-12-14 01:48:34 +00:00
matt
1819481222
Merge from matt-nb5-mips64
2009-12-14 01:11:02 +00:00
matt
2288207161
Merge from matt-nb5-mips64.
2009-12-14 01:07:41 +00:00
matt
dc05324fb7
Make sure the kernel doesn't pass back 0 for pagesize.
2009-12-14 01:04:46 +00:00
matt
1e301281a1
Merge from matt-nb5-mips64
2009-12-14 01:00:46 +00:00
matt
15aa4c53c9
Regen (new makesyscalls.sh)
2009-12-14 00:53:32 +00:00
matt
1d8b3e46d3
Use PRIxVADDR
2009-12-14 00:52:38 +00:00
matt
320e681fce
Only tick mii if the phy had a status change.
2009-12-14 00:52:04 +00:00
matt
95fa9f87c8
Add E1149 Phy.
2009-12-14 00:51:06 +00:00
christos
71af8d5cf6
constify
2009-12-14 00:49:45 +00:00
matt
e110dba586
Merge from matt-nb5-mips64
2009-12-14 00:47:10 +00:00
christos
10afd40910
fix bogus ctype casts
2009-12-14 00:46:21 +00:00
matt
290a34a065
Merge from matt-nb5-mips64
...
Merge mips-specific arch files.
2009-12-14 00:45:59 +00:00
christos
065f57e189
fix for long long time_t
2009-12-14 00:43:58 +00:00
christos
9cf8c53771
don't warn about SLEW; ntpd defines it!
2009-12-14 00:43:09 +00:00
matt
82d396ea31
Merge from matt-nb5-mips64
2009-12-14 00:43:05 +00:00
christos
e589aa514b
use initgroups/setgroups
...
proper types for uid and gid.
2009-12-14 00:42:47 +00:00
christos
eff9ac27fd
fix debug printf format
...
fix bogus ctype cast
2009-12-14 00:42:21 +00:00
matt
c31d577a8c
Merge from matt-nb5-mips64
...
Teach lint about mips64
2009-12-14 00:42:06 +00:00