]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-04-20 ariffUnbreak module / driver attach breakage. Both snd_envy2...
2007-04-19 scottlRetire the spl() markers. Add in some minor missed...
2007-04-19 scottlInline cam_periph_lock|unlock to make debugging easier...
2007-04-19 scottlFix a leaked lock in dashutdown.
2007-04-19 scottlUp until now, the free SCB pool received only a small...
2007-04-19 scottlAvoid problems with make_dev.
2007-04-19 yarReword the description of the UTF8 option (-8) so I...
2007-04-19 jhbOops, fix intsmb(4) attach. Don't overwrite the 'value...
2007-04-19 ddsBack-out manual procedure for maintaining compatibility...
2007-04-19 peterUnbreak rev 1.7's getopt usage. The -f switch does...
2007-04-19 mtmMake inet6_rth_* family of functions more compliant...
2007-04-19 mtmCorrect two issues in ping6:
2007-04-19 scottlZero the CCBs when mallocing them.
2007-04-19 scottlSplit the camisr into per-SIM done queues. This optimi...
2007-04-19 rafan- Add new 'a' and 'j' options into usage
2007-04-19 phkGrammer correction from: emaste
2007-04-19 ariff- AC97 quirk / patch cleanups. Most quirks doesn't...
2007-04-19 sephe- Fix mbuf/node leakage in drivers' raw_xmit().
2007-04-19 rrs- More work on making send lock contention.
2007-04-19 phkLoosen return value spec for fputs to be standards...
2007-04-19 phkstyle nit
2007-04-19 jkoshyFix witness(4) warnings about mutex use.
2007-04-19 desValid error codes for err() and errx() are 1..255.
2007-04-19 pjdAdd more tests to verify last sendfile(2) breakage...
2007-04-19 pjdFix a bug in sendfile(2) when files larger than page...
2007-04-19 alcCorrect contigmalloc2()'s implementation of M_ZERO...
2007-04-19 alcCorrect two comments.
2007-04-19 njlBump the interrupt storm detection counter to 1000...
2007-04-18 yarAdd support for RFC 2389 (FEAT) and RFC 2640 (UTF8...
2007-04-18 jkimFix style(9) and comments.
2007-04-18 ariffsndbuf_alloc() now accept dmaflags argument which will...
2007-04-18 ariffBreak ABI / module compatibility for the upcoming sndbu...
2007-04-18 andreMake tcp_twrespond() use tcp_addoptions() instead of...
2007-04-18 jkimstyle(9) says sizeof's are not be followed by a space...
2007-04-18 jkimImplement settimeofday() for Linuxulator/amd64.
2007-04-18 ddsNotes on the acct(5) format switch.
2007-04-18 ddsChange the export option from -w (write) to -X.
2007-04-18 pjdMFp4: Fix automatic snapshot mount when unprivileged...
2007-04-18 pjdMFp4: We check for PRIV_VFS_MOUNT already in mount...
2007-04-18 trhodesQuick kill posix4 directory.
2007-04-18 phkOn AMD's Geode LX: Force the TSC to run through core...
2007-04-18 ddsComplain on write errors.
2007-04-18 ddsAdd export capability through the new -w flag.
2007-04-18 scottlMissed locking the dump and shutdown entry points in...
2007-04-18 scottlRevert a driver API change to xpt_alloc_ccb that isn...
2007-04-18 kientzleIgnore trailing '/' when comparing pathnames, so that
2007-04-18 kientzleWhen testing basic functionality, strip trailing '...
2007-04-18 yongariDon't reinitialize the hardware if only PROMISC flag...
2007-04-17 phkAdd support for hw-assisted checksums on 6105M.
2007-04-17 pjdSimplify.
2007-04-17 pjdFix build breakage. Most of ZFS code is also compiled...
2007-04-17 pjd- Fix a leftover - vfs_mount_alloc() is now exported...
2007-04-17 pjdExport vfs_mount_alloc() as it is used in ZFS.
2007-04-17 jhbHonor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc...
2007-04-17 pjdIgnore hostid check for root-on-ZFS configurations...
2007-04-17 phkNo need to throw tag+handle around on the stack.
2007-04-17 maximo Add missed w/space in the error message.
2007-04-17 pjdLink libzpool, ztest and zdb against libpthread.
2007-04-17 andreWhen we run into the syncache entry limits syncache_add...
2007-04-17 jhbWhen trying to allocate a PnP BIOS memory resource...
2007-04-17 rwatsonChange $P4$ ID strings to P4 ID strings so that they...
2007-04-17 rwatsonRemove $P4$ that snuck into CVS from Perforce.
2007-04-17 phkImprove the if_vr driver ever so slightly.
2007-04-17 rwatsonShorten text string for ip_fw2 dynamic rules zone by...
2007-04-17 bruefferBump date for the previous revision and the driver...
2007-04-17 bruefferTo avoid confusion, mention that the driver was origina...
2007-04-17 brueffertrunk(4) is now lagg(4).
2007-04-17 scottlBasic MPSAFE locking for the AHC and AHD drivers.
2007-04-17 impDon't use spinlocks here. The iicbus transactions...
2007-04-17 delphijGNU readline was updated to patch 002 by ache@, note...
2007-04-17 rafan- Add a new 'j' switch and runtime option to toggle...
2007-04-17 scottlDon't delete the devalias, as per the man page.
2007-04-17 thompsaRemove net/if_trunk.h which is no longer used.
2007-04-17 thompsaLink trunk(4) to lagg(4)
2007-04-17 thompsaNote the renaming of trunk(4) to lagg(4).
2007-04-17 thompsaRename the trunk(4) driver to lagg(4) as it is too...
2007-04-16 ruApply a set of style.Makefile(5) changes to src/cddl...
2007-04-16 jhb- Add a 'show rman <rm>' DDB command to dump the resour...
2007-04-16 bmahNew release notes: sx(9) lock improvements, T/TCP...
2007-04-16 scottlFor the XPT_SASYNC_CB operation, only decouple the...
2007-04-16 scottlDrop the topology lock before calling the periph oninva...
2007-04-16 scottlDrop the periph/sim lock when calling disk_destroy().
2007-04-16 scottlDestroy the devalias before destroying the dev.
2007-04-16 gabor- Add another graph about the organization of the FreeB...
2007-04-16 rwatsonMerge OpenBSM 1.0 alpha 14 changes to src/sys/security...
2007-04-16 rwatsonUpdate src/sys/bsm for OpenBSM 1.0 alpha 14 import.
2007-04-16 rwatsonRegenerate config.h from OpenBSM 1.0 alpha 14 import.
2007-04-16 rwatsonResolve conflicts from OpenBSM 1.0 alpha 14 import.
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-16 rwatsonVendor import TrustedBSD OpenBSM 1.0 alpha 14, with...
2007-04-16 pjds/destory/destroy/ (except for the code in contrib/).
2007-04-16 pjdUncomment forgotten check. Without this check in-place...
2007-04-16 ruAdd a missing backslash and unbreak the build.
2007-04-16 rafan- Add missing man page links
2007-04-16 cpercivaIn libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAIL...
2007-04-15 kmacyPHYS_TO_VM_PAGE requires explicit vm_page.h include...
2007-04-15 rwatsonRemove unused variable tcbinfo_mtx.
2007-04-15 desAvoid "unused variable" warning when building without...
2007-04-15 mjacobUse %j and args cast to uintmax_t to print bus_addr_t...
2007-04-15 pjdWhen org.freebsd:swap property is set to 'on' on a...
next