]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
close a race on detach by reordering bpfdetach and taskqueue_free
[FreeBSD/FreeBSD.git] / sys /
2008-05-28 samclose a race on detach by reordering bpfdetach and...
2008-05-28 samsend EAPOL frames at the same rate used for mgt frames
2008-05-28 samAdd ieee80211_crypto_reload_keys to push all keys known
2008-05-28 samAdd a mac address to the key definition as otherwise...
2008-05-28 samSplit s/w crypt/mic attributes to allow future hackery...
2008-05-28 sammissing piece of last commit; add RESUME flag bit defin...
2008-05-28 ambriskoAdd support to talk to the LSI ioctl path on with FreeB...
2008-05-28 samAdd ieee80211_suspend_all and ieee80211_resume_all for
2008-05-28 samDon't override the txpower cap installed by ieee80211_a...
2008-05-28 samSimplify some contorted logic that wrongly left ISCAN_D...
2008-05-28 samRevise lock name handling:
2008-05-28 jhbAdd a module for cnw(4) and build it on i386.
2008-05-28 edRemove redundant checks from fcntl()'s F_DUPFD.
2008-05-28 jhbGrr, restore some useful comments that were only in...
2008-05-28 jhbRemove NetBSD and FreeBSD 4.x code from this driver...
2008-05-28 marcelWork-around a compiler optimization bug, that broke...
2008-05-28 kibChange the fix in the rev. 1.179 to use nfsrv_lockedpai...
2008-05-28 kibInitialize vfslocked prior to calling nfsm_srvmtofh...
2008-05-28 jhbRemove unused 'xl_unit' member from softc.
2008-05-28 impRelease the resources for the registers for the TWI...
2008-05-27 csjpPlug a memory leak which can occur when multiple MAC...
2008-05-27 edRename `tty_subr.c' to `subr_clist.c'.
2008-05-27 yongariAdd jme(4) to the list of drivers supported by GENERIC...
2008-05-27 ariffRelease pcm mutex before calling snd_clone_unref()...
2008-05-27 yongariAdd an entry for the jme(4) module.
2008-05-27 yongariHook up jme(4) to the build.
2008-05-27 yongariAdd driver support for PCIe adapters based on JMicron...
2008-05-27 yongariConnect jmphy(4) to the build.
2008-05-27 yongariAdd JMicron JMP202/JMP211 PHY driver.
2008-05-27 attilioImprove a comment which, in the actual CVS stock, doesn...
2008-05-27 attilioOnce the ENOLCK is detected we expect to retry the...
2008-05-26 rwatsonAvoid unnecessary one use of dtom(9) in spx_input().
2008-05-26 pjdUse _WANT_FILE to make struct file visible from userlan...
2008-05-26 bzBump __FreeBSD_version after netatm and I4B removal.
2008-05-26 bzRemove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
2008-05-26 kibTake into account possible overflow when multiplying...
2008-05-26 sosDont call ata_start() when ata_reinit fails in the...
2008-05-26 delphijWe can not call iwn_start directly in the interrupt
2008-05-25 pjdFix namespace collision after src/sys/sys/file.h:1.78.
2008-05-25 rwatsonRemove netatm from HEAD as it is not MPSAFE and relies...
2008-05-25 jbComment out the code that breaks with invariants. This...
2008-05-25 attilioThe "if" semantic is not needed, just fix this.
2008-05-25 attilioReplace direct atomic operation for the file refcount...
2008-05-25 attiliostyle fix for newly introduced macro.
2008-05-25 jbRemove the dependency on lockstat. That its still work...
2008-05-25 jbAdd the vtime (virtual time) hooks for DTrace.
2008-05-24 alcTo date, our implementation of munmap(2) has required...
2008-05-24 rodrigcFix comments to replace SBSIZE with SBLOCKSIZE, since...
2008-05-24 bzRemove 'fasttrap' module for amd64 for now as the code...
2008-05-24 bzRemove redundant redeclaration of 'zone_drain'.
2008-05-24 bzRestore buildable state. Style ignored.
2008-05-24 edChange my email address to the one from the FreeBSD...
2008-05-24 bzIn addition to the ipsec_osdep.h removal a week ago...
2008-05-24 bzFactor out the v4-only vs. the v6-only inp_flags proces...
2008-05-24 lulf- Add locking to all filesystem operations in fdescfs...
2008-05-24 nyanMFi386: revision 1.249
2008-05-24 jbMake the zfs module depend on the opensolaris module...
2008-05-24 jbAdd the DTrace hooks for exception handling (Function...
2008-05-24 jbAdd a cyclic hook for DTrace.
2008-05-24 jbAdd the DTrace hooks for exception handling (Function...
2008-05-24 jbAdd DTrace 'proc' provider probes using the Statically...
2008-05-24 jbLeave out a couple of DTrace modules for now.
2008-05-24 rodrigcAfter converting the "snapshot" mount option to the...
2008-05-24 rodrigcFor the following mount options, do not perform the...
2008-05-23 rodrigcDo not convert the "snapshot" string to the MNT_SNAPSHO...
2008-05-23 jbMessing with the endian defines breaks the use of other...
2008-05-23 jbDelete a couple of OpenSolaris headers which get in...
2008-05-23 jbOpenSolaris kernel module compatibility sources.
2008-05-23 jbHook the DTrace kernel modules into the build.
2008-05-23 jbThe cyclic code is in sys/cddl/dev/cyclic to be consist...
2008-05-23 jbThe cyclic timer device. This is a cut down version...
2008-05-23 jbAdd the KDTRACE_HOOKS option for DTrace support.
2008-05-23 marcelAccount for IPI_PREEMPT. We don't want to call sched_pr...
2008-05-23 marcelInvalidate the TLB in pmap_cpu_bootstrap(), so that...
2008-05-23 edFix the build by including <sys/param.h> in <sys/clist.h>.
2008-05-23 kibRev. 1.274 put the ttyrel() call before the destroy_dev...
2008-05-23 kibThe dev_refthread() in the tty_gettp() may fail, becaus...
2008-05-23 kibUse the t_state for the TS_GONE test.
2008-05-23 kibAssert that si_threadcount > 0 before decrementing...
2008-05-23 kibWhen vget() fails (because the vnode has been reclaimed...
2008-05-23 edMove TTY unrelated bits out of <sys/tty.h>.
2008-05-23 kibAnother problem caused by the knlist_cleardel() potenti...
2008-05-23 kibDestruction of the pipe calls knlist_cleardel() to...
2008-05-23 jbAdd the ctf_get function and update the args to linker_...
2008-05-23 jbCustom DTrace kernel module files plus FreeBSD-specific...
2008-05-23 jbAdd the ctf_get method.
2008-05-23 jbAllow a rendezvous with just a specified CPU too.
2008-05-23 alcThe VM system no longer uses setPQL2(). Remove it...
2008-05-23 jbDTrace can enter the debugger from a probe. Add a WHY...
2008-05-23 jbAdd support for generating CTF data for the kernel.
2008-05-23 jbAdd a kernel option for amd64 to compile with the frame...
2008-05-23 jbAdd the CTF source file which gets shared with link_elf...
2008-05-23 jbAdd hooks for the Compact C Type Format (CTF) data...
2008-05-23 jbAdd support for the DTrace malloc provider which can...
2008-05-22 samspecial-case broadcast probe request in ieee80211_find_...
2008-05-22 samignore sw beacon miss while scanning, just reset the...
2008-05-22 samno need to stop the sw beacon miss timer; it's not...
2008-05-22 samclear out crud
2008-05-22 maximo Document two new ALT_BREAK_TO_DEBUGGER key sequences.
2008-05-22 edIntroduce REMOVE_NEXT() macro's for SLIST and STAILQ.
next