summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-1514-78/+78
* - Add and enhance asserts related to the wrong bufobj panic.jeff2005-06-142-1/+4
* - In reassignbuf() add many asserts to validate the head and tail pointersjeff2005-06-141-18/+29
* Move if_alloc() higher in the attach function so sc->ifp is populatedbrooks2005-06-141-6/+6
* Remove a duplicate assignment.brooks2005-06-141-1/+1
* Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)delphij2005-06-141-1/+1
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificups2005-06-143-3/+6
* locking on exit of reading from ip_sync is not correct for all instancesdarrenr2005-06-141-4/+9
* Improved markup, fixes some spelling and grammar.ru2005-06-141-12/+13
* Include the puc(4) bus frontend for ppc(4) when both ppc and puc aremarcel2005-06-143-0/+3
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newpeter2005-06-142-4/+4
* - Remove vnode lock asserts at the end of vfs syscalls. These asserts werejeff2005-06-143-38/+0
* revert 1.53; it breaks ibss mergesam2005-06-131-2/+2
* Initialze ifp->if_softc.brooks2005-06-131-1/+3
* - Don't make vgonel() globally visible, we want to change its prototypejeff2005-06-132-37/+19
* - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() mayjeff2005-06-131-13/+3
* - We should never unlock a buf before we've cleared B_REMFREE. I believejeff2005-06-131-0/+2
* - It has long been my suspicion that we don't actually need a loop injeff2005-06-131-0/+2
* - Add KTR_VFS events to vdestroy, vtruncbuf, vinvalbuf, vfreehead.jeff2005-06-131-0/+4
* - Add KTR_VFS messages for various name cache related events.jeff2005-06-131-0/+9
* - Split one KASSERT in bremfree() into two to aid in debugging.jeff2005-06-131-1/+3
* - switch_point is now unused. This doesn't break module binary compatabilityjeff2005-06-121-1/+0
* - Dramatically simplify bioqdisksort(). We no longer do ordered bios sojeff2005-06-121-85/+40
* Define IPI_PREEMPT. Update a nearby comment while I'm here.marcel2005-06-121-2/+3
* Mark pf callouts as NET_MPSAFE.mlaier2005-06-122-15/+5
* When doing matching based on dst_ip/src_ip make sure we are really lookingmlaier2005-06-121-10/+13
* Build on pc98.brooks2005-06-121-1/+1
* Stop the interface before detaching and freeing it, rather than after.brooks2005-06-121-1/+1
* change 'dev' to 'sc->sc_dev' to fix the build.scottl2005-06-121-1/+2
* Do not allocate memory while holding a mutex.pjd2005-06-122-4/+8
* Return NULL instead of a bogus pointer from if_alloc when if_com_allocbrooks2005-06-121-6/+9
* Refactor the NETSMBCRYPTO option so that it does the same on allmarcel2005-06-128-10/+10
* Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressbrooks2005-06-121-1/+2
* s/sc_enaddr/enaddr/ to fix pc98 build.brooks2005-06-111-19/+19
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-115-39/+61
* o setsockopt(2) cannot remove accept filter. [1]maxim2005-06-111-2/+4
* Fix copy&paste bug.pjd2005-06-111-1/+1
* Unbreak the PowerPC GENERIC build.jkoshy2005-06-111-2/+6
* - Assert that we're not in the name cache anymore in vdestroy().jeff2005-06-111-0/+2
* - Assert that we're not adding a doomed vnode to the name cache.jeff2005-06-111-0/+3
* Avoid GCC optimizations from injecting a call to memset(?) in ordermarcel2005-06-111-1/+2
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-117-43/+51
* - Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFSjeff2005-06-111-1/+20
* Move if_alloc() up in fxp_attach() so there's an ifp beforebrooks2005-06-111-6/+7
* - Replace the unused KTR_NFS with KTR_VFS. KTR_VFS differs from KTR_VOPjeff2005-06-111-2/+2
* Add an evil hack to work around a cast from the softc to the ifnet thatbrooks2005-06-111-4/+6
* Acquire Giant before making some CAM calls that need Giant to be held.vkashyap2005-06-112-1/+5
* The new contigmalloc(9) has a bad degenerate case where there weregreen2005-06-111-11/+23
* Avoid deadlock in fxp driver when system runs out of mbufs.wes2005-06-101-1/+6
* Catch up with the struct ifnet changes and use if_alloc().thompsa2005-06-101-1/+6
OpenPOWER on IntegriCloud