summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel panic in rt2661_tx_intr() if no frames has been sent.fjoe2006-06-051-0/+4
* Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ...emaste2006-06-051-1/+1
* Add altq(4) support.brueffer2006-06-051-4/+6
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-053-6/+6
* - Declare the PnP map const.marius2006-06-051-1/+4
* resolve merge conflictssam2006-06-051-9/+36
* This commit was generated by cvs2svn to compensate for changes in r159285,sam2006-06-0574-102663/+127118
|\
| * Version 0.9.17.2:sam2006-06-0575-102672/+127154
* | Upon further review, DES prefers this change over that in revision 1.13ghelmer2006-06-051-6/+4
* | - Pretend to accelerate various HMAC algorithms, so padlock(4) can be usedpjd2006-06-051-91/+266
* | When generating BSM tokens for mkfifo(), include mode argument.rwatson2006-06-051-1/+6
* | When generating the process token, need to check whether therwatson2006-06-052-15/+14
* | Consistently use audit_free() to free records, rather thanrwatson2006-06-051-2/+2
* | Audit some arguments to nmount(), mount(), umount().rwatson2006-06-051-1/+10
* | Revert the part of rev. 1.3 which changed the software style to bemarius2006-06-051-2/+10
* | Introduce support for per-audit pipe preselection independent from therwatson2006-06-056-66/+519
* | Temporary workaround to prevent leak of Giant from nfsd when callingkib2006-06-052-0/+20
* | Fix a number of cases where ugen would panic, especially when theiedowse2006-06-051-32/+85
* | Shorten audit record zone name.rwatson2006-06-051-1/+1
* | No longer unconditionally drain the audit record queue if there isrwatson2006-06-051-35/+5
* | Pull BSM conversion logic out of audit_record_write(), as well asrwatson2006-06-051-84/+48
* | Assert audit mtx in audit_worker_drain().rwatson2006-06-051-11/+30
* | Use struct kaudit_queue instead of a hand-crafted queue type forrwatson2006-06-051-1/+1
* | Rename audit_cv to audit_worker_cv, as it wakes up the auditrwatson2006-06-053-16/+14
* | Audit command, uid arguments for quotactl().rwatson2006-06-052-0/+8
* | Merge OpenBSM 1.0 alpha 6 changes for BSM token creation torwatson2006-06-052-69/+35
* | Audit path passed to the acct() system call.rwatson2006-06-051-2/+2
* | Merge OpenBSM 1.0 alpha 6 version of audit_record.h to src/sys:rwatson2006-06-051-22/+14
* | Merge OpenBSM 1.0 alpha 6 changes to bsm/audit.h into src/sys: respellrwatson2006-06-051-3/+3
* | Add Fn+F7 hotkey (suspend) support.nyan2006-06-051-0/+7
* | MFi386: revisions 1.627, 1.628 and 1.629.nyan2006-06-051-0/+4
* | MFamd64alc2006-06-051-5/+2
* | Use newly added functions to simplify the code.pjd2006-06-044-190/+97
* | - Replace COPYDATA() and COPYBACK() macros with crypto_copydata() andpjd2006-06-042-27/+47
* | Prefer hardware crypto over software crypto.pjd2006-06-041-38/+74
* | Fix unaligned memory accesses on Alpha and possible other platforms.marcel2006-06-041-3/+4
* | Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.pjd2006-06-042-3/+3
* | Use newly added defines instead of magic values.pjd2006-06-041-16/+16
* | Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be usedpjd2006-06-042-27/+27
* | Use defines from cryptodev.h.pjd2006-06-042-4/+4
* | - Remove HMAC_BLOCK_LEN, it serves no purpose.pjd2006-06-043-9/+12
* | Add a sleep lock that protects access to sequences of blockingiedowse2006-06-042-3/+43
* | - Use define of an algorithm with the biggest block length to describepjd2006-06-041-3/+1
* | Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent withpjd2006-06-042-6/+6
* | Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent withpjd2006-06-042-4/+4
* | - Add defines with hash length for each hash algorithm.pjd2006-06-041-4/+24
* | Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andpjd2006-06-041-65/+75
* | Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andpjd2006-06-041-67/+79
* | Don't forget to destroy the sc_freeqlock mutex on detach.pjd2006-06-041-0/+1
* | Kill an unused argument.pjd2006-06-041-5/+5
OpenPOWER on IntegriCloud