]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Update kern_data_resid according to r312291.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-02-25 Konstantin BelousovDo not leak mount references for dying threads.
2017-02-24 Konstantin BelousovRemove cpu_deepest_sleep variable.
2017-02-24 Warner LoshCast values to (int) before comparing them to the range...
2017-02-24 Warner LoshKDTRACE_HOOKS isn't guaranteed to be defined. Change...
2017-02-23 Mateusz Guzikmtx: microoptimize lockstat handling in spin mutexes...
2017-02-23 Eric van GyzenAdd sem_clockwait_np()
2017-02-23 Jonathan T. LooneyFix a panic during boot caused by inadequate locking...
2017-02-21 Warner LoshMake the code match the comments: If we have ANY buf...
2017-02-20 John BaldwinConsolidate statements to initialize files.
2017-02-20 Mateusz Guzikmtx: fix spin mutexes interaction with failed fcmpset
2017-02-20 Eric BadgerDefer ptracestop() signals that cannot be delivered...
2017-02-20 Dag-Erling SmørgravUpgrade to OpenPAM Radula.
2017-02-19 Konstantin BelousovApply noexec mount option for mmap(PROT_EXEC).
2017-02-19 Baptiste DaroussinImport mandoc 1.4.1rc2
2017-02-19 Baptiste DaroussinImport libucl 20170219
2017-02-19 Mateusz Guziklocks: make trylock routines check for 'unowned' value
2017-02-19 Hans Petter SelaskyMake sure the thread constructor and destructor eventha...
2017-02-19 Jason A. HarmeningBring back r313037, with fixes for mips:
2017-02-18 Mateusz Guziklocks: clean up trylock primitives
2017-02-18 Bryan DreweryFix panic with unlocked vnode to vrecycle().
2017-02-18 Mateusz Guzikmtx: plug the 'opts' argument when not used
2017-02-17 Josh PaetzelMVF: 313876
2017-02-17 Mateusz Guzikmtx: get rid of file/line args from slow paths if they...
2017-02-17 Mateusz Guzikmtx: restrict r313875 to kernels without LOCK_PROFILING
2017-02-17 Mateusz Guzikmtx: microoptimize lockstat handling in __mtx_lock_sleep
2017-02-17 Mateusz Guziksx: fix compilation on UP kernels after r313855
2017-02-17 Mateusz GuzikIntroduce SCHEDULER_STOPPED_TD for use when the thread...
2017-02-17 Mateusz Guziklocks: let primitives for modules unlock without always...
2017-02-17 Mateusz Guziklocks: remove SCHEDULER_STOPPED checks from primitives...
2017-02-16 Ryan StoneRevert r313814 and r313816
2017-02-16 Eric van GyzenUse inet_ntoa_r() instead of inet_ntoa() throughout...
2017-02-16 Ryan StoneFix a typo in my previous commit
2017-02-16 Ryan StoneCheck for preemption after lowering a thread's priority
2017-02-16 Josh PaetzelMFV 313786
2017-02-15 Martin MatuskaMFV r313781:
2017-02-15 Xin LIMFV r313759: license change for a few headers (4 clause...
2017-02-15 Mark JohnstonApply MADV_FREE to exec_map entries only after a lowmem...
2017-02-14 Eric Badgersleepq_catch_signals: do thread suspension before signa...
2017-02-14 Andriy Gapontry to fix RACCT_RSS accounting
2017-02-13 Konstantin BelousovRework r313352.
2017-02-13 Xin LIMFV r313676: libpcap 1.8.1
2017-02-12 Konstantin BelousovConsistently handle negative or wrapping offsets in...
2017-02-12 Konstantin BelousovSwitch copyout_map() to use vm_mmap_object() instead...
2017-02-12 Mateusz Guziklockmgr: implement fast path
2017-02-11 Martin MatuskaMFV r313569:313569:313569:
2017-02-10 John BaldwinRegenerate all the system call tables to drop "created...
2017-02-10 John BaldwinDrop the "created from" line from files generated by...
2017-02-10 Konstantin BelousovFix r313495.
2017-02-09 Konstantin BelousovIncrease a chance of devfs_close() calling d_close...
2017-02-09 Konstantin BelousovDo not establish advisory locks when doing open(O_EXLOC...
2017-02-09 Mateusz Guzikrwlock: fix r313454
2017-02-09 Mateusz Guziklocks: tidy up unlock fallback paths
2017-02-08 Mateusz Guziksx: implement slock/sunlock fast path
2017-02-08 Mateusz Guzikrwlock: implemenet rlock/runlock fast path
2017-02-08 Enji CooperMFhead@r313433
2017-02-07 John BaldwinCopy the e_machine and e_flags fields from the binary...
2017-02-07 Enji CooperImprove libnetbsd compatibility with NetBSD
2017-02-07 Enji CooperMFhead@r313398
2017-02-07 Emmanuel Vadotsubr_sfbus.c need sys/proc.h for struct thread definition.
2017-02-07 Mateusz Guzikrwlock: implement RW_LOCK_WRITER_RECURSED bit
2017-02-07 Mateusz GuzikBump struct thread alignment to 32.
2017-02-07 Mateusz Guziklocks: follow up r313386
2017-02-07 Mateusz Guziklocks: change backoff to exponential
2017-02-07 Enji CooperMFhead@r313360
2017-02-06 Edward Tomasz Napi... Make root_mount_hold() work after boot. This is importa...
2017-02-06 Edward Tomasz Napi... In r290196 the root mount hold mechanism was changed...
2017-02-06 Andrew TurnerOnly allow the pic type to be either a PIC or MSI type...
2017-02-06 Mateusz Guziklocks: fix recursion support after recent changes
2017-02-05 Mateusz Guzikrwlock: move lockstat handling out of inline primitives
2017-02-05 Edward Tomasz Napi... Add kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-05 Mateusz Guziksx: move lockstat handling out of inline primitives
2017-02-05 Mateusz Guzikmtx: fixup r313278, the assignemnt was supposed to...
2017-02-05 Mateusz Guzikmtx: fix up _mtx_obtain_lock_fetch usage in thread...
2017-02-05 Mateusz Guzikmtx: move lockstat handling out of inline primitives
2017-02-05 Mateusz Guziksx: add witness support missed in r313272
2017-02-05 Mateusz Guziksx: uninline slock/sunlock
2017-02-05 Mateusz Guziksx: switch to fcmpset
2017-02-05 Mateusz Guzikrwlock: switch to fcmpset
2017-02-05 Mateusz Guzikmtx: switch to fcmpset
2017-02-05 Mateusz Guzikvfs: use atomic_fcmpset in vfs_refcount_*
2017-02-05 Enji CooperMFhead@r313266
2017-02-05 Mark JohnstonMake witness_warn() always print to the console.
2017-02-05 Mateusz Guzikfd: switch fget_unlocked to atomic_fcmpset
2017-02-04 Enji CooperMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 Enji CooperMFhead@r313243
2017-02-04 Jason A. HarmeningRevert r313037
2017-02-02 Jung-uk KimMFV: r313101
2017-02-02 Martin MatuskaMFV r313071:
2017-02-01 Gleb SmirnoffUpdate tcpdump to 4.9.0.
2017-02-01 Hartmut BrandtMerge filt_soread and filt_solisten and decide what...
2017-02-01 Jason A. HarmeningImplement get_pcpu() for the remaining architectures...
2017-01-31 Edward Tomasz Napi... Add kern_pread() and kern_pwrite(), and use it in compa...
2017-01-31 Edward Tomasz Napi... Replace calls to sys_truncate() with kern_truncate().
2017-01-31 Edward Tomasz Napi... Add kern_cpuset_getid() and kern_cpuset_setid(), and...
2017-01-30 Pedro F. GiffuniMFV 312999:
2017-01-30 Pedro F. GiffuniMFV r312996:
2017-01-30 Pedro F. GiffuniMFV r312970:
2017-01-30 Andriy Gaponput very expensive sanity checks of advisory locks...
2017-01-30 Edward Tomasz Napi... Add kern_listen(), kern_shutdown(), and kern_socket...
2017-01-30 Edward Tomasz Napi... Add kern_lseek() and use it instead of sys_lseek()...
next