ru
3e3e3d8475
Really add -l to the usage output.
2004-05-16 21:49:23 +00:00
ru
5a58934b4a
Assorted markup fixes.
2004-05-16 21:35:05 +00:00
ru
4cac50460f
Punctuation.
2004-05-16 21:34:49 +00:00
ru
576cc25b3a
Fixed spelling of the document date.
2004-05-16 21:34:31 +00:00
ru
7cba80f9da
Bump document date for the latest functional change.
...
Minor markup tweaks.
2004-05-16 21:34:15 +00:00
ru
deac0b719c
DESCRIPTION was not updated for the new SYNOPSIS.
2004-05-16 21:33:48 +00:00
peter
a3df9de5e8
Converge some more with i386.
2004-05-16 21:27:29 +00:00
peter
c9b903477c
Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn't
...
subsequently used in the code, and 2) it doesn't compile on !i386.
2004-05-16 21:22:45 +00:00
joerg
88859031a6
Another candidate that didn't use copyin/copyout for user<->kernel
...
transfers.
MFC after: 1 month
2004-05-16 21:19:59 +00:00
joerg
b2733ff0de
You wouldn't believe a driver could survive doing userland IO without
...
properly using copyin/copyout for more than 5 years? This one did. :-)
Properly encapsulate all user<->kernel data transfers using copy{in,out}.
MFC after: 1 month
2004-05-16 21:18:45 +00:00
joerg
70bc2f6a82
After successfully attaching an iicbus instance, instead of using a
...
NULL name in device_add_child(), explicitly name all of our known
child drivers in order to give them a chance to attach to us.
Otherwise, only the first one present would be probed and attached.
Reviewed by: nsouch
MFC after: 1 month
2004-05-16 21:11:46 +00:00
peter
f0d8d38564
MFi386: add rue and twa
2004-05-16 20:57:01 +00:00
peter
cd0ccfc778
MFi386: avoid partial register references, for what its worth.
2004-05-16 20:46:13 +00:00
peter
172c58b998
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
ru
66c37abe3c
Added -v to usage().
2004-05-16 20:41:11 +00:00
peter
c6a708cab1
MFi386: numerous interrupt and acpi updates
2004-05-16 20:30:47 +00:00
peter
5c28654d49
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
ea4215c521
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
1eee96e5b1
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
yar
ae09cae939
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
njl
e37a9f86ef
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
ru
fe85f009b8
Kill DOS newline breaks.
2004-05-16 14:41:20 +00:00
nyan
1ccd2529cc
- Initialize uart_bus_space_io and uart_bus_space_mem.
...
- Fix wrong comment.
2004-05-16 14:12:05 +00:00
ru
b23d48ae40
Fixed the disordering from rev. 1.371.
2004-05-16 13:58:27 +00:00
dfr
fc45c8c815
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
12533f5b59
snafu, exchanged the descriptions of -maxdepth and -mindepth.
...
Noticed by: ru
2004-05-16 10:35:14 +00:00
njl
826ff6bea7
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
fa3c563dae
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
be93053d2f
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
3dceafd0ad
Correct a typo in column header.
...
Submitted by: phk
Obtained from: BSDCan
2004-05-15 16:06:59 +00:00
scottl
39293e509f
Remove twa_intrhook prototype.
...
Submitted by: cperciva
2004-05-15 15:41:59 +00:00
scottl
cf484d6bc5
Set the cpi.hba_inquiry field to something useful.
2004-05-15 05:18:05 +00:00
scottl
02d3021b46
Remove the config_intrhook as it is not needed.
2004-05-15 05:17:42 +00:00
grehan
a76989daa6
Hook sysinstall to the build for powerpc.
2004-05-15 05:07:14 +00:00
grehan
21c71b3b12
Mods for powerpc.
...
Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
2004-05-15 05:06:19 +00:00
cognet
c80c24dad9
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
f700ddda90
If asked to build a kernel without first building world, build the
...
kernel toolchain first.
2004-05-15 00:08:44 +00:00
des
574488a9ee
Remove some debugging printf()s and a pointless device_set_desc() call.
2004-05-15 00:07:23 +00:00
cognet
d7cb4c8beb
Remove libkern/mem*
2004-05-14 23:42:54 +00:00
cognet
a8828afbb0
Implement bcopy, memcpy and memcmp in support.S.
2004-05-14 23:42:30 +00:00
cognet
64a760cc35
Remove libkern/bzero.S and libkern/memset.S.
2004-05-14 23:31:36 +00:00
cognet
1bb11493f3
Implement bzero et memset in support.S
2004-05-14 23:31:10 +00:00
cognet
dd9f981b68
Insert "arm" between "amd64" and "powerpc"
...
Requested by: bde
2004-05-14 23:08:52 +00:00
kensmith
7e5c41897c
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
c16e7cdead
Fixed total disorder of MD includes.
...
Disorder buffer overflowed by: arm commit
2004-05-14 21:05:35 +00:00
se
4e41874389
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
802b835b3d
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
9d75d5e3a5
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
81741e7e6d
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
43cdffed14
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