]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-12-20 yongariVT6130 datasheet was wrong. If VT6130 receive a jumbo...
2009-12-20 yongariCorrect fragment bit definition in comments.
2009-12-20 mavAdd VIA CX700/VX800 chipsets SATA/PATA support.
2009-12-20 mavFairly set master/slave shared PIO/WDMA timings on...
2009-12-20 jhAvoid sharing the file descriptor of the output file...
2009-12-20 jhAdd fork(2), getegid(2), geteuid(2), getgid(2), getpid...
2009-12-20 dougbThe service command is an easy interface to the rc...
2009-12-19 yongariSwap VGE_TXQTIMER and VGE_RXQTIMER register definition...
2009-12-19 marcelRemove a warning in DELAY about large delays. In kern_s...
2009-12-19 edLet access overriding to TTYs depend on the cdev_priv...
2009-12-19 bcrReference the correct man page for firmware(9).
2009-12-19 delphijApply fix for Solaris bug 6462803: zfs snapshot -r...
2009-12-19 delphijApply fix for Solaris bug 6801979: zfs recv can fail...
2009-12-19 delphijApply fix Solaris bug 6462803 zfs snapshot -r failed...
2009-12-19 traszInterpret VAPPEND correctly in vaccess_acl_nfs4(9).
2009-12-19 dougbFix a problem with how mergemaster handles the hard...
2009-12-19 dougbFix an indentation issue, no functional changes
2009-12-19 dougbIn the places where find is used that the user may...
2009-12-18 yongariAdd rudimentary WOL support. While I'm here remove...
2009-12-18 yongariMake sure to enable Next Page bit for IP1001. Otherwise...
2009-12-18 marcelFix ub_env_enum(): syscall() returns 0 when properly...
2009-12-18 edMake the wchan names of pts(4) fit in top(1).
2009-12-18 yongariDocument more VIA Velocity family controllers to vge...
2009-12-18 dumbbellAdd new "hw.psm.tap_enabled" tunable and sysctl.
2009-12-18 ruAdded proper attribution.
2009-12-18 umeMention the unification of rc.firewall and rc.firewall6.
2009-12-18 jhb- Add missing newlines to some error messages.
2009-12-18 jhb- Create a separate section in in the MI NOTES file...
2009-12-18 jkoshyRecognize Intel CPUs with Family 0x6, Models 0x1E and...
2009-12-18 mavRemove duplicate devstat_start_transaction_bio() call...
2009-12-18 kibSignal 0 is used to check the permission for current...
2009-12-18 ru- Fixed incorrect watchdog timeout setting: MSB of...
2009-12-18 thompsaKeep list sorted.
2009-12-18 thompsaAdd a bunch of new 3G ids obtained from from various...
2009-12-17 mavServerworks OSB4 has no 0x4a (piomode) register, do...
2009-12-17 luigiAdd some experimental code to log traffic with tcpdump,
2009-12-17 thompsaUse the EVENTHANDLER system to hook into the usb device...
2009-12-17 thompsaIf the runcount is non-zero in eventhandler_deregister...
2009-12-17 edwinNationalise Easter -> Pasen
2009-12-17 yongariRemove unused member variable of softc.
2009-12-17 yongariDocument newly added loader tunable and sysctl variables.
2009-12-17 yongariActually clear interrupts. Writing 0 has no effect.
2009-12-17 yongariImplement interrupt moderation scheme supported by...
2009-12-17 gavinDon't panic due to unlocking an unowned mutex if we...
2009-12-17 luigiNow that ipfw is split into multiple files, we need
2009-12-17 yongariRemove unused VGE_ETHER_ALIGN definition.
2009-12-17 luigisimplify and document lookup_next_rule()
2009-12-17 jhSync getline() with comm(1):
2009-12-17 jhThe input line length limit mentioned on the manual...
2009-12-17 nyanFix debug messages of bd_io().
2009-12-17 stas- Partially revert r200417. config.h brings several...
2009-12-17 luigisimplify the code that finds the next rule after reinje...
2009-12-17 rserewind(3) is already declared to return 'void', so...
2009-12-17 rseDEBUG is either defined or not defined for the 'calende...
2009-12-17 rseremove external reference to not (or at least no longer...
2009-12-17 edwinAdd Australian, New Zealand and Ukraian calendars to...
2009-12-17 jamieAdd a null pointer check so "name" can be used as a...
2009-12-17 mjacobFix argument order in a call to mtx_init.
2009-12-17 mjacobFix argument order in a call to mtx_init.
2009-12-16 impRevert 200606.
2009-12-16 yongariAdd "Velocity" to probe message which will make it...
2009-12-16 yongariAdd new flag VGE_FLAG_SUSPENDED to mark suspended state and
2009-12-16 yongariAdd hardware MAC statistics support. This statistics...
2009-12-16 julianMake man page reflect the output columns
2009-12-16 yongariRewrite RX filter setup and simplify code.
2009-12-16 luigiremove a duplicate sysctl entry
2009-12-16 yongariAll vge(4) controllers support RX/TX checksum offloadin...
2009-12-16 mavLarge I/Os on Promise controllers reported to cause...
2009-12-16 impFix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COM...
2009-12-16 jhbAdd entries to NOTES for the modular phy support so...
2009-12-16 jh- Prevent overflowing of the buffer length variable...
2009-12-16 luigibring back a couple of #include that are supplied by...
2009-12-16 avgichsmb: add another pci id
2009-12-16 luigiVarious cosmetic cleanup of the files:
2009-12-16 matteo(no commit message)
2009-12-16 impForgot to bump .Dd, so do it with this commit. Chose...
2009-12-16 impQuick fix to make this compile:
2009-12-16 impDocmuent NO_KERNEL{CLEAN,CONFIG,DEPEND,OBJ} as necessar...
2009-12-16 impAdd NO_KERNELOBJ flag, similar to NO_KERNEL{CONFIG...
2009-12-16 dougbAdd INCLUDE_CONFIG_FILE, and a note in comments about...
2009-12-15 jkimAdd two new debugging tunables for x86bios instead...
2009-12-15 luigimore splitting of ip_fw2.c, now extract the 'table...
2009-12-15 jillescpuset(2): fix a typo and a markup error in the man...
2009-12-15 gavinifconfig(8) is documented to take a ISO 3166-1 country...
2009-12-15 jkimAttach dpms(4) to vgapm and make sure to restore DPMS...
2009-12-15 luigiadd ip_fw_private.h to ng_ipfw.c, forgotten in previous...
2009-12-15 luigiStart splitting ip_fw2.c and ip_fw.h into smaller compo...
2009-12-15 robertontpd 4.2.4p8 is now in the tree, ntptrace is dead RIP.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-15 rwatsonMerge libkqueue test suite through r119
2009-12-15 bmsAdd missing #include <sys/ktr.h>.
2009-12-15 luigiimplement a new match option,
2009-12-15 luigifix the indentation for addr: values
2009-12-15 dougbThe named process needs to have a "working directory...
2009-12-14 yongariTell upper layer vge(4) supports long frames. This...
2009-12-14 rpauloAdd apple-boot and apple-ufs.
2009-12-14 yongariDon't report current link status if interface is not UP.
2009-12-14 jkimRemove _FDE quirk handling as these quirks are automati...
2009-12-14 jkimMerge ACPICA 20091214.
2009-12-14 yongariReport media change result to caller instead of returni...
next