Commit Graph

102368 Commits

Author SHA1 Message Date
ru
bfc1ed12cc Fixed the disordering from rev. 1.371. 2004-05-16 13:58:27 +00:00
dfr
9ec5a738e8 Don't use the node id as an index into the topology map. This breaks
if a node on the bus has more than three ports (like my cheapo six
port hub).
2004-05-16 11:26:39 +00:00
eik
ff1850a17c snafu, exchanged the descriptions of -maxdepth and -mindepth.
Noticed by:	ru
2004-05-16 10:35:14 +00:00
njl
a329dd8687 Read in the entire RSDP but only run the standard checksum over the
version 1 header.  Add comments to explain what we're doing here better.

Reported by:	Alex Vasylenko <lxv@omut.org>
2004-05-16 05:31:40 +00:00
cognet
17fff6c3e1 Try harder not to compile anything in sys/boot for arm.
I wonder how buildworld ever worked for me...
2004-05-16 00:19:12 +00:00
cperciva
77ddd4dd00 Remove dead code. (This loop counted the number of rules, but the count
was never used.)

Reported by:	pjd
Approved by:	rwatson
2004-05-15 20:55:19 +00:00
mdodd
7323841e73 Correct a typo in column header.
Submitted by:	 phk
Obtained from:	 BSDCan
2004-05-15 16:06:59 +00:00
scottl
9836a8de56 Remove twa_intrhook prototype.
Submitted by:	cperciva
2004-05-15 15:41:59 +00:00
scottl
66a505c741 Set the cpi.hba_inquiry field to something useful. 2004-05-15 05:18:05 +00:00
scottl
7c9c07bb95 Remove the config_intrhook as it is not needed. 2004-05-15 05:17:42 +00:00
grehan
dacc5ddbf3 Hook sysinstall to the build for powerpc. 2004-05-15 05:07:14 +00:00
grehan
eadc27c484 Mods for powerpc.
Submitted by:  Suleiman Souhlal <refugee@segfaulted.com>
2004-05-15 05:06:19 +00:00
cognet
9952d2078c Work around a problem somewhere with binutils (?) on arm, hopefully without
breaking any other arch this time.
2004-05-15 00:13:14 +00:00
des
e5d283a497 If asked to build a kernel without first building world, build the
kernel toolchain first.
2004-05-15 00:08:44 +00:00
des
58138cf934 Remove some debugging printf()s and a pointless device_set_desc() call. 2004-05-15 00:07:23 +00:00
cognet
940af716ac Remove libkern/mem* 2004-05-14 23:42:54 +00:00
cognet
2b91573aea Implement bcopy, memcpy and memcmp in support.S. 2004-05-14 23:42:30 +00:00
cognet
f21a818016 Remove libkern/bzero.S and libkern/memset.S. 2004-05-14 23:31:36 +00:00
cognet
a21619da96 Implement bzero et memset in support.S 2004-05-14 23:31:10 +00:00
cognet
62ba1ba4d8 Insert "arm" between "amd64" and "powerpc"
Requested by:	bde
2004-05-14 23:08:52 +00:00
kensmith
253e82ddb2 Change ffs_realloccg() to set the valid bits for the extended part of the
fragment to zero the valid parts of a VM_IO buffer.

RE would like this to be part of 4.10-RC3 so this will be MFC-ed immediately.

Reviewed by:	alc, tegge
2004-05-14 22:00:08 +00:00
bde
d930a74912 Fixed total disorder of MD includes.
Disorder buffer overflowed by:	arm commit
2004-05-14 21:05:35 +00:00
se
f6e56dfefa Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come first!
The previous version made all shared binaries dump core.
2004-05-14 21:01:52 +00:00
bde
06bfd498d3 Fixed some common printf format errors. Don't assume that "struct foo *"
is "void *" (it isn't) or that the default promotion of pid_t is int.
Instead, assume that casting "struct foo *" to "void *" and printing the
result with %p is useful, and that all pid_t's are representable as longs.

Fixed some minor style bugs (mainly spelling errors in comments).
2004-05-14 20:51:42 +00:00
ru
3b740c8904 Back out last revision that unnecessarily changed valid assembler
line comments and damaged the CVS history.

Prompted by:	bde, jhb
2004-05-14 20:29:30 +00:00
ru
0f55d8e496 Partly back out last revision that unnecessarily changed valid
assembler line comments and damaged the CVS history.

Prompted by:	bde, jhb
2004-05-14 20:28:31 +00:00
simon
23f710f610 Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)
hyphen) is meant.

