summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't reinitialize the hardware if only PROMISC flag was changed.yongari2007-04-182-4/+13
* Add support for hw-assisted checksums on 6105M.phk2007-04-174-34/+144
* Simplify.pjd2007-04-172-8/+0
* - Fix a leftover - vfs_mount_alloc() is now exported properly.pjd2007-04-172-8/+10
* Export vfs_mount_alloc() as it is used in ZFS.pjd2007-04-172-3/+3
* Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 byjhb2007-04-172-0/+10
* Ignore hostid check for root-on-ZFS configurations. Making hostid availablepjd2007-04-172-2/+10
* No need to throw tag+handle around on the stack.phk2007-04-174-36/+14
* When we run into the syncache entry limits syncache_add() triesandre2007-04-171-2/+2
* When trying to allocate a PnP BIOS memory resource, the code loops tryingjhb2007-04-171-1/+1
* Change $P4$ ID strings to P4 ID strings so that they are not auto-expandedrwatson2007-04-174-4/+4
* Remove $P4$ that snuck into CVS from Perforce.rwatson2007-04-171-1/+0
* Improve the if_vr driver ever so slightly.phk2007-04-174-174/+220
* Shorten text string for ip_fw2 dynamic rules zone by removing the wordrwatson2007-04-171-1/+1
* Basic MPSAFE locking for the AHC and AHD drivers.scottl2007-04-1713-336/+72
* Don't use spinlocks here. The iicbus transactions can take a longimp2007-04-171-3/+3
* Don't delete the devalias, as per the man page.scottl2007-04-171-4/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-1714-1923/+1923
* - Add a 'show rman <rm>' DDB command to dump the resources in a resourcejhb2007-04-161-0/+50
* For the XPT_SASYNC_CB operation, only decouple the broadcast to the busscottl2007-04-161-86/+67
* Drop the topology lock before calling the periph oninvalidate and dtorscottl2007-04-161-7/+5
* Drop the periph/sim lock when calling disk_destroy().scottl2007-04-162-5/+3
* Destroy the devalias before destroying the dev.scottl2007-04-161-1/+1
* Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit:rwatson2007-04-161-13/+184
* Update src/sys/bsm for OpenBSM 1.0 alpha 14 import.rwatson2007-04-164-7/+28
* s/destory/destroy/ (except for the code in contrib/).pjd2007-04-163-3/+3
* Uncomment forgotten check. Without this check in-place, ZFS will panic onpjd2007-04-162-2/+2
* PHYS_TO_VM_PAGE requires explicit vm_page.h include on sparc64kmacy2007-04-151-0/+1
* Remove unused variable tcbinfo_mtx.rwatson2007-04-152-2/+0
* Avoid "unused variable" warning when building without PSEUDOFS_TRACE.des2007-04-151-0/+1
* Use %j and args cast to uintmax_t to print bus_addr_t && length args.mjacob2007-04-151-2/+2
* Add an entry for AUT_ZONENAME and the prototype for the au_to_zonename()csjp2007-04-151-0/+2
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.des2007-04-156-340/+553
* Instead of stating GIANT_REQUIRED, just acquire and release Giant wheredes2007-04-151-2/+5
* Whitespace cleanup.des2007-04-151-16/+18
* In nfsrv_rcv(), don't reacquire the nfs server lock until afterrwatson2007-04-151-1/+1
* Add pmap includes needed by i386kmacy2007-04-151-0/+3
* Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset isdes2007-04-151-1/+3
* Don't reset uio_offset to 0 before returning. Instead, refuse to servicedes2007-04-152-3/+7
* Fix stupid syntax error - Pointy hat to me :-(rrs2007-04-151-7/+7
* Add macros to assert that the process is / isn't held in memory.des2007-04-151-0/+6
* - Add more comments to sctps_stats struture in sctp_uio.hrrs2007-04-155-266/+293
* MFp4: Start DNLC after desiredvnodes variable is initialized.pjd2007-04-152-4/+4
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-1551-995/+1275
* back out option to disable packet zonekmacy2007-04-151-6/+0
* suck in more of busdma to enable more efficient mappingskmacy2007-04-151-58/+164
* Add sysctl for disabling/enabling mbuf chain collapsingkmacy2007-04-152-11/+8
* Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappykmacy2007-04-151-5/+6
* Fix RAID-Z resilvering.pjd2007-04-142-4/+32
* Add support for mbuf iovec in the TX pathkmacy2007-04-142-40/+87
OpenPOWER on IntegriCloud