summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Zero the CCBs when mallocing them.scottl2007-04-191-2/+2
* Split the camisr into per-SIM done queues. This optimizes the locking ascottl2007-04-193-45/+49
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseariff2007-04-194-20/+59
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-194-14/+39
* - More work on making send lock contention.rrs2007-04-1911-88/+214
* style nitphk2007-04-191-1/+2
* Fix witness(4) warnings about mutex use.jkoshy2007-04-194-20/+40
* Fix a bug in sendfile(2) when files larger than page size and nbytes=0.pjd2007-04-191-2/+2
* Correct contigmalloc2()'s implementation of M_ZERO. Specifically,alc2007-04-191-1/+1
* Correct two comments.alc2007-04-191-2/+2
* Bump the interrupt storm detection counter to 1000. My slow fileservernjl2007-04-192-5/+6
* Fix style(9) and comments.jkim2007-04-181-12/+16
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-1828-35/+38
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.ariff2007-04-181-3/+3
* Make tcp_twrespond() use tcp_addoptions() instead of a home grown version.andre2007-04-182-22/+12
* style(9) says sizeof's are not be followed by a space. Fix them.jkim2007-04-181-3/+3
* Implement settimeofday() for Linuxulator/amd64.jkim2007-04-182-1/+27
* MFp4: Fix automatic snapshot mount when unprivileged user does lookuppjd2007-04-182-14/+16
* MFp4: We check for PRIV_VFS_MOUNT already in mount(2) syscall and we don'tpjd2007-04-182-8/+0
* On AMD's Geode LX: Force the TSC to run through core-suspension so we canphk2007-04-181-0/+8
* Missed locking the dump and shutdown entry points in the scsi_da driver.scottl2007-04-181-2/+9
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-187-24/+35
* 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
OpenPOWER on IntegriCloud