summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-067-0/+2314
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredraj2009-06-062-9/+74
* Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specificrwatson2009-06-061-2/+2
* Eliminate trailing_slash, which was made redundant in r193028.des2009-06-061-23/+11
* Drop Giant.des2009-06-061-12/+14
* o add bits for STBC and Greenfieldsam2009-06-061-5/+8
* Only four out of nine arguments for ip_ipsec_output() are actually used.pjd2009-06-053-5/+3
* reserve node flag bits for a-msdu tx/rxsam2009-06-051-3/+7
* reserve ioc's for Greenfield and STBCsam2009-06-051-0/+2
* Simplify.pjd2009-06-051-4/+2
* correct status code returned for ht capability mismatch on assoc/reassocsam2009-06-051-1/+1
* o correct/add action frame categoriessam2009-06-051-1/+5
* add tid param to ieee80211_notify_replay_failure to get the correct rscsam2009-06-054-6/+6
* Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.kib2009-06-051-0/+1
* move kernel ipfw-related sources to a separate directory,luigi2009-06-058-7/+7
* Import ACPICA 20090521.jkim2009-06-056-23/+64
* Import ACPICA 20090521.jkim2009-06-0578-342/+337
* Import ACPICA 20090521.jkim2009-06-05211-16372/+25026
|\
| * Resync with head.jkim2009-06-0425-246/+600
| * Prefer predefined DSDT signature from header file.jkim2009-06-041-1/+1
| * Fix ACPI table override. Since ACPI CA 20090123, any ACPI table can bejkim2009-06-041-4/+17
| * Do not install SSDT when DSDT is overriden by user.jkim2009-06-041-0/+15
| * Resync with head.jkim2009-06-03232-18083/+2066
| |\
| * | Trim unnecessary files from the import.jkim2009-06-0331-13100/+5
| * | Fix acpidump(8) disassmebly with option -d. iasl(8) creates disassembledjkim2009-06-031-7/+25
| * | Merge ACPI utilities as well.jkim2009-06-025-16/+39
| * | Chase ACPICA API changes (for kernel and boot loader).jkim2009-06-0278-338/+320
| * | Remove function redeclaration. It was upstreamed but lost somehow.jkim2009-06-021-8/+0
| * | Canonify include paths again.jkim2009-06-02175-706/+706
| * | Fix include path fixup for contrib/dev/acpica/include/platform/*.h.jkim2009-06-021-0/+5
| * | MFV: ACPICA 20090521jkim2009-06-02239-15290/+37027
| |\ \
| | * | Import ACPICA 20090521 (with three patches from ACPICA GIT).jkim2009-06-01252-9074/+34815
| | * | Move subdirectoies of interpreter one level up as it is done in the vendorjkim2009-06-0143-0/+0
| | * | Temporarily revert system includes fixups to make future import easier.jkim2009-06-01169-571/+571
| | * | Restore directory structures from actual vendor distribution.jkim2009-06-01164-0/+0
| | * | flatten acpica vendor areaavg2009-05-19201-0/+0
* | | | lack of power save violates 802.11 and is a bug, not a "caveat"sam2009-06-053-9/+9
* | | | note lack of power save support in ap modesam2009-06-053-0/+12
* | | | Do not force the mtu to 2290; this was done to insure large EAPOL framessam2009-06-051-12/+0
* | | | vm_thread_swapin() needn't validate any pages. The pages are alreadyalc2009-06-051-1/+0
* | | | Simplify contigfree().alc2009-06-051-3/+1
* | | | Unlock the cache lock before returning when we run out of buffer spacemarcus2009-06-051-1/+4
* | | | Several ipfw options and actions use a 16-bit argument to indicateluigi2009-06-052-8/+20
* | | | Remove clists from the kernel.ed2009-06-055-537/+2
* | | | Move buffer management into kbd and kbdmux drivers.ed2009-06-052-45/+93
* | | | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-0594-115/+6
* | | | Unifdef MAC label pointer in syncache entries -- in general, ifdef'drwatson2009-06-051-2/+0
* | | | Correct MAC compile problems resulting from the new RPC code copying andrwatson2009-06-051-1/+4
* | | | Add mac_framework.h include missed when MAC code was (presumably) copiedrwatson2009-06-051-0/+2
* | | | Don't check MAC in the NFS server ACL set path, right now we aren'trwatson2009-06-051-4/+0
OpenPOWER on IntegriCloud