]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
iwn: deduplicate (RXON + txpower + broadcast node) command sequence.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-03-07 hirenFix the KASSERT check from r314813.
2017-03-07 hirenWe've found a recurring problem where some userland...
2017-03-06 glebiusFix compilation of r314784 on 32 bit.
2017-03-06 glebiusIn panic() print current timestamp, which matches times...
2017-03-06 kibInstead of direct use of vm_map_insert(), call vm_map_f...
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-05 alcStyle and punctuation fixes.
2017-03-05 manuExport a sysctl dev.<clkdom>.<unit>.clocks for each...
2017-03-03 vangyzenFix grammar in some comments in subr_sleepqueue.c
2017-03-03 markjFix a ticks comparison in sched_pctcpu_update().
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 emastekern_sig.c: ANSIfy and remove archaic register keyword
2017-03-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-03-02 kibStyle.
2017-03-02 hselaskyImplement taskqueue_poll_is_busy() for use by the LinuxKPI.
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314482 through r314522.
2017-03-01 sbrunoMake gtaskqueue compatible with drm-next such that...
2017-03-01 kibUse vm_map_insert() instead of vm_map_find() in elf_map...
2017-03-01 kibWhen deallocating the vm object in elf_map_insert(...
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-03-01 mjglocks: ensure proper barriers are used with atomic...
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-28 scottlProvide a comment on why stdio.h needs to be included.
2017-02-28 jkimInclude stdio.h to fix libsbuf build.
2017-02-28 scottlImplement sbuf_prf(), which takes an sbuf and outputs it
2017-02-28 glebiusRemove SVR4 (System V Release 4) binary compatibility...
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-25 kibDo not leak mount references for dying threads.
2017-02-24 kibRemove cpu_deepest_sleep variable.
2017-02-24 impCast values to (int) before comparing them to the range...
2017-02-24 impKDTRACE_HOOKS isn't guaranteed to be defined. Change...
2017-02-23 mjgmtx: microoptimize lockstat handling in spin mutexes...
2017-02-23 vangyzenAdd sem_clockwait_np()
2017-02-23 dimMerge ^/head r313896 through r314128.
2017-02-23 jtlFix a panic during boot caused by inadequate locking...
2017-02-21 impMake the code match the comments: If we have ANY buf...
2017-02-20 jhbConsolidate statements to initialize files.
2017-02-20 mjgmtx: fix spin mutexes interaction with failed fcmpset
2017-02-20 badgerDefer ptracestop() signals that cannot be delivered...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 kibApply noexec mount option for mmap(PROT_EXEC).
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-19 mjglocks: make trylock routines check for 'unowned' value
2017-02-19 hselaskyMake sure the thread constructor and destructor eventha...
2017-02-19 jahBring back r313037, with fixes for mips:
2017-02-18 mjglocks: clean up trylock primitives
2017-02-18 bdreweryFix panic with unlocked vnode to vrecycle().
2017-02-18 mjgmtx: plug the 'opts' argument when not used
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-17 mjgmtx: get rid of file/line args from slow paths if they...
2017-02-17 mjgmtx: restrict r313875 to kernels without LOCK_PROFILING
2017-02-17 mjgmtx: microoptimize lockstat handling in __mtx_lock_sleep
2017-02-17 mjgsx: fix compilation on UP kernels after r313855
2017-02-17 mjgIntroduce SCHEDULER_STOPPED_TD for use when the thread...
2017-02-17 mjglocks: let primitives for modules unlock without always...
2017-02-17 mjglocks: remove SCHEDULER_STOPPED checks from primitives...
2017-02-16 rstoneRevert r313814 and r313816
2017-02-16 vangyzenUse inet_ntoa_r() instead of inet_ntoa() throughout...
2017-02-16 rstoneFix a typo in my previous commit
2017-02-16 rstoneCheck for preemption after lowering a thread's priority
2017-02-15 markjApply MADV_FREE to exec_map entries only after a lowmem...
2017-02-14 badgersleepq_catch_signals: do thread suspension before signa...
2017-02-14 avgtry to fix RACCT_RSS accounting
2017-02-13 kibRework r313352.
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-12 kibConsistently handle negative or wrapping offsets in...
2017-02-12 kibSwitch copyout_map() to use vm_mmap_object() instead...
2017-02-12 mjglockmgr: implement fast path
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-10 jhbRegenerate all the system call tables to drop "created...
2017-02-10 jhbDrop the "created from" line from files generated by...
2017-02-10 kibFix r313495.
2017-02-09 kibIncrease a chance of devfs_close() calling d_close...
2017-02-09 kibDo not establish advisory locks when doing open(O_EXLOC...
2017-02-09 mjgrwlock: fix r313454
2017-02-09 mjglocks: tidy up unlock fallback paths
2017-02-08 mjgsx: implement slock/sunlock fast path
2017-02-08 mjgrwlock: implemenet rlock/runlock fast path
2017-02-08 ngieMFhead@r313433
2017-02-07 jhbCopy the e_machine and e_flags fields from the binary...
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 ngieMFhead@r313398
2017-02-07 manusubr_sfbus.c need sys/proc.h for struct thread definition.
2017-02-07 mjgrwlock: implement RW_LOCK_WRITER_RECURSED bit
2017-02-07 mjgBump struct thread alignment to 32.
2017-02-07 mjglocks: follow up r313386
2017-02-07 mjglocks: change backoff to exponential
2017-02-07 ngieMFhead@r313360
2017-02-06 traszMake root_mount_hold() work after boot. This is importa...
2017-02-06 traszIn r290196 the root mount hold mechanism was changed...
2017-02-06 andrewOnly allow the pic type to be either a PIC or MSI type...
2017-02-06 mjglocks: fix recursion support after recent changes
2017-02-05 dimMerge ^/head r313055 through r313300.
2017-02-05 mjgrwlock: move lockstat handling out of inline primitives
2017-02-05 traszAdd kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-05 mjgsx: move lockstat handling out of inline primitives
2017-02-05 mjgmtx: fixup r313278, the assignemnt was supposed to...
2017-02-05 mjgmtx: fix up _mtx_obtain_lock_fetch usage in thread...
next