summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-013-7/+20
* Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsoleg2006-02-011-4/+10
* Since bge_rxeof() & bge_txeof() depends on status block data it should beoleg2006-02-011-14/+16
* 1) Fix link state detection for cards operating in TBI mode (fiber ones)oleg2006-02-012-25/+31
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-015-445/+655
* Use off_t for file size passed to vnode_create_vobject().yar2006-02-012-2/+2
* Remove trailing spaces.pjd2006-02-0128-67/+67
* Setting IFF_ALLMULTI on a running interface didn't call bge_setmulti()ru2006-02-011-1/+4
* - Install a temporary bandaid in vm_object_reference() that will stopjeff2006-02-011-5/+5
* - Solve a problem where a vput could be called on an outgoing directoryjeff2006-02-011-5/+13
* - chroot and chdir need to lock giant as appropriate for the outgoing vpjeff2006-02-012-0/+10
* Brain-o (use standard int types now).ru2006-02-011-2/+2
* Fix another compile problem. If I find any more, this file is going in thescottl2006-02-011-1/+1
* - Solve a race where we could lose a call to VOP_INACTIVE. If vget() waitingjeff2006-02-011-12/+30
* - Reorder calls to vrele() after calls to vput() when the vrele is ajeff2006-02-018-88/+81
* Attach ce(4) to the build.rik2006-01-313-0/+9
* Add RWLOCK_NOINLINE.jhb2006-01-311-1/+8
* Fix multicast routing on 64-bit platforms.ru2006-01-311-2/+2
* Hook up le(4) to the build. For now it's only added to the sparc64 GENERICmarius2006-01-316-2/+24
* Allow root to open prison pts devices too.csjp2006-01-311-1/+1
* Now that the bridge also processes Ethernet frames as itself, two arp repliesthompsa2006-01-311-2/+4
* Fix two bugs with the bridgethompsa2006-01-311-3/+17
* ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as weimp2006-01-312-14/+24
* Change #if defined(DIAGNOSTIC) to KASSERT.alc2006-01-311-4/+3
* Fix a typo and match the copyright on rwlock.h.jhb2006-01-311-3/+7
* Allow root in the host environment to open ptys within jailed environments.csjp2006-01-311-1/+1
* Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from theyar2006-01-311-2/+5
* Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedmarius2006-01-3111-0/+4374
* make sure that the start and end preloaded MFS markers areluigi2006-01-311-4/+14
* o lsi64854_enet_intr():marius2006-01-312-32/+31
* Add buffer corruption protection (RedZone) for kernel's malloc(9).pjd2006-01-316-1/+251
* Allow to specify only one disk. This is helpful when we want to extendpjd2006-01-301-3/+3
* Fix typo which cased that 64kB elements limit was not set properly andpjd2006-01-301-1/+1
* Revert the part of rev. 1.3 which enabled the chaining of the DMA enginemarius2006-01-301-21/+1
* Fix forward variable declaration.rik2006-01-301-61/+68
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-303-0/+13
* Regroup order of operations to better reflect what was probably intended.scottl2006-01-301-3/+3
* Fix a leftover "iwi_boot" string.mlaier2006-01-301-1/+1
* This driver can do hardware VLAN tagging + checksum offloading.glebius2006-01-302-3/+5
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-309-130/+512
* Prepare for sconfig(8) update.rik2006-01-301-4/+74
* Move pts master devices into /dev/pty/ instead of littering /dev with them;rwatson2006-01-301-2/+2
* Fix typo.glebius2006-01-301-1/+1
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-304-25/+26
* - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-301-2/+3
* - Remove a stale comment. This function was rewritten to be SMP safe somejeff2006-01-301-6/+0
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* - Add a comment warning about an anomalous condition where we VOP_UNLOCKjeff2006-01-301-0/+1
* - Lock access to vrele() with VFS_LOCK_GIANT() rather than mtx_lock(&Giant).jeff2006-01-302-4/+10
* Add support for Asus A4D laptops. Currently without display switchingphilip2006-01-291-0/+12
OpenPOWER on IntegriCloud