chs
3cee1cf44e
sun4c hardware reports faults by the atomic load/store instructions as
...
read faults even if the problem was that the memory was read-only.
detect this case and relabel the fault as both read and write.
details cribbed from linux and openbsd.
part of PR 25633, PR 25896.
2005-02-03 16:15:06 +00:00
christos
cff5b51c44
Allow short command names as long as they are not ambiguous.
2005-02-03 15:15:48 +00:00
briggs
ecb75428c0
If we have not gotten the CPU speed yet, get it from OF here and print it.
...
This gives us the CPU speed for those CPUs that we can't probe in the ppc
common code.
2005-02-03 15:14:39 +00:00
briggs
d6e37f352e
Keep track of the CPU's current speed (in kHz) in the cpu info structure,
...
if we can get it. May want to expand this in the future to include min
and max speeds for systems where we can adjust the speed.
2005-02-03 14:47:09 +00:00
perry
19b7469a00
de-__P -- the hack is long since useless. Discussed with christos,
...
matt, kleink, others. Approved by christos.
2005-02-03 04:39:32 +00:00
perry
51ad03a950
ANSIfy function prototypes. (Still have about 3/5ths of the C files in
...
netinet to go...)
2005-02-03 03:49:01 +00:00
perry
1a3bb884dc
A preprocessor macro named "srand" was defined which seeded the random
...
number generator.
Unfortunately, it conflicted with a function of the same defined in
stdlib.h. This was masked by the __P hack, which is now being purged.
I've renamed "srand" to "seedrand" to eliminate the conflict.
2005-02-03 02:23:02 +00:00
christos
80cdc1a918
Make comment more specific.
2005-02-03 00:27:55 +00:00
christos
e042c0475e
Add scsi-generic stuff.
2005-02-03 00:09:30 +00:00
christos
d3b9209df0
Add linux scsi-generic to work for simple cases. Allows gendalia's change
...
to limp along. From soren with fixes from me.
2005-02-03 00:09:09 +00:00
christos
796d7ce2f3
Use the length of the command for comparison not the length
...
of the command line argument. Allows "compression" to be used
for "compress" etc.
2005-02-03 00:03:02 +00:00
christos
b8b9d767c2
fix accidental join that made the comment look like functions that
...
return ``void *'' should not be cast'ed.
2005-02-02 23:33:42 +00:00
perry
3494482345
de-__P -- will ANSIfy .c files later.
2005-02-02 21:41:55 +00:00
perry
695648ddc8
de-__P, do some ANSIfication.
2005-02-02 21:41:01 +00:00
drochner
e1e8770b32
Give DAD a chance to succeed even if the network is "slightly broken"
...
(in my case it as a switch set to "monitor" mode):
If we see an NS request for the address we are just probing for, for
three times the number of DAD packets we are supposed to send (the
"ip6.dad_count" sysctl variable), assume that these are our own packets
and let DAD succeed.
The code for this was mostly there, commented out. Just needed some fixes.
The "three times" is heuristic of course.
Being here, reset the "dad_ns_tcount" variable on a successful send;
otherwise we get strange interdependencies with user-settable variables
(ever tried to set ip6.dad_count to something >15?).
2005-02-02 20:56:27 +00:00
wiz
ec34356a9c
Add .In to known commands.
2005-02-02 17:14:29 +00:00
wiz
8cf42c3a78
Remove a superfluous .El. Noted by Nicolas Joly in PR 29186.
2005-02-02 17:13:08 +00:00
wiz
84b538cd76
Fix date string (February instead of Feburary); new sentence, new line.
2005-02-02 14:35:40 +00:00
wiz
303329913a
We have 2005.
2005-02-02 14:34:25 +00:00
wiz
463db6dc4b
Sort SEE ALSO, fix an xref, and s/FreeBSD/.Fx/.
2005-02-02 14:33:20 +00:00
christos
ba2396e33b
Regen
2005-02-02 13:26:28 +00:00
christos
34508c6918
PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet
2005-02-02 13:26:06 +00:00
abs
f29f37c830
Regen to pick up corrected code for VIA VT6421
2005-02-02 11:20:40 +00:00
abs
0d94353073
Reminder not to trust cheap no-name packaging. VIA product 0x3249 is
...
a VT642*1* not VT642. Also add to list in viaide manpage and note
that drives need to be configured into RAID/JOBS sets via its BIOS.
http://www.via.com.tw/en/products/peripherals/serial-ata_raid/vt6421/
2005-02-02 11:19:49 +00:00
gson
971beb8edb
Generate an interrupt only after processing all the samples in a block
...
rather than at the time of the last sample, to eliminate a click at the
end of each block when recording. Fixes kern/18066.
2005-02-02 10:34:12 +00:00
christos
691a62246e
Avoid passing in the actual pw field in gettime because it might not
...
be the type that we think it is. Fixes cross builds.
2005-02-01 23:47:38 +00:00
christos
bde7c7493a
Add a commented out option that shows how to get back the rootauth
...
functionality
2005-02-01 22:56:14 +00:00
christos
1d6e3b563a
Add a new option "authenticate" that requires the user to enter his own
...
password to login.
2005-02-01 22:55:11 +00:00
christos
479c8052bb
Add commented out notes on how we support the special compilation options
...
under pam.
2005-02-01 22:54:33 +00:00
pk
b7ee084cd1
sun4/sun4c sw interrupt entry: check interrupt register to determine to
...
see whether there is a pending software interrupt at the given level.
If not, it must be a device interrupt sharing that level.
2005-02-01 22:33:02 +00:00
matt
5388f1ff2c
Add gti2c/iic entries.
2005-02-01 20:59:55 +00:00
matt
411c843baa
Add entry for gti2c.c
2005-02-01 20:59:15 +00:00
matt
57b77a8963
Add a i2c driver for the onboard i2c/twsi controller on the GT642x0
2005-02-01 20:58:46 +00:00
matt
b3eef3bb0b
Allow the driver to allocate needs resources on attach and not free
...
depending on cf_flags (instead of on interface up / down).
2005-02-01 20:47:02 +00:00
matt
61b5c08265
Add I2C child hooks.
2005-02-01 20:37:09 +00:00
drochner
12ff682534
Whitespace police. The rest remains crap.
2005-02-01 20:33:58 +00:00
abs
d3852ae541
regen to pick up the 'VT642 SATA RAID Controller'.
2005-02-01 18:21:58 +00:00
abs
6660565bb0
Add 'VT642 SATA RAID Controller'. It looks like a viaide, it smells
...
like a viaide... but you can only address the drives once you have
put two or more of them into a RAID or JBOD.
2005-02-01 18:21:14 +00:00
christos
c641ee7f72
Add setting of PAM_SOCKADDR.
2005-02-01 17:57:16 +00:00
christos
44d1e6097a
Re-write to use both utmp and utmpx properly.
2005-02-01 17:54:48 +00:00
christos
d48b4dc8c5
Regen.
2005-02-01 17:53:07 +00:00
christos
192f3d9e5a
Add a PAM_SOCKADDR extension so that we can pass the socket address
...
of the host we logged in from to the lastlog module.
2005-02-01 17:51:01 +00:00
shige
dcaf7f8abc
Build OPENBLOCKS266 kernel.
2005-02-01 17:02:57 +00:00
he
edf90a4645
There is no need to define DS1687_NVRAM_START twice.
2005-02-01 16:16:22 +00:00
drochner
0c51c7b7aa
don't compile isp_target.c if ISP_TARGET_MODE is not required
2005-02-01 16:00:50 +00:00
drochner
dc86361844
remove the unused in6_ifindex2scopeid()
...
if at all, it works with site-local addresses whose fate is uncertain
to say the least
2005-02-01 15:29:23 +00:00
drochner
5d0cfbc9bd
sin6_scope_id maps to interface indices for link local addresses only!
...
(unlikely to be used with other scopes for now, but we should be
correct anyway)
2005-02-01 14:56:17 +00:00
martti
4f78b8bb7b
ipf 4.1.5
2005-02-01 14:35:40 +00:00
drochner
d6e66e178c
fix pasto from sigignore.3
2005-02-01 13:55:19 +00:00
christos
7706d160ef
Add missing (void) cast to printf return.
...
Prefer returning from main rather than calling exit.
2005-02-01 13:43:38 +00:00