]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-10-05 Hiroki SatoNew release note: SA-03:18.
2003-10-05 Hiroki SatoNew errata: SA-03:14, SA-03:17, SA-03:18.
2003-10-05 Bruce EvansInclude <sys/mutex.h>. Don't depend on namespace pollu...
2003-10-05 Jeff Roberson - Check the XLOCK before inspecting v_data.
2003-10-05 Jeff Roberson - Apply a big giant lock around the namecache. This...
2003-10-05 Jeff Roberson - Fix an XXX. Check the error of vn_lock() in vflush...
2003-10-05 Alan CoxAssert that the containing vm object's lock is held in
2003-10-05 Jeff Roberson - Skip over xvp if XLOCK is set.
2003-10-05 Jeff Roberson - Remove an incorrect XXX comment. This code does...
2003-10-05 Jeff Roberson - Check the XLOCK before we inspect the vnode.
2003-10-05 Jeff Roberson - We don't need to cache_purge() in nfs_reclaim()...
2003-10-05 Jeff Roberson - Check the XLOCK prior to inspecting v_data.
2003-10-05 Jeff Roberson - Check XLOCK prior to accessing v_data.
2003-10-05 Jeff Roberson - File systems that wish to inspect the vnode contents...
2003-10-05 Bruce M SimpsonCorrect a typo on line 552 of revision 1.92 which was...
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 - Don't cache_purge() in cd9660_reclaim. vclean(...
2003-10-05 Jeff Roberson - Don't cache_purge() in ufs_reclaim. vclean() does...
2003-10-05 Jeff Roberson - Don't cache_purge() in ext2_reclaim. vclean() does...
2003-10-05 Jeff Roberson - Don't cache_purge() in *_reclaim routines. vclean...
2003-10-05 Bruce M SimpsonUpdate the page_req classes VM_ALLOC_NOOBJ and VM_ALLOC...
2003-10-05 Jeff Roberson - Solve a LOR with the sync_mtx by using the VI_ONWORK...
2003-10-05 Alan CoxDon't bother setting a page table page's valid field...
2003-10-05 Jeff Roberson - Move the xlock 'locking' code into vx_lock() and...
2003-10-04 Alan CoxSynchronize access to a vm page's valid field using...
2003-10-04 Alan CoxEliminate some unnecessary uses of the vm page queues...
2003-10-04 Josef KarthauserMake it easier to run this code on RELENG_4.
2003-10-04 Peter WemmFix the apm problem for real. We leave the first 4K...
2003-10-04 Alan CoxAssert that the containing vm object's lock is held in
2003-10-04 Josef KarthauserMake it easier to run this code on RELENG_4.
2003-10-04 Alan CoxSynchronize access to a vm page's valid field using...
2003-10-04 Alan CoxSynchronize access to a vm page's valid field using...
2003-10-04 Alan Cox - Extend the scope the vm object lock to cover calls to
2003-10-04 Alan CoxSynchronize access to a vm page's valid field using...
2003-10-04 Ruslan ErmilovRetired the "most" and "installmost" targets -- they...
2003-10-04 Warner Loshany -> ? for new entry (to allow time for people to...
2003-10-04 Warner LoshOoops. Committed sin number 1: updating the code w...
2003-10-04 Warner LoshI've been burned about half a dozen times by the old...
2003-10-04 Jeff Roberson - In sched_sync() test our preconditions prior to...
2003-10-04 Jeff Roberson - Consistently set sopt_dir.
2003-10-04 Jeff Roberson - Change a lame iterative algorithm to a constant...
2003-10-04 Jeff Roberson - Set the sopt_dir member of the sockopt structure...
2003-10-04 Jeff Roberson - Don't use vrecycle() call vgonel() directly after...
2003-10-04 Jeff Roberson - The VI assert in getdirtybuf() is only valid if...
2003-10-04 Christian Weisgerbermissing word
2003-10-04 Yaroslav TykhiyAssorted minor fixes, mostly style(9):
2003-10-04 Jeff Roberson - In a Giantless world, the vn_lock() in vcanrecycle...
2003-10-04 Christian Weisgerberreference ntpd(8)
2003-10-04 Yaroslav TykhiyDon't dump core from the time(1) process itself
2003-10-04 Jeff Roberson - If we are called with LK_NOWAIT in vn_lock() we...
2003-10-04 Jeff Roberson - Document more of the vnode locking strategy.
2003-10-04 Jeff Roberson - Increase the scope of the interlock in ffs_reload...
2003-10-04 Jeff Roberson - Fix an unlocked call to GETATTR by slightly shufflin...
2003-10-04 Jeff Roberson - Use the UMA_ZONE_VM flag on the fakepg and object...
2003-10-04 Jeff Roberson - Use the VI_LOCK macro in two places where we directl...
2003-10-04 Jeff Roberson - Properly acquire the vnode interlock before releasin...
2003-10-04 Jeff Roberson - Acquire the vnode interlock prior to dropping the...
2003-10-04 Jeff Roberson - Make proper use of the mntvnode_mtx. We do not...
2003-10-04 Jeff Roberson - The proper test is CPU_ENABLE_SSE and not CPU_ENABLE...
2003-10-04 Jeff Roberson - Acquire the vnode interlock prior to droping the...
2003-10-04 Jeff Roberson - Remove a mp_fixme() and some locks that weren't...
2003-10-04 Alan CoxSynchronize access to a page's valid field by using...
2003-10-04 Jeff Roberson - Remove the backtrace() call from the *_vinvalbuf...
2003-10-04 Diomidis SpinellisCheck for write errors; report and exit with error...
2003-10-04 Peter WemmEmulate bugs in the old PSE code so that apm works...
2003-10-04 Sam LefflerLocking for updates to routing table entries. Each...
2003-10-04 Garance A DrosehnHandle a 'const' parameter without using __DECONST().
2003-10-04 Sam Leffleradd a stub for bpfattach2 so bpf is not required with...
2003-10-04 Bruce M SimpsonRemove the pmap_prefault(9) page as it is no longer...
2003-10-04 Bruce M SimpsonUpdate the pmap(9) documentation to reflect the movemen...
2003-10-03 Alan CoxMigrate pmap_prefault() into the machine-independent...
2003-10-03 Sam Lefflerhookup ctlinput for fast ipsec versions of esp+ah protocols
2003-10-03 Warner LoshWhile make has been fixed to grok this construct, the...
2003-10-03 Poul-Henning... Default ntpd to write a "driftfile" in /var/db/ntpd...
2003-10-03 Ruslan ErmilovMake the -q option DTRT in the compat mode.
2003-10-03 Sam Lefflerremove unused variable
2003-10-03 Sam Lefflerremove unneeded include of route.h
2003-10-03 Sam Lefflerremove include of route.h now that ip_dummynet.h no...
2003-10-03 Sam Lefflerplace some kernel-specific data structures under #ifdef...
2003-10-03 Ruslan ErmilovRemoved the ancient .LIBS setting that causes non-existent
2003-10-03 Poul-Henning... Fix typo.
2003-10-03 Alan CoxMake PAGE_SIZE and related quantities signed on sparc64...
2003-10-03 Poul-Henning... Only install .k5login if people have not set NO_KERBEROS.
2003-10-03 Diomidis SpinellisStyle fixes: shell script indentation, if/then style...
2003-10-03 Diomidis SpinellisCreate a driver that will compile without warnings...
2003-10-03 Poul-Henning... More checking if kenv actually know something.
2003-10-03 Ruslan ErmilovFixed the "To build a kernel" section to mention -DALWA...
2003-10-03 Robert WatsonWhen direct dispatching an netisr (net.isr.enable=1...
2003-10-03 Sam Lefflertrivial locking rtsock_cb
2003-10-03 Poul-Henning... In case we have no /etc/resolv.conf, don't try to make...
2003-10-03 Sam Lefflercleanups prior to adding locking (and in some cases...
2003-10-03 Bruce M SimpsonShorten 'bad gateway' AF_LINK message.
2003-10-03 Bruce M SimpsonMake arp_rtrequest()'s 'bad gateway' messages slightly...
2003-10-03 Joe Marcus... Export PARALLEL_PACAKGE_BUILD to the environment as...
2003-10-03 Bruce A. MahNew release notes: LIBICONV, CD9660_ICONV/MSDOSFS_ICON...
2003-10-03 Bruce A. MahNew release note: OpenSSL 0.9.7c.
2003-10-03 Hiroki SatoRemove SA-03:16.
2003-10-03 Hiroki SatoNew release notes:
next