]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFS
[FreeBSD/FreeBSD.git] / sys /
2005-06-11 jeff - Add KTR_VFS tracing to track the life of vnodes...
2005-06-11 brooksMove if_alloc() up in fxp_attach() so there's an ifp...
2005-06-11 jeff - Replace the unused KTR_NFS with KTR_VFS. KTR_VFS...
2005-06-11 brooksAdd an evil hack to work around a cast from the softc...
2005-06-11 vkashyapAcquire Giant before making some CAM calls that need...
2005-06-11 greenThe new contigmalloc(9) has a bad degenerate case where...
2005-06-10 wesAvoid deadlock in fxp driver when system runs out of...
2005-06-10 thompsaCatch up with the struct ifnet changes and use if_alloc().
2005-06-10 greenFix a serious deadlock with the NFS client. Given...
2005-06-10 jeff - I broke binary compat. update KTR_VERSION.
2005-06-10 jeff - Add curthread to the state that ktr is saving. ...
2005-06-10 mariusTurn on atkbdc(4), atkbd(4), creator(4), machfb(4)...
2005-06-10 mariusWrap the calls to the ISA DMA specific sndbuf_dma*...
2005-06-10 samdon't look at the wme ie in a beacon unless we negotiat...
2005-06-10 marius- Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64...
2005-06-10 marius- Hook up the new locations of the atkbdc(4), atkbd...
2005-06-10 brooksRevert the unnecessicary addition of some braces in...
2005-06-10 jkoshyFix typo.
2005-06-10 mariusDelete a file that was meant to be renamed while repo...
2005-06-10 alcAdd a comment to the effect that fictitious pages do...
2005-06-10 mlaierDefer ip_output of pfsync updates to an independent...
2005-06-10 brooksStop embedding struct ifnet at the top of driver softcs...
2005-06-10 samvalidate the bssid for non-data frames too when operati...
2005-06-10 takawataMake ichsmb(4) child device handling properly.
2005-06-10 samo fix wpa w/ wme: don't strip the QoS header on recv...
2005-06-10 mlaierAdd missing {} in last commit.
2005-06-10 cognetRemove the last use of pmap_initialized.
2005-06-10 glebius- Remove redundant parenthesis in M_CHECK macro.
2005-06-10 greenModify send_pkt() to return the generated packet and...
2005-06-10 markus- Only create the led(4) interface, if setting the...
2005-06-10 hartiMake the default RB_AUGMENT() produce a 'do {} while...
2005-06-10 bennoIdentify the Intel ICH4 EHCI controller.
2005-06-10 glebiusAttach ng_tcpmss to the build.
2005-06-10 glebiusAdd ng_tcpmss node, which alters MSS options of TCP...
2005-06-10 sosEnable SATA hotplug support.
2005-06-10 delphijOnly set mode when the incoming ioctl is IOC_VOID,...
2005-06-10 sammark stations authorized during recv processing instead...
2005-06-10 csjpCorrect grammar error in comment
2005-06-10 sammove AID implementation defines from the protocol defin...
2005-06-10 samaccept diassoc frame in ASSOC state
2005-06-10 alcIntroduce a procedure, pmap_page_init(), that initializ...
2005-06-10 upsRestore preemption of idle threads.
2005-06-10 sampull some debug msgs up so they're seen more often
2005-06-10 samkick the state machine when we receive failure notice...
2005-06-10 samdiscard open auth requests in adhoc mode
2005-06-10 samreject open auth requests when shared key auth is confi...
2005-06-10 samadd ieee80211_send_error to encapsulate an idiom
2005-06-10 samo always check if ic_set_tim is !NULL before using it
2005-06-10 sammark state for protection only when operating in 11g
2005-06-10 samdon't reject station based on the PRIVACY bit in the...
2005-06-10 samcorrect checks for rate set compatibility
2005-06-10 samrecord tstamp from beacons received in station mode...
2005-06-10 thompsaAdd dummynet(4) support to if_bridge, this code is...
2005-06-09 sosFix the long standing problem with poor transferrates...
2005-06-09 ssouhlalAllow EVFILT_VNODE events to work on every filesystem...
2005-06-09 markusImport a mostly rewritten and extended version of acpi_ibm:
2005-06-09 scottlDrat! Committed from the wrong branch. Restore HEAD...
2005-06-09 scottlBack out 1.68.2.26. It was a mis-guided change that...
2005-06-09 jkoshyMFP4:
2005-06-09 upsLots of whitespace cleanup.
2005-06-09 gadRe-arrange some variables in kinfo_proc, and add more...
2005-06-09 sosFix the register offset for the ATAPI count register...
2005-06-09 upsWhitespace cleanup
2005-06-09 pjdRename sysctl security.jail.getfsstatroot_only to secur...
2005-06-09 impUse tabs instead of spaces to indent, per style(9)
2005-06-09 pjdRemove process information leak from inside a jail...
2005-06-09 upsFix some race conditions for pinned threads that may...
2005-06-09 upsAdd IPI support for preempting a thread on another...
2005-06-09 psFix a mis-merge. Remove a redundant call to tcp_sackho...
2005-06-09 pjdAvoid code duplication in serval places by introducing...
2005-06-09 pjdAdd a quirk for my pen-drive.
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-09 cognetUse tabs, not spaces.
2005-06-09 psFix for a crash in tcp_sack_option() caused by hitting...
2005-06-09 cognetAdd ata stuff.
2005-06-09 sosUse the presence of ctlr->dmainit instead of r_res1...
2005-06-09 cognet- MFp4: modify slightly the arm intr API, there's arm...
2005-06-09 hartiWhen returing an RTM_GET message through the routing...
2005-06-09 ruRefer to the mbuf header length field via the official...
2005-06-09 impSimplify the code a bit after the bzero().
2005-06-09 impDon't build PORTS_MODULES if NO_MODULES is defined
2005-06-09 jeff - My sub-par public school education has been exposed...
2005-06-09 samChange station mode beacon timer setup to insure the...
2005-06-09 samo collect dtim period+count from beacons in station...
2005-06-09 gadRemove the previous parsing-logic for arguments on...
2005-06-08 impMy abstracting out the MAC reading code to fix pccard...
2005-06-08 sobomaxRegen after addition of linux_getpriority wrapper.
2005-06-08 sobomaxProperly convert FreeBSD priority values into Linux...
2005-06-08 jeff - Under heavy IO load the buf daemon can run for many...
2005-06-08 sosAdd support for the Intel 31244.
2005-06-08 rodrigcInitialize uio_iovcnt to 1 in extattr_list_vp() and...
2005-06-08 rwatsonIn sem_forkhook(), don't attempt to generate a copy...
2005-06-07 samChange the MLME ASSOCIATE ioctl to accept either a...
2005-06-07 samDon't clock the state machine in various cases when...
2005-06-07 cognetAdd ARM_USE_SMALL_ALLOC.
2005-06-07 cognetAdd a new arm-specific option, ARM_USE_SMALL_ALLOC...
2005-06-07 jeff - Clear OWEINACT prior to calling VOP_INACTIVE to...
2005-06-07 thompsaBring in IPFW layer2 filtering from bridge.c, this...
2005-06-07 glebiusUpdate statistics only in case if delivery was successfull.
2005-06-07 alcIn lio_listio(2) change jobref from an int to a long...
next