| Commit message (Expand) | Author | Age | Files | Lines |
* | Honor cri_mlen value. | pjd | 2006-05-17 | 6 | -13/+46 |
* | - The authsize field from auth_hash structure was removed. | pjd | 2006-05-17 | 2 | -10/+11 |
* | - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384 | pjd | 2006-05-17 | 6 | -132/+194 |
* | - Make opencrypto more SMP friendly by dropping the queue lock around | pjd | 2006-05-17 | 2 | -145/+140 |
* | Remove cri_rnd. It is not used. | pjd | 2006-05-17 | 1 | -2/+0 |
* | If kern.cryptodevallowsoft is TRUE allow also for symmetric software crypto | pjd | 2006-05-17 | 1 | -2/+8 |
* | Forgot about adding cuio_apply() here. | pjd | 2006-05-17 | 1 | -0/+2 |
* | - Implement cuio_apply(), an equivalent to m_apply(9). | pjd | 2006-05-17 | 1 | -30/+49 |
* | Do not call knlist_destroy() in tapclose(). Instead call it when device is | emax | 2006-05-17 | 1 | -4/+3 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 18 | -15356/+0 |
* | Fix static array overrun. | glebius | 2006-05-17 | 1 | -1/+1 |
* | Make the printfs relating to purging threads from a device less intrusive. | phk | 2006-05-17 | 1 | -4/+3 |
* | Update to current DRM CVS, bringing in a fix for a NULL pointer chase when | anholt | 2006-05-17 | 4 | -5/+7 |
* | Merge from DRM CVS: | anholt | 2006-05-17 | 1 | -0/+1 |
* | Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can | emax | 2006-05-17 | 3 | -1/+75 |
* | Fix style(9) nits, whitespace and parentheses. | thompsa | 2006-05-16 | 1 | -61/+52 |
* | - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe() | marius | 2006-05-16 | 7 | -215/+223 |
* | The current routing code allows insertion of indirect routes that have | qingli | 2006-05-16 | 1 | -0/+19 |
* | Provide a less cryptic panic message in place of just "found inode." | trhodes | 2006-05-16 | 1 | -1/+2 |
* | Fix file leaking in translate_path_major_minor. | ambrisko | 2006-05-16 | 1 | -2/+6 |
* | Move a define depending on __FreeBSD_versoin to after where it | mjacob | 2006-05-16 | 1 | -8/+8 |
* | Add support for allocating one larger than page-sized contiguous block of memory | anholt | 2006-05-16 | 2 | -52/+220 |
* | Make this compile with -Wundef. | ru | 2006-05-16 | 1 | -0/+4 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 121 | -124/+0 |
* | 1) Fix mii_phy_tick(): | oleg | 2006-05-16 | 1 | -18/+18 |
* | Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines. | oleg | 2006-05-16 | 1 | -0/+4 |
* | Kill more references to lnc(4). | ru | 2006-05-16 | 4 | -7/+4 |
* | Remove unneeded check. | glebius | 2006-05-16 | 1 | -4/+0 |
* | Since m_pullup() can return a new mbuf, change gre_input2() to | glebius | 2006-05-16 | 1 | -23/+23 |
* | - Backout one line from 1.78. The tp can be freed by tcp_drop(). | glebius | 2006-05-16 | 1 | -3/+2 |
* | Do not leak kernel memory in case if userland has been compiled | glebius | 2006-05-16 | 1 | -0/+1 |
* | Allow concurrent read(2)/readv(2) access to a file. | ps | 2006-05-16 | 2 | -5/+24 |
* | Read block hints list from last snapshot on the active snapshot list. | tegge | 2006-05-16 | 1 | -0/+4 |
* | Copy last block on file system again after file system has been suspended. | tegge | 2006-05-15 | 1 | -0/+11 |
* | Don't leak a locked buffer if last block on file system cannot be read. | tegge | 2006-05-15 | 1 | -2/+3 |
* | Errors detected while file system is suspended should not trigger an | tegge | 2006-05-15 | 1 | -6/+4 |
* | Replace references to lnc(4) with references to le(4) (so far the notes | marius | 2006-05-15 | 1 | -4/+4 |
* | Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4) | marius | 2006-05-15 | 1 | -3/+5 |
* | Restore the ability to mount procfs and fdescfs filesystems via the | kbyanc | 2006-05-15 | 4 | -3/+24 |
* | Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 and | cognet | 2006-05-15 | 1 | -0/+3 |
* | Recalculate IP checksum after running pfil hooks. | dhartmei | 2006-05-15 | 1 | -2/+17 |
* | Switch from the lnc driver to the le driver. But C-NET(98)S support is | nyan | 2006-05-15 | 3 | -11/+2 |
* | Display real/avail memory as per other platforms. | benno | 2006-05-15 | 1 | -3/+29 |
* | o In rip_disconnect() do not call rip_abort(), just mark a socket | maxim | 2006-05-15 | 1 | -1/+11 |
* | Re-wrok PHY setup, media handling and dual-port detection. | yongari | 2006-05-15 | 2 | -37/+13 |
* | Switch to a 64bit time_t, while it's not a big problem to do so. | cognet | 2006-05-15 | 2 | -2/+2 |
* | Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6 | mlaier | 2006-05-14 | 1 | -4/+4 |
* | - Replace the entry for the no longer existing lnc(4) module with an | marius | 2006-05-14 | 1 | -2/+3 |
* | Remove some remnants of lnc(4). | marius | 2006-05-14 | 2 | -5/+0 |
* | Remove the lnc module Makefile. | scottl | 2006-05-14 | 1 | -17/+0 |