]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
- We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.
[FreeBSD/FreeBSD.git] / sys / kern /
2003-10-05 Bruce M SimpsonRemove magic numbers surrounding locking state in the...
2003-10-05 Jeff Roberson - Rename vcanrecycle() to vtryrecycle() to reflect...
2003-10-05 Jeff Roberson - Don't cache_purge() in getnewvnode. It's done in...
2003-10-05 Jeff Roberson - Solve a LOR with the sync_mtx by using the VI_ONWORK...
2003-10-05 Jeff Roberson - Move the xlock 'locking' code into vx_lock() and...
2003-10-04 Alan CoxEliminate some unnecessary uses of the vm page queues...
2003-10-04 Alan Cox - Extend the scope the vm object lock to cover calls to
2003-10-04 Jeff Roberson - In sched_sync() test our preconditions prior to...
2003-10-04 Jeff Roberson - Change a lame iterative algorithm to a constant...
2003-10-04 Jeff Roberson - In a Giantless world, the vn_lock() in vcanrecycle...
2003-10-04 Jeff Roberson - If we are called with LK_NOWAIT in vn_lock() we...
2003-10-02 Jacques VidrineIntroduce a uiomove_frombuf helper routine that handles...
2003-10-02 Robert WatsonRemove the global variable 'cmask', which was used...
2003-10-01 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-30 Jeff Roberson - On my Pentium4-M laptop, invalpg takes ~1100 cycles...
2003-09-29 Robert WatsonIf the struct mac copied into the kernel has a negative...
2003-09-28 Poul-Henning KampRetire revoke_and_destroy_dev() with extreme prejudice.
2003-09-27 Marcel MoolenaarRemove the regstkpages sysctl variable. We have a growa...
2003-09-27 Marcel MoolenaarPart 2 of implementing rstacks: add the ability to...
2003-09-27 Poul-Henning KampMake life a little bit easier for cloning device drivers.
2003-09-27 Poul-Henning KampIntroduce no_poll() default method for device drivers...
2003-09-27 Poul-Henning KampDon't use seltrue when that is not really what we mean.
2003-09-27 Poul-Henning KampThe present defaults for the open and close for device...
2003-09-26 Poul-Henning KampOK, I messed up /dev/console with what I had hoped...
2003-09-26 Josef KarthauserThis commit was generated by cvs2svn to compensate...
2003-09-26 Robert DrehmelMove some tracing related code into its own function...
2003-09-26 Poul-Henning KampUpdate the list of CDROM device names to try for bootin...
2003-09-26 Poul-Henning KampRemove wrongly sized cnd_name field, we now store the...
2003-09-25 Peter WemmAdd sysentvec->sv_fixlimits() hook so that we can catch...
2003-09-23 Max KhonAvoid NULL pointer dereferencing in modlist_lookup2().
2003-09-22 Alan Cox - vm_hold_free_pages() should lock the kernel object...
2003-09-20 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-09-20 Doug RabsonThe method link_preload_finish is not static.
2003-09-20 Jeff Roberson - Somewhere along the line I stupidly removed critical...
2003-09-20 Jeff Roberson - In reassignbuf() don't unlock vp and lock newvp...
2003-09-19 Jeff Roberson - Remove spls(). The locking that has replaced them...
2003-09-19 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2003-09-19 Alexander KabaevEliminate one case of VI_UNLOCK followed by an immediate
2003-09-19 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-09-19 Tim J. RobbinsAllow the KERN_PROC_PROC sysctl to be used without...
2003-09-19 Jeff Roberson - Only use UMA to cache malloc requests up to PAGE_SIZ...
2003-09-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-15 Alan CoxCorrect a typo in the previous revision.
2003-09-14 Robert WatsonAdd a new sysctl, security.bsd.conservative_signals...
2003-09-13 Jacques Vidrinesched_setscheduler: Return EINVAL when a invalid policy...
2003-09-13 Jacques VidrineCorrect mostly harmless off-by-one error in getdomainna...
2003-09-13 Alan CoxConvert vmapbuf() from using pmap_extract() to using
2003-09-12 Alan Coxpipe_build_write_buffer() only requires read access...
2003-09-10 Marcel MoolenaarIntroduce BUS_CONFIG_INTR(). The method allows devices...
2003-09-10 Hidetoshi ShimokawaFix asynchronous physio breakage introduced in rev...
2003-09-10 John BaldwinUpdate the license on this file to be a bit more sane.
2003-09-08 Ian DowseIn the !MNT_BYFSID case, return EINVAL from unmount...
2003-09-08 Alan CoxUse pmap_extract_and_hold() in pipe_build_write_buffer...
2003-09-07 Tim J. RobbinsReturn EINVAL if the contested bit is not set on the...
2003-09-07 Alan Coxmsync(2) should be declared MP-safe.
2003-09-06 Sam Leffleradd fast swi taskqueue spinlock to the order_list so...
2003-09-06 Sam Lefflercorrect fast swi taskqueue spinlock name to be differen...
2003-09-06 Alan CoxGiant is no longer required by pipe_destroy_write_buffe...
2003-09-05 Sam Leffler"fast swi" taskqueue support. This is a taskqueue...
2003-09-05 Sam LefflerPrint a message at boot for interrupt handlers created...
2003-09-05 Peter WemmLog involuntary context switches correctly.
2003-09-05 Poul-Henning KampPut the message about msgbuf cksum mismatch under bootv...
2003-09-04 Josef KarthauserThis commit was generated by cvs2svn to compensate...
2003-09-03 Poul-Henning KampUse the quality to disable timecounters for which we...
2003-09-03 Kenneth D. MerryMove dynamic sysctl(8) variable creation for the cd...
2003-09-02 Sam Lefflermove domain list mutex initialization to earlier in...
2003-09-02 Martin BlappThis commit was generated by cvs2svn to compensate...
2003-09-02 Martin BlappThis commit was generated by cvs2svn to compensate...
2003-09-01 Mike SilbersackImplement MBUF_STRESS_TEST mark II.
2003-09-01 Sam Lefflero interlock domain list when adding domains
2003-08-31 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2003-08-31 Jeff Roberson - Define a new flag for getblk(): GB_NOCREAT. This...
2003-08-31 Jeff Roberson - If there is no vp assume that BKGRDINPROG is not...
2003-08-31 Jeff Roberson - In some cases bp->b_vp can be NULL in brelse, don...
2003-08-30 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2003-08-29 Alan CoxMigrate the sf_buf allocator that is used by sendfile...
2003-08-28 Marcel MoolenaarIn bufdone(), change the format specifier for m->valid...
2003-08-28 Alexander KabaevDo not return with vnode interlock held.
2003-08-28 Jeff Roberson - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and...
2003-08-26 Robert WatsonFix a mac_policy_list reference to be a mac_static_poli...
2003-08-26 David XuLet SA process work under ULE scheduler, originally...
2003-08-23 Alan CoxHold the page queues lock when performing vm_page_clear...
2003-08-23 Tim J. RobbinsFix a logic error in osethostid() that was introduced...
2003-08-23 Marcel MoolenaarOn ia64 time_t is 64 bit. Explicitly cast tv_sec to...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-21 Robert WatsonIntroduce two new MAC Framework and MAC policy entry...
2003-08-21 Eivind EklundChange description of kern.osreldate from "Operating...
2003-08-21 Robert WatsonAdd mac_check_vnode_deleteextattr() and mac_check_vnode...
2003-08-20 Robert WatsonRemove about 40 lines of #ifdef/#endif by using new...
2003-08-20 Warner Loshbde made a number of suggested improvements to the...
2003-08-20 Warner LoshFix an extreme edge case in leap second handling. ...
2003-08-19 Sam LefflerChange instances of callout_init that specify MPSAFE...
2003-08-17 Poul-Henning KampIt is not an error to have no devices in the kernel...
2003-08-16 Bosko MilekicUse constants less throughout the code and instead...
2003-08-16 Marcel MoolenaarFurther cleanup <machine/cpu.h> and <machine/md_var...
next