]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix secondary stacks calculation on ARM64
[FreeBSD/FreeBSD.git] / sys / kern /
2015-07-16 mjgfd: partially deduplicate fdescfree and fdescfree_remapped
2015-07-16 mjgGet rid of lim_update_thread and cred_update_thread.
2015-07-16 mjgvfs: implement v_holdcnt/v_usecount manipulation using...
2015-07-16 edImplement CloudABI's exec() call.
2015-07-15 kibDo not use atomic_swap_int(9), it is not available...
2015-07-15 kibReset non-zero it_need indicator to zero atomically...
2015-07-15 kibStyle. Remove excessive brackets. Compare non-boolean...
2015-07-14 markjFix some error-handling bugs when core dump compression...
2015-07-14 cemFix cleanup race between unp_dispose and unp_gc
2015-07-14 mjgexec: textvp -> oldtextvp; binvp -> newtextvp
2015-07-14 mjgexec plug a redundant vref + vrele of the image vnode
2015-07-13 mjgracct: perform a lockless check for p_throttled
2015-07-13 cempipe_direct_write: Fix mismatched pipelock/unlock
2015-07-12 ianUse the monotonic (uptime) counter rather than time...
2015-07-12 bzTry to unbreak the build after r285390 removing the...
2015-07-11 mjgvfs: always clear VI_OWEINACT in consumers bumping...
2015-07-11 mjgvfs: move si_usecount manipulation to dedicated functions
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-11 mjgMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 adrianRegenerate syscalls.
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-11 kibDo not allow creation of the dirty buffers for the...
2015-07-10 edAdd missing const keyword to kern_sigaction()'s 'act...
2015-07-10 mjgfd: further cleanup of kern_dup
2015-07-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-10 kibChange the mb() use in the sched_ult tdq_notify() and...
2015-07-10 edLet listen() return EDESTADDRREQ when not bound.
2015-07-09 mjgvfs: cosmetic changes to namei and namei_handle_root
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 mjgvfs: simplify error handling in namei
2015-07-09 edAdd implementations for some of the CloudABI file descr...
2015-07-09 mjgfd: prepare do_dup for being exported
2015-07-09 mjgvfs: avoid spurious vref/vrele for absolute lookups
2015-07-09 mjgvfs: plug a use-after-free of fd_rdir in namei
2015-07-09 edDon't clobber td->td_retval[0] in proc_reap().
2015-07-09 kibCover a race between doselwakeup() and selfdfree()...
2015-07-09 edImport the CloudABI datatypes and create a system call...
2015-07-08 kibReimplement the ordering requirements for the timehands...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 kibHandle copyout for the fcntl(F_OGETLK) using oflock...
2015-07-07 markjFix an incorrect assertion in witness.
2015-07-07 pfgRelocate sched_random() within the SMP section.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 mjgtty: replace several curthread->td_proc with stored...
2015-07-06 pkelseyDon't acquire sysctlmemlock in userland_sysctl() when...
2015-07-06 kibMutex memory is not zeroed, add MTX_NEW.
2015-07-05 markjMove the comment describing namei(9) back to namei...
2015-07-05 markjRemove a stale descriptive comment for gbincore().
2015-07-05 markjCheck suspendability on the mountpoint returned by...
2015-07-05 mjgfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 oshogboMove the nvlist source and private includes from sys...
2015-07-04 mjgvfs: use shared vnode locking when looking up ".."...
2015-07-04 mjgfd: de-k&r-ify functions + some whitespace fixes
2015-07-04 mjgsysctl: get rid of sysctl_lock/unlock
2015-07-04 mjgsysctl: remove a debugging printf which crept in with...
2015-07-04 mjgsysctl: switch sysctllock to a sleepable rmlock
2015-07-02 mjgsysvshm: fix up some whitespace issues and spurious...
2015-07-02 mjgsysvshm: don't lock proc when calculating attach_va
2015-07-02 mjgsysvshm: fix shmrealloc
2015-07-02 kibVnode is not referenced by the vfs_domount() at the...
2015-06-30 npFix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn...
2015-06-30 markmHuge cleanup of random(4) code.
2015-06-30 kibDo not calculate the stack's bottom address twice.
2015-06-28 markmAnsify another function. This is the last in the file...
2015-06-28 markmANSIfy the only function that uses K&R definition in...
2015-06-27 kibHandle errors from background write of the cylinder...
2015-06-26 adrianUn-static cpuset_which() - it's useful in other context...
2015-06-25 mjgrlimit: deduplicate code in chg* functions
2015-06-24 sbrunoAt the suggestion of jhb, replace atomic_set/clear...
2015-06-23 jmgzero this struct as it depends upon it...
2015-06-23 kibOnly take previous buffer queue lock (olock) when neede...
2015-06-22 sbrunoMake imgact_binmisc_exec() static.
2015-06-19 sbrunoRemove uneeded NULL check since malloc the malloc is...
2015-06-19 sbrunoMust have one of either M_WAITOK or M_NOWAIT, read...
2015-06-19 sbrunoFeedback from commit r284535
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 sbrunoThis change replaces the mutex with a sx lock for the...
2015-06-17 bzInitialise pr_enforce_statfs from the "default" sysctl...
2015-06-17 kibvfs_msync(), called from syncer vnode fsync VOP, only...
2015-06-16 pfgUse nitems() macro instead of __arraycount()
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-16 mjgfd: make rights a mandatory argument to fget_unlocked
2015-06-16 mjgfd: don't unnecessary copy capabilities in _fget
2015-06-14 mjgfd: reduce excessive zeroing on fd close
2015-06-14 mjgfd: move out actual fp installation to _finstall
2015-06-14 jlhnit: Rename racct_alloc_resource to racct_adjust_resource.
2015-06-13 sjgAdd META_MODE support.
2015-06-12 glebiusMake KPI of vm_pager_get_pages() more strict: if a...
2015-06-12 avgseveral lockstat improvements
2015-06-12 mjgussreq: use saved fdp pointer insted of td->td_proc...
2015-06-11 kibTweaks for r284178:
2015-06-10 delphijMFV r284234:
2015-06-10 mjgFixup the build after r284215.
2015-06-10 mjgImplement lockless resource limits.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-10 mjgfd: remove fdesc_mtx
2015-06-10 mjgfd: use atomics to manage fd_refcnt and fd_holcnt
2015-06-09 kenAdd support for reading MAM attributes to camcontrol...
2015-06-09 kibWhen updating/accessing the timehands, barriers are...
next