mhitch
26264a025e
gcc4 fix: correct of couple of casting errors picked up by gcc4.
2006-08-04 02:09:19 +00:00
mhitch
7e0fcda313
gcc4 fix: include sy/device.h to pick up a definition of something which
...
I've forgotten - needed by gcc4.
2006-08-04 02:07:59 +00:00
mhitch
ce5b58c8c7
gcc4 fix: gcc3 was apparently more lax in structure declarations - change
...
order of including nextkbdvar.h and wskbbdmap_next.h.
2006-08-04 02:05:12 +00:00
mhitch
b9021f4ff0
gcc4 fix: correct declaration of 'end'.
2006-08-04 01:58:49 +00:00
mhitch
1f636ff58a
gcc4 "uninitialized" variable; previous workaround doesn't satisfy gcc4 -
...
explicitly initialize drq.
2006-08-04 01:56:42 +00:00
mhitch
4016823297
gcc4 fix: needs stdlib.h
2006-08-04 01:51:31 +00:00
mhitch
3264771d41
gcc4 fix: static devsw didn't match the prototype.
2006-08-04 01:50:30 +00:00
mhitch
c97e01a899
gcc4 fixes: need to include stdlib.h; fix prototype and definition of
...
local error() function.
2006-08-04 01:48:02 +00:00
mhitch
fa97ed2f83
More gcc4 "uninitilized" variables.
2006-08-04 01:45:05 +00:00
mhitch
425bfd4d05
gcc4 "uninitialized" variables; just like pmap_motorola.c and amiga/pmap.c.
2006-08-04 01:44:12 +00:00
bjh21
62d6ab40d3
Support for timecounters on acorn32, supplied by Mike Pumford. Only
...
compile-tested by me, but he promises it works.
2006-08-03 23:19:06 +00:00
christos
cf3258890d
PR/34129: Andreas Gustafsson: Nonblocking write to pty can return 0
...
If we cannot write on the slave side, always return EWOULDBLOCK in the
non-blocking case, because we don't know that the buffer we started
writing is actually in a system call boundary.
2006-08-03 22:51:05 +00:00
christos
740d87bac5
adjust resid in one more place.
2006-08-03 22:06:55 +00:00
christos
75300d10c2
don't drop characters that we've copied in when we block.
2006-08-03 22:03:18 +00:00
agc
9410ca204b
mark VPD 0x80 (Unit Serial Number VPD Page) as being done
2006-08-03 20:50:45 +00:00
agc
72a3c3e7b9
Add support for Vital Product Data 0x80, Unit Serial Number, reported to be
...
used by the beta FreeBSD initiator by Paul Dekkers.
2006-08-03 20:49:11 +00:00
mhitch
977da07ffe
gcc4 checks for and warns of matching constraints that don't specify
...
a register operand. Remove the matching constraint and change the output
operand constraint from "=m" (write-only) to "+m" (read-write).
2006-08-03 20:32:07 +00:00
mhitch
23e6dfaccf
Add a new ADOS partition type, "RAI?" to specify a RaidFrame partiion
...
which can then be autoconfigured. Currently can only use the 'c'
partition of the raid* device, since there will be no RDB on the device.
2006-08-03 20:29:54 +00:00
mhitch
1553e3ad3f
gcc4 uninitialized warning - initialize the darned thing like pmap_motorola.c.
2006-08-03 20:26:24 +00:00
mhitch
7f15b0ef11
gcc4 checks for and warns about specifying a general register constraint
...
for operands that won't accept an address register. Change constraint
to specify only a data register.
2006-08-03 20:24:57 +00:00
agc
66644e0749
+ add support for IPv6 in the target (CIDR scoping has still to be
...
implemented for IPv6, but works fine for IPv4)
+ now poll any connections opened in the target. select is used if
poll is not available
+ remove ramdisk type of backing store, since it was never used, and
is of no use for our needs
+ bump version to 20060727
2006-08-03 20:21:59 +00:00
christos
a6fd778155
don't zerodivide when "backoff-cutoff 0;" tested by zafer
2006-08-03 20:17:43 +00:00
wiz
3774518cbd
Drop trailing whitespace.
2006-08-03 19:17:49 +00:00
tron
f7f8c72cc7
Remove leftover debugging message. Problem pointed out by Kurt Schreiner
...
on "current-users" mailing list.
2006-08-03 17:38:26 +00:00
freza
3d00583f2e
* Fix parallel build race condition between real{all,depend} and
...
<bsd.subdir.mk> targets.
* No need to pass TOOLDIR to recursive cleandir in real{all,depend}.
With help from he@.
OK by tron@.
2006-08-03 17:11:05 +00:00
tron
633d50b175
Another attempt to fix the race in parallel builds.
2006-08-03 09:55:56 +00:00
bsh
f3f5bb0be8
regen
2006-08-03 03:06:32 +00:00
bsh
065a50f8cf
Device 10de:026c is not AC-97 controller but nForce430 HD Audio controller.
...
Pointed out by Brad. Thanks.
2006-08-03 03:01:39 +00:00
hubertf
db43815c20
Add commented-out "joy* at eap?" & point people at eap.4 before enabling.
...
Per discussion with drochner@
2006-08-03 00:19:21 +00:00
oster
066dca4e5e
We need to .WAIT until 'prepare' is done, and then .WAIT until
...
'copy-releasedir' is done before doing 'image'. Failure to do so
leads to a race condition that may result in build errors on
parallel builds with '-j 4' and '-j 16'.
2006-08-02 21:37:41 +00:00
reed
242dae6299
Fix comment, removed some periods at end of a couple comments (not all),
...
and alphabetize "ral" before "re".
This will make it easier to diff with GENERIC_LAPTOP.
No real changes.
2006-08-02 16:24:29 +00:00
reed
35728fe8e7
Fix some comments, tabs or indenting, and some ordering
...
to make this easier to diff with the GENERIC config.
No real changes.
2006-08-02 16:20:45 +00:00
rpaulo
d9e2b32d75
Don't read the firmware twice. Noticed by Nick.
2006-08-02 13:58:39 +00:00
tron
dc71fd7600
Make sure the buffer used to retrieve routing message from the kernel
...
is properly aligned. This should fix PR bin/34124.
2006-08-02 13:44:53 +00:00
bjh21
edbe853398
Add the !Help file I forgot previously.
2006-08-02 11:31:27 +00:00
jmcneill
7c1d2c6776
Forgot to commit this last night -- add the unichromefb(4) driver.
2006-08-02 11:26:16 +00:00
tsutsui
d8e998dec9
Use crunched binary in miniroot so that we can get smaller image
...
and no longer have to sync shlib majors in the list file.
Ok'ed by nathanw and christos on port-sun3, and tested on tme by me.
2006-08-02 09:30:46 +00:00
jld
e8ef331ffa
Fix PR 34112, where a program could mysteriously exit on return from a
...
signal handler, by deriving the context pointer from the stack pointer
instead of trying to read it from where the sigaction function may have
overwritten it with arbitrary bits.
Fix provided by Matthias Drochner in the PR.
2006-08-02 04:18:48 +00:00
jmcneill
165e6acd89
Allow unichromefb(4) to be the system console.
2006-08-02 01:44:50 +00:00
jmcneill
051b75db82
Add work-in-progress framebuffer console driver for the VIA UniChrome
...
integrated graphics family.
2006-08-02 01:44:09 +00:00
lukem
4adcd9d67f
add psim for gdb6
2006-08-02 01:35:50 +00:00
rpaulo
e904da1cc5
bsd-family-tree updated to version 1.107.
2006-08-02 00:34:05 +00:00
rpaulo
9e819e2505
Sync with FreeBSD v 1.107
2006-08-02 00:33:22 +00:00
he
788b068ad5
Bump SYMTAB_SPACE so that it fits again.
2006-08-01 22:21:19 +00:00
martin
61138efdd6
regen
2006-08-01 21:05:32 +00:00
martin
796cceed8d
Adapt to latest fhandle_t changes.
...
Pointed out by Havard Eidnes.
2006-08-01 21:05:14 +00:00
xtraeme
08e3be34b6
Match nForce3 250 SATA2.
2006-08-01 20:38:50 +00:00
xtraeme
1b6aac49b2
regen
2006-08-01 20:37:43 +00:00
xtraeme
3b17bf7207
Add nForce3 250 SATA2.
2006-08-01 20:37:02 +00:00
drochner
d7c62b7d6a
document "float" rounding workaround on i386
2006-08-01 20:21:55 +00:00