Darren Reed
32c7da78f7
Commit import changed from vendor branch of ipfilter to -current head
2003-02-15 06:23:45 +00:00
Darren Reed
d2c988ba46
sometimes i hate it when you leave temp files in a directory you import from
2003-02-15 06:21:14 +00:00
Darren Reed
8732fffb9b
This commit was generated by cvs2svn to compensate for changes in r110911,
...
which included commits to RCS files with non-trunk default branches.
2003-02-15 06:18:25 +00:00
Darren Reed
46e22717ef
Import IPFilter 3.4.31 into -current
2003-02-15 06:18:25 +00:00
Poul-Henning Kamp
eb3543e4cc
Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw with
...
D_CANFREE.
2003-02-11 12:35:01 +00:00
Alfred Perlstein
8deebb0160
Consolidate MIN/MAX macros into one place (param.h).
...
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
2003-02-02 13:17:30 +00:00
Alfred Perlstein
44956c9863
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
Jeffrey Hsu
b30a244c34
SMP locking for ifnet list.
2002-12-22 05:35:03 +00:00
Mitsuru IWASAKI
21b5fd3cfd
Resolve conflicts arising from the ACPI CA 20021118 import.
2002-11-27 18:09:20 +00:00
Mitsuru IWASAKI
716b1ee2b9
Vendor import of the Intel ACPI CA 20021118 drop.
...
Approved by: re
2002-11-27 18:07:48 +00:00
Mitsuru IWASAKI
360aac4e22
This commit was generated by cvs2svn to compensate for changes in r107325,
...
which included commits to RCS files with non-trunk default branches.
2002-11-27 18:07:48 +00:00
Sam Leffler
6fc32a2495
network interface and link layer changes:
...
o on input don't strip the Ethernet header from packets
o input packet handling is now done with if_input
o track changes to ether_ifattach/ether_ifdetach API
o track changes to bpf tapping
o call ether_ioctl for default handling of ioctl's
o use constants from net/ethernet.h where possible
Reviewed by: many
Approved by: re
2002-11-15 00:00:15 +00:00
Sam Leffler
5d84645305
Replace aux mbufs with packet tags:
...
o instead of a list of mbufs use a list of m_tag structures a la openbsd
o for netgraph et. al. extend the stock openbsd m_tag to include a 32-bit
ABI/module number cookie
o for openbsd compatibility define a well-known cookie MTAG_ABI_COMPAT and
use this in defining openbsd-compatible m_tag_find and m_tag_get routines
o rewrite KAME use of aux mbufs in terms of packet tags
o eliminate the most heavily used aux mbufs by adding an additional struct
inpcb parameter to ip_output and ip6_output to allow the IPsec code to
locate the security policy to apply to outbound packets
o bump __FreeBSD_version so code can be conditionalized
o fixup ipfilter's call to ip_output based on __FreeBSD_version
Reviewed by: julian, luigi (silent), -arch, -net, darren
Approved by: julian, silence from everyone else
Obtained from: openbsd (mostly)
MFC after: 1 month
2002-10-16 01:54:46 +00:00
Mitsuru IWASAKI
17341d1011
Resolve conflicts arising from the ACPI CA 20021002 import.
2002-10-04 20:09:19 +00:00
Mitsuru IWASAKI
07a5b5c0b6
Vendor import of the Intel ACPI CA 20021002 drop.
2002-10-04 20:07:58 +00:00
Mitsuru IWASAKI
2bff3f6b33
This commit was generated by cvs2svn to compensate for changes in r104470,
...
which included commits to RCS files with non-trunk default branches.
2002-10-04 20:07:58 +00:00
Poul-Henning Kamp
7812d86f03
(This commit touches about 15 disk device drivers in a very consistent
...
and predictable way, and I apologize if I have gotten it wrong anywhere,
getting prior review on a patch like this is not feasible, considering
the number of people involved and hardware availability etc.)
If struct disklabel is the messenger: kill the messenger.
Inside struct disk we had a struct disklabel which disk drivers used to
communicate certain metrics to the disklayer above (GEOM or the disk
mini-layer). This commit changes this communication to use four
explicit fields instead.
Amongst the benefits is that the fields do not get overwritten by
wrong or bogus on-disk disklabels.
Once that is clear, <sys/disk.h> which is included in the drivers
no longer need to pull <sys/disklabel.h> and <sys/diskslice.h> in,
the few places that needs them, have gotten explicit #includes for
them.
The disklabel inside struct disk is now only for internal use in
the disk mini-layer, so instead of embedding it, we malloc it as
we need it.
This concludes (modulus any mistakes) the series of disklabel related
commits.
I belive it all amounts to a NOP for all the rest of you :-)
Sponsored by: DARPA & NAI Labs.
2002-09-20 19:36:05 +00:00
Poul-Henning Kamp
78bc4b68cc
Don't call dkunit() to find our unit number, it is in our softc.
...
Sponsored by: DARPA & NAI Labs.
2002-09-20 16:26:12 +00:00
Mitsuru IWASAKI
c4d2c0a1de
Fix kernel build breakage when ACPI_DEBUG option is specified.
2002-08-29 08:31:06 +00:00
Mitsuru IWASAKI
d62ab2f4a1
Resolve conflicts arising from the ACPI CA 20020815 import.
2002-08-29 01:52:27 +00:00
Mitsuru IWASAKI
2d12e67c7d
Vendor import of the Intel ACPI CA 20020815 drop.
2002-08-29 01:51:24 +00:00
Mitsuru IWASAKI
b7a95606db
This commit was generated by cvs2svn to compensate for changes in r102550,
...
which included commits to RCS files with non-trunk default branches.
2002-08-29 01:51:24 +00:00
Darren Reed
ecae20848a
Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.
...
Main changes here are related to the ftp proxy and making that work better.
2002-08-28 13:41:36 +00:00
Darren Reed
4ba500330a
Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems.
2002-08-28 13:26:02 +00:00
Darren Reed
39cf61414c
Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems.
2002-08-28 13:26:01 +00:00
Archie Cobbs
7d151849d0
Don't use "NULL" when "0" is really meant.
...
But in this case, "-1" is really meant.
Reviewed by: darrenr
2002-08-23 20:07:19 +00:00
Mitsuru IWASAKI
173ff9844f
Prepare for importing newer version of ACPI CA.
2002-08-22 15:21:15 +00:00
Mitsuru IWASAKI
b69ed3f4c6
Resolve conflicts arising from the ACPI CA 20020725 import.
2002-07-30 19:35:32 +00:00
Mitsuru IWASAKI
da9df8d45e
Vendor import of the Intel ACPI CA 20020725 drop.
2002-07-30 19:33:39 +00:00
Mitsuru IWASAKI
432a633569
This commit was generated by cvs2svn to compensate for changes in r100966,
...
which included commits to RCS files with non-trunk default branches.
2002-07-30 19:33:39 +00:00
Mitsuru IWASAKI
98479b041b
Resolve conflicts arising from the ACPI CA 20020611 import.
2002-07-09 17:54:02 +00:00
Mitsuru IWASAKI
7174287062
Vendor import of the Intel ACPI CA 20020611 drop.
2002-07-09 17:51:31 +00:00
Mitsuru IWASAKI
155ce7bfa3
This commit was generated by cvs2svn to compensate for changes in r99679,
...
which included commits to RCS files with non-trunk default branches.
2002-07-09 17:51:31 +00:00
Mitsuru IWASAKI
74fc979a09
Resolve conflicts arising from the ACPI CA 20020404 import.
2002-06-30 17:53:12 +00:00
Mitsuru IWASAKI
3f12fee6bc
Vendor import of the Intel ACPI CA 200200404 drop.
2002-06-30 17:50:46 +00:00
Mitsuru IWASAKI
733e46c474
This commit was generated by cvs2svn to compensate for changes in r99146,
...
which included commits to RCS files with non-trunk default branches.
2002-06-30 17:50:46 +00:00
Mitsuru IWASAKI
0305323763
- Add sanity check for argument.
...
- Add new entry to stripdirs. The `generate' directory appeared in
acpica-unix-20020517.
2002-06-12 14:55:19 +00:00
Darren Reed
aafab58b58
Import IPFilter 3.4.28
2002-06-07 08:58:22 +00:00
Darren Reed
fde76f025d
Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28
2002-06-07 08:56:30 +00:00
Darren Reed
7df187a3ad
Merge updates from 3.4.26 - 3.4.27.
2002-04-27 16:56:25 +00:00
Darren Reed
635ff71d68
Import version 3.4.27
2002-04-27 16:52:49 +00:00
Darren Reed
37d55dca34
bring in changes from 3.4.26.
2002-04-25 03:31:39 +00:00
Darren Reed
43ba65e60d
Import IPFilter 3.4.26 kernel sources, including H.323 proxy.
...
Include the licence file for both IPFilter and the H.323 proxy (from QNX),
for convienence.
2002-04-25 03:23:53 +00:00
Darren Reed
39252e7612
This commit was generated by cvs2svn to compensate for changes in r95415,
...
which included commits to RCS files with non-trunk default branches.
2002-04-25 03:23:53 +00:00
Darren Reed
13114a18ac
Import IPFilter 3.4.26 kernel sources, including H.323 proxy.
...
Include the licence file for both IPFilter and the H.323 proxy (from QNX),
for convienence.
2002-04-25 03:23:52 +00:00
Ruslan Ermilov
f791219e02
We don't need ip_ipsec_pxy.c in userland.
2002-03-26 13:42:09 +00:00
Alfred Perlstein
205c9d4c30
fix blockno printf formatting warnings.
2002-03-19 20:46:30 +00:00
Darren Reed
40c407243f
do not include the missing ip_h323_pxy.c
2002-03-19 15:14:18 +00:00
Darren Reed
b38f3fb061
fix conflicts (mostly damn rcs id's) generated by import
2002-03-19 11:44:16 +00:00
Darren Reed
b90bc1632d
This file is being removed pending the all clear on its licence by someone
...
else.
2002-03-19 11:42:12 +00:00
Darren Reed
76531d9f8d
Import IPFilter 3.4.25 (last version 3.4.20)
2002-03-19 11:30:23 +00:00
Darren Reed
f72fae2740
This commit was generated by cvs2svn to compensate for changes in r92680,
...
which included commits to RCS files with non-trunk default branches.
2002-03-19 11:30:21 +00:00
Darren Reed
28613e5584
Import IPFilter 3.4.25 (last version 3.4.20)
2002-03-19 11:30:21 +00:00
Doug Rabson
789327f183
Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.
2002-03-18 10:16:57 +00:00
Mike Smith
fd87aacdcc
Merge local changes for the 20020308 ACPI CA update.
2002-03-16 02:23:30 +00:00
Mike Smith
6ff98c910d
Import of the 20020308 Intel ACPI CA update.
2002-03-16 02:18:13 +00:00
Mike Smith
f3964aad0d
This commit was generated by cvs2svn to compensate for changes in r92388,
...
which included commits to RCS files with non-trunk default branches.
2002-03-16 02:18:13 +00:00
Mike Smith
e7bb0990c0
Import of the 20020308 Intel ACPI CA update.
2002-03-16 02:18:04 +00:00
Mike Smith
6c3ac087b5
This commit was generated by cvs2svn to compensate for changes in r92386,
...
which included commits to RCS files with non-trunk default branches.
2002-03-16 02:18:04 +00:00
Mike Barcroft
27aba6a42a
Change two occurrences of HTONS() to use htons().
2002-02-28 09:56:31 +00:00
Peter Wemm
b4925b6514
Fix warning (unused variable)
...
Submitted by: LINT, -Werror
2002-02-27 23:32:45 +00:00
Mike Smith
e941505796
Move some debugger-only symbols around; this patch didn't make it into
...
the commit resolution for some reason. Fixes ACPI_DEBUG.
2002-02-24 07:51:46 +00:00
Mike Smith
afa56f0b6d
Resolve conflicts arising from the ACPI CA 20020217 import.
2002-02-23 05:16:34 +00:00
Mike Smith
857591c3aa
Vendor import of the Intel ACPI CA 20020217 drop.
2002-02-23 05:10:40 +00:00
Mike Smith
8f296b2e5d
This commit was generated by cvs2svn to compensate for changes in r91116,
...
which included commits to RCS files with non-trunk default branches.
2002-02-23 05:10:40 +00:00
Mike Smith
aafdbb39dc
Add a helper script used to take an Intel-supplied ACPI CA drop and make it
...
ready for importing. This should save me from my own over-cleanliness.
2002-02-08 02:16:45 +00:00
Alfred Perlstein
20125be8b1
Backout inclusion of queue.h since rev 1.38 sys/file.h now has it
...
included in the right order.
2002-01-14 09:07:15 +00:00
Alfred Perlstein
9e209b124a
Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.
...
Requested by: jhb
2002-01-13 21:37:49 +00:00
Darren Reed
13a14b9aa9
Import this patch to address user concerns.
...
PR: 27615
Submitted by: Andria Thomas <andria@tovaris.com>
Approved by: Me.
MFC after: 7 days
2002-01-04 12:32:34 +00:00
Mitsuru IWASAKI
c573e654b7
Add OS layer ACPI mutex and threading support.
...
- Temporary fix a bug of Intel ACPI CA core code.
- Add OS layer ACPI mutex support. This can be disabled by
specifying option ACPI_NO_SEMAPHORES.
- Add ACPI threading support. Now that we have a dedicate taskqueue for
ACPI tasks and more ACPI task threads can be created by specifying option
ACPI_MAX_THREADS.
- Change acpi_EvaluateIntoBuffer() behavior slightly to reuse given
caller's buffer unless AE_BUFFER_OVERFLOW occurs. Also CM battery's
evaluations were changed to use acpi_EvaluateIntoBuffer().
- Add new utility function acpi_ConvertBufferToInteger().
- Add simple locking for CM battery and temperature updating.
- Fix a minor problem on EC locking.
- Make the thermal zone polling rate to be changeable.
- Change minor things on AcpiOsSignal(); in ACPI_SIGNAL_FATAL case,
entering Debugger is easier to investigate the problem rather than panic.
2001-12-22 16:05:41 +00:00
Guido van Rooij
9a0ad4c91a
Fix initialisation of struct nat entry, to solve a panic that occurs
...
when reloading a nat table after reboot
Submitted by: Arjan de Vet <devet@devet.org>
Reviewed by: IP Filter mailing list
MFC after: 3 days
2001-12-05 10:46:24 +00:00
Mike Smith
1b3eb6b30c
Merge local changes.
...
Add a fix for a minor error in the PCI routing table creation handler
where the correct size for the buffer is not returned.
2001-11-28 04:34:52 +00:00
Mike Smith
de87ee3ada
Vendor import of the Intel ACPI CA 20011120 snapshot.
2001-11-28 04:29:40 +00:00
Mike Smith
89709a06f9
This commit was generated by cvs2svn to compensate for changes in r87031,
...
which included commits to RCS files with non-trunk default branches.
2001-11-28 04:29:40 +00:00
Brian Feldman
cd11f7bf9f
Reference lomac in its new location.
2001-11-19 22:36:40 +00:00
Brian Feldman
21180f280b
Use appropriaate include path for syscall_gate.h
2001-11-19 18:12:12 +00:00
Brian Feldman
5f57403b19
Fix a license and change $Id$s to $FreeBSD$s.
...
Obtained from: DARPA, NAI Labs (CBOSS project)
2001-11-19 04:56:36 +00:00
Brian Feldman
5eca824ab0
This commit was generated by cvs2svn to compensate for changes in r86567,
...
which included commits to RCS files with non-trunk default branches.
2001-11-19 04:50:51 +00:00
Brian Feldman
ae3a37e4a0
Initial import of the LOMAC (Low-Watermark Mandatory Access Control)
...
module port to FreeBSD.
Obtained from: NAI Labsx
2001-11-19 04:50:51 +00:00
Mitsuru IWASAKI
8d2d52e43a
Apply a local change to ACPICA.
...
Some BIOSes don't set WAK_STS at all,
give up waiting for wakeup if we time out.
2001-11-11 15:36:35 +00:00
Mitsuru IWASAKI
1611ea8727
Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
...
- Add S4BIOS sleep implementation. This will works well if MIB
hw.acpi.s4bios is set (and of course BIOS supports it and hibernation
is enabled correctly).
- Add DSDT overriding support which is submitted by takawata originally.
If loader tunable acpi_dsdt_load="YES" and DSDT file is set to
acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml),
ACPI CA core loads DSDT from given file rather than BIOS memory block.
DSDT file can be generated by iasl in ports/devel/acpicatools/.
- Add new files so that we can add our proposed additional code to Intel
ACPI CA into these files temporary. They will be removed when
similar code is added into ACPI CA officially.
2001-11-06 15:00:30 +00:00
Mike Smith
21479890f4
Merge local changes, add new files and remove obsoleted ones.
2001-10-31 02:34:45 +00:00
Mike Smith
0c794f3213
Import the Intel ACPI CA 20011018 snapshot
2001-10-31 02:32:29 +00:00
Mike Smith
cc668aa9a0
This commit was generated by cvs2svn to compensate for changes in r85756,
...
which included commits to RCS files with non-trunk default branches.
2001-10-31 02:32:29 +00:00
Mike Smith
831a948d29
Import the Intel ACPI CA 20011018 snapshot
2001-10-31 02:32:28 +00:00
Mike Smith
8d78e0794c
This commit was generated by cvs2svn to compensate for changes in r85754,
...
which included commits to RCS files with non-trunk default branches.
2001-10-31 02:32:28 +00:00
Mike Smith
fca4f5a848
Actually delete this file; aborting 'cvs delete -f' has unexpeted results...
2001-10-05 09:24:34 +00:00
Mike Smith
18c217d174
Kill a couple of files off the vendor branch, as suggested by ru.
2001-10-05 09:23:41 +00:00
Mike Smith
828ac44151
Remove file obsoleted by the 20010920 snapshot.
2001-10-04 23:17:35 +00:00
Mike Smith
947ff3286e
Merge our local patches into the 20010920 snapshot. Note that the
...
"implicit return" hack in psparse.c was resubmitted by Iwasaki-san.
Submitted by: iwasaki
2001-10-04 23:15:26 +00:00
Mike Smith
4de815b5b2
Import of the Intel ACPI CA 20010920 snapshot.
2001-10-04 23:12:14 +00:00
Mike Smith
875063d979
This commit was generated by cvs2svn to compensate for changes in r84493,
...
which included commits to RCS files with non-trunk default branches.
2001-10-04 23:12:14 +00:00
Mike Smith
584be850df
Import of the Intel ACPI CA 20010920 snapshot.
2001-10-04 23:12:13 +00:00
Mike Smith
93b8a677a3
This commit was generated by cvs2svn to compensate for changes in r84491,
...
which included commits to RCS files with non-trunk default branches.
2001-10-04 23:12:13 +00:00
Darren Reed
c0c3937c8f
IPFilter munges multicast address packets on the loopback interface.
...
Submitted by: Frank Zolf
Approved by: jkh
MFC after: 0
2001-09-12 22:06:36 +00:00
cvs2svn
fb1ae013ab
This commit was manufactured by cvs2svn to create branch
...
'VENDOR-sys-ipfilter'.
2001-09-12 22:00:04 +00:00
Darren Reed
5a014fea7e
Add IPFLITER.LICENCE to the kernel (requested by rwatson)
2001-09-12 22:00:03 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Mike Smith
0aa8447171
Merge our local branch changes with the 20010831 snapshot.
2001-09-07 02:52:26 +00:00
Mike Smith
7fb2c1c616
Vendor-branch import of the Intel ACPI CA 20010831 snapshot.
2001-09-07 01:22:25 +00:00
Mike Smith
1cf610caba
This commit was generated by cvs2svn to compensate for changes in r83174,
...
which included commits to RCS files with non-trunk default branches.
2001-09-07 01:22:25 +00:00
Mike Smith
2780a616d6
Nuke the Windows platform defines; we don't need them.
2001-08-26 22:46:28 +00:00
Mike Smith
9d7b18c207
Merge local changes.
2001-08-26 22:45:42 +00:00
Mike Smith
2ee2f9cb74
Vendor import of the Intel ACPI CA 20010816 update.
2001-08-26 22:28:18 +00:00
Mike Smith
d142fbb1b8
This commit was generated by cvs2svn to compensate for changes in r82367,
...
which included commits to RCS files with non-trunk default branches.
2001-08-26 22:28:18 +00:00
Darren Reed
31f3bf83f6
fix import/merge related code problems
2001-07-30 10:53:23 +00:00
Darren Reed
354699e12f
fix conflicts created by import
2001-07-28 11:58:26 +00:00
Darren Reed
49ca018991
Import version 3.4.20 of IPFilter
2001-07-28 11:42:17 +00:00
Peter Wemm
4f12dbc3f6
Commit the hwsleep.c patch for suspend/resume onto the vendor branch.
...
This has supposedly been incorporated into the Intel code already, so this
will get cleanly replaced with the "official" version when it is next
imported and will not cause any conflicts or hiccups.
2001-07-25 22:10:56 +00:00
Peter Wemm
e3d1d61f10
This commit was generated by cvs2svn to compensate for changes in r80357,
...
which included commits to RCS files with non-trunk default branches.
2001-07-25 22:10:56 +00:00
Mike Smith
0b920e45df
Merge local changes with the ACPI CA 20010717 import.
2001-07-21 03:57:37 +00:00
Mike Smith
9d5c013ca4
Vendor import of the Intel ACPI CA 20010717 snapshot.
2001-07-21 03:55:17 +00:00
Mike Smith
4ad41296a7
This commit was generated by cvs2svn to compensate for changes in r80062,
...
which included commits to RCS files with non-trunk default branches.
2001-07-21 03:55:17 +00:00
Mike Smith
2e5c56cb6b
Vendor import of the Intel ACPI CA 20010717 snapshot.
2001-07-21 03:55:15 +00:00
Mike Smith
bb83d65cfd
This commit was generated by cvs2svn to compensate for changes in r80060,
...
which included commits to RCS files with non-trunk default branches.
2001-07-21 03:55:15 +00:00
Mike Smith
a5934d76a8
We haven't had AcpiSetSystemSleepState for a while now, clean out the
...
prototype.
2001-07-20 08:49:17 +00:00
Mike Smith
47d9ea1be8
Merge FreeBSD-specific changes.
2001-06-29 20:19:59 +00:00
Mike Smith
ae027f1237
Vendor import of the Intel ACPI CA 20010615 snapshot.
2001-06-29 20:11:04 +00:00
Mike Smith
12c1e8d4b6
This commit was generated by cvs2svn to compensate for changes in r78986,
...
which included commits to RCS files with non-trunk default branches.
2001-06-29 20:11:04 +00:00
Joerg Wunsch
d6287c5081
Do only call oltr_stop() if we are not already in OL_STOPPED state.
...
This avoids a null pointer deref panic in TRlldClose() inside the
vendor-supplied object code. It's now possible to unload the driver
at all.
Implement deallocation of malloc()ed memory regions.
MFC after: 2 months
2001-06-14 15:08:40 +00:00
Jonathan Lemon
0a52f59c36
Move IPFilter into contrib.
2001-06-07 05:13:35 +00:00
Mike Smith
d87e8fe891
Remove old ACPI CA code. These will be drained from the repo at some
...
future date.
2001-05-29 20:22:11 +00:00
Mike Smith
4bccc7175f
- wbinvd isn't an inline on ia64.
...
- includes are not in subdirectories.
2001-05-29 20:03:32 +00:00
Mike Smith
6d804030e6
Merge FreeBSD-specific changes with the ACPI CA 20010518 release.
2001-05-29 19:56:18 +00:00
Mike Smith
0065eb1222
Import the 20010518 Intel ACPI CA release. Note that Intel's directory layout
...
keeps changing, so to reduce repository thrash everything has been moved into
a single directory. (repo copy involved)
2001-05-29 19:52:40 +00:00
Mike Smith
7ba3a4a9c7
This commit was generated by cvs2svn to compensate for changes in r77424,
...
which included commits to RCS files with non-trunk default branches.
2001-05-29 19:52:40 +00:00
Mike Smith
a9a41ca37c
Import the 20010518 Intel ACPI CA release. Note that Intel's directory layout
...
keeps changing, so to reduce repository thrash everything has been moved into
a single directory. (repo copy involved)
2001-05-29 19:52:32 +00:00
Mike Smith
060724d12a
This commit was generated by cvs2svn to compensate for changes in r77422,
...
which included commits to RCS files with non-trunk default branches.
2001-05-29 19:52:32 +00:00
Poul-Henning Kamp
a468031ce8
Actually biofinish(struct bio *, struct devstat *, int error) is more general
...
than the bioerror().
Most of this patch is generated by scripts.
2001-05-06 20:00:03 +00:00
Poul-Henning Kamp
8a9d06dcfb
Update the DiskOnChip firmware to OSAK version 4.1.
...
Sponsored by: Redfern Broadband Networks (www.RedFernNetworks.com)
2001-05-06 12:37:42 +00:00
Poul-Henning Kamp
f83880518b
Send the remains (such as I have located) of "block major numbers" to
...
the bit-bucket.
2001-03-26 12:41:29 +00:00
Matthew N. Dodd
af1ac47537
Move configuration of work_memory to oltr_init() rather than
...
oltr_pci_attach(). This only affects the OC-3139 and OC-3540.
MFC candidate.
PR: kern/24074
2001-03-08 01:38:58 +00:00
Mike Smith
497b08a07e
Resolve merge conflicts.
2001-03-05 02:16:51 +00:00
Mike Smith
7f97233002
Belated vendor update to the Intel ACPI CA 20010208 snapshot.
2001-03-05 02:15:19 +00:00
Mike Smith
25ef32a97a
This commit was generated by cvs2svn to compensate for changes in r73561,
...
which included commits to RCS files with non-trunk default branches.
2001-03-05 02:15:19 +00:00
Darren Reed
d42c04169e
Update IP Filter kernel source
2001-02-04 14:15:48 +00:00
Mike Smith
6548daa8aa
Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functional
...
version. This should fix the read-before-write problem again.
Obtained from: "Adam J. Richter" <adam@yggdrasil.com>
2001-02-02 08:31:50 +00:00
Mike Smith
520334620f
Merge conflicts from the ACPI CA 20010125 import.
2001-01-31 09:44:45 +00:00
Mike Smith
d736d5c6ae
Remove obsoleted files.
2001-01-31 09:25:42 +00:00
Mike Smith
838fd87dd9
Update to the 20010125 ACPI CA snapshot.
2001-01-31 09:17:50 +00:00
Mike Smith
3cb266413f
This commit was generated by cvs2svn to compensate for changes in r71867,
...
which included commits to RCS files with non-trunk default branches.
2001-01-31 09:17:50 +00:00
Mitsuru IWASAKI
673f959b2b
Disable strstr() if ACPICA is compiled in userland.
...
Reviewed by: msmith
2001-01-10 19:28:03 +00:00
Mike Smith
88c6b9ae21
Resolve conflicts from the ACPI CA 20001215 vendor import.
2000-12-21 07:04:32 +00:00
Mike Smith
68466b4675
Update to the Intel 20001215 ACPI CA snapshot.
2000-12-21 06:56:46 +00:00
Mike Smith
7f33f28ba4
This commit was generated by cvs2svn to compensate for changes in r70243,
...
which included commits to RCS files with non-trunk default branches.
2000-12-21 06:56:46 +00:00
David Malone
7cc0979fd6
Convert more malloc+bzero to malloc+M_ZERO.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
2000-12-08 21:51:06 +00:00
Poul-Henning Kamp
959b7375ed
Staticize some malloc M_ instances.
2000-12-08 20:09:00 +00:00
Mike Smith
aa3f504fb9
Resolve conflicts from the 20001201 merge.
2000-12-08 09:22:18 +00:00
Mike Smith
f6402773ea
Update to the 20001201 ACPI CA snapshot.
2000-12-08 09:20:40 +00:00
Mike Smith
a68cef92af
This commit was generated by cvs2svn to compensate for changes in r69746,
...
which included commits to RCS files with non-trunk default branches.
2000-12-08 09:20:40 +00:00