summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-107-5/+81
* - I broke binary compat. update KTR_VERSION.jeff2005-06-101-1/+1
* - Add curthread to the state that ktr is saving. The extra information isjeff2005-06-102-3/+7
* Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4),marius2005-06-101-11/+11
* Wrap the calls to the ISA DMA specific sndbuf_dma*() functions ofmarius2005-06-101-0/+10
* don't look at the wme ie in a beacon unless we negotiated usesam2005-06-101-0/+1
* - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, notmarius2005-06-104-4/+22
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-1022-7439/+547
* Revert the unnecessicary addition of some braces in fxp_attach(). Don'tbrooks2005-06-101-3/+1
* Fix typo.jkoshy2005-06-101-1/+1
* Delete a file that was meant to be renamed while repo-copying it butmarius2005-06-101-180/+0
* Add a comment to the effect that fictitious pages do not require thealc2005-06-101-0/+4
* Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-102-7/+30
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-10288-3770/+4415
* validate the bssid for non-data frames too when operating insam2005-06-101-2/+2
* Make ichsmb(4) child device handling properly.takawata2005-06-103-8/+31
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-107-67/+41
* Add missing {} in last commit.mlaier2005-06-101-1/+2
* Remove the last use of pmap_initialized.cognet2005-06-101-4/+1
* - Remove redundant parenthesis in M_CHECK macro.glebius2005-06-101-13/+8
* Modify send_pkt() to return the generated packet and have the callergreen2005-06-101-8/+32
* - Only create the led(4) interface, if setting the thinklight is possiblemarkus2005-06-101-9/+14
* Make the default RB_AUGMENT() produce a 'do {} while (0)' insteadharti2005-06-101-1/+1
* Identify the Intel ICH4 EHCI controller.benno2005-06-101-0/+5
* Attach ng_tcpmss to the build.glebius2005-06-105-0/+10
* Add ng_tcpmss node, which alters MSS options of TCP packets. Useful toglebius2005-06-102-0/+525
* Enable SATA hotplug support.sos2005-06-101-0/+4
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterdelphij2005-06-101-1/+3
* mark stations authorized during recv processing instead of doing itsam2005-06-102-8/+7
* Correct grammar error in commentcsjp2005-06-101-1/+1
OpenPOWER on IntegriCloud