mrg
3056cc0cf1
regenerate
2006-07-02 09:17:20 +00:00
mrg
a61b5bf841
regenerate.
2006-07-02 07:04:41 +00:00
tsutsui
554727189c
Use register macro defined in <dev/ic/i8259reg.h>.
2006-07-02 04:22:38 +00:00
matt
054488ff6f
Use tramp.asm, not tramp.S
2006-07-02 02:18:08 +00:00
wiz
1f88ff447a
Bump date for previous. New sentence, new line.
2006-07-02 01:48:51 +00:00
wiz
f0acf8b126
Bump date for previous.
2006-07-02 01:36:24 +00:00
wiz
b74d2650ce
New sentence, new line. Various other fixes.
2006-07-02 01:34:33 +00:00
wiz
bd3700fe4c
Uppercase CPU.
2006-07-02 01:33:55 +00:00
mrg
291f9292a5
regenerate
2006-07-02 01:26:32 +00:00
mrg
a9550b25ec
regenerate
2006-07-01 21:55:44 +00:00
mrg
96a5a9b8ad
regenerate.
2006-07-01 21:48:00 +00:00
christos
46e62b977f
- use aprint instead of printf.
...
- centralize all the suspend/resume glue in one function.
2006-07-01 21:44:13 +00:00
christos
2e36d566f6
If we the current process is a kernel proc, then we don't need to play with
...
the pmap, because the wakecode is already mapped. Makes the acpi based apm
shim work.
2006-07-01 21:42:39 +00:00
ross
db9b461644
Add ppc64 ENTRY() macro that defines the descriptor and the dot symbol.
2006-07-01 20:34:49 +00:00
xtraeme
50183b94a7
Added it(4) as MI driver.
2006-07-01 20:01:26 +00:00
xtraeme
22b2e63617
Add commented out it(4) entry, per suggestion in PR kern/33886.
2006-07-01 19:55:32 +00:00
dillo
4b176d8d5e
Fix pkg_info -Q for binary packages, noted by rillig.
...
Bump version to 20060701.
2006-07-01 19:31:23 +00:00
ross
21d9d3841b
ppc64 outline, needs more work
2006-07-01 19:21:11 +00:00
ross
fad4c9f714
ppc64 build framework
2006-07-01 19:17:32 +00:00
ross
2cc456cbfb
powerpc64 build framework
2006-07-01 19:14:49 +00:00
mrg
4fd452c734
build cc1{,obj,plus}-checksum.c properly. pre-compiled headers use it.
2006-07-01 19:06:50 +00:00
tsutsui
799b6808f9
autoconf.h is obsolete.
2006-07-01 17:34:57 +00:00
tsutsui
e50565f96a
No need to install autoconf.h.
2006-07-01 17:33:25 +00:00
tsutsui
7159920718
Mark autoconf.h obsolete.
2006-07-01 17:25:32 +00:00
tsutsui
3eb4d24002
No need to export autoconf.h to userland.
2006-07-01 17:24:19 +00:00
tsutsui
295436c4e2
obsolete arc/display.h
2006-07-01 17:22:20 +00:00
tsutsui
06801cfcf5
Remove obsolete display.h.
2006-07-01 17:19:39 +00:00
tsutsui
0b60e69029
Use MI <dev/ic/pcdisplay.h> rather than MD <machine/display.h>.
2006-07-01 17:15:46 +00:00
ross
d48f14661d
ppc64 build framework first pass
2006-07-01 16:37:20 +00:00
christos
5f5ceecc09
Revert previous change to bump the socket low watermark to sock_loan_thresh.
...
With sock_loan_thresh=4096, sb_lowat==sb_hiwat, and sowritable will never
be true (even if only a single byte is pending). Some programs (like screen)
expect select() to return that a socket is writable on a socket when there
is space to write to it. XXX: What is the right thing to do here?
2006-07-01 15:38:28 +00:00
chap
8576d4b377
Correct build failures when MIDI is not enabled (the idea!).
...
Specifically eap but no midi, which makes sense if you want sound,
and umidi but no midi, which makes little sense but shouldn't fail the
build.
Suggest changing the evbarm conf files containing umidi but #midi
to comment out umidi as well (even though this fix should let them build).
2006-07-01 15:22:06 +00:00
nakayama
401d23b252
Uncomment "midi* at midibus?" to make umidi work.
2006-07-01 15:19:32 +00:00
christos
6975d36437
Fix write kcore support.
2006-07-01 14:54:02 +00:00
yamt
ce1a2b18c3
some comments taken from Jed Davis's patch.
2006-07-01 11:30:44 +00:00
yamt
e38f237e53
if a file is sillyrename'ed because it's a destination of rename,
...
make sillyrename (try to) use LINK operation rather than RENAME.
PR/33861 from Jed Davis. he provided the almost same patch.
according to him, it also happen to be what opensolaris does in this case.
from the PR:
> In nfs_rename(), if the destination appears to exist and is "in use"
> (this check is apparently satisfied even if the file isn't in use by
> anything except the rename itself), it will sillyrename it, then delete
> the sillyrenamed file even if the rename fails -- for instance, because
> the "from" file no longer exists on the server.
> mkdir a b; touch a/x; perl -e 'fork(); rename("a/x","b/x") or die "$!\n"'
>
> Afterwards, neither a/x nor b/x will exist.
> 1) Lookup of b/x; fails with NOENT.
> 2) Rename from a/x to b/x; succeeds.
> 3) Lookup of b/x; fails with NOENT.
> 4) Rename from b/x to b/.nfsA23a3; succeeds.
> 5) Rename from a/x to b/x; fails with NOENT.
> 6) Remove of b/.nfsA23a3; succeeds.
2006-07-01 11:29:42 +00:00
he
cb27e76665
Um, pointer differences are ptrdiff_t, and there's already a
...
printf specifier for it (t), so use it instead.
2006-07-01 11:05:42 +00:00
he
1209c64644
The type for pointer difference varies between ports, on some it's
...
"long int" and on others "int", so cast via long and use %ld for printing.
2006-07-01 10:58:29 +00:00
martin
931985243c
Redo previous differently - just use time_second.
...
Pointed out by Frank Kardel.
2006-07-01 10:12:36 +00:00
jmmv
ce9f9820ee
Fix order of biosbasemem and biosextmem order in a comment to match reality.
...
Closes PR kern/32082 by Dave J. Barnes.
2006-07-01 09:21:28 +00:00
mrg
9f0110033d
noieee src is not strict-aliasing compliant. apply -fno-strict-aliasing.
2006-07-01 08:57:14 +00:00
martin
c627e877cf
Make it compile post time-counter merge
2006-07-01 08:42:39 +00:00
martin
2006fdaf3e
Regen
2006-07-01 08:15:16 +00:00
martin
4b488fb5fa
Add an ArkMicroChips serial adapter
2006-07-01 08:14:46 +00:00
mrg
252f1af0f5
-std=gnu99 can be applied with GCC>=3, not MACHINE != vax.
2006-07-01 06:02:51 +00:00
mrg
878c667fb1
vax needs NOPIC for >= GCC3 not just == GCC3.
2006-07-01 06:02:01 +00:00
mrg
7d067137a1
document the GCC4/vax -O0 hacks.
2006-07-01 06:00:41 +00:00
mrg
b4a57177e4
update the "building for netbsd cross target list" of defined functions.
2006-07-01 06:00:04 +00:00
mrg
11762d9b99
force --disable-shared on vax so that GCC does not think it can use
...
shared libgcc.
2006-07-01 05:59:18 +00:00
mrg
5bf1ad3744
fix pointer signedness and build with GCC4.
2006-07-01 05:55:34 +00:00
mrg
334f3f5949
apply a little -O0 with GCC4 and vax...
2006-07-01 05:54:35 +00:00