Mdoc(7) clue by:	ru
Reviewed by:		ru
2004-05-14 20:07:49 +00:00
bde
f65ccea9bc Style fixes:
Main ones: mostly use conditional expressions in ifdefs instead of a
mixture of conditional expressions and nested ifdefs.
Nearby ones:
- don't do less than echo the code in the comment about libc_r
- fixed some internal insertion sort errors and indentation errors.
2004-05-14 19:52:35 +00:00
bde
1a3137c6cd Fixed some insertion sort errors (external ones only). 2004-05-14 19:31:20 +00:00
joerg
8119cd93df Bump the .Dd value.
Update xrefs to more contemporary items.

Requested by:	ru, green
MFC after:	1 week
2004-05-14 19:29:39 +00:00
joerg
5f43e72c74 When I wrote this man page more than 5 years ago, I simply didn't
understand the true symmetric nature of Enigma, so my description of
``automatically detects that the input is encrypted'' was simply
wrong.  Replace that by a more accurate description of why feeding the
ciphertext again into the engine will decrypt it.

MFC after:	1 week
2004-05-14 18:46:16 +00:00
hmp
b51e61bfbe mdoc(7) police:
* remove an extra comma at the end of the .Nm list
2004-05-14 16:57:27 +00:00
njl
42d5e13ab9 Instead of scanning the entire lower 1 MB of RAM, only scan locations
where the RSD PTR can actually occur.  According to section 5.2.2
of the ACPI spec, we only consider two regions for the base address:

    1. EBDA (0x0 - 0x3FF)
    2. High memory (0xE0000 - 0xFFFFF)

I don't know whether this fixes any actual problems but is more correct.
2004-05-14 16:52:39 +00:00
tjr
aa29108177 Use a simpler, faster buffering scheme for partial characters in mbrtowc(). 2004-05-14 15:40:47 +00:00
sanpei
8b1c1ab8a0 MFNetBSD (umodem.c 1.46):
URL updates
2004-05-14 15:16:09 +00:00
cognet
7c8348cf80 This is FreeBSD/arm, not FreeBSD/i386
Submitted by:	ru
2004-05-14 14:52:32 +00:00
cognet
3c4b1ba998 Use four spaces instead of tab for second level indentation.
Requested by:	ru
2004-05-14 14:50:55 +00:00
cognet
34f42f1ed3 Do not attempt to build libdisk, libthr and libc_r for arm. 2004-05-14 13:45:56 +00:00
cognet
4e7dbec688 Do not build sysintall for arm. 2004-05-14 13:44:55 +00:00
cognet
f69cb3dc2a Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm. 2004-05-14 13:44:36 +00:00
cognet
547301ca85 Some arm bits for gprof. 2004-05-14 13:44:04 +00:00
cognet
a917591336 Do not build truss on arm. 2004-05-14 13:43:18 +00:00
cognet
d0cadd4171 Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spamming
uart_cpu.h
2004-05-14 13:42:50 +00:00
cognet
80990c1ba8 Define INLINE_LIMIT for arm. 2004-05-14 13:35:46 +00:00
cognet
4e59635f3d Do not attempt to build anything in sys/boot for arm. 2004-05-14 13:34:53 +00:00
cognet
ff1d779bb8 Define MACHINE_CPU for arm. 2004-05-14 13:34:15 +00:00
cognet
7f27f44019 Define iaddr_t and saddr_t for arm. 2004-05-14 13:32:13 +00:00
cognet
548b0bdf38 Use WARNS?=3 for these in the arm case for now, due to toolchain issues. 2004-05-14 13:31:21 +00:00
mbr
c7ec72e256 Add a list of all local changed files. All these files have been taken
of the vendor tree.
2004-05-14 13:29:48 +00:00
mbr
92cae84295 We don't need these files. Add the to the x-list. 2004-05-14 13:28:37 +00:00