summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xref rwlock(9).glebius2006-02-014-4/+8
* Import kernel audit framework:rwatson2006-02-019-0/+6228
* Update src/sys/bsm include files to match OpenBSM (albeit with arwatson2006-02-014-45/+1234
* Document read/write locks.glebius2006-02-012-0/+201
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-013-7/+20
* Add regression tests which will verify that giving no key components forpjd2006-02-011-0/+65
* Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsoleg2006-02-011-4/+10
* Deny init/attach/setkey subcommands when no key components are given.pjd2006-02-011-1/+4
* Since bge_rxeof() & bge_txeof() depends on status block data it should beoleg2006-02-011-14/+16
* Expand contractions.joel2006-02-019-13/+13
* 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
* Record the change in vnone_create_vobject() argument size,yar2006-02-011-0/+4
* Use off_t for file size passed to vnode_create_vobject().yar2006-02-012-2/+2
* Remove trailing spaces.pjd2006-02-0112-28/+28
* Remove trailing spaces.pjd2006-02-0128-67/+67
* Remove unsupported hardware.nyan2006-02-011-2/+0
* 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-314-0/+10
* Remove duplicate model entry.rik2006-01-311-4/+0
* - Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.cmarius2006-01-311-7/+3
* Add RWLOCK_NOINLINE.jhb2006-01-311-1/+8
* Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.marius2006-01-311-1/+2
* Add le(4) to the list of devices supporting VLAN-sized frames natively.marius2006-01-311-1/+5
* Add a man page for le(4), based on the NetBSD one.marius2006-01-312-0/+371
* 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
* Clarify time frame of jkh quote.grog2006-01-311-1/+1
* Add wisdom from jkh.grog2006-01-311-0/+16
* 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
* some updates to the manpage.luigi2006-01-311-79/+39
* tweaks to let this configuratio build and run under, e.g., qemu:luigi2006-01-312-2/+4
* Retroactively add a note about the device names in /dev for si(4) changing.jhb2006-01-311-0/+4
* unbreak the build script.luigi2006-01-311-169/+103
* This commit was generated by cvs2svn to compensate for changes in r155131,rwatson2006-01-3172-0/+15884
|\
| * Initial vendor import of the TrustedBSD OpenBSM distribution, versionrwatson2006-01-3172-0/+15884
* Document the daily_status_ata_raid_enable and daily_status_gmirror_enablebrueffer2006-01-311-1/+19
* 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
* The newly added le(4) driver is altq capable.brueffer2006-01-311-1/+2
* Fix a typo and match the copyright on rwlock.h.jhb2006-01-311-3/+7
OpenPOWER on IntegriCloud