]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Adjust r314851 to not require every brand to specify interpreter path.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-03-22 kibAdjust r314851 to not require every brand to specify...
2017-03-22 ngiePrint out name of non-dynamic sysctl in sysctl_remove_o...
2017-03-21 cemkern_fail: Allow sleeping for more than 2147483/hz...
2017-03-21 emastetighten buffer bounds in imgact_binmisc_populate_interp
2017-03-20 mmMFV r315633, 315635:
2017-03-20 alcUse IDX_TO_OFF(), not ptoa(), when converting the diffe...
2017-03-19 alcStyle fixes. In particular, the variable "bogus" is...
2017-03-19 vangyzenRegenerate syscall files for r315526
2017-03-19 vangyzenAdd clock_nanosleep()
2017-03-18 alcAvoid unnecessary calls to vm_map_protect() in elf_load...
2017-03-18 vangyzennanosleep: plug a kernel memory disclosure
2017-03-18 bdeFix bright colors for syscons, and make them work for...
2017-03-17 kibWhen clearing altsigstack settings on exec, do it to...
2017-03-16 badgerDon't clear p_ptevents on normal SIGKILL delivery
2017-03-15 jhbUse UMA_ALIGN_PTR instead of sizeof(void *) for zone...
2017-03-15 alcRelax the locking requirements for vm_object_page_noreu...
2017-03-15 markjWhen draining a callout, don't clear CALLOUT_ACTIVE...
2017-03-14 vangyzenAdd missing pieces of r315280
2017-03-14 kibUse atop() instead of OFF_TO_IDX() for convertion of...
2017-03-14 vangyzenWhen the RTC is adjusted, reevaluate absolute sleep...
2017-03-14 kibUse designated initializers for kevent_copyops.
2017-03-14 kibHide kev_iovlen() definition under #ifdef KTRACE, fixin...
2017-03-12 ianChange 'Hz' back to 'HZ'... it's referring to the kerne...
2017-03-12 ianCorrect the abbreviations for microseconds (us, not...
2017-03-12 kibAvoid reusing p_ksi while it is on queue.
2017-03-12 kibAccept linkers representation for ELF segments with...
2017-03-12 kibStyle.
2017-03-12 kibKtracing kevent(2) calls with unusual arguments might...
2017-03-11 alcSimplify the control flow and tidy up a comment in...
2017-03-11 avgtrace thread running state when a thread is run for...
2017-03-11 avgactually implement proc:::lwp-exit probe
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-10 mmokhiFix NULL pointer dereference and panic with shm file...
2017-03-09 glebiusIn linker_load_file() print name of a file that failed...
2017-03-09 glebiusReduce stack usage in link_elf_load_file(), allocating...
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 glebiusm_mbuftouio() doesn't modify the mbuf.
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-07 badgerdon't stop in issignal() if P_SINGLE_EXIT is set
2017-03-07 kibWhen selecting brand based on old Elf branding, prefer...
2017-03-07 kibRequire whole brand string matching for old Elf branding.
2017-03-07 kibConsistently use vm_ooffset_t type for the vm object...
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...
next