]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Call zil_commit() (if ZIL is not disabled) after every non-read request
[FreeBSD/FreeBSD.git] / sys / kern /
2007-10-30 Nate LawsonIf we're on an SMP kernel and there is more than 1...
2007-10-29 Julian Elischerfix typo in code normally not compiled in.
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-28 Julian ElischerFix typo in code obviously not being compiled on any...
2007-10-27 John BaldwinChange the roundrobin implementation in the 4BSD schedu...
2007-10-27 Craig RodriguesIn nmount(), if MNT_ROOT is in the mount flags, filter it
2007-10-27 Julian ElischerAdd support for the pre-exisiting module shutdoen hands...
2007-10-27 Julian Elischerrename the process to 'idle' and 'intr' as per jhb.
2007-10-27 Julian ElischerInitialise the initial process pointer to NULL so that...
2007-10-26 Julian ElischerIf kthread_exit() is called on the last kthread in...
2007-10-26 Julian Elischerif one changes a function's arguments, one must also...
2007-10-26 Julian Elischeroops, over optimised and broke non-SMP builds
2007-10-26 Julian Elischerkthread_exit needs no stinkin argument.
2007-10-26 David E. O'Brienstyle(9)
2007-10-26 Julian ElischerIntroduce a way to make pure kernal threads.
2007-10-26 Christian S.J. PeronImplement AUE_CORE, which adds process core dump suppor...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 Robert WatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-24 Christian S.J. PeronMove where we audit the PID argument such that we uncon...
2007-10-23 Julian ElischerTake out the single-threading code in fork.
2007-10-23 Peter GrehanCut over to ULE on PowerPC
2007-10-22 John BirrellAdd the full module path name to the kld_file_stat...
2007-10-21 Robert WatsonAdd PRIV_VFS_STAT privilege, which will allow overridin...
2007-10-20 Julian ElischerRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-19 Ed MastePut comments about syscalls by the correct ones, and...
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Sam LefflerULE works fine on arm; allow it to be used
2007-10-16 Alfred PerlsteinExport maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-15 Alexander LeidingerBackout sensors framework.
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-14 Alexander LeidingerImport OpenBSD's sysctl hardware sensors framework.
2007-10-13 Dag-Erling SmørgravI don't know what I was smoking when I wrote these...
2007-10-12 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-12 Mohan SrinivasanSet the NFS server sockbuf high watermarks to the syste...
2007-10-09 Jeff Roberson - Fix from pr kern/115469; Don't redeliver a signal...
2007-10-08 Jeff Roberson - Bail out of tdq_idled if !smp_started or idle steali...
2007-10-08 Jeff Roberson - Restore historical sched_yield() behavior by changin...
2007-10-08 Jeff Roberson - Restore historical yield() behavior by manually...
2007-10-08 Jeff Roberson - Fix ULE in kernels without PREEMPTION compiled in...
2007-10-08 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-06 Kip MacyThis patch adds an M_NOFREE flag which allows one to...
2007-10-06 Kip MacyAllow drivers to free an mbuf without having the mbuf...
2007-10-03 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-10-02 Pawel Jakub DawidekFix sx_try_slock(), so it only fails when there is...
2007-10-02 Jeff Roberson - Reassign the thread queue lock to newtd prior to...
2007-10-02 Jeff Roberson - Move the rebalancer back into hardclock to prevent...
2007-09-27 Jeff Roberson - Honor the PREEMPTION and FULL_PREEMPTION flags by...
2007-09-26 Ruslan ErmilovFix the description of the formula used to autosize...
2007-09-25 Alan CoxChange the management of cached pages (PQ_CACHE) in...
2007-09-24 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-09-24 Jeff Roberson - Bound the interactivity score so that it cannot...
2007-09-22 Jeff Roberson - Improve grammar. s/it's/its/.
2007-09-21 Pawel Jakub DawidekFix some locking cases where we ask for exclusively...
2007-09-21 Jeff Roberson - Redefine p_swtime and td_slptime as p_swtick and...
2007-09-21 Jeff Roberson - Call sched_sleep() before we suspend threads. sched...
2007-09-20 Attilio RaoFix some entries in the locks static table of witness.
2007-09-17 Jeff Roberson - Move all of the PS_ flags into either p_flag or...
2007-09-15 Robert WatsonRemove the definition and implementation of 'CALLOUT_NE...
2007-09-14 Attilio RaoCurrently the LO_NOPROFILE flag (which is masked on...
2007-09-13 Attilio Raosubr_sleepqueue.c presents a thread lock missing which...
2007-09-12 Konstantin BelousovWhen restoring the mount after umount failed, the MNTK_...
2007-09-11 Attilio RaoThis is a follow-up, cleaning-up commit about recent...
2007-09-10 Robert WatsonRename mac_check_vnode_delete() MAC Framework and MAC...
2007-09-02 Robert WatsonIn userland_sysctl(), call useracc() with the actual...
2007-08-31 John BaldwinClose a race that snuck in with the recent changes...
2007-08-31 Diomidis SpinellisAdd missing newline in the log message of the previous...
2007-08-31 Diomidis SpinellisDon't panic. When encountering a negative value call...
2007-08-29 John BaldwinPartially revert the previous change. I failed to...
2007-08-28 John BaldwinRework the routines to convert a 5.x+ statfs structure...
2007-08-27 Randall Stewart- During shutdown pending, when the last sack came...
2007-08-24 Edwin GroothuisThis commit was generated by cvs2svn to compensate...
2007-08-20 Konstantin BelousovDestroy the kaio_mtx on the freeing the struct kaioinfo...
2007-08-20 Jeff Roberson - Improve runq_findbit_from() which is used by ULE...
2007-08-20 Jeff Roberson - Set steal_thresh to log2(ncpus). This improves...
2007-08-20 Nate LawsonAlways call sched_bind(), even if on the CPU in questio...
2007-08-19 Nate LawsonUse a different loop variable for the inner loop. ...
2007-08-16 David XuRegenerate.
2007-08-16 David XuAdd thr_kill2 syscall which sends a signal to a thread...
2007-08-15 John BaldwinOn 6.x this works:
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-13 Pawel Jakub DawidekImprove vn_printf() by:
2007-08-07 Konstantin BelousovDo not call free() while holding vnode interlock.
2007-08-06 Robert WatsonRemove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT...
2007-08-04 Jeff Roberson - Fix one line that erroneously crept in my last commit.
2007-08-03 Jeff Roberson - Share scheduler locks between hyper-threaded cores...
2007-08-03 Jeff Roberson - Set SW_PREEMPT when we preempt in critical_exit().
2007-08-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-07-27 Robert WatsonFirst in a series of changes to remove the now-unused...
2007-07-27 Attilio RaoActually, upcalls cannot be freed while destroying...
2007-07-26 Pawel Jakub DawidekWhen we do open, we should lock the vnode exclusively...
2007-07-26 Pawel Jakub DawidekThe v_mountedhere field is protected by the vnode lock...
2007-07-25 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-07-23 Attilio Raoupcall_free() was only used in kse_GC() which has been...
next