| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a typo in the previous revision. | alc | 2006-06-06 | 2 | -2/+2 |
* | Add a stub for pmap_enter_object(). | alc | 2006-06-06 | 1 | -0/+7 |
* | Make VERBOSE_INIT_ARM compile by fixing various printf formats, and add it | cognet | 2006-06-06 | 2 | -2/+3 |
* | vm_page_alloc_contig() can sleep, so don't even think about using it | cognet | 2006-06-05 | 1 | -8/+9 |
* | Really fix the typo this time: it should be sc->sc_drvbpf to be verified, | avatar | 2006-06-05 | 1 | -1/+1 |
* | Fixing a typo in rev1.196. | avatar | 2006-06-05 | 1 | -1/+1 |
* | Remove use of Giant around vn_open() in audit trail setup. | rwatson | 2006-06-05 | 1 | -15/+10 |
* | Do some source && comment cleanup. | mjacob | 2006-06-05 | 2 | -35/+14 |
* | Add PIM_SEQSCAN for HBA misc flags and code that understands | mjacob | 2006-06-05 | 2 | -33/+81 |
* | Document geli(8) data authentication. | pjd | 2006-06-05 | 1 | -12/+116 |
* | Connect new GELI files to the build. | pjd | 2006-06-05 | 2 | -1/+11 |
* | Userland bits of geli(8) data authentication. | pjd | 2006-06-05 | 1 | -15/+29 |
* | Implement data integrity verification (data authentication) for geli(8). | pjd | 2006-06-05 | 6 | -275/+1101 |
* | Make kern.geom.eli.overwrites sysctl a tunable as well. | pjd | 2006-06-05 | 1 | -0/+1 |
* | Assuming the interface has an address of x.x.x.195, a mask of | qingli | 2006-06-05 | 1 | -0/+6 |
* | Add g_duplicate_bio() function which does the same thing what g_clone_bio() | pjd | 2006-06-05 | 2 | -0/+26 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 10 | -61/+386 |
* | Some mdoc and wording improvements. | brueffer | 2006-06-05 | 1 | -6/+7 |
* | Fix kernel panic in rt2661_tx_intr() if no frames has been sent. | fjoe | 2006-06-05 | 1 | -0/+4 |
* | o Add missed comma. | maxim | 2006-06-05 | 1 | -1/+1 |
* | Just a very quick update to get *close* to reality. | mjacob | 2006-06-05 | 1 | -8/+43 |
* | - ANSIfy. | delphij | 2006-06-05 | 1 | -69/+26 |
* | Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ... | emaste | 2006-06-05 | 1 | -1/+1 |
* | my(4) provides support now as well. | brueffer | 2006-06-05 | 1 | -1/+2 |
* | Add altq(4) support. | brueffer | 2006-06-05 | 1 | -4/+6 |
* | move hal bus+tag externalization to the bus glue code where it belongs; | sam | 2006-06-05 | 3 | -6/+6 |
* | - Declare the PnP map const. | marius | 2006-06-05 | 1 | -1/+4 |
* | resolve merge conflicts | sam | 2006-06-05 | 1 | -9/+36 |
* | This commit was generated by cvs2svn to compensate for changes in r159285, | sam | 2006-06-05 | 74 | -102663/+127118 |
|\ |
|
| * | Version 0.9.17.2: | sam | 2006-06-05 | 75 | -102672/+127154 |
* | | Upon further review, DES prefers this change over that in revision 1.13 | ghelmer | 2006-06-05 | 1 | -6/+4 |
* | | Fix minor typos. | joel | 2006-06-05 | 1 | -3/+3 |
* | | - Document that padlock(4) pretends to accelerate HMAC algorithms. | pjd | 2006-06-05 | 1 | -2/+6 |
* | | - Pretend to accelerate various HMAC algorithms, so padlock(4) can be used | pjd | 2006-06-05 | 1 | -91/+266 |
* | | When generating BSM tokens for mkfifo(), include mode argument. | rwatson | 2006-06-05 | 1 | -1/+6 |
* | | When generating the process token, need to check whether the | rwatson | 2006-06-05 | 2 | -15/+14 |
* | | Fix compilation of ftpcmd.y without -DINET6. | yar | 2006-06-05 | 2 | -1/+8 |
* | | Consistently use audit_free() to free records, rather than | rwatson | 2006-06-05 | 1 | -2/+2 |
* | | Audit some arguments to nmount(), mount(), umount(). | rwatson | 2006-06-05 | 1 | -1/+10 |
* | | Break out description of the audit pipe facility from audit.4 into a new | rwatson | 2006-06-05 | 3 | -32/+257 |
* | | Revert the part of rev. 1.3 which changed the software style to be | marius | 2006-06-05 | 1 | -2/+10 |
* | | Replace absolute addressing in the call instructions with position-independend | kib | 2006-06-05 | 1 | -2/+3 |
* | | Introduce support for per-audit pipe preselection independent from the | rwatson | 2006-06-05 | 6 | -66/+519 |
* | | Temporary workaround to prevent leak of Giant from nfsd when calling | kib | 2006-06-05 | 2 | -0/+20 |
* | | Fix a number of cases where ugen would panic, especially when the | iedowse | 2006-06-05 | 1 | -32/+85 |
* | | Shorten audit record zone name. | rwatson | 2006-06-05 | 1 | -1/+1 |
* | | No longer unconditionally drain the audit record queue if there is | rwatson | 2006-06-05 | 1 | -35/+5 |
* | | Pull BSM conversion logic out of audit_record_write(), as well as | rwatson | 2006-06-05 | 1 | -84/+48 |
* | | Assert audit mtx in audit_worker_drain(). | rwatson | 2006-06-05 | 1 | -11/+30 |
* | | Use struct kaudit_queue instead of a hand-crafted queue type for | rwatson | 2006-06-05 | 1 | -1/+1 |