summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Push acquisition of pcbinfo lock out of tcp_usr_attach() intorwatson2006-06-041-6/+8
* | Clean up many of the debugging messages and move them under bootverbose.njl2006-06-041-64/+74
* | Extend the notdef #ifdef to cover the packet copy as there is no point in doi...gnn2006-06-041-8/+4
* | Note that KTR_ENTRIES must be a power of two.kris2006-06-031-10/+12
* | Check the sectorsize of the underlying disk before trying torodrigc2006-06-031-1/+8
* | Bah, fix fat finger in last. Invert the ~ on MTX_FLAGMASK as it'sjhb2006-06-032-4/+4
* | We don't have a ISA specific shutdown routine at this time, so removeimp2006-06-031-1/+0
* | Since we turn off the interrupts, we don't need to disestablishimp2006-06-031-13/+0
* | In the case of reentering the debugger due to an attempt to perform ajhb2006-06-031-10/+10
* | Simplify mtx_owner() so it only reads m->mtx_lock once.jhb2006-06-031-2/+1
* | Style fix to be more like _mtx_lock_sleep(): use 'while (!foo) { ... }'jhb2006-06-031-3/+1
* | - Switch on the full 32-bit device ID to avoid collisions between thejhb2006-06-032-205/+94
* | Use PCI bus accessors rather than reading config registers directly tojhb2006-06-031-2/+3
* | When entering a timer on a tcpcb, don't continue processing if it has beenrwatson2006-06-031-9/+14
* | Acquire udbinfo lock after call to soreserve() rather than before, as itrwatson2006-06-031-4/+2
* | Move shutdown, and pci specific methods into pccbb_pci.c. Many moreimp2006-06-033-74/+67
* | The interrupt routine is pci specific. Move it into pccbb_pci.c.imp2006-06-032-70/+71
* | Fix a couple printf's to be properly terminated.imp2006-06-031-3/+3
* | Succeed for writing bus value... nobody that calls must care :-(imp2006-06-031-1/+1
* | Back out previous two commits, this caused some problems in the namespacecsjp2006-06-031-7/+2
* | Temporarily include files so that our macro checks do something useful.csjp2006-06-031-0/+3
OpenPOWER on IntegriCloud