]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
rename SWARM_COMMON to std.SWARM so universe doesn't try to build it standalone
[FreeBSD/FreeBSD.git] / sys / sys /
2010-11-09 jhb- Remove <machine/mutex.h>. Most of the headers were...
2010-11-08 mdfAdd a taskqueue_cancel(9) to cancel a pending task...
2010-11-07 gonzo- Add minidump support for FreeBSD/mips
2010-11-03 jhbRemove 'softclock_ih' as it is no longer used.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 jhb- When disabling ktracing on a process, free any pendin...
2010-10-21 pluknetReshuffle SIOCGIFCONF32 handler from r155224.
2010-10-18 marcelRename boot() to kern_reboot() and make it visible...
2010-10-17 davidxu- Insert thread0 into correct thread hash link list.
2010-10-13 mdfUse a safer mechanism for determining if a task is...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-12 mdfRe-expose and briefly document taskqueue_run(9). The...
2010-10-12 kibAdd macro DECLARE_MODULE_TIED to denote a module as...
2010-10-12 davidxuAdd a flag TDF_TIDHASH to prevent a thread from being
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-10 kibThe r184588 changed the layout of struct export_args...
2010-10-09 davidxuCreate a global thread hash table to speed up thread...
2010-10-08 emasteMake a thread's address available via the kern proc...
2010-10-07 jhCheck the device name validity on device registration.
2010-10-04 phkCertain static code analysis tools (FlexeLint being...
2010-10-04 gordonBump __FreeBSD_version for switch from GNU man to...
2010-09-30 avgthere must be only one SYSINIT with SI_SUB_RUN_SCHEDULE...
2010-09-29 jhbAccount for unlocking a spin mutex in the lock profilin...
2010-09-28 gonzoInitial GPIO bus support. Includes:
2010-09-24 pjdAdd three GPT attributes:
2010-09-23 jchandraAdd MIPS platform, this will make bsdlabel(8) work...
2010-09-22 jhbCopy td_rqindex during fork instead of zero'ing it...
2010-09-21 alcFix exec_imgact_shell()'s handling of two error cases...
2010-09-20 traszFirst step at adopting FreeBSD to support PSARC/2010...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 tijlIndicate that POSIX semaphores are always supported.
2010-09-18 kibAdopt the deferring of object deallocation for the...
2010-09-18 rwatsonWith reworking of the socket life cycle in 7.x, the...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 mdfRe-add r212370 now that the LOR in powerpc64 has been...
2010-09-15 avgsys/pcpu.h: remove a workaround for a fixed ld bug
2010-09-14 kibRename the field to not confuse readers. The bytes...
2010-09-14 mavMake kern_tc.c provide minimum frequency of tc_ticktock...
2010-09-13 mdfRevert r212370, as it causes a LOR on powerpc. powerpc...
2010-09-13 rpauloBump __FreeBSD_version to reflect the userland DTrace...
2010-09-13 mavRefactor timer management code with priority to one...
2010-09-12 kibAdd DF_1_LOADFLTR.
2010-09-12 kibFix typo.
2010-09-11 kibProtect mnt_syncer with the sync_mtx. This prevents...
2010-09-10 mdfReplace sbuf_overflowed() with sbuf_error(), which...
2010-09-10 avgbus_add_child: change type of order parameter to u_int
2010-09-10 obrienProtect BSDI $Id from accidental manipulation.
2010-09-09 mdfBump __FreeBSD_version for sbuf ABI change.
2010-09-09 mdfAdd a drain function for struct sysctl_req, and use...
2010-09-09 mdfAdd drain functionality to sbufs. The drain is a funct...
2010-09-08 mavAdd few more bintime math macros.
2010-09-04 avgstruct device: widen type of flags and order fields...
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...
next