Peter Wemm
5119532b56
MFi386: avoid partial register references, for what its worth.
2004-05-16 20:46:13 +00:00
Peter Wemm
792e29ba26
For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t
...
argument. It is actually the same type on amd64 (vm_paddr_t = vm_offset_t)
but this reduces the i386<->amd64 diffs a little.
2004-05-16 20:44:41 +00:00
Ruslan Ermilov
6a50100135
Added -v to usage().
2004-05-16 20:41:11 +00:00
Peter Wemm
463e5aa66e
MFi386: numerous interrupt and acpi updates
2004-05-16 20:30:47 +00:00
Peter Wemm
4d6bcc8306
Enable first part of kld's on amd64. This is known to not work right
...
yet, but building kld's is OK now and they can be loaded by kldload(2).
(but the machine will likely crash soon afterwards, a "minor" problem :-)
Brought to you by: my injured knee (from moving)
2004-05-16 20:11:38 +00:00
Peter Wemm
e8855d4f97
Make a small revision to the api between the elf linker core and the
...
elf_reloc() backends for two reasons. First, to support the possibility
of there being two elf linkers in the kernel (eg: amd64), and second, to
pass the relocbase explicitly (for relocating .o format kld files).
2004-05-16 20:00:28 +00:00
Archie Cobbs
1a292b8015
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
...
Reviewed by: julian
PR: kern/63317
2004-05-16 19:31:35 +00:00
Yaroslav Tykhiy
f5896baf9c
Add two new options to cron(8), -J and -j. They allow to specify
...
the maximum amount of time jitter for root and other users, respectively.
Before starting a job, cron(8) will sleep a random number of seconds,
from 0 to the amount specified. This can help to smooth down load spikes
when a lot of jobs are to start at the beginning of a particular minute
(e.g., the first minute of an hour.)
PR: bin/66474
Submitted by: Dmitry Morozovsky <marck <@> rinet.ru>
2004-05-16 19:29:33 +00:00
Nate Lawson
07c8b2af05
If the revision is 0, don't trust the length in the RSDP. Instead assume
...
an ACPI version 1.0 length.
2004-05-16 18:02:47 +00:00
Ruslan Ermilov
be69fbd7aa
Kill DOS newline breaks.
2004-05-16 14:41:20 +00:00
Yoshihiro Takahashi
d385ba7313
- Initialize uart_bus_space_io and uart_bus_space_mem.
...
- Fix wrong comment.
2004-05-16 14:12:05 +00:00
Ruslan Ermilov
278d864be2
Fixed the disordering from rev. 1.371.
2004-05-16 13:58:27 +00:00
Doug Rabson
c59285296e
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
Oliver Eikemeier
9c61111db8
snafu, exchanged the descriptions of -maxdepth and -mindepth.
...
Noticed by: ru
2004-05-16 10:35:14 +00:00
Nate Lawson
2ff84d1485
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
Olivier Houchard
9049715ff9
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
Colin Percival
2b8b4f37be
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
Matthew N. Dodd
8ebcdbf707
Correct a typo in column header.
...
Submitted by: phk
Obtained from: BSDCan
2004-05-15 16:06:59 +00:00
Scott Long
f3a537ca3f
Remove twa_intrhook prototype.
...
Submitted by: cperciva
2004-05-15 15:41:59 +00:00
Scott Long
e25b7fccd4
Set the cpi.hba_inquiry field to something useful.
2004-05-15 05:18:05 +00:00
Scott Long
bd4c922777
Remove the config_intrhook as it is not needed.
2004-05-15 05:17:42 +00:00
Peter Grehan
7a08579a08
Hook sysinstall to the build for powerpc.
2004-05-15 05:07:14 +00:00
Peter Grehan
ee607da1b8
Mods for powerpc.
...
Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
2004-05-15 05:06:19 +00:00
Olivier Houchard
3088daddf3
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
Dag-Erling Smørgrav
08e6faa278
If asked to build a kernel without first building world, build the
...
kernel toolchain first.
2004-05-15 00:08:44 +00:00
Dag-Erling Smørgrav
0f126ea09f
Remove some debugging printf()s and a pointless device_set_desc() call.
2004-05-15 00:07:23 +00:00
Olivier Houchard
045ec6ce2f
Remove libkern/mem*
2004-05-14 23:42:54 +00:00
Olivier Houchard
46bed5089f
Implement bcopy, memcpy and memcmp in support.S.
2004-05-14 23:42:30 +00:00
Olivier Houchard
8c412454dd
Remove libkern/bzero.S and libkern/memset.S.
2004-05-14 23:31:36 +00:00
Olivier Houchard
c8d8367098
Implement bzero et memset in support.S
2004-05-14 23:31:10 +00:00
Olivier Houchard
bb52bd2f06
Insert "arm" between "amd64" and "powerpc"
...
Requested by: bde
2004-05-14 23:08:52 +00:00
Ken Smith
f7dd67d801
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
Bruce Evans
6ff9ebfdc9
Fixed total disorder of MD includes.
...
Disorder buffer overflowed by: arm commit
2004-05-14 21:05:35 +00:00
Stefan Eßer
55a4ccf3e8
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
Bruce Evans
a13ec35b05
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
Ruslan Ermilov
237266b2e6
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
Ruslan Ermilov
b09ce52594
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 L. B. Nielsen
ae4eb6f8e3
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
Bruce Evans
3c23d036cc
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
Bruce Evans
f3e5ff4080
Fixed some insertion sort errors (external ones only).
2004-05-14 19:31:20 +00:00
Joerg Wunsch
482b206bf5
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 Wunsch
be06d37c18
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
Hiten Pandya
a1bd700ab1
mdoc(7) police:
...
* remove an extra comma at the end of the .Nm list
2004-05-14 16:57:27 +00:00
Nate Lawson
8fc0f4c675
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
Tim J. Robbins
b666b593eb
Use a simpler, faster buffering scheme for partial characters in mbrtowc().
2004-05-14 15:40:47 +00:00
MIHIRA Sanpei Yoshiro
e68f2db9a3
MFNetBSD (umodem.c 1.46):
...
URL updates
2004-05-14 15:16:09 +00:00
Olivier Houchard
a43fa5c730
This is FreeBSD/arm, not FreeBSD/i386
...
Submitted by: ru
2004-05-14 14:52:32 +00:00
Olivier Houchard
63b689127c
Use four spaces instead of tab for second level indentation.
...
Requested by: ru
2004-05-14 14:50:55 +00:00
Olivier Houchard
cc5735a32d
Do not attempt to build libdisk, libthr and libc_r for arm.
2004-05-14 13:45:56 +00:00
Olivier Houchard
c7730c31ca
Do not build sysintall for arm.
2004-05-14 13:44:55 +00:00