]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Quieten the AR9300 HAL probe a bit.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-09-17 Alexander MotinReprase r271616 comments.
2014-09-17 Adrian ChaddMigrate ie->ie_assign_cpu and associated code to use...
2014-09-16 Adrian ChaddModify cpuset_setithread() to take a CPU ID as an integ...
2014-09-16 Enji CooperValidate the mode argument in access, eaccess, and...
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-15 Alexander MotinAdd comments describing r271604 change.
2014-09-14 Alexander MotinAdd couple memory barries to serialize tdq_cpu_idle...
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-13 Alexander V. ChernikovFix error handling in cpuset_setithread() introduced...
2014-09-12 John BaldwinFix various issues with invalid file operations:
2014-09-12 John BaldwinTweak pipe_truncate() to more closely match pipe_chown...
2014-09-12 John BaldwinSimplify vntype_to_kinfo() by returning when the desire...
2014-09-10 Gleb SmirnoffRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-09 Edward Tomasz Napi... Avoid unlocking unlocked mutex in RCTL jail code. ...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-08 Hiroki Sato- Make hhook_run_socket() vnet-aware instead of adding...
2014-09-08 Jean-Sébastien Pédronpause_sbt(): Take the cold path (ie. use DELAY()) if...
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-07 Gleb SmirnoffFix for r271182.
2014-09-05 Mateusz GuzikPlug unnecessary fp assignments in kern_fcntl.
2014-09-05 Gleb SmirnoffSet vnet context before accessing V_socket_hhh[].
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Sean BrunoAllow multiple image activators to run on the same...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-04 Gleb SmirnoffChange a very strange code in m_demote() to simple...
2014-09-04 Gleb SmirnoffProvide m_catpkt(), a wrapper around m_cat() that deals...
2014-09-04 Mateusz GuzikPlug a hypothetical use after free in sysctl kern.proc...
2014-09-04 Benno RiceAdd KASSERTs to catch the case where a developer may...
2014-09-03 Konstantin BelousovStyle.
2014-09-03 Konstantin BelousovRetire thread_unthread(), it has only one caller. ...
2014-09-03 Konstantin BelousovRight now, thread_single(SINGLE_EXIT) returns after...
2014-09-03 Gleb SmirnoffFix dereference after NULL check.
2014-09-03 Mateusz GuzikFix up proc_realparent to always return correct process.
2014-08-31 Alan CoxAutomatically prefault a limited number of mappings...
2014-08-30 Mateusz GuzikAdd missing proctree locking to fill_kinfo_proc consumers.
2014-08-29 Andreas ToblerRename shm_dict_init to shm_init to fix a compiler...
2014-08-29 John BaldwinUse a unit number allocator to provide suitable st_dev...
2014-08-29 Konstantin BelousovAdd function and wrapper to switch lockmgr and vnode...
2014-08-28 Mateusz GuzikReturn real parent pid in kinfo (used by e.g. ps)
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-27 Jean-Sébastien Pédronvt(4): Add cngrab() and cnungrab() callbacks
2014-08-26 Gleb Smirnoff- Remove socket file operations declaration from sys...
2014-08-26 Mateusz GuzikFix up races with f_seqcount handling.
2014-08-24 Konstantin BelousovRevert the handling of all siginfo sa_flags except...
2014-08-24 Mateusz GuzikPlug a memory leak in case of failed lookups in capabil...
2014-08-24 Mateusz GuzikUse refcount_init in sigacts_alloc.
2014-08-24 Mateusz GuzikFix getppid for traced processes.
2014-08-24 Mateusz GuzikProperly reparent traced processes when the tracer...
2014-08-23 Alexander MotinRestore pre-r239157 handling of sched_yield(), when...
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-22 Konstantin BelousovIn do_lock_pi(), do not override error from umtxq_sleep...
2014-08-22 Konstantin BelousovEnsure that sigaction flags for signal, which dispositi...
2014-08-22 Konstantin BelousovCheck the validity of struct sigaction sa_flags value...
2014-08-22 Hiroki SatoFix a panic which occurs in a VIMAGE-enabled kernel...
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-18 Marcel MoolenaarFor vendors like Juniper, extensibility for sockets...
2014-08-18 Warner LoshExpand the elf brandelf infrastructure to give access...
2014-08-17 Edward Tomasz Napi... Bring in the new automounter, similar to what's provide...
2014-08-15 Mark JohnstonCorrect the order of arguments passed to LIST_INSERT_AF...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 Xin LIAdd a new loader tunable, vm.kmem_zmax which allows...
2014-08-14 Xin LIRe-instate UMA cached backend for 4K - 64K allocations...
2014-08-13 Konstantin BelousovIf vm_page_grab() allocates a new page, the page is...
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-11 Gleb SmirnoffMove KASSERT into locked region.
2014-08-11 Gleb SmirnoffUse M_WAITOK in sf_buf_init().
2014-08-11 Gleb SmirnoffProvide sf_buf_ref() to optimize refcounting of already...
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-07 Bjoern A. ZeebSplit up sys_ktimer_getoverrun() into a sys_ and a...
2014-08-07 Andrey V. ElsukovTemporary revert r269661, it looks like the patch isn...
2014-08-07 Andrey V. ElsukovUse cpuset_setithread() to apply cpu mask to taskq...
2014-08-07 Konstantin BelousovCorrect the problems with the ptrace(2) making the...
2014-08-05 Gleb SmirnoffMerge all MD sf_buf allocators into one MI, residing...
2014-08-05 Xin LIMFV r269542:
2014-08-04 Kirk McKusickAdd support for multi-threading of soft updates.
2014-08-04 Davide ItalianoFix an overflow in getsockopt(). optval isn't big enoug...
2014-08-03 Peter WemmPartial revert of r262867.
2014-08-03 Sergey Kandaurovvn_path_to_global_path: update comment.
2014-08-03 Warner LoshMake the witness lock limit an option.
2014-08-03 Konstantin BelousovRemove Giant acquisition from the mount and unmount...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-08-01 Rui PauloIn the shm_open() and shm_unlink() syscalls, export...
2014-07-29 Konstantin BelousovRemove one-time use macros which check for the vnode...
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
next