]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Implement initial device suspend/resume method.
[FreeBSD/FreeBSD.git] / sys / sys /
2010-09-02 gibbsCorrect bioq_disksort so that bioq_insert_tail() offers...
2010-09-02 emasteRemove trailing whitespace.
2010-09-01 mlaierrmlock(9) two additions and one change/fix:
2010-08-30 kibRegen
2010-08-28 alcAdd the MAP_PREFAULT_READ option to mmap(2).
2010-08-28 pjdThere is a bug in vfs_allocate_syncvnode() failure...
2010-08-27 kibUse private namespace for visibility keyword.
2010-08-25 rpauloAdd the necessary DTrace function pointers.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 rpauloAdd a trap code for DTrace induced traps.
2010-08-24 kibUse preferred spelling for the __attribute__.
2010-08-24 davidxuBump __FreeBSD_version for revision 211732.
2010-08-24 davidxu- According to specification, SI_USER code should only...
2010-08-23 kibIntroduce implementation-private rtld interface _rtld_a...
2010-08-23 gabor- Change default grep back to GNU version. BSD grep...
2010-08-22 rpauloAdd an extra comment to the SDT probes definition....
2010-08-22 rpauloKernel DTrace support for:
2010-08-20 jhbAdd dedicated routines to toggle lockmgr flags such...
2010-08-19 jhbRemove an unused macro. exit1() invokes ktrprocexit...
2010-08-19 anchieMFp4: anchie_soc2009 branch:
2010-08-17 kibSupply some useful information to the started image...
2010-08-15 kibAdd convenience defines for hidden and default/exported...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 kibAdd new make_dev_p(9) flag MAKEDEV_ETERNAL to inform...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-28 mdfBump __FreeBSD_version for multizone malloc(9).
2010-07-28 mdfAdd MALLOC_DEBUG_MAXZONES debug malloc(9) option to...
2010-07-28 alcThe interpreter name should no longer be treated as...
2010-07-27 jhbVery rough first cut at NUMA support for the physical...
2010-07-27 alcIntroduce exec_alloc_args(). The objective being to...
2010-07-26 kibRevert r210451, and the similar part of the r210431...
2010-07-24 kibUse forward declartion for enum uio_seg in imgact.h...
2010-07-24 kibReword the comment, fixing typo.
2010-07-24 mavRemove extra commas from KTR_EVENT4() macro to match...
2010-07-23 alcEliminate a little bit of duplicated code.
2010-07-22 gabor- Bump __FreeBSD_version for BSD grep import
2010-07-22 mdfFix taskqueue_drain(9) to not have false negatives...
2010-07-22 traszRemove spurious '/*-' marks and fix some other style...
2010-07-21 attilioKTR_CTx are long time aliased by existing classes so...
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 rpauloFix typo in comment.
2010-07-20 mavExtend timer driver API to report also minimal and...
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-18 traszRevert r210225 - turns out I was wrong; the "/*-" is...
2010-07-18 traszThe "/*-" comment marker is supposed to denote copyrigh...
2010-07-18 traszRemove outdated comment and move part of it into more...
2010-07-18 traszStyle fix - keep the line length below 80 characters.
2010-07-18 traszStyle fix.
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-17 lstewartUnbreak DPCPU_SUM() by dereferencing the pointer return...
2010-07-15 jhbRetire td_syscalls now that it is no longer needed.
2010-07-15 mavMove functions declaration to MI code, following implem...
2010-07-14 jhb- Document layout of KTR_STRUCT payload in a comment.
2010-07-13 edUT_NAMESIZE is no more.
2010-07-13 lstewart- The sum variable used in DPCPU_SUM needs to be of...
2010-07-13 lstewartMacro to simplify zeroing DPCPU variables.
2010-07-13 lstewart- Rename DPCPU_SUM to DPCPU_VARSUM to better reflect...
2010-07-10 nwhitehornThe 64-bit PowerPC ABI implemented in binutils 2.15...
2010-07-10 nwhitehorn32-bit sysctl emulation is also interesting on powerpc64.
2010-07-10 nwhitehornAdd definitions for powerpc64 ELF relocation types...
2010-07-08 jhb- Various style and whitespace fixes.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-05 jhExtend the kernel unit number allocator for allocating...
2010-07-04 kibExtend ptrace(PT_LWPINFO) to report siginfo for the...
2010-06-30 jhbMove prototypes for kern_sigtimedwait() and kern_sigpro...
2010-06-29 jhbSort function prototypes (since I didn't manage to...
2010-06-29 jhbTweak the in-kernel API for sending signals to threads:
2010-06-29 kibRevert r209578:
2010-06-28 kibRegenerate
2010-06-28 kibCount number of threads that enter and leave dynamicall...
2010-06-28 kibUse C99 initializers for the struct sysent generated...
2010-06-26 rpauloAdd NTFS partition type to GEOM_MBR.
2010-06-20 mavImplement new event timers infrastructure. It provides...
2010-06-19 lstewart- Rename the internal for loop iterator to "_i" to...
2010-06-17 edRemove the unit argument from the recently added make_d...
2010-06-15 jkimImplement flexible BPF timestamping framework.
2010-06-15 kibRename CRITSECT_ASSERT to CRITICAL_ASSERT.
2010-06-15 kibAdd assert to check that the (current) thread is in...
2010-06-15 fabientSet the comment at the right place for PMC uncore classes.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-13 lstewartAdd a utility macro to simplify calculating an aggregat...
2010-06-12 kibAdd another variation of make_dev(9), make_dev_p(9...
2010-06-12 kibAdd modifications of devctl_notify(9) functions that...
2010-06-11 jkimApply band-aid around function-like macro fdrop() witho...
2010-06-11 avgvnode.h: expand debug macros to non-empty void statemen...
2010-06-11 mdfAdd INVARIANTS checking that numfreebufs values are...
2010-06-11 jhbAdd helper macros to iterate over available CPUs in...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 mavStore interrupt trap frame into struct thread. It allow...
2010-06-10 bzMake the char *n_name member of struct nlist 'const'.
2010-06-10 edBump __FreeBSD_version to indicate the addition of...
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-05 fabientConvert pm_runcount to int to correctly check for negat...
2010-06-03 marius- In gpart_bootfile_read() fix an off-by-one error...
2010-06-02 rajProvide memchr() in the libkern.
2010-06-02 kibAdd a facility to dynamically adjust or unconfigure...
2010-06-01 zmlRevert taskqueue(9) related commits until mdf@ is appro...
2010-05-28 zmlRevert r207439 and solve the problem differently. The...
next