]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Add more USB devices to usbdevs and rename some previously unknown ones.
[FreeBSD/FreeBSD.git] / sys /
2010-10-14 hselasky- Add more USB devices to usbdevs and rename some previ...
2010-10-14 mariusAdd a NetBSD-compatible mii_attach(), which is intended...
2010-10-14 hselaskyAdd more USB device IDs to supported list of devices.
2010-10-14 mariusExplicitly lower the PIL to 0 as part of enabling inter...
2010-10-14 hselaskyFix forwarding of Line Register Status changes to TTY...
2010-10-14 hselaskyRemove unused EHCI register definition.
2010-10-14 hselaskyRevert most of r197682 (EHCI Hardware BUG workaround...
2010-10-14 marius- In the spirit of r212559 add a comment describing...
2010-10-14 mariusJust like xmphy(4) this driver doesn't use any of the...
2010-10-14 hselaskyAvoid using endless retransmission at EHCI hardware...
2010-10-14 hselaskyCorrect EHCI root HUB interface descriptor.
2010-10-14 hselaskyCorrect EHCI port register read.
2010-10-14 hselasky- Add more USB devices to usbdevs and rename some previ...
2010-10-14 hselasky- Add support for LibUSB in 32-bit compatibility mode.
2010-10-14 kibRemove stale comment.
2010-10-14 rpauloRevert r213765. This is required because our build...
2010-10-14 yongariMake sure to not use stale ip/tcp header pointers....
2010-10-14 yongariBackout r204230. TX mbuf parser for VLAN is still requi...
2010-10-14 yongariIt seems some multi-port dc(4) controllers shares SROM...
2010-10-14 mdfSupport firmware download.
2010-10-14 mdfRe-work the internals of adding items to the driver...
2010-10-14 bzRemove dead code:
2010-10-14 bzStyle: make the asterisk go with the variable name...
2010-10-14 bzUse ifa_ifwithaddr_check() rather than ifa_ifwithaddr...
2010-10-14 davidxuIn kern_sigtimedwait(), move initialization code out...
2010-10-13 mdfUse a safer mechanism for determining if a task is...
2010-10-13 yongariFix a regression introduced in r213710. r213710 removed...
2010-10-13 hselaskyUSB network (NCM driver):
2010-10-13 yongariAdd more checks for resolved link speed in bge_miibus_s...
2010-10-13 jmallettKeep polling at 50hz as long as link state is changing.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-13 hselaskyUSB Network:
2010-10-13 hselaskyUSB WLAN:
2010-10-13 hselaskyUSB network (UHSO):
2010-10-13 hselaskyCorrect some root HUB descriptor fields in multiple...
2010-10-13 dimChange two missed instances of 'retq' in aeskeys_i386...
2010-10-13 yongariRewrite interrupt handler to give fairness for both...
2010-10-13 rpauloRevert r213793.
2010-10-13 rpauloWhen calling panic(), always pass a format string.
2010-10-13 rpauloDon't do a logical AND of the result of strcmp() with...
2010-10-13 rpauloIgnore the return value of ADDCARRY().
2010-10-13 rpauloPass a format string to panic() and to taskqueue_start_...
2010-10-13 rpauloIn zfs_post_common(), use %d instead of %hhu.
2010-10-13 rpauloProperly tell the compiler that we want to ignore the...
2010-10-13 rpauloFix several cases were a conditional operator was used...
2010-10-13 jkimClean up unused headers.
2010-10-13 jkimRemove acpi_bus_number() completely. It had to be...
2010-10-13 rpauloPass a format string to make_dev().
2010-10-13 rpauloAdd opt_compat.h to SRCS.
2010-10-13 rpauloPass a format string to make_dev().
2010-10-13 rpauloFix a brain-o: wrong case statement semantics.
2010-10-13 rpauloWPA_CSE_WEP104 was being incorrectly checked.
2010-10-13 rpauloMark acpi_bus_number() as __unused. This allows clang...
2010-10-13 rpauloIgnore the return value of DE_INTERNALIZE().
2010-10-13 rpauloExplicitly tell the compiler that we don't care about...
2010-10-13 rpauloThe canonical way to print __func__ when using KASSERT...
2010-10-13 rpauloPurposely tell the compiler that we ignore the return...
2010-10-13 rpauloDefine YY_NO_INPUT. This makes aicasm buildable by...
2010-10-13 jmalletto) Make it possible to attach a PHY directly to an...
2010-10-13 davidxusigqueue_collect_set() is no longer needed because...
2010-10-13 rmacklemFix the krpc so that it can handle NFSv3,UDP mounts...
2010-10-13 jkimUse AcpiReset() from ACPICA instead of rolling our...
2010-10-12 jkimRemove trailing ", " from `sysctl machdep.idle_availabl...
2010-10-12 yongariProtect bge(4) from accessing invalid NIC internal...
2010-10-12 mdfAlways set cm_complete_data before calling mps_config_c...
2010-10-12 yongariFix a regression introduced in r213495. r213495 disable...
2010-10-12 mdfRe-expose and briefly document taskqueue_run(9). The...
2010-10-12 avgacpi_ec: changes in communication with hardware
2010-10-12 avggeneric_stop_cpus: prevent parallel execution
2010-10-12 avgtmpfs + sendfile: do not produce partially valid pages...
2010-10-12 avgzfs + sendfile: do not produce partially valid pages...
2010-10-12 bschmidtFix monitor mode which is implemented by doing a firmwa...
2010-10-12 jhFormat prototypes to follow style(9) more closely.
2010-10-12 joelSmall grammar nit in a printf message.
2010-10-12 glebiusWe already have dummy receive buffer in sc->buffer.
2010-10-12 kibAdd macro DECLARE_MODULE_TIED to denote a module as...
2010-10-12 davidxuAdd a flag TDF_TIDHASH to prevent a thread from being
2010-10-11 rmacklemTry and make the nfsrv_localunlock() function in the...
2010-10-11 yongariThe IFF_DRV_RUNNING flag is set at the end of bge_init_...
2010-10-11 yongariRemove one last reference of BGE_MI_MODE register for...
2010-10-11 mdfRe-work the internal user ioctl command table, and...
2010-10-11 mdfAdd function prototypes for static functions.
2010-10-11 thompsaAdd the XHCI USB controller to NOTES.
2010-10-11 mdfFix a memory leak and locking inconsistency in mps...
2010-10-11 mdfFix up the COMPAT_FREEBSD32 ioctl logic for mps(4).
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-11 yongariDo not setup interrupt endpoint for axe(4).
2010-10-10 pjdProvide internal ioflags() function that converts iofla...
2010-10-10 kibThe r184588 changed the layout of struct export_args...
2010-10-09 aeReplace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
2010-10-09 avgadd kmem_map_free sysctl: query largest contiguous...
2010-10-09 avgpanic_cpu variable should be volatile
2010-10-09 davidxuCreate a global thread hash table to speed up thread...
2010-10-08 mmChange FAPPEND to IO_APPEND as this is a ioflag and...
2010-10-08 yongariDo not blindly UP the interface when interface's MTU...
2010-10-08 mariusIn the replacement text of the __bswapN_const() macros...
2010-10-08 mariusJust use the sparc64 version of this header rather...
2010-10-08 uqsmdoc: drop redundant .Pp and .LP calls
2010-10-08 phoEnsure that a make from sys/boot does not pick up inclu...
2010-10-08 kibRegen.
next