]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-11-22 thompsaImprove High Speed slot allocation mechanism by moving...
2009-11-22 yongariImplement TSO for BCM5755 or newer controllers. Some...
2009-11-22 yongariFix two long standing bugs on bge(4). Most pre BCM5755...
2009-11-22 nwhitehornGarbage collect some code that was never compiled in...
2009-11-22 yongariFor MSI case, interrupt is not shared and we don't...
2009-11-22 yongariCache Rx producer/Tx consumer index as soon as we know...
2009-11-22 yongariRearrange bge_start_locked to see we can send more...
2009-11-22 yongariController does not write Rx descriptors, remove BUS_DM...
2009-11-22 yongariUse capability pointer to access PCIe registers rather...
2009-11-22 yongariDue to newly added PCIe capabilities fallback code...
2009-11-22 yongariFix typo introduced in r199011.
2009-11-22 yongariRemove extra white space.
2009-11-22 jillesFix various things about SIGINT handling:
2009-11-22 umeWhen -n is specified, attempt to turn hostnames found...
2009-11-22 jillessh: Ensure the same command input file is on top after...
2009-11-22 mavRelease over-agressive WDMA0 mode timings as close...
2009-11-22 mavFix Intel PATA UDMA timings setting, affecting write...
2009-11-22 mavAdd some missing WDMA/UDMA modes.
2009-11-22 edwinThe output of perror(1) is now showing local messages...
2009-11-21 jillestrap: do not consider a bad signal name a fatal error.
2009-11-21 stefanfAdd a test for r199631.
2009-11-21 stefanfHandle current work directories of arbitrary length...
2009-11-21 jillessh: Some changes to stderr flushing:
2009-11-21 stefanfAdd a few very basic tests for cd -{L,P} and pwd -...
2009-11-21 netchildFix minor resource leak in a function.
2009-11-21 dougbAdd a note that wpa_supplicant(8) may require a full...
2009-11-21 jkimAdd an experimental and rudimentary JIT optimizer to...
2009-11-20 kibOn the return path from F_RDAHEAD and F_READAHEAD fcntl...
2009-11-20 rmacklemPatch the experimental NFS server is a manner analagous to
2009-11-20 jkimGeneral style cleanup, no functional change.
2009-11-20 jhbRevert the previous change to pthread_once() stub in...
2009-11-20 yongariOnly Tx checksum offloading is supported now. Remove...
2009-11-20 yongariAdd __FBSDID.
2009-11-20 yongariAdd IPv4/TCP/UDP Tx checksum offloading support. It...
2009-11-20 yongariBecause we know received bytes including CRC there...
2009-11-20 yongariAdd initial endianness support. It seems the controller...
2009-11-20 yongariRemove unnecessary structure packing.
2009-11-20 jhbReplace gmt_is_set and the gmt_mutex lock with a pthrea...
2009-11-20 jhbAdd an internal _once() method. This works identical...
2009-11-20 jkimCorrect copyright date in the BPF regression test.
2009-11-20 jkimAdjust BPF JIT compiler regression tests to catch up...
2009-11-20 jkim- Allocate scratch memory on stack instead of pre-alloc...
2009-11-20 marcelAlways allocate PCI/ISA interrupts as shareable so...
2009-11-20 netchildFix minor memory leak in a function.
2009-11-20 netchildFix minor resource leak in a function which was introdu...
2009-11-20 rajtsec: Use IFQ_DRV macros for managing interface packet...
2009-11-20 jhbAlways use 64-bit LBAs for disk addresses in zfsboot...
2009-11-20 thompsaremove volume alignment (was previously not correctly...
2009-11-20 thompsaSync to P4
2009-11-20 marcelNo need to include opt_kstack_pages.h, because KSTACK_P...
2009-11-20 marcelAdd a seatbelt to the Nested TLB Fault handler to give...
2009-11-19 yongariMove interface reinitialization down after disabling...
2009-11-19 yongariMinimize interface reinitialization by checking IFF_DRV...
2009-11-19 yongariFix copy & paste error and remove extra space before...
2009-11-19 yongariUse capability pointer to access PCIe registers rather...
2009-11-19 jhb- Hook into the existing stat timer to drive the transm...
2009-11-19 jhb- Add a private timer to drive the transmit watchdog...
2009-11-19 yongariUse bus_{read,write}_4 rather than bus_space_{read...
2009-11-19 jhb- Initialize callout before it is used in atestop(...
2009-11-19 yongaristyle(9)
2009-11-19 jhbFix compile after previous "harmless" commit.
2009-11-19 yongariRemove extra spce at the EOL.
2009-11-19 yongariAdd MSI support.
2009-11-19 yongariDestroy driver mutex in device detach.
2009-11-19 yongariRemove support code for FreeBSD 6.x versions.
2009-11-19 jhbRemove commented out reference to if_watchdog and an...
2009-11-19 yongariRemove complex macros that were used to compute bits...
2009-11-19 jhbSeveral fixes to this driver:
2009-11-19 jhbSeveral fixes to these drivers. Note that these two...
2009-11-19 jhb- This driver used the if_watchdog timer both as a...
2009-11-19 jhb- Use callout_init_mtx() instead of callout_init(....
2009-11-19 jhbThis driver has two modes, a netgraph mode and an ifnet...
2009-11-19 jhbThese drivers only set if_timer but never set if_watchd...
2009-11-19 mrAdd nanobsd example for the PC Engines ALIX board ...
2009-11-19 mavTune CAM ATA kernel options a bit. Move PMP support...
2009-11-19 rajProvide an effective (relocated) address when building...
2009-11-19 rajFix cpuid output on E500 core.
2009-11-19 mavAdd ada(4) man page.
2009-11-19 jkimFix tinderbox build for i386 and sync amd64 with it.
2009-11-19 jhExtend ddb(4) "show mount" command to print active...
2009-11-19 bmsAdapt r197136 to IPv6 stack:
2009-11-19 bmsAdapt r197135 to IPv6 stack:
2009-11-19 bmsAdapt r197132 to IPv6 stack:
2009-11-19 bmsCorrect a comment.
2009-11-19 bmsAdapt r197314 to IPv6 stack:
2009-11-19 bmsAdapt r197130 to IPv6 stack:
2009-11-19 bmsAdapt the fix for IGMPv2 in r199287 for the IPv6 stack.
2009-11-19 darrenrfix spelling mistake
2009-11-19 marcelopt_* headers are included using the quoted form.
2009-11-19 jkimAdd a test case for very long BPF program.
2009-11-18 jkim- Change internal function bpf_jit_compile() to return...
2009-11-18 jkim- Make BPF JIT compiler working again in userland....
2009-11-18 rpauloAdd WorldB SKU.
2009-11-18 alcSimplify both the invocation and the implementation...
2009-11-18 mandreeFix mistyped \n in makc's label.
2009-11-18 mandreeAdd mandree@ and mentorship relations with garga/miwi.
2009-11-18 tuexenFix a bug where the system panics when a SHUTDOWN is...
2009-11-18 davidxuMake following functions be cancellation points:
2009-11-18 davidxulink libpthread because the librt really needs it to...
2009-11-18 davidxuFix compiler warnings.
next