aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Silent Coverity Prevent report by asserting that cap != NULL.Pawel Jakub Dawidek2006-05-181-2/+4
* - Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl2006-05-179-6/+986
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butMarius Strobl2006-05-172-2/+4
* - As only the PCI front-end of le(4) is common to all platforms move itsMarius Strobl2006-05-172-4/+4
* Honor cri_mlen value.Pawel Jakub Dawidek2006-05-176-13/+46
* - The authsize field from auth_hash structure was removed.Pawel Jakub Dawidek2006-05-172-10/+11
* - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384Pawel Jakub Dawidek2006-05-176-132/+194
* - Make opencrypto more SMP friendly by dropping the queue lock aroundPawel Jakub Dawidek2006-05-172-145/+140
* Remove cri_rnd. It is not used.Pawel Jakub Dawidek2006-05-171-2/+0
* If kern.cryptodevallowsoft is TRUE allow also for symmetric software cryptoPawel Jakub Dawidek2006-05-171-2/+8
* Forgot about adding cuio_apply() here.Pawel Jakub Dawidek2006-05-171-0/+2
* - Implement cuio_apply(), an equivalent to m_apply(9).Pawel Jakub Dawidek2006-05-171-30/+49
* Do not call knlist_destroy() in tapclose(). Instead call it when device isMaksim Yevmenkin2006-05-171-4/+3
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-1718-15356/+0
* Fix static array overrun.Gleb Smirnoff2006-05-171-1/+1
* Make the printfs relating to purging threads from a device less intrusive.Poul-Henning Kamp2006-05-171-4/+3
* Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenEric Anholt2006-05-174-5/+7
* Merge from DRM CVS:Eric Anholt2006-05-171-0/+1
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canMaksim Yevmenkin2006-05-173-1/+75
* Fix style(9) nits, whitespace and parentheses.Andrew Thompson2006-05-161-61/+52
* - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()Marius Strobl2006-05-167-215/+223
* The current routing code allows insertion of indirect routes that haveQing Li2006-05-161-0/+19
* Provide a less cryptic panic message in place of just "found inode."Tom Rhodes2006-05-161-1/+2
* Fix file leaking in translate_path_major_minor.Doug Ambrisko2006-05-161-2/+6
* Move a define depending on __FreeBSD_versoin to after where itMatt Jacob2006-05-161-8/+8
* Add support for allocating one larger than page-sized contiguous block of memoryEric Anholt2006-05-162-52/+220
* Make this compile with -Wundef.Ruslan Ermilov2006-05-161-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-16121-124/+0
* 1) Fix mii_phy_tick():Oleg Bulyzhin2006-05-161-18/+18
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.Oleg Bulyzhin2006-05-161-0/+4
* Kill more references to lnc(4).Ruslan Ermilov2006-05-164-7/+4
* Remove unneeded check.Gleb Smirnoff2006-05-161-4/+0
* Since m_pullup() can return a new mbuf, change gre_input2() toGleb Smirnoff2006-05-161-23/+23
* - Backout one line from 1.78. The tp can be freed by tcp_drop().Gleb Smirnoff2006-05-161-3/+2
* Do not leak kernel memory in case if userland has been compiledGleb Smirnoff2006-05-161-0/+1
* Allow concurrent read(2)/readv(2) access to a file.Paul Saab2006-05-162-5/+24
* Read block hints list from last snapshot on the active snapshot list.Tor Egge2006-05-161-0/+4
* Copy last block on file system again after file system has been suspended.Tor Egge2006-05-151-0/+11
* Don't leak a locked buffer if last block on file system cannot be read.Tor Egge2006-05-151-2/+3
* Errors detected while file system is suspended should not trigger anTor Egge2006-05-151-6/+4
* Replace references to lnc(4) with references to le(4) (so far the notesMarius Strobl2006-05-151-4/+4
* Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4)Marius Strobl2006-05-151-3/+5
* Restore the ability to mount procfs and fdescfs filesystems via theKelly Yancey2006-05-154-3/+24
* Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 andOlivier Houchard2006-05-151-0/+3
* Recalculate IP checksum after running pfil hooks.Daniel Hartmeier2006-05-151-2/+17
* Switch from the lnc driver to the le driver. But C-NET(98)S support isYoshihiro Takahashi2006-05-153-11/+2
* Display real/avail memory as per other platforms.Benno Rice2006-05-151-3/+29
* o In rip_disconnect() do not call rip_abort(), just mark a socketMaxim Konovalov2006-05-151-1/+11
* Re-wrok PHY setup, media handling and dual-port detection.Pyun YongHyeon2006-05-152-37/+13
* Switch to a 64bit time_t, while it's not a big problem to do so.Olivier Houchard2006-05-152-2/+2