summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirementdavidxu2006-05-182-16/+13
* Silent Coverity Prevent report by asserting that cap != NULL.pjd2006-05-181-2/+4
* - Add C-bus and ISA front-ends for le(4) so it can actually replacemarius2006-05-179-6/+986
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butmarius2006-05-172-2/+4
* - As only the PCI front-end of le(4) is common to all platforms move itsmarius2006-05-172-4/+4
* Honor cri_mlen value.pjd2006-05-176-13/+46
* - The authsize field from auth_hash structure was removed.pjd2006-05-172-10/+11
* - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384pjd2006-05-176-132/+194
* - Make opencrypto more SMP friendly by dropping the queue lock aroundpjd2006-05-172-145/+140
* Remove cri_rnd. It is not used.pjd2006-05-171-2/+0
* If kern.cryptodevallowsoft is TRUE allow also for symmetric software cryptopjd2006-05-171-2/+8
* Forgot about adding cuio_apply() here.pjd2006-05-171-0/+2
* - Implement cuio_apply(), an equivalent to m_apply(9).pjd2006-05-171-30/+49
* Do not call knlist_destroy() in tapclose(). Instead call it when device isemax2006-05-171-4/+3
* Send the pcvt(4) driver off to retirement.phk2006-05-1718-15356/+0
* Fix static array overrun.glebius2006-05-171-1/+1
* Make the printfs relating to purging threads from a device less intrusive.phk2006-05-171-4/+3
* Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenanholt2006-05-174-5/+7
* Merge from DRM CVS:anholt2006-05-171-0/+1
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canemax2006-05-173-1/+75
* Fix style(9) nits, whitespace and parentheses.thompsa2006-05-161-61/+52
* - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()marius2006-05-167-215/+223
* The current routing code allows insertion of indirect routes that haveqingli2006-05-161-0/+19
* Provide a less cryptic panic message in place of just "found inode."trhodes2006-05-161-1/+2
* Fix file leaking in translate_path_major_minor.ambrisko2006-05-161-2/+6
* Move a define depending on __FreeBSD_versoin to after where itmjacob2006-05-161-8/+8
* Add support for allocating one larger than page-sized contiguous block of memoryanholt2006-05-162-52/+220
* Make this compile with -Wundef.ru2006-05-161-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-16121-124/+0
* 1) Fix mii_phy_tick():oleg2006-05-161-18/+18
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.oleg2006-05-161-0/+4
* Kill more references to lnc(4).ru2006-05-164-7/+4
* Remove unneeded check.glebius2006-05-161-4/+0
* Since m_pullup() can return a new mbuf, change gre_input2() toglebius2006-05-161-23/+23
* - Backout one line from 1.78. The tp can be freed by tcp_drop().glebius2006-05-161-3/+2
* Do not leak kernel memory in case if userland has been compiledglebius2006-05-161-0/+1
* Allow concurrent read(2)/readv(2) access to a file.ps2006-05-162-5/+24
* Read block hints list from last snapshot on the active snapshot list.tegge2006-05-161-0/+4
* Copy last block on file system again after file system has been suspended.tegge2006-05-151-0/+11
* Don't leak a locked buffer if last block on file system cannot be read.tegge2006-05-151-2/+3
* Errors detected while file system is suspended should not trigger antegge2006-05-151-6/+4
* Replace references to lnc(4) with references to le(4) (so far the notesmarius2006-05-151-4/+4
* Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4)marius2006-05-151-3/+5
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-154-3/+24
* Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 andcognet2006-05-151-0/+3
* Recalculate IP checksum after running pfil hooks.dhartmei2006-05-151-2/+17
* Switch from the lnc driver to the le driver. But C-NET(98)S support isnyan2006-05-153-11/+2
* Display real/avail memory as per other platforms.benno2006-05-151-3/+29
* o In rip_disconnect() do not call rip_abort(), just mark a socketmaxim2006-05-151-1/+11
* Re-wrok PHY setup, media handling and dual-port detection.yongari2006-05-152-37/+13
OpenPOWER on IntegriCloud