christos
8f60e3b3e5
Comment out attribute packed. Gcc4 warns us that the field is too narrow
...
for packing. Produces the same size struct on i386 (28 bytes)
2006-05-14 02:34:41 +00:00
fredb
f88f7e1e1b
Per consensus on tech-install, take "bootN.fs" and "boot-comN.fs" to three
...
floppies. (The build is broken again without this.) "boot-big1.fs", from
the same ramdisk as "bootN.fs", still just fits in 2880KB by virtue of the
fact that the 9KB of padding is only added once per floppy image.
2006-05-14 02:21:59 +00:00
christos
b943fcf792
XXX: GCC uninitialized variables
2006-05-14 02:17:32 +00:00
christos
06f18c1c0d
XXX: GCC uninitialized variable.
2006-05-14 02:15:31 +00:00
christos
07252f1516
Casts to appease gcc.
2006-05-14 02:14:33 +00:00
christos
653a86901d
XXX: GCC uninitialized
2006-05-14 02:10:41 +00:00
christos
e75e0ea2a7
another XXX: GCC uninitialized variable.
2006-05-14 01:31:14 +00:00
christos
9da0166ffa
Another uninitialized variables XXX: GCC
2006-05-14 01:30:00 +00:00
christos
ebebb0245d
Another uninitialized var XXX: GCC
2006-05-14 01:26:34 +00:00
christos
af2ae0aa2f
Initialize rdataset.
2006-05-14 01:18:41 +00:00
christos
62faec262e
Don't free random memory; thanks gcc-4.
2006-05-14 01:09:03 +00:00
christos
a7679aa75e
Fix two uninitialized variables with XXX: GCC.
2006-05-14 01:05:42 +00:00
christos
ec71107003
Use __UNCONST() when casting away const.
2006-05-14 00:13:31 +00:00
christos
386c6259af
Coverity CID 3497: Don't try to set the day/month if we did not get them
...
from the clock.
2006-05-13 23:55:23 +00:00
christos
e9c9374d31
Fix uninitialized variable.
2006-05-13 23:49:02 +00:00
christos
19a2d0dbea
Coverity CID 3197: Don't leak fp.
2006-05-13 22:50:24 +00:00
christos
a108a3f479
Coverity CID 3382: Fix memory leak.
2006-05-13 22:45:11 +00:00
christos
4b679b2a7f
Coverity CID 3383: Fix memory leak.
2006-05-13 22:43:02 +00:00
christos
87e155c5c7
rename alloc() to emalloc().
2006-05-13 22:34:50 +00:00
christos
dad51bf4f0
Coverity CID 3508: Fix file leak.
2006-05-13 22:29:53 +00:00
christos
2576ae5fca
Coverity CID 3269: Fix memory leak.
2006-05-13 22:28:04 +00:00
christos
b7c6768d3d
Coverity CID 3206: Add assertion for NULL deref.
2006-05-13 22:05:04 +00:00
christos
c5d3cabfdd
Coverity CID 3365: Fix inverted logic!
2006-05-13 21:58:51 +00:00
christos
f88f667da4
Coverity CID 3367, 3368: Avoid NULL deref.
2006-05-13 21:54:13 +00:00
christos
4f633ea02a
Coverity CID 3368: Fix memory leak.
2006-05-13 21:48:00 +00:00
christos
16464dcda5
Coverity CID 3369: Fix memory leak.
2006-05-13 21:42:45 +00:00
christos
2701e5b9be
Coverity CID 3330: Initialize uninitialized variable.
2006-05-13 21:22:32 +00:00
christos
78b76e5792
Coverity CID 3331: Remove impossible test.
2006-05-13 21:18:57 +00:00
christos
01caf31f3a
Cleanup KNF, WARNS=4.
...
Phew, this started just to make set() static so that coverity does not get
confused.
2006-05-13 20:46:15 +00:00
christos
e80f354dab
Coverity CID 3384: Don't close -1.
2006-05-13 19:47:22 +00:00
rpaulo
57231b0296
Sync with FreeBSD rev. 1.103: OpenBSD 3.9 and FreeBSD 6.1.
2006-05-13 18:49:28 +00:00
xtraeme
512483ae83
Fix typo in previous... it.4 belongs to man4 not man3 :-)
2006-05-13 17:24:34 +00:00
rpaulo
954aca6287
Mention RFC 3542 support.
2006-05-13 15:57:19 +00:00
liamjfoy
5bafb9022a
reference uptime(1) correctly
...
ok joerg@
2006-05-13 12:41:54 +00:00
lukem
c75cb560f1
support MAKEVERBOSE
2006-05-13 12:02:54 +00:00
mrg
0e02d282f4
define ENABLE_EXECUTE_STACK to nothing so that _enable_execute_stack()
...
isn't the empty function in libgcc2.c, but the netbsd one. powerpc
seems to work somewhat better now...
2006-05-13 10:38:33 +00:00
lukem
e7526fa7ea
support MAKEVERBOSE
2006-05-13 09:14:14 +00:00
lukem
261d50393a
Convert to using CC instead of LD, as LDFLAGS is for CC not LD.
2006-05-13 09:13:11 +00:00
xtraeme
04b76accfc
This driver does not support IT87xxF chips anymore.
2006-05-13 09:06:25 +00:00
xtraeme
fda8d0a4d7
Xref it(4)
2006-05-13 09:04:48 +00:00
xtraeme
3b291301d4
Remove code for the IT87xxF chipsets, it was included on its own
...
driver (it(4)).
2006-05-13 09:03:21 +00:00
xtraeme
33a96be9f2
Driver for iTE IT87xxF and compatibles hardware monitor. Add
...
commented out entries on GENERIC and GENERIC_LAPTOP.
Adapted from OpenBSD.
2006-05-13 09:02:18 +00:00
skrll
214053461e
Fix some more comments.
2006-05-13 08:56:08 +00:00
mrg
cde4dbaf34
add support for sets with HAVE_GCC=4:
...
- move fortran programs from mi.* to {tc,gcc}.*
- clone gcc.* and add new headers and shlibs to gcc4.*
2006-05-13 07:17:54 +00:00
lukem
f2e1749b26
support MAKEVERBOSE
2006-05-13 04:12:33 +00:00
lukem
dff2a78d7a
Convert to using CC instead of LD, as LDFLAGS is for CC not LD.
2006-05-13 04:11:04 +00:00
matt
0e504287d7
Fix a problem when an exec page is mapped, modified, and then unmapped.
...
Make sure to either clear the execness or sync the page to the icache.
This fixes gdb testsuite failures. Thanks for nathanw for testing.
2006-05-13 04:04:45 +00:00
lukem
176b81e4ff
Convert to using CC instead of LD, as LDFLAGS is for CC not LD.
2006-05-13 03:37:47 +00:00
lukem
032741abf4
support MAKEVERBOSE
2006-05-13 03:19:28 +00:00
lukem
a6f0ba44b5
When creating BASE.rom, don't use BASE.bin as a temporary filename,
...
since the latter is a valid target name.
2006-05-13 02:47:03 +00:00