]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add a mips implementation of OF_decode_addr().
[FreeBSD/FreeBSD.git] / sys / sys /
2015-12-20 markjBump __FreeBSD_version for r292469.
2015-12-19 impSave the physical address passed into the kernel of...
2015-12-18 mjgproc: fix a race which could result in dereference...
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-18 impAdd a generic firmware dependent handle to pass from...
2015-12-17 markjSupport an arbitrary number of arguments to DTrace...
2015-12-16 glebiusA change to KPI of vm_pager_get_pages() and underlying...
2015-12-16 kibOptimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-13 impFix typos in comments.
2015-12-11 impCreate the MDT_PNP_INFO metadata record to communicate...
2015-12-07 markjMFV r289003:
2015-12-07 markjAdd helper functions proc_readmem() and proc_writemem().
2015-12-06 emasteAdd definitions for ELF note types used in executables
2015-12-04 bennoTweak some unused field defines to have the correct...
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-03 kenAdd asynchronous command support to the pass(4) driver...
2015-12-02 jhbThe cdevpriv_dtr_t typedef was not able to be used...
2015-11-30 rmacklemBump __FreeBSD_version since r291527 changes the interf...
2015-11-30 rrsAdd support for Intel Skylake and Intel Broadwell PMC...
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-27 kibRemove VI_AGE vnode iflag, it is unused.
2015-11-25 aeOverhaul if_enc(4) and make it loadable in run-time.
2015-11-23 kibSplit kerne timekeep ABI structure vdso_sv_tk out of...
2015-11-20 glebiusRemove remnants of the old NFS from vnode pager.
2015-11-19 markjAdd vlog(9).
2015-11-16 jtlChange the driver stats to what they really are: unsign...
2015-11-16 ngieMFhead @ r290899
2015-11-15 traszDoh, commit in a wrong directory. Fix r290857.
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.
next