]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix nits pointed out in PR bin/39905 that have not already been
[FreeBSD/FreeBSD.git] / sys /
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.
2008-05-19 yongariAdd age(4), a driver for Attansic/Atheros L1 gigabit...
2008-05-19 yongariConnect atphy(4) to the build.
2008-05-19 yongariAdd Attansic/Atheros F1 PHY driver.
2008-05-18 pjd- Assert that we don't send new provider event for...
2008-05-18 jbRemove some DTrace hook definitions that are now in...
2008-05-18 jbAdd sysinit levels for DTrace.
2008-05-18 pjdPlay nice with DDB pager.
2008-05-18 pjdBe more friendly for DDB pager.
2008-05-18 jbAdd the hooks for the extra data that DTrace allocates...
2008-05-18 jbAdd a couple of files which depend of the KDTRACE_HOOKS...
2008-05-18 jbAdd support for the DTrace struct proc and struct threa...
2008-05-18 jbAdd kernel support for the Statically Defined Trace...
2008-05-18 jbAdd two kernel options:
2008-05-18 rpaulodevctl_process_running(): Check for devsoftc.inuse...
2008-05-18 jbRemove the unknown device that is breaking the tinderbo...
2008-05-18 alcRetire pmap_addr_hint(). It is no longer used.
2008-05-18 remkoAdd support for the Epson 4800 scanner.
2008-05-17 remkoResort the if_ti driver to match the PCI Network cards...
2008-05-17 alcIn order to map device memory using superpages, mmap...
2008-05-17 alcPreset a device object's alignment ("pg_color") based...
2008-05-17 gnnRemove last bits of OS adaptation code from the IPSec...
2008-05-17 brooksThe if_check() function performed three actions:
2008-05-17 jbAdd the DTrace kernel module makefiles.
2008-05-17 jbAdd the DTrace shim layer definitions.
2008-05-17 jbAdd the statically defined tracing header.
2008-05-16 markusFix and speedup timestamp calculations which is roughly...
2008-05-16 remkoAdd support for the Nikon D300 camera
2008-05-16 jfvThis is driver version 1.4.4 of the Intel ixgbe driver.
2008-05-16 rwatsonAttempt to improve convergence of POSIX semaphore code...
2008-05-16 marcelFix RID calculation. The RID is really the BAR for...
2008-05-16 attilioRemoved unused assembly offsets for structures digging.
2008-05-16 psRemove a check that didn't allow > 12 byte CDB's to...
2008-05-16 bennoDocument BOOTP_BLOCKSIZE.
2008-05-16 bennoAllow the block size used when booting over NFS to...
2008-05-16 thompsaThe beacon miss notification must run without locks...
2008-05-16 scfSpelling and capitalization fixes.
2008-05-16 attilioLO_ENROLLPEND is no more existing so just axe it (it...
2008-05-15 attiliolockinit() can't accept LK_EXCLUSIVE as an initializait...
2008-05-15 marius- Const'ify firmware and lookup-tables.
2008-05-15 gnnUpdate the kernel to count the number of mbufs and...
2008-05-15 attilio- Embed the recursion counter for any locking primitive...
next