Nate Lawson
a86c577a6d
This commit was generated by cvs2svn to compensate for changes in r129694,
...
which included commits to RCS files with non-trunk default branches.
2004-05-25 03:06:37 +00:00
Nate Lawson
0d224e7f88
Remove a warning of a constant that is too large. Change submitted to
...
vendor.
2004-05-25 03:06:37 +00:00
Nate Lawson
275c8028ab
Local change: allow usermode to compile this header. Submitted to vendor.
2004-05-25 02:41:49 +00:00
Nate Lawson
0c3e6e7452
Local change: don't hang forever if WAK_STS is never set.
2004-05-25 02:41:19 +00:00
Nate Lawson
c2c6addc68
Local change: remove warnings.
2004-05-25 02:40:48 +00:00
Nate Lawson
4ace1857d7
Local diff: allow use of the disassembler.
2004-05-25 02:39:46 +00:00
Nate Lawson
6c57d4e8fb
Unchanged files that are off the vendor branch.
2004-05-25 02:39:01 +00:00
Nate Lawson
a5a81f7c89
Vendor import of Intel ACPI-CA 20040514.
2004-05-25 02:34:44 +00:00
Nate Lawson
d57f8354ca
This commit was generated by cvs2svn to compensate for changes in r129684,
...
which included commits to RCS files with non-trunk default branches.
2004-05-25 02:34:44 +00:00
Marcel Moolenaar
203bd0c3e7
This commit was generated by cvs2svn to compensate for changes in r129059,
...
which included commits to RCS files with non-trunk default branches.
2004-05-09 03:06:25 +00:00
Marcel Moolenaar
9cc6463a07
Update to BETA 7. Besides C++ support, which is irrelevant to us,
...
this version mostly has bugs fixes.
2004-05-09 03:06:25 +00:00
Nate Lawson
c3bac8b5d5
Add sys/types.h for both kernel and user compiles.
2004-05-05 20:02:02 +00:00
Daniel Hartmeier
01044eaadc
Commit three imported bugfixes from OpenBSD 3.4-stable:
...
- change pf_get_pool() argument rule_number type from u_int32_t
to u_int8_t, fixes corruption of address pools with large
rulesets (mcbride@)
- prevent endless loops with route-to (dhartmei@)
- limit option length to 2 octets max (frantzen@)
Obtained from: OpenBSD
Approved by: mlaier(mentor), bms(mentor)
2004-05-02 20:47:24 +00:00
Nate Lawson
eccb3e0e14
Remove warnings from vendor files. This takes some files off the vendor
...
branch but they have indicated they will not fix these warnings.
2004-04-14 18:12:29 +00:00
Nate Lawson
95ee367419
Even though the patch has been submitted to the vendor, this file is off
...
the vendor branch. Once more, with feeling!
2004-04-14 16:52:19 +00:00
Nate Lawson
5391902bdf
Only avoid disabling bus mastering on the sleep path. This should fix
...
power off for some users. The patch has been submitted to Intel.
Bug: http://bugme.osdl.org/show_bug.cgi?id=2109
2004-04-14 16:50:32 +00:00
Nate Lawson
aa87b3ef75
Check in files with local changes:
...
* In the resume path, give up after waiting for a while
for WAK_STS to be set. Some BIOSs never set it.
* Allow access to the field if it is within the region size rounded
up to a multiple of the access byte width. This overcomes "off-by-one"
programming errors in the AML often found in Toshiba laptops.
2004-04-14 02:17:00 +00:00
Nate Lawson
ea905c360c
Check in unmodified files off the vendor branch.
2004-04-14 02:14:51 +00:00
Nate Lawson
e0ef747b89
Import ACPI-CA 20040402 distribution.
2004-04-14 02:10:27 +00:00
Nate Lawson
630c18309b
This commit was generated by cvs2svn to compensate for changes in r128212,
...
which included commits to RCS files with non-trunk default branches.
2004-04-14 02:10:27 +00:00
Nate Lawson
ba551b7d6b
Add another cleanfile for future imports.
2004-04-14 02:03:33 +00:00
Brooks Davis
bb2bfb4fa9
Staticize <if>_clone_{create,destroy} functions.
...
Reviewed by: mlaier
2004-04-14 00:57:49 +00:00
Max Laier
00e7fbfb60
Commit import of OpenBSD-stable fix:
...
Fix by dhartmei@ and mcbride@
1.433
Properly m_copyback() modified TCP sequence number after demodulation
1.432
Fix icmp checksum when sequence number modlation is being used.
Also fix a daddr vs saddr cut-n-paste error in ICMP error handling.
Fixes PR 3724
Obtained from: OpenBSD
Reviewed by: dhartmei
Approved by: rwatson
2004-04-11 17:35:40 +00:00
Warner Losh
f36cfd49ad
Remove advertising clause from University of California Regent's
...
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.
Approved by: core, peter, alc, rwatson
2004-04-07 20:46:16 +00:00
Nate Lawson
b3d0ea94b1
Unbreak the bootloader build by excluding ctype.h.
...
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
2004-04-05 17:30:15 +00:00
Nate Lawson
66f8ce8f20
Add #include for ctype.h to cover strupr() in the !_KERNEL case.
...
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
2004-04-05 04:03:09 +00:00
Max Laier
eaa7035b13
Shut up a couple of annoying gcc warnings. Do not enclose the fixes with
...
#ifdefs in order to loop it back to OpenBSD after the next import. There are
a some implicit asserts involved which might be better spelled out
explicitly (af == AF_INET ...)
Approved by: bms(mentor)
2004-03-30 18:28:30 +00:00
Warner Losh
3666cedd6b
Eliminate support for FreeBSD 3.x and earlier now that we're in the
...
glide path for the 5.x branch.
2004-03-29 21:10:05 +00:00
Max Laier
cf5011b74a
Commit two fixes from OpenBSD's stable branch:
...
- Fix binat for incoming connections when a netblock (not just a single
address) is used for source in the binat rule. closes PR 3535, reported by
Karl O.Pinc. ok henning@, cedric@
- Fix a problem related to empty anchor rulesets, which could cause a kernel
panic.
Approved by: bms(mentor)
2004-03-28 20:04:12 +00:00
Nate Lawson
bf4c71fd65
Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now support
...
_OSI, we can claim compatibility with MS products without claiming to BE
one. :-)
2004-03-22 20:11:49 +00:00
Nate Lawson
fce89338bf
Check in files off the vendor branch as well as files with local patches.
2004-03-18 17:46:27 +00:00
Nate Lawson
731de42fc8
Import of Intel ACPI-CA 20040311.
2004-03-18 17:42:14 +00:00
Nate Lawson
55545f899c
This commit was generated by cvs2svn to compensate for changes in r127175,
...
which included commits to RCS files with non-trunk default branches.
2004-03-18 17:42:14 +00:00
Max Laier
cc7e902276
Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdef
...
Also set HOOK_HACK to true (remove the related #ifdef's) as we have the
hooks in the kernel this was missed during the merge from the port.
Noticed by: Amir S. (for the HOOK_HACK part)
Approved by: bms(mentor)
2004-03-17 21:11:02 +00:00
Nate Lawson
5f96beb9e0
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
Max Laier
7b3832e8d6
Remove `$Name$' leftovers from the port version reporting.
...
Noticed by: Craig Rodrigues
Approved by: bms(mentor)
2004-03-10 15:08:21 +00:00
Nate Lawson
d64168a5a2
Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL that
...
always expects to be running on some MS OS. A survey of ASL shows that
this is the 2nd most common expected OS value. (1st is Win98 and we don't
emulate its buggy ACPI support.) Our ACPI support is similar to Win2k,
also. Put this behavior under ACPICA_PEDANTIC so we can get back to our
previous behavior for OSV testing.
2004-03-04 05:57:41 +00:00
Nate Lawson
31b8e5b3b6
Remove these on the vendor branch as we no longer import them (and some
...
were never used).
CVS surgery credit: joe
2004-03-03 05:47:09 +00:00
Nate Lawson
6d0267157c
This commit was generated by cvs2svn to compensate for changes in r126520,
...
which included commits to RCS files with non-trunk default branches.
2004-03-03 05:47:09 +00:00
Max Laier
01315efca3
Remove __inline keyword from functions that can't be inlined according to
...
LINT. This fixes LINT compliation for now, but needs to be revised.
Changes do not affect the objects.
Approved by: bms(mentor)
2004-02-29 16:34:43 +00:00
Nate Lawson
2676fbe88c
Strip out new, unused file acnetbsd.h
2004-02-28 20:56:25 +00:00
Nate Lawson
0161891aa1
Fix an off-by-one in the compiler path. Originally from iwasaki-san's
...
patches for the pmtools port. This change has been submitted to Intel.
2004-02-28 20:42:10 +00:00
Nate Lawson
fd73230997
This commit was generated by cvs2svn to compensate for changes in r126380,
...
which included commits to RCS files with non-trunk default branches.
2004-02-28 20:42:10 +00:00
Nate Lawson
4c80f45557
Local change: emulate a ReturnOp if the AML expects one but it isn't
...
present. Some buggy BIOSs do not have a ReturnOp even though it is
required for a function to return a value.
2004-02-28 20:40:24 +00:00
Nate Lawson
e222f620d1
Local change: In the resume path, give up after waiting for a while
...
for WAK_STS to be set. Some BIOSs never set it.
2004-02-28 20:39:50 +00:00
Nate Lawson
56491b7ba0
Local change: Allow access to the field if it is within the region
...
size rounded up to a multiple of the access byte width. This overcomes
"off-by-one" programming errors in the AML often found in Toshiba
laptops.
2004-02-28 20:39:09 +00:00
Nate Lawson
7420bf68bb
Local change: Put various debugging options under ACPI_DISASSEMBLER.
2004-02-28 20:38:40 +00:00
Nate Lawson
96f2784ee5
Unchanged files from ACPICA 20040220 that are off the vendor branch.
2004-02-28 20:35:57 +00:00
Nate Lawson
2a2a3f2735
Vendor import of ACPICA 20040220
2004-02-28 20:23:30 +00:00
Nate Lawson
6a5f0d2f49
This commit was generated by cvs2svn to compensate for changes in r126372,
...
which included commits to RCS files with non-trunk default branches.
2004-02-28 20:23:30 +00:00