]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-03-30 avatarFixing kernel build on amd64 machines.
2005-03-29 samextend the timestamp from the rx descriptor to calculat...
2005-03-29 samforgot to merge this bit from p4
2005-03-29 samsync rates for any associated stations or neighbors...
2005-03-29 samsimplify callback
2005-03-29 samreplace m_defrag with something more suitable
2005-03-29 samhandle rejoin event
2005-03-29 anholtCorrect formatting of pointers in the listing by using...
2005-03-29 sampass re-association events up using a new message type
2005-03-29 glebius- Don't free mbuf, passed to interface output method...
2005-03-29 jeff - Remove wantparent, it is no longer necessary. An...
2005-03-29 jeff - Remove wantparent, it is no longer necessary. An...
2005-03-29 jeff - Remove wantparent, it is no longer necessary. An...
2005-03-29 jeff - cache_lookup() now locks the new vnode for us to...
2005-03-29 jeff - Move the logic that locks and refs the new vnode...
2005-03-29 tobezAdds sha256 support. While it is a good idea to also...
2005-03-29 phk We don't need no major numbers
2005-03-29 phkDon't generate major.c anymore.
2005-03-29 phkRemove the global cdev hash and use the cdevsw list...
2005-03-29 markmRevert to the more correct array size, and correct...
2005-03-29 jeff - Initial cn_lkflags to LK_EXCLUSIVE.
2005-03-29 jeff - Upgrade a shared lock request to exclusive in ffs_vg...
2005-03-29 jeff - Honor the cn_lkflags passed from namei() when lockin...
2005-03-29 jeff - Get rid of the old LOOKUP_SHARED code. namei()...
2005-03-29 jeff - Set cn_lkflags to LK_SHARED in the LOOKUP_SHARED...
2005-03-29 jeff - Add a lock flag to the component name so that namei...
2005-03-29 jeff - Dont clear OWEINACT in vbusy(), we still owe an...
2005-03-29 jeff - Don't initial v_dd here, let cache_purge() do it...
2005-03-29 jeff - Invalidate the childrens v_dd pointers when we cache...
2005-03-29 phkRemove the global cdev hash and use the cdevsw list...
2005-03-29 impThere's really no need to have this be #ifdef PC98...
2005-03-29 phkPrivatize major().
2005-03-29 phkPrint name of device instead of useless major/minor...
2005-03-29 kientzleClean up the support for extracting very long pathnames.
2005-03-29 samhandle malloc failure and don't proceed when the bios...
2005-03-29 samplug resource leak
2005-03-29 samfix potential null ptr deref
2005-03-29 samhandle ciss_lookup failure
2005-03-29 samcheck for malloc failure (also move malloc up to simpli...
2005-03-29 sameliminate extraneous null ptr checks
2005-03-28 jhbChange the Romania NTP server to point to a working...
2005-03-28 kanInitialize iovlen variable to 0 before passing it by...
2005-03-28 impbus is unused, so eliminate it.
2005-03-28 wpaulThe filehandle allocated in NdisOpenFile() is allocated...
2005-03-28 wpaulRemove the last vestiges of the "wait for link down...
2005-03-28 wpaulAnother Coverity fix from Sam: add NULL pointer test in
2005-03-28 wpaulMore additions for amd64:
2005-03-28 wpaulFix resource leak found by Coverity (via Sam Leffler).
2005-03-28 wpaulFix for amd64.
2005-03-28 wpaulFix another amd64 issue with lookaside lists: we initia...
2005-03-28 samavoid potential null ptr deref by free'ing excess mbufs...
2005-03-28 samcheck return value of gdb_rx_varhex
2005-03-28 obrienAdd directory hierarchy copying example.
2005-03-28 obrienBring rev 1.31 to the AMD64 platform.
2005-03-28 samcheck copyin/copyout return values
2005-03-28 samfix null ptr deref when nge_newbuf is called with an...
2005-03-28 wpaulTweak to hopefully make lookaside lists work on amd64...
2005-03-28 wpaulSpell '0' as 'FALSE' when initializing npp_validcounts...
2005-03-28 wpaulUnbreak the build: correct the resource list traversal...
2005-03-28 nectarCorrect a pair of buffer overflows in the telnet(1...
2005-03-28 jeff - Correct the dprintf format int the _lookup routine.
2005-03-28 jeff - Remove an unused variable from relookup().
2005-03-28 jeff - Garbage collect an unused variable.
2005-03-28 jeff - Don't panic if we can't lock a child in lookup,...
2005-03-28 jeff - Remove an unused variable.
2005-03-28 jeff - Remove unnecessary LOCKPARENT manipulation.
2005-03-28 jeff - Rev 1.83 of kern_lock.c fixes the td_locks assert...
2005-03-28 jeff - Don't bump the count twice in the LK_DRAIN case.
2005-03-28 jeff - Fix the lockmgr flags so that external flags and...
2005-03-28 jeff - Move code that should probably be an assert above...
2005-03-28 glebiusCheck that supplied facility is not bigger than LOG_NFA...
2005-03-28 bruefferBump .Dd for the previous commit.
2005-03-28 jeff - Remove the now-unused LK_REENABLE flag.
2005-03-28 jeff - nwfs_lookup() is no longer responsible for unlocking...
2005-03-28 jeff - Fix the hpfs build, hpfs_hash.c was removed from...
2005-03-28 jeff - hpfs_lookup() is no longer responsible for unlocking...
2005-03-28 pjdFix typo - link for bsde_add_rule(3) manual page was...
2005-03-28 jeff - ext2fs_lookup() is no longer responsible for unlocki...
2005-03-28 pjdProperly return rule number.
2005-03-28 jeff - UFS no longer uses PDIRUNLOCK to track the parent...
2005-03-28 jeff - We no longer have to bother with PDIRUNLOCK, lookup...
2005-03-28 jeff - We no longer have to bother with PDIRUNLOCK, lookup...
2005-03-28 jeff - We no longer have to bother with PDIRUNLOCK, lookup...
2005-03-28 jeff - We no longer have to bother with PDIRUNLOCK, lookup...
2005-03-28 jeff - Adjust asserts in vop_lookup_post() to match the...
2005-03-28 jeff - Get rid of PDIRUNLOCK, instead, we fixup the lock...
2005-03-28 jeff - Remove PDIRUNLOCK, it will soon be unused in every...
2005-03-28 bruefferThe make_dev(9) functions no longer handle dev_ts,...
2005-03-28 obrienNote when 'stat' appeared in FreeBSD.
2005-03-28 njlFix module build on amd64. There may be a cleaner...
2005-03-27 greenYou must selwakeup{,pri}() when closing a selectable...
2005-03-27 njlClean up resources properly if acpi_perf fails to attac...
2005-03-27 njlAdd powernow to kernel build target.
2005-03-27 njlHook powernow up to the build for i386 and amd64.
2005-03-27 njlAdd the powernow driver, which handles AMD Mobile Athlo...
2005-03-27 njlSerialize task queue by starting only one thread instea...
2005-03-27 ruFix AMD64 cross-builds when WITH_LIB32 is defined.
2005-03-27 delphijWe usually say "to conform some standard" so I guess...
2005-03-27 muxFix copy&paste error in my previous commit.
2005-03-27 delphijMFen: Copyright Year Update
next