]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-06-02 pjdFix a problem introduced in revision 1.220. On mount...
2006-06-02 csjpFix the following bpf(4) race condition which can resul...
2006-06-02 mjacobMake the code able to compile again in RELENG_4.
2006-06-02 mjacobMore checkpointing on the way toward really (finally)
2006-06-02 rodrigcFix "mount -u -o ro".
2006-06-02 ambriskoMake lio ident more consistant with aio ident.
2006-06-02 motoyukidoc fix: option MFS is obsolete. use MD_ROOT instead.
2006-06-02 glebiusFix gif_output() so that GIF_UNLOCK() is performed...
2006-06-02 pjdDon't forget to unlock kq lock in low memory situations.
2006-06-02 pjdRemove confusing done_noglobal label. The KQ_GLOBAL_UNL...
2006-06-02 pjdUse SLIST_FOREACH_SAFE() macro, because knote_drop...
2006-06-02 desAs far as I can tell, the correct CPU family for amd64...
2006-06-02 maximo Implement findblk command: find the inode(s) owning...
2006-06-02 cognetDon't #error if no CPU is defined but we're not compili...
2006-06-02 ddsReplace the array initialization using the gcc-specific...
2006-06-02 davidxuRemove unused member field m_queue.
2006-06-02 rwatsonraw_disconnect() now disconnects but does not detach...
2006-06-02 rwatsonMinor restyling and cleanup around ipport_tick().
2006-06-02 glebius- Add definition for IFM_10G_CX4.
2006-06-02 impZero out the devices when they are deleted. We can...
2006-06-02 mlaierPrint dynamic rules for IPv6 as well.
2006-06-02 impEISA bus ia64 systems don't exist in reality. I'm...
2006-06-02 markus- Only print a clarifying message about which HCI node...
2006-06-01 cognetsched_rem() already sets ke->ke_state to KES_THREAD...
2006-06-01 rodrigcInclude "xfs_macros.h" to fix tinderbox build breakage.
2006-06-01 alcCorrect a syntax error in the previous revision.
2006-06-01 impCope with -Wundef. This means including xfs_macros...
2006-06-01 cognetDon't enable the FIQ in enable_interrupts() if F32_bit...
2006-06-01 maximo Record a file offset for a last successfully parsed...
2006-06-01 csjpCheck to see if the rootdir is the same as the current...
2006-06-01 maximo Better be safe than sorry: check return code from...
2006-06-01 maximo Document the fact truncate(2) has no effect for ...
2006-06-01 csjpSince NIS is an RPC based service, add a note that...
2006-06-01 ddsMove conditional preprocessing out from the IEEE80211_D...
2006-06-01 thompsaAdd rc.d/bridge which is invoked when a new interface...
2006-06-01 mjacobAdd scottl to maintainers to ask for Pre-commit review...
2006-06-01 silbyAfter much discussion with mjacob and scottl, change...
2006-06-01 rodrigcmount_msdosfs.c:
2006-06-01 alcIntroduce pmap_enter_locked() and use it to reimplement...
2006-06-01 thompsaAnnounce all interfaces to devd on attach/detach. This...
2006-05-31 bmahSwing URLs to security advisories over to security...
2006-05-31 bmahNew release notes: SA-06:15, SA-06:16.
2006-05-31 psFix minidumps to include pages allocated via pmap_map...
2006-05-31 cpercivaEnable inadvertantly disabled "securenet" access contro...
2006-05-31 ceriBring the "just copy" hit list closer to date.
2006-05-31 ceriUpdate the location of the kernel for upgrades.
2006-05-31 maximo Rearrange and remove incorrect comments.
2006-05-31 cognetAvoid a LOR by unlocking the vm_page_queue_mtx before...
2006-05-31 cognetIf our buffer is not aligned on the cache line size...
2006-05-31 mjacobFix missing update to reflect change in scsi_inquiry...
2006-05-31 ddsRemove two locking assertion entries that:
2006-05-31 maximo Correct URL to ELF header documantation.
2006-05-31 maximo According to POSIX, the result of ftruncate(2) is...
2006-05-31 cognetOoops arm10 is armv5, not armv4.
2006-05-31 cognetInclude machine/cpuconf.h in pmap.h in order to get...
2006-05-31 maximOutput directory has gone, remove it from Makefile.
2006-05-31 maximFix test for empty interpreter.
2006-05-31 maximo Add various regression tests for execve(2) syscall.
2006-05-31 iedowseIncrement the disk block offset after writing, not...
2006-05-31 maximo Let getopt(3) report errors in command line arguments.
2006-05-31 grogCorrect previous commit. We don't want to suppress...
2006-05-31 mjacobSince it's to all intents and purposes identical
2006-05-31 mjacobTurn the panic on not being able to meet alignment...
2006-05-31 mjacobPick reasonable alignment constraints so that we
2006-05-31 delphijExplicitly request pre-zeroed memory instead of memset...
2006-05-31 davidxuClear invalid bits only if CPU supports SSE, otherwise...
2006-05-30 cognetProtect the mapping used for pmap_copy_page/pmap_zero_p...
2006-05-30 davidxuUse the method described in IA-32 Intel Architecture...
2006-05-30 mjacobHandle some of the inquiry flags that have come into
2006-05-30 impAdd a define for the Standard SD Host Controller Base...
2006-05-30 cognetTo avoid problems, invalidate the data cache and disabl...
2006-05-30 dds- Add two checks for syntax errors
2006-05-30 ddsAssertion code specifications are introduced using...
2006-05-30 mohansKris Kennaway found that for '/' NFS mounts, the MPSAFE...
2006-05-30 ddsRemove incorrect lock validation specifications that...
2006-05-30 mariusRevert the (int *) -> (intptr_t *) conversion done...
2006-05-30 ruFix -Wundef warnings.
2006-05-30 ruEnable -Wundef warnings for kernel/module compiles...
2006-05-30 matteoMake recoverdisk compile on amd64 and possibly other...
2006-05-30 jkimMove SiS 760 to where it belongs.
2006-05-30 mjacobDon't set CAM_DEV_QFRZN when we get an ABORT_TASK....
2006-05-30 cognetIn pmap_is_prefaultable(), assert that the pte isn...
2006-05-30 matteoAdd jail_<jname>_exec_afterstart<N> rc.conf variable...
2006-05-30 matteostyle(9)
2006-05-30 cognetThe Assabet has 32MB of RAM, not 16.
2006-05-30 desThe tinderbox has moved to projcvs.
2006-05-30 bennoIn pmap_mapdev we correctly round the address off to...
2006-05-30 cognetUncomment the call to cpu_idcache_wbinv_all() after...
2006-05-30 ruDike out WARNS from kernel module makefiles. Kernels...
2006-05-30 phkFix various typos and brainos in last commit.
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiVendor patch: add support for the BITS construct and...
2006-05-30 cpercivaUse some features of sh(1) which I didn't know about...
2006-05-30 psSpin until a request structure is available in the...
2006-05-30 grogDon't go past the end of the month with a repetitive...
2006-05-30 brooksRemove reference to no longer existant /etc/rc.d/pccard.
2006-05-29 teggeClose race between vmspace_exitfree() and exit1() and...
2006-05-29 mjacobAdd acknowledgements to LSI-Logic for support
2006-05-29 mjacob+ Change some debug messages to MPT_PRT_NEGOTIATE level...
2006-05-29 mjacobAdd a mpt_is_raid_volume function which will tell you...
next