]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2005-03-27 impUnbreak style(9) breakage from last commit. We try...
2005-03-27 delphijSync translation with my local work. This is essentially
2005-03-27 muxFix a bunch of bugs I came accross when looking at...
2005-03-27 pjdUnbreak LINT.
2005-03-27 iedowseDon't defer the boot-time exploration of high-speed...
2005-03-27 nectarWhen PAM support was added to rexecd in revision 1...
2005-03-27 desUnstaticize config. It was being optimized away.
2005-03-27 alfredWhen doing the initial open of the proc via procfs...
2005-03-27 alfredI've been working on this somewhat so I'm moving the
2005-03-27 wpaulArgh. PCI resource list became an STAILQ instead of...
2005-03-27 wpaulCheck in ntoskrnl_var.h, which should have been include...
2005-03-27 wpaulFinally bring an end to the great "make the Atheros...
2005-03-27 phkRemove another ';' after if().
2005-03-27 phkRemove extra ; at end of if().
2005-03-27 njlIf a device_add_child fails (i.e. low memory situation...
2005-03-27 samcheck copyin+copyout return values when processing...
2005-03-26 sampurge dead code
2005-03-26 samcorrect logic so we recognize timeout on alloc
2005-03-26 sampurge dead code
2005-03-26 samdeal with malloc failure when setting up the multicast...
2005-03-26 samhandle malloc failure and sk_vpd_prodname potentially...
2005-03-26 samdeal with malloc failures
2005-03-26 jmgfix a copy/paste typo for scanner/gameport...
2005-03-26 phkDon't call mlx_free() i mlx_attach() in case of failure...
2005-03-26 samrt_newaddrmsg will blow up if given something other...
2005-03-26 samdeal with malloc failure
2005-03-26 samdeal with failed malloc calls
2005-03-26 phkfix a "modify after free" bug which is practically...
2005-03-26 jmgadd some additional pci classes and sub-classes..
2005-03-26 ruxl(4) meets polling(4). Hardware for this work kindly...
2005-03-26 phkMake (some) serial ports implement the PPS-API again...
2005-03-26 cpercivanetstart is now obsoleted by /etc/rc.d/*, not by /etc...
2005-03-26 phks/ENOTTY/ENOIOCTL/
2005-03-26 samderef correct mbuf ptr to collect any vlan tag
2005-03-26 sameliminate double free when sym_cam_attach fails
2005-03-26 samcheck copyin return values when loading pallete
2005-03-26 njlCheck for invalid frequencies after parsing the package...
2005-03-26 pjdIf an error occurs, clean up before returning from...
2005-03-26 pjdMake the code more obvious - when an error occurs in...
2005-03-26 pjdCheck for return values.
2005-03-26 delphijDo not do write gathering for NFSv3, since it makes...
2005-03-26 dasTeach libstdc++ about frexpl() and ldexpl().
2005-03-26 samwhen WPA is enabled discard association requests w...
2005-03-26 samdon't include wme ie in probe request frames; it was...
2005-03-26 kenFix a problem with the cd(4) driver -- the CAMGETPASSTH...
2005-03-26 kenAdd "report only" functionality to 'camcontrol format...
2005-03-26 cpercivaWhen executing mount_foo, pass "mount_foo" as argv...
2005-03-26 kenFix a place where we were referencing a pointer after...
2005-03-25 brooksRemove bogus (but harmless) -I.. from CFLAGS. It makes...
2005-03-25 sobomaxComment out rue_miibus_statchg() function. Using trial...
2005-03-25 dasWhen the softupdates worklist gets too long, threads...
2005-03-25 impRevert bogus += -g change. I needed it to debug the...
2005-03-25 jmgremove unimplemented part of the interface..
2005-03-25 gallatinZero the reserved fields of the header, as per rfc...
2005-03-25 jhbAdd code to read the primary PCI bus number out of...
2005-03-25 sobomaxAdd /* _FOO_H_ */ after the final #endif to make danfe...
2005-03-25 sobomaxFix identation.
2005-03-25 sobomaxAdd missed KUE_UNLOCK(). This is NOOP yet, but may...
2005-03-25 sobomaxFix breakage in the previous commit caused by the last...
2005-03-25 sobomaxProtect against multiple inclusions.
2005-03-25 sobomaxMove Rx/Tx lists management routines into central location.
2005-03-25 jeff - Pass LK_EXCLUSIVE as the lock type to vget in vfs_ha...
2005-03-25 sobomaxGC unused fields.
2005-03-25 jeff - The td_locks check is currently broken with snapshot...
2005-03-25 sobomaxGC unused field.
2005-03-25 impRestore the ability to read FreeBSD 1 tapes (and I...
next