| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent with | pjd | 2006-06-04 | 2 | -6/+6 |
* | Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent with | pjd | 2006-06-04 | 2 | -4/+4 |
* | - Add defines with hash length for each hash algorithm. | pjd | 2006-06-04 | 1 | -4/+24 |
* | Add support for the CRD_F_KEY_EXPLICIT flag for both encryption and | pjd | 2006-06-04 | 1 | -65/+75 |
* | Add support for the CRD_F_KEY_EXPLICIT flag for both encryption and | pjd | 2006-06-04 | 1 | -67/+79 |
* | Don't forget to destroy the sc_freeqlock mutex on detach. | pjd | 2006-06-04 | 1 | -0/+1 |
* | Kill an unused argument. | pjd | 2006-06-04 | 1 | -5/+5 |
* | Push acquisition of pcbinfo lock out of tcp_usr_attach() into | rwatson | 2006-06-04 | 1 | -6/+8 |
* | Clean up many of the debugging messages and move them under bootverbose. | njl | 2006-06-04 | 1 | -64/+74 |
* | Extend the notdef #ifdef to cover the packet copy as there is no point in doi... | gnn | 2006-06-04 | 1 | -8/+4 |
* | Document more bits. | pjd | 2006-06-03 | 1 | -6/+29 |
* | Note that KTR_ENTRIES must be a power of two. | kris | 2006-06-03 | 1 | -10/+12 |
* | Strengthen wording; the KTR_ENTRIES value *must* be a power of two since | kris | 2006-06-03 | 1 | -1/+1 |
* | Check the sectorsize of the underlying disk before trying to | rodrigc | 2006-06-03 | 1 | -1/+8 |
* | Bah, fix fat finger in last. Invert the ~ on MTX_FLAGMASK as it's | jhb | 2006-06-03 | 2 | -4/+4 |
* | We don't have a ISA specific shutdown routine at this time, so remove | imp | 2006-06-03 | 1 | -1/+0 |
* | Since we turn off the interrupts, we don't need to disestablish | imp | 2006-06-03 | 1 | -13/+0 |
* | In the case of reentering the debugger due to an attempt to perform a | jhb | 2006-06-03 | 1 | -10/+10 |
* | Simplify mtx_owner() so it only reads m->mtx_lock once. | jhb | 2006-06-03 | 1 | -2/+1 |
* | Style fix to be more like _mtx_lock_sleep(): use 'while (!foo) { ... }' | jhb | 2006-06-03 | 1 | -3/+1 |
* | - Switch on the full 32-bit device ID to avoid collisions between the | jhb | 2006-06-03 | 2 | -205/+94 |
* | Use PCI bus accessors rather than reading config registers directly to | jhb | 2006-06-03 | 1 | -2/+3 |
* | Increase the field widths of flt (total number of page faults), fr (pages | obrien | 2006-06-03 | 1 | -5/+5 |
* | When entering a timer on a tcpcb, don't continue processing if it has been | rwatson | 2006-06-03 | 1 | -9/+14 |
* | Acquire udbinfo lock after call to soreserve() rather than before, as it | rwatson | 2006-06-03 | 1 | -4/+2 |
* | Move shutdown, and pci specific methods into pccbb_pci.c. Many more | imp | 2006-06-03 | 3 | -74/+67 |
* | The interrupt routine is pci specific. Move it into pccbb_pci.c. | imp | 2006-06-03 | 2 | -70/+71 |
* | Fix a couple printf's to be properly terminated. | imp | 2006-06-03 | 1 | -3/+3 |
* | Succeed for writing bus value... nobody that calls must care :-( | imp | 2006-06-03 | 1 | -1/+1 |
* | Back out previous two commits, this caused some problems in the namespace | csjp | 2006-06-03 | 1 | -7/+2 |
* | Temporarily include files so that our macro checks do something useful. | csjp | 2006-06-03 | 1 | -0/+3 |
* | Allow zero-length read/write operations to get through to the | iedowse | 2006-06-03 | 1 | -5/+12 |
* | allow this to compile cleanly under RELENG_4 | mjacob | 2006-06-03 | 1 | -0/+3 |
* | Make sure we don't try to dereference the the if_bpf pointer when bpf has | csjp | 2006-06-03 | 1 | -1/+5 |
* | Remove stale entries. | scottl | 2006-06-03 | 1 | -8/+0 |
* | Remove unused member. | davidxu | 2006-06-03 | 1 | -1/+0 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 11 | -17/+15 |
* | Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0. | jhb | 2006-06-02 | 1 | -0/+2 |
* | Fix a problem introduced in revision 1.220. On mount(2) failure, don't | pjd | 2006-06-02 | 1 | -5/+6 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 20 | -132/+89 |
* | Make the code able to compile again in RELENG_4. | mjacob | 2006-06-02 | 1 | -0/+1 |
* | More checkpointing on the way toward really (finally) | mjacob | 2006-06-02 | 4 | -110/+123 |
* | Fix "mount -u -o ro". | rodrigc | 2006-06-02 | 1 | -1/+24 |
* | Make lio ident more consistant with aio ident. | ambrisko | 2006-06-02 | 1 | -1/+1 |
* | doc fix: option MFS is obsolete. use MD_ROOT instead. | motoyuki | 2006-06-02 | 1 | -1/+1 |
* | Fix gif_output() so that GIF_UNLOCK() is performed only in case | glebius | 2006-06-02 | 1 | -2/+2 |
* | Don't forget to unlock kq lock in low memory situations. | pjd | 2006-06-02 | 1 | -0/+1 |
* | Remove confusing done_noglobal label. The KQ_GLOBAL_UNLOCK() macro know | pjd | 2006-06-02 | 1 | -2/+1 |
* | Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an element | pjd | 2006-06-02 | 1 | -2/+2 |
* | As far as I can tell, the correct CPU family for amd64 (which Linux calls | des | 2006-06-02 | 1 | -2/+2 |