]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not required
[FreeBSD/FreeBSD.git] / sys / sys /
2015-11-14 jtlFix hwpmc "stalled" behavior
2015-11-12 rrsBump version number since callout_stop() macro now...
2015-11-10 rrsAdd new async_drain to the callout system. This is...
2015-11-08 traszSpeed up rctl(8) rule retrieval; the difference shows...
2015-11-08 markj- Consistently use PROC_ASSERT_HELD() to verify that...
2015-11-07 cemFlesh out sysctl types further (follow-up of r290475)
2015-11-07 baptBump __FreeBSD_version modification of the locales
2015-11-07 baptImprove collation string and locales support
2015-11-07 kibCorrect the argument type in the sysctl_add_oid(9)...
2015-11-07 kibMove intmax_t and uintmax_t type declarations to sys...
2015-11-07 baptMerge from head r290483
2015-11-07 cemFinal follow-up to r290475: Bump __FreeBSD_version
2015-11-07 cemRound out SYSCTL macros to the full set of fixed-width...
2015-11-07 mjgfd: implement kern.proc.nfds sysctl
2015-11-05 pfgRename __sentinel to __null_sentinel
2015-11-02 dteskeMake figpar(3) types/macros [more] unique (s/fp_/figpar...
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 kibUse C99 array initialization, which also makes the...
2015-10-29 hselaskyFinish process of moving the LinuxKPI module into the...
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-26 cemioat: Introduce KTR probes
2015-10-24 markjRemove an erroneous semicolon.
2015-10-23 sjgMerge bmake 20151020
2015-10-22 cemSysctl: Add common support for U8, U16 types
2015-10-22 jhbMissing regen after last change to sys/kern/syscalls...
2015-10-22 cemAdd libkern ffsll() for parity with flsll()
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 hselaskyRename linuxapi[.ko] into linuxkpi[.ko], to reflect...
2015-10-22 edAdd a way to distinguish between forking and thread...
2015-10-21 edAdd missing forward declaration of struct image_params.
2015-10-20 jhbSwitch pl_child_pid from int to pid_t.
2015-10-19 hselaskyBump the __FreeBSD_version to reflect the recent Linux...
2015-10-19 baptMerge from head
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 jmgpage sized is not spelled 4096 on all arches...
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-16 mavBump version and add notice about incompatibility intro...
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-14 hirenThere are times when it would be really nice to have...
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-10 ngieMFhead @ r289100
2015-10-09 emasteAdd .gnu.versym VERSYM_HIDDEN flag and related mask
2015-10-09 traszRemove root_mount_wait(). It's not used anywhere.
2015-10-08 traszRemove comment obsoleted by r289056.
2015-10-08 traszRemove unused SI_SUB_* #defines.
2015-10-08 fabientFix r283120 which use class size larger than 8bits.
2015-10-06 ngieMFhead @ r288954
2015-10-06 jhbMove td_oncpu and td_lastcpu out of the "zero'd on...
2015-10-06 jhbFix various edge cases related to system call tracing.
2015-10-06 ngieMFhead @ r288943
2015-10-06 cemFix core corruption caused by race in note_procstat_vmmap
2015-10-06 dimUpgrade our copies of clang, llvm, lldb, compiler-rt...
2015-10-06 dimMerge ^/head r288836 through r288925.
2015-10-05 dimPrepare for merging back to head.
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-10-01 cpercivaDisable suspend when we're shutting down. This solves...
2015-09-30 markjAs a step towards the elimination of PG_CACHED pages...
2015-09-30 markjMFV r288408:
2015-09-29 avgsdt.h: no need for argtype_list_head
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-26 kibMake the __bitcount*() functions unconditionally availa...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 dimMerge ^/head r288035 through r288099.
2015-09-22 hselaskyRevert r287780 until more developers have their say.
2015-09-22 emasteAdd MIPS ELF section type SHT_MIPS_ABIFLAGS definition
2015-09-20 dimMerge ^/head r287878 through r288034.
2015-09-20 kibAdd support for weak symbols to the kernel linkers...
2015-09-18 traszKernel part of reroot support - a way to change rootfs...
2015-09-17 glebiusRemove extra tabs.
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 smhFix kqueue write events for files > 2GB
2015-09-16 dimMerge ^/head r287680 through r287877.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-15 mjgsysctl: switch sysctllock to a sleepable rmlock, take 2
2015-09-15 cemkevent(2): Note DOOMED vnodes with NOTE_REVOKE
2015-09-14 hselaskyImplement callout_drain_async(), inspired by the projec...
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjAdd stack_save_td_running(), a function to trace the...
2015-09-11 markjRemove the v_cache_min and v_cache_max sysctls. They...
2015-09-11 impdev_strategy and dev_strategy_csw are unused since...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-08 ngieRemove opt_random.h header pollution from sys/random...
2015-09-07 mjgfd: make the common case in filecaps_copy work lockless
2015-09-07 cemFollow-up to r287442: Move sysctl to compiled-once...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-09-06 dimMerge ^/head r287490 through r287501.
2015-09-06 mckusickTrack changes to kern.maxvnodes and appropriately incre...
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-09-04 delphijExpose an interface to determine if an ACE is inherited.
2015-09-03 cemDetect badly behaved coredump note helpers
next