]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove fpe_sp_state as we don't support fpe.
[FreeBSD/FreeBSD.git] / sys / kern /
2013-08-17 Pawel Jakub DawidekIn r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list...
2013-08-17 Xin LIFix build.
2013-08-16 Konstantin BelousovRestore the previous sendfile(2) behaviour on the block...
2013-08-16 Mark JohnstonUse strdup(9) instead of reimplementing it.
2013-08-15 Kenneth D. MerryChange the way that unmapped I/O capability is advertised.
2013-08-15 Colin PercivalChange the queue of locks in kern_rangelock.c from...
2013-08-15 Gleb SmirnoffMake sendfile() a method in the struct fileops. Curren...
2013-08-15 Mark JohnstonSpecify SDT probe argument types in the probe definitio...
2013-08-14 Mark JohnstonUse kld_{load,unload} instead of mod_{load,unload}...
2013-08-13 Jeff Roberson - Disable quantum caches on the kmem_arena. This...
2013-08-13 Jeff Roberson - Add a statically allocated memguard arena since...
2013-08-13 John BaldwinSome small cleanups to the fixes in r180340:
2013-08-13 Gleb Smirnoff- Minor style(9) fix.
2013-08-13 Dag-Erling SmørgravApply upstream revision 1.151 (fix relative symlinks)
2013-08-13 Mark JohnstonFreeBSD's DTrace implementation has a few problems...
2013-08-13 Mark JohnstonRemove some unused fields from struct linker_file....
2013-08-13 Mark JohnstonAdd event handlers for module load and unload events...
2013-08-11 Peter WemmUpdate nvi-1.79 to 2.1.1-4334a8297f
2013-08-10 Konstantin BelousovThe r254167 moved initialization of the sleepqueues...
2013-08-09 Olivier HouchardDon't call sleepinit() from proc0_init(), make it a...
2013-08-09 Olivier HouchardInstead of just trying to do it for arm, make sure...
2013-08-09 Attilio RaoOn all the architectures, avoid to preallocate the...
2013-08-09 Attilio RaoGive mutex(9) the ability to recurse on a per-instance...
2013-08-09 Attilio RaoThe soft and hard busy mechanism rely on the vm object...
2013-08-09 Edward Tomasz Napi... Don't dereference null pointer should acl_alloc() be...
2013-08-09 Scott LongAdd a helpful message that can help point to why a...
2013-08-08 Xin LIMFV r254079:
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-08 Ryan StoneAllow drivers to return BUS_PROBE_NOWILDCARD from their...
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-07 John BaldwinDon't emit a spurious EVFILT_PROC event with no fflags...
2013-08-07 Kevin LoRemove unsigned comparison < 0
2013-08-07 Jeff RobersonReplace kernel virtual address space allocation with...
2013-08-06 Xin LIMFV r254011:
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-05 Konstantin BelousovDo not override the ENOENT error for the empty path...
2013-08-05 Attilio RaoRevert r253939:
2013-08-04 Attilio RaoThe page hold mechanism is fast but it has couple of...
2013-08-04 Attilio RaoRemove unnecessary soft busy of the page before to...
2013-08-03 Marcel MoolenaarAdd a tunable for the default timeout.
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Gleb SmirnoffRemove extra zeroing after M_ZERO allocation.
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-08-01 Konstantin BelousovRemove unused malloc type.
2013-07-31 Ian LeporeChanges to allow using BOOTP_NFSROOT and mounting an...
2013-07-31 Scott LongAnother fix for r253823; retain the default of 1 readah...
2013-07-30 Scott LongFix r253823. Some WIP patches snuck in.
2013-07-30 Scott LongCreate a knob, kern.ipc.sfreadahead, that allows one...
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-28 Konstantin BelousovWhen creation of the v_pollinfo raced and our instance...
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 Pedro F. GiffuniDTrace: re-merge remainder of r249367 (original from...
2013-07-26 Jung-uk KimMerge ACPICA 20130725.
2013-07-24 John BaldwinUse VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE...
2013-07-24 Marcel MoolenaarFurther restrict the MAC addresses that we use for...
2013-07-24 Marcel MoolenaarIn uuid_ether_add(), avoid false positives due to the...
2013-07-24 Andriy Gaponrename scheduler->swapper and SI_SUB_RUN_SCHEDULER...
2013-07-24 Gleb SmirnoffRemove unused argument from vmem_add1().
2013-07-24 Marcel MoolenaarDecouple the UUID generator from network interfaces...
2013-07-23 Gleb SmirnoffRevert r249590 and in case if mp_ncpus isn't initialize...
2013-07-22 Mateusz GuzikRemove cr_prison NULL check from proc_to_reap.
2013-07-22 Mateusz GuzikRemove duplicate assertion from tdsendsignal.
2013-07-21 Konstantin BelousovImplement compat32 wrappers for the ktimer_* syscalls.
2013-07-21 Konstantin BelousovWrap kmq_notify(2) for compat32 to properly consume...
2013-07-21 Konstantin BelousovMove the convert_sigevent32() utility function into...
2013-07-20 Konstantin Belousovid_t is 64bit, provide the compat32 wrapper for clock_g...
2013-07-19 John BaldwinBe more aggressive in using superpages in all mappings...
2013-07-17 Konstantin BelousovClear the vnode knotes before destroying vpollinfo.
2013-07-15 Gleb SmirnoffNuke mbstat. It wasn't used for mbuf statistics since...
2013-07-15 Andrey V. ElsukovIntroduce new structure sfstat for collecting sendfile...
2013-07-15 Craig RodriguesPR: 168520 170096
2013-07-13 Konstantin BelousovAssert that runningbufspace does not underflow.
2013-07-13 Konstantin BelousovThere is no need to count waiters for the runningbufspace.
2013-07-13 Konstantin BelousovAllow to call clock_gettime() on the clock id for zombi...
2013-07-11 Andre OppermannMake use of the fact that uma_zone_set_max(9) already...
2013-07-11 Andre OppermannFix style issues, a typo in "kern.ipc.nmbufs" and corre...
2013-07-11 Konstantin BelousovDo not invalidate page of the B_NOCACHE buffer or buffe...
2013-07-10 David ChisnallImport new libcxxrt / libc++. This brings some bug...
2013-07-10 Marcel MoolenaarAdd vfs_mounted and vfs_unmounted events so that compon...
2013-07-09 Konstantin BelousovThere are several code sequences like
2013-07-09 Andriy Gaponshould_yield: protect from td_swvoltick being uninitial...
2013-07-09 Andriy Gaponnamecache sdt: freebsd doesn't support structured chara...
2013-07-08 John BaldwinFix build with INVARIANT_SUPPORT enabled but not INVARI...
2013-07-07 Edwin GroothuisMFV of tzdata2013d, 253008
2013-07-07 Alfred PerlsteinMake kassert_printf use __printflike.
2013-07-06 Alexander Leidinger- Move videodev headers from compat/linux to contrib...
2013-07-06 Jamie GrittonMake the comments a little more clear about PRIV_KMEM_...
2013-07-05 Jamie GrittonAdd new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE...
2013-07-05 Martin MatuskaMFV r252839:
2013-07-04 Rui PauloRestore the dbus directory that was not meant to be...
2013-07-04 Rui PauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 Alfred PerlsteinThe change in r236456 (atomic_store_rel not locked...
2013-07-02 Mateusz GuzikFix receiving fd over unix socket broken in r247740.
2013-07-01 Mikolaj GolubPlug up the lock lock leakage when exporting to a short...
2013-07-01 Konstantin BelousovFix issues with zeroing and fetching the counters,...
next