rpaulo
9fa09ac376
Add sony* at acpi?
2006-03-25 12:34:16 +00:00
rpaulo
2c7819a4c8
Make macros more readable. No functional change.
2006-03-25 12:09:40 +00:00
bjh21
a4e000d9d7
When looking for somewhere to put the relocation table, reset the counter of
...
contingous pages to zero when we find a non-contiguous one. This way, we'll
actually find a contiguous block of the correct size (assuming there is one).
The updated version still boots my NC correctly, and fails slightly more
pleasantly on mr Risc PC.
2006-03-25 11:45:50 +00:00
rpaulo
c43f7d959b
PR 13604: detect and print correct information for 4.4BSD/NetBSD NFS
...
filehandles.
The heuristic may or may not be wrong, but no one replied in the
tcpdump-workers mailing list.
Extraction of the fsid information contributed by Chuck Silvers.
Discussed with Chuck Silvers.
2006-03-25 11:43:53 +00:00
xtraeme
228ad2d6c4
ral(4) at cardbus supported too. ok rui
2006-03-25 11:17:49 +00:00
rpaulo
5ce602f150
Add a new devices (wireless and scsi).
2006-03-25 10:47:53 +00:00
gdamore
634defef64
Enable PCMCIA on DBAU1550.
...
Some devices work (an, wdc), while others do not (ne, wi).
However, the bus is useful enough that it makes sense to go ahead and
enable it. Maybe other folks can help me debug the rest of the problems.
2006-03-25 07:28:20 +00:00
gdamore
a86f56dbf6
Remove verbose debug message, and make sure we pass right IPL.
...
(Pedantic, since IPL isn't used in ICU, but better to be pedantic and right
than wrong.)
2006-03-25 07:25:56 +00:00
gdamore
9372888951
Ooops, forgot to commit some register renames. (Minor cleanups.)
2006-03-25 07:24:01 +00:00
gdamore
1ef49ecb4d
Clean up some code and ensure that the ICU registers start out with sane
...
values.
2006-03-25 07:23:05 +00:00
garbled
cc608a20c4
Oops.. accidentally put a ! in front of a test that shouldn't have had
...
one and made all the bootfloppies unbootable. (unless of course, you
specified to make them unbootable)
2006-03-25 06:29:42 +00:00
thorpej
4d51b7cce7
Use device_parent().
2006-03-25 04:08:45 +00:00
thorpej
5887891a8d
Use device_parent().
2006-03-25 03:44:35 +00:00
rtr
6f6a761f7f
Remove "len was less than zero" from the list of reasons that the function
...
will fail with EINVAL since the len param is size_t and couldn't possibly
be "less than zero".
Resolves pr32516
2006-03-25 01:24:28 +00:00
matt
e42519688e
Increment to the next byte after fetching.
...
Spotted by Dan Krejsa.
2006-03-25 00:34:23 +00:00
tsutsui
65c2431d51
Update FPE trapsignal functions for new siginfo,
...
based on a patch provided by Matthias Drochner.
Ok'ed by christos, and fixes PR port-mips/26410.
2006-03-25 00:08:11 +00:00
jld
42ddba8762
Correct logic error in wildcard handling, which was causing the
...
day-of-month on normal entries to always be treated as a wildcard.
Specifically, "if (x&(y|z))" is equivalent to "if ((x&y)||(x&z))", not
"if ((x&y)&&(x&z))", which latter is clearly what was intended.
2006-03-24 23:30:08 +00:00
tsutsui
1823640767
Remove unused #define TX39POWERDEBUG. Closes PR port-hpcmips/30039.
2006-03-24 21:45:48 +00:00
tsutsui
54a0fd501c
Release sched_lock before enabling interrupts on LOCKDEBUG in vr_idle().
...
Closes PR port-hpcmips/26427.
2006-03-24 21:26:16 +00:00
perseant
dddf5c5171
Improvements to LFS's paging mechanism, to wit:
...
* Acknowledge that sometimes there are more dirty pages to be written to
disk than clean segments. When we reach the danger line,
lfs_gop_write() now returns EAGAIN. The caller of VOP_PUTPAGES(), if
it holds the segment lock, drops it and waits for the cleaner to make
room before continuing.
* Note and avoid a three-way deadlock in lfs_putpages (a writer holding
a page busy blocks on the cleaner while the cleaner blocks on the
segment lock while lfs_putpages blocks on the page).
2006-03-24 20:05:32 +00:00
rpaulo
1acb7de56f
From KAME via SUZUKI Shinsuke:
...
fixed a memory leak when net.inet6.icmp6.nd6_maxqueuelen is
greater than 1.
2006-03-24 19:24:38 +00:00
gdamore
7e418f280f
Remove crufty (and unused) augpio_found check. Noted by Kiyohara Takashi.
2006-03-24 18:22:42 +00:00
hannken
ce61e2843e
vn_rdwr(): Initialize `mp' to NULL. vn_finished_write() would be called
...
with uninitialized `mp' if `vp->v_type == VCHR'.
From Coverity CID 2475.
2006-03-24 17:16:10 +00:00
kleink
c66ffccfbe
Xref rnd(4).
2006-03-24 16:14:42 +00:00
christos
3f97f7ca72
Apply patch 8.13.5.p0 from sendmail.org; Although we are running 8.13.4,
...
this applied with mimimal fixes.
2006-03-24 16:09:01 +00:00
kleink
6fbc3967e6
Revert previous indentation fix to keep the diff to strtof.c as small
...
as possible.
2006-03-24 16:04:32 +00:00
pavel
02a38a5320
Regression test for reads past the end of a packet (out of bounds reads).
...
Those should abort the bpf program.
The test currently fails (out of bound reads silently return zeros), but
succeeds if lo0 is replaced by an Ethernet interface and 127.0.0.1 by an
address reachable through it.
A fix is being worked on.
Approved by martin.
2006-03-24 13:54:58 +00:00
tnozaki
55e54105e0
1. remove duplicated entry(et_EE.UTF-8).
...
2. add missing LC_MESSAGES alias.
during cvs diff -r1.2, following locale aliases are introduced:
+ af_ZA.UTF-8
+ be_BY.UTF-8
+ en_NZ.UTF-8
+ et_EE.UTF-8
+ eu_ES.UTF-8
+ pt_BR.UTF-8
+ ro_RO.UTF-8
+ sr_YU.UTF-8 <- en_US.UTF-8
+ zh_CN.GB2312 <- zh_CN.eucCN (for Linux/FreeBSD compatibility)
2006-03-24 11:54:52 +00:00
uebayasi
0035751c1d
Now that OpenBlockS code now lives in evbppc, this directory is no longer
...
needed.
OK'd by masuda.
2006-03-24 05:33:31 +00:00
elad
295265313f
mark kernelauth as inactive, i no longer have time to work on it.
2006-03-24 03:12:30 +00:00
gdamore
5cd61be031
Add macros so that GPIOs can be accessed directly without having to use
...
ioctls or the GPIO framework. Useful for some subsystems such as PCMCIA, that
may also use GPIOs. Requested by Kiyohara Takashi.
2006-03-24 02:58:36 +00:00
reed
f21a315136
In the DIAGNOSTICS section, document that mismatched LKM and kernel
...
versions will be reported to the console and to the system message
buffer.
And update documentation date.
2006-03-24 00:38:23 +00:00
wiz
7ee6cdd959
Serial comma, remove unnecessary .Pp.
2006-03-24 00:14:23 +00:00
reed
909919ef8b
Briefly document output of the modstat utility.
...
(And update document date.)
2006-03-23 23:59:38 +00:00
christos
ed99bb9996
Fix old pty name resolution for ptys > 256
2006-03-23 23:53:54 +00:00
wiz
d292467748
Remove Kerberos4/NFSKERB settings.
2006-03-23 23:53:23 +00:00
reed
04a9318e11
Changing a comment only because the module interface version
...
is not 1 anymore.
2006-03-23 23:52:35 +00:00
wiz
2950a17537
Remove last Kerberos 4 support in non-3RDPARTY code.
2006-03-23 23:51:25 +00:00
wiz
02b5f03672
Remove some more old kerberos4 code. Simplify usage.
2006-03-23 23:49:07 +00:00
wiz
eb525bd07c
Remove some more old kerberos4 code.
2006-03-23 23:44:15 +00:00
wiz
54cd24faa5
Get rid of more Kerberos 4 code.
2006-03-23 23:33:28 +00:00
tnozaki
ade0b1e1b5
add following locales:
...
af_AZ.ISO8859-1/15
be_BY.ISO8859-5
en_NZ.ISO8859-1/15
et_EE.ISO8859-15
eu_ES.ISO8859-1/15
pt_BR.ISO8859-1
ro_RO.ISO8859-2
sr_YU.ISO8859-2/5
ukUA.CP1251/ISO8859-5
2006-03-23 23:23:38 +00:00
wiz
637b6cf962
unifdef NFSKERB (Kerberos 4 support). Update man page and usage() for
...
-K and -m removal (Kerberos 4 specific options).
2006-03-23 23:23:27 +00:00
bjh21
bda02d6f90
Use normal array subscripting syntax in place of addition and dereferencing.
...
No binary code change.
2006-03-23 22:47:15 +00:00
bjh21
24905fcbb7
Ah yes, _that's_ why we don't use field widths in printf() here: libsa's
...
printf() doesn't support them. Revert to using print0() while I ponder the
matter.
2006-03-23 22:38:08 +00:00
bjh21
257e469f8b
Use slightly more advanced printf() formats to replace the horrid print0()
...
function.
2006-03-23 22:27:22 +00:00
bjh21
87e257eea2
Substantial syntactic KNF, mostly removing surplus punctuation.
...
Generated code is unchanged.
2006-03-23 22:14:59 +00:00
wiz
42aaee41fe
Remove krb4 entry.
2006-03-23 21:55:58 +00:00
wiz
417f570853
Remove some more references to kerberosIV.
2006-03-23 21:51:14 +00:00
wiz
f5a1361a8f
Remove some more kerberosIV references.
2006-03-23 21:48:18 +00:00