| Commit message (Expand) | Author | Age | Files | Lines |
* | Mdoc cleanup and some wording improvements. | brueffer | 2006-06-06 | 1 | -15/+15 |
* | Handle errors in the same way it is done in safe(4). | pjd | 2006-06-06 | 1 | -2/+4 |
* | Don't increase hst_obytes field twice - it is already done at the begining | pjd | 2006-06-06 | 1 | -1/+0 |
* | Add `reload' which invalidates the cache for every user. | ume | 2006-06-06 | 2 | -0/+4 |
* | - Note that the synchronisation interface needs to be up and have | glebius | 2006-06-06 | 1 | -2/+5 |
* | Make ke_rqindex unsigned. | davidxu | 2006-06-06 | 2 | -2/+2 |
* | Print pfsync interface status if either syncpeer or syncdev is configured. | glebius | 2006-06-06 | 1 | -6/+11 |
* | Extract pointer value for mnt_stat from vp after the NULL check, not | rwatson | 2006-06-06 | 1 | -1/+2 |
* | Use NET_CALLOUT_MPSAFE for netgraph callout initializer. | glebius | 2006-06-06 | 2 | -3/+1 |
* | The procedure of raceless switching between polling mode and | glebius | 2006-06-06 | 1 | -105/+102 |
* | Remove section committed by mistake. It is not yet ready. | pjd | 2006-06-06 | 1 | -33/+0 |
* | Add regression tests for geli(8) authentication feature. | pjd | 2006-06-06 | 5 | -0/+306 |
* | - Update regression tests after recent changes. | pjd | 2006-06-06 | 2 | -65/+72 |
* | Cleanups for mailwrapper(8): | delphij | 2006-06-06 | 3 | -88/+106 |
* | Add partial pmap locking. | alc | 2006-06-06 | 2 | -8/+29 |
* | 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 |