aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak options VIMAGE build.Marko Zec2009-06-061-1/+0
* Initial version of the sec(4) driver for the integrated security engine foundRafal Jaworowski2009-06-067-0/+2314
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredRafal Jaworowski2009-06-062-9/+74
* Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specificRobert Watson2009-06-061-2/+2
* Eliminate trailing_slash, which was made redundant in r193028.Dag-Erling Smørgrav2009-06-061-23/+11
* Drop Giant.Dag-Erling Smørgrav2009-06-061-12/+14
* o add bits for STBC and GreenfieldSam Leffler2009-06-061-5/+8
* Only four out of nine arguments for ip_ipsec_output() are actually used.Pawel Jakub Dawidek2009-06-053-5/+3
* reserve node flag bits for a-msdu tx/rxSam Leffler2009-06-051-3/+7
* reserve ioc's for Greenfield and STBCSam Leffler2009-06-051-0/+2
* Simplify.Pawel Jakub Dawidek2009-06-051-4/+2
* correct status code returned for ht capability mismatch on assoc/reassocSam Leffler2009-06-051-1/+1
* o correct/add action frame categoriesSam Leffler2009-06-051-1/+5
* add tid param to ieee80211_notify_replay_failure to get the correct rscSam Leffler2009-06-054-6/+6
* Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.Konstantin Belousov2009-06-051-0/+1
* move kernel ipfw-related sources to a separate directory,Luigi Rizzo2009-06-058-7/+7
* Import ACPICA 20090521.Jung-uk Kim2009-06-0578-342/+337
* Import ACPICA 20090521.Jung-uk Kim2009-06-05210-16238/+24892
|\
| * Resync with head.Jung-uk Kim2009-06-0424-245/+599
| |\
| * | Prefer predefined DSDT signature from header file.Jung-uk Kim2009-06-041-1/+1
| * | Fix ACPI table override. Since ACPI CA 20090123, any ACPI table can beJung-uk Kim2009-06-041-4/+17
| * | Do not install SSDT when DSDT is overriden by user.Jung-uk Kim2009-06-041-0/+15
| * | Resync with head.Jung-uk Kim2009-06-0391-1349/+1584
| |\ \
| * | | Trim unnecessary files from the import.Jung-uk Kim2009-06-0331-13100/+5
| * | | Chase ACPICA API changes (for kernel and boot loader).Jung-uk Kim2009-06-0278-338/+320
| * | | Remove function redeclaration. It was upstreamed but lost somehow.Jung-uk Kim2009-06-021-8/+0
| * | | Canonify include paths again.Jung-uk Kim2009-06-02175-706/+706
| * | | Fix include path fixup for contrib/dev/acpica/include/platform/*.h.Jung-uk Kim2009-06-021-0/+5
| * | | MFV: ACPICA 20090521Jung-uk Kim2009-06-02239-15275/+37012
| |\ \ \
| | * | | flatten acpica vendor areaAndriy Gapon2009-05-19201-146106/+0
* | | | | vm_thread_swapin() needn't validate any pages. The pages are alreadyAlan Cox2009-06-051-1/+0
* | | | | Simplify contigfree().Alan Cox2009-06-051-3/+1
* | | | | Unlock the cache lock before returning when we run out of buffer spaceJoe Marcus Clarke2009-06-051-1/+4
* | | | | Several ipfw options and actions use a 16-bit argument to indicateLuigi Rizzo2009-06-051-5/+17
* | | | | Remove clists from the kernel.Ed Schouten2009-06-054-537/+0
* | | | | Move buffer management into kbd and kbdmux drivers.Ed Schouten2009-06-052-45/+93
* | | | | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-0594-115/+6
* | | | | Unifdef MAC label pointer in syncache entries -- in general, ifdef'dRobert Watson2009-06-051-2/+0
* | | | | Correct MAC compile problems resulting from the new RPC code copying andRobert Watson2009-06-051-1/+4
* | | | | Add mac_framework.h include missed when MAC code was (presumably) copiedRobert Watson2009-06-051-0/+2
* | | | | Don't check MAC in the NFS server ACL set path, right now we aren'tRobert Watson2009-06-051-4/+0
* | | | | Trim old remnants of per-CPU KTR buffers.John Baldwin2009-06-051-4/+0
* | | | | Fix spelling of MAC check for 8.x version of MAC Framework, not noticed dueRobert Watson2009-06-051-1/+3
* | | | | More cleanup in preparation of ipfw relocation (no actual code change):Luigi Rizzo2009-06-059-42/+32
* | | | | Small changes (no actual code changes) in preparation of moving ipfw-relatedLuigi Rizzo2009-06-051-4/+6
* | | | | Discover and handle the number of E500 CPUs in run time.Rafal Jaworowski2009-06-051-2/+9
* | | | | If we're passed garbage in malloc_init(), panic() rather than expectingBrian Somers2009-06-051-3/+7
* | | | | Fill PTEs covering kernel code and data.Rafal Jaworowski2009-06-051-1/+15
* | | | | Remove duplicate variable setting.Andrew Thompson2009-06-041-1/+0
* | | | | revert r162516. We only support 1 or 2 channels per streamAndrew Thompson2009-06-041-1/+3
| |_|_|/ |/| | |