]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more
[FreeBSD/FreeBSD.git] / sys /
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.
2008-05-22 edAdd a new group definition to sys/conf.h: GID_TTY.
2008-05-22 lulf- Recognize the 'volume' parameter when creating a...
2008-05-22 kevloAdd codec id for Sigmatel STAC9872AK
2008-05-22 jbA 'special' compatibility header to plug OpenSolaris...
2008-05-22 jbAdditional compatibility headers.
2008-05-22 jbCompatibility stuff for DTrace.
2008-05-22 rwatsonConsistently check IPFW and DUMMYNET privileges in...
2008-05-22 jbFreeBSD changes to vendor source.
2008-05-22 rwatsonWhen sendto(2) is called with an explicit destination...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbVendor import of the src/sys OpenSolaris bits for DTrace.
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 marcelCreate the bucket mutexes with MTX_NOWITNESS. There...
2008-05-21 thompsaGiant is no longer required and can not be held over...
2008-05-21 jfvThanks to report from Neil Hoggarth I found a missing...
2008-05-21 rrs- sctputil.c - If debug is on, the INPKILL timer can...
2008-05-21 rwatsonDon't use LK_DRAIN before calling VOP_FSYNC() in the...
2008-05-21 rwatsonDon't use LK_DRAIN before calling VOP_FSYNC() in the...
2008-05-21 kibImplement the per-open file data for the cdev.
2008-05-21 obrien+ Use the default cscope names.
2008-05-21 marcelWe can call ia64_flush_dirty() when the corresponding...
2008-05-21 obrienUse the "options " spelling (vs. "options<TAB>") so...
2008-05-20 upsAllow VM object creation in ufs_lookup. (If vfs.vmiodir...
2008-05-20 rrs- Adds support for the multi-asconf (From Kozuka-san)
2008-05-20 pjdDrop Giant before calling kproc_exit(), so we don't...
2008-05-20 pjdAdd ID for T61p, which is not IBM really, but well.
2008-05-20 rrs- Define changes in sctp.h
2008-05-20 kevloAdd support for controlling the audio power
2008-05-19 jfvThis small change will allow this driver in HEAD to...
2008-05-19 yongariAdd age(4) to the list of drivers supported by GENERIC...
2008-05-19 yongariAdd an entry for the age(4) module.
2008-05-19 yongariHook up age(4) to the build.
next