summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a typo in the previous revision.alc2006-06-062-2/+2
* Add a stub for pmap_enter_object().alc2006-06-061-0/+7
* Make VERBOSE_INIT_ARM compile by fixing various printf formats, and add itcognet2006-06-062-2/+3
* vm_page_alloc_contig() can sleep, so don't even think about using itcognet2006-06-051-8/+9
* Really fix the typo this time: it should be sc->sc_drvbpf to be verified,avatar2006-06-051-1/+1
* Fixing a typo in rev1.196.avatar2006-06-051-1/+1
* Remove use of Giant around vn_open() in audit trail setup.rwatson2006-06-051-15/+10
* Do some source && comment cleanup.mjacob2006-06-052-35/+14
* Add PIM_SEQSCAN for HBA misc flags and code that understandsmjacob2006-06-052-33/+81
* Document geli(8) data authentication.pjd2006-06-051-12/+116
* Connect new GELI files to the build.pjd2006-06-052-1/+11
* Userland bits of geli(8) data authentication.pjd2006-06-051-15/+29
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-056-275/+1101
* Make kern.geom.eli.overwrites sysctl a tunable as well.pjd2006-06-051-0/+1
* Assuming the interface has an address of x.x.x.195, a mask ofqingli2006-06-051-0/+6
* Add g_duplicate_bio() function which does the same thing what g_clone_bio()pjd2006-06-052-0/+26
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-0510-61/+386
* Some mdoc and wording improvements.brueffer2006-06-051-6/+7
* Fix kernel panic in rt2661_tx_intr() if no frames has been sent.fjoe2006-06-051-0/+4
* o Add missed comma.maxim2006-06-051-1/+1
* Just a very quick update to get *close* to reality.mjacob2006-06-051-8/+43
* - ANSIfy.delphij2006-06-051-69/+26
* Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ...emaste2006-06-051-1/+1
* my(4) provides support now as well.brueffer2006-06-051-1/+2
* 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
* | Fix minor typos.joel2006-06-051-3/+3
* | - Document that padlock(4) pretends to accelerate HMAC algorithms.pjd2006-06-051-2/+6
* | - 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
* | Fix compilation of ftpcmd.y without -DINET6.yar2006-06-052-1/+8
* | 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
* | Break out description of the audit pipe facility from audit.4 into a newrwatson2006-06-053-32/+257
* | Revert the part of rev. 1.3 which changed the software style to bemarius2006-06-051-2/+10
* | Replace absolute addressing in the call instructions with position-independendkib2006-06-051-2/+3
* | 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
OpenPOWER on IntegriCloud