]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge lldb r188801 to contrib/llvm/tools/lldb/
[FreeBSD/FreeBSD.git] / sys / kern /
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 jkimFix a whitespace.
2013-08-23 kibSince the 253927, which removed the soft busy call...
2013-08-23 jhbUse tvtohz() to convert a socket buffer timeout to...
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-22 kibBoth cluster_rbuild() and cluster_wbuild() sometimes...
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-22 kibRemove the deprecated VM_ALLOC_RETRY flag for the vm_pa...
2013-08-21 andreRevert r254520 and resurrect the M_NOFREE mbuf flag...
2013-08-21 kibImplement read(2)/write(2) and neccessary lseek(2)...
2013-08-21 kibMake the seek a method of the struct fileops.
2013-08-21 kibExtract the general-purpose code from tmpfs to perform...
2013-08-20 phoAdded sysctl to turn off calls to vmem_check().
2013-08-19 jeff - Use an arbitrary but reasonably large import size...
2013-08-19 andreRemove the unused M_NOFREE mbuf flag. It didn't have...
2013-08-18 jillesDisallow opening a POSIX message queue for execute.
2013-08-18 pjdImplement 32bit versions of the cap_ioctls_limit(2...
2013-08-17 bryanvDo not use potentially stale thread in kthread_add()
2013-08-17 pjdIn r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list...
2013-08-17 delphijFix build.
2013-08-16 kibRestore the previous sendfile(2) behaviour on the block...
2013-08-16 markjUse strdup(9) instead of reimplementing it.
2013-08-15 kenChange the way that unmapped I/O capability is advertised.
2013-08-15 cpercivaChange the queue of locks in kern_rangelock.c from...
2013-08-15 glebiusMake sendfile() a method in the struct fileops. Curren...
2013-08-15 markjSpecify SDT probe argument types in the probe definitio...
2013-08-14 markjUse kld_{load,unload} instead of mod_{load,unload}...
2013-08-13 jeff - Disable quantum caches on the kmem_arena. This...
2013-08-13 jeff - Add a statically allocated memguard arena since...
2013-08-13 jhbSome small cleanups to the fixes in r180340:
2013-08-13 glebius- Minor style(9) fix.
2013-08-13 markjFreeBSD's DTrace implementation has a few problems...
2013-08-13 markjRemove some unused fields from struct linker_file....
2013-08-13 markjAdd event handlers for module load and unload events...
2013-08-10 kibThe r254167 moved initialization of the sleepqueues...
2013-08-09 cognetDon't call sleepinit() from proc0_init(), make it a...
2013-08-09 cognetInstead of just trying to do it for arm, make sure...
2013-08-09 attilioOn all the architectures, avoid to preallocate the...
2013-08-09 attilioGive mutex(9) the ability to recurse on a per-instance...
2013-08-09 attilioThe soft and hard busy mechanism rely on the vm object...
2013-08-09 traszDon't dereference null pointer should acl_alloc() be...
2013-08-09 scottlAdd a helpful message that can help point to why a...
2013-08-08 rstoneAllow drivers to return BUS_PROBE_NOWILDCARD from their...
2013-08-07 jhbDon't emit a spurious EVFILT_PROC event with no fflags...
2013-08-07 kevloRemove unsigned comparison < 0
2013-08-07 jeffReplace kernel virtual address space allocation with...
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-05 kibDo not override the ENOENT error for the empty path...
2013-08-05 attilioRevert r253939:
2013-08-04 attilioThe page hold mechanism is fast but it has couple of...
2013-08-04 attilioRemove unnecessary soft busy of the page before to...
2013-08-03 marcelAdd a tunable for the default timeout.
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 glebiusRemove extra zeroing after M_ZERO allocation.
2013-08-01 kibRemove unused malloc type.
2013-07-31 ianChanges to allow using BOOTP_NFSROOT and mounting an...
2013-07-31 scottlAnother fix for r253823; retain the default of 1 readah...
2013-07-30 scottlFix r253823. Some WIP patches snuck in.
2013-07-30 scottlCreate a knob, kern.ipc.sfreadahead, that allows one...
2013-07-28 kibWhen creation of the v_pollinfo raced and our instance...
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-24 jhbUse VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE...
2013-07-24 marcelFurther restrict the MAC addresses that we use for...
2013-07-24 marcelIn uuid_ether_add(), avoid false positives due to the...
2013-07-24 avgrename scheduler->swapper and SI_SUB_RUN_SCHEDULER...
2013-07-24 glebiusRemove unused argument from vmem_add1().
2013-07-24 marcelDecouple the UUID generator from network interfaces...
2013-07-23 glebiusRevert r249590 and in case if mp_ncpus isn't initialize...
2013-07-22 mjgRemove cr_prison NULL check from proc_to_reap.
2013-07-22 mjgRemove duplicate assertion from tdsendsignal.
2013-07-21 kibImplement compat32 wrappers for the ktimer_* syscalls.
2013-07-21 kibWrap kmq_notify(2) for compat32 to properly consume...
2013-07-21 kibMove the convert_sigevent32() utility function into...
2013-07-20 kibid_t is 64bit, provide the compat32 wrapper for clock_g...
2013-07-19 jhbBe more aggressive in using superpages in all mappings...
2013-07-17 kibClear the vnode knotes before destroying vpollinfo.
2013-07-15 glebiusNuke mbstat. It wasn't used for mbuf statistics since...
2013-07-15 aeIntroduce new structure sfstat for collecting sendfile...
2013-07-15 rodrigcPR: 168520 170096
2013-07-13 kibAssert that runningbufspace does not underflow.
2013-07-13 kibThere is no need to count waiters for the runningbufspace.
2013-07-13 kibAllow to call clock_gettime() on the clock id for zombi...
2013-07-11 andreMake use of the fact that uma_zone_set_max(9) already...
2013-07-11 andreFix style issues, a typo in "kern.ipc.nmbufs" and corre...
2013-07-11 kibDo not invalidate page of the B_NOCACHE buffer or buffe...
2013-07-10 marcelAdd vfs_mounted and vfs_unmounted events so that compon...
2013-07-09 kibThere are several code sequences like
2013-07-09 avgshould_yield: protect from td_swvoltick being uninitial...
2013-07-09 avgnamecache sdt: freebsd doesn't support structured chara...
2013-07-08 jhbFix build with INVARIANT_SUPPORT enabled but not INVARI...
2013-07-07 alfredMake kassert_printf use __printflike.
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-06 jamieMake the comments a little more clear about PRIV_KMEM_...
2013-07-05 jamieAdd new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 alfredThe change in r236456 (atomic_store_rel not locked...
2013-07-02 mjgFix receiving fd over unix socket broken in r247740.
next