]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
mdoc: fix markup typo
[FreeBSD/FreeBSD.git] / sys /
2010-10-19 rpauloRevert r206418
2010-10-19 uqsmdoc: drop even more redundant .Pp calls
2010-10-19 rmacklemFix the type of the 3rd argument for nm_getinfo so...
2010-10-19 kibWhen readdirplus() is handled on the exported filesyste...
2010-10-19 rmacklemModify the NFS clients and the NLM so that the NLM...
2010-10-18 kibDo not synchronously start the nfsiod threads at all...
2010-10-18 emasteWe've already set p = td->td_proc, so use it.
2010-10-18 brucecFix grammar.
2010-10-18 mavSet of legacy mode SATA enchancements:
2010-10-18 mariusRevert r213867; while this driver really doesn't use...
2010-10-18 marcelRe-implement the root mount logic using a recursive...
2010-10-18 marcelIn vfs_filteropt(), only print the errmsg when there...
2010-10-18 marcelRename boot() to kern_reboot() and make it visible...
2010-10-18 marcelAllow the MDIOCATTACH ioctl operation to originate...
2010-10-18 kevloFix a possible race where the directory dirent is moved...
2010-10-17 scottlRe-add opt_mps.h and opt_cam.h, lost in the previous...
2010-10-17 nwhitehornFix an XXX comment by answering 'no'. OS X does not...
2010-10-17 marius- In oneshot-mode it doesn't make sense to try to compe...
2010-10-17 davidxu- Insert thread0 into correct thread hash link list.
2010-10-16 avgzfs: add vop_getpages method implementation
2010-10-16 bzMfP4 CH182763 (original version):
2010-10-16 mavAllow umass to use bigger transactions for USB 3.0...
2010-10-16 bzClose a race acquiring the IF_ADDR_LOCK() for each...
2010-10-16 bzlltable_drain() has never been used so far, thus #if...
2010-10-16 avgatrtc: remove (pre-)historic check of RTC NVRAM at...
2010-10-16 kibProvide vfs.ncsizefactor instead of hard-coding namecac...
2010-10-16 lstewartRetire the system-wide, per-reassembly queue segment...
2010-10-16 lstewart- Switch the "net.inet.tcp.reass.cursegments" and
2010-10-16 lstewartChange uma_zone_set_max to return the effective value...
2010-10-16 lstewart- Simplify implementation of uma_zone_get_max.
2010-10-15 mariusConvert the PHY drivers to honor the mii_flags passed...
2010-10-15 jkimRemove unnecessary castings and fix couple of style...
2010-10-15 jkimMove setting power state for children into a separate...
2010-10-15 andreastAdd three new drivers for fan control and temperature...
2010-10-15 mariusNow that all previous users of mii_phy_probe() have...
2010-10-15 mdfCurrently only opt_compat.h is included by the mps...
2010-10-15 alcUpdate pmap_extract() to handle 1GB page mappings....
2010-10-15 mariusRemove a device_printf() accidentally left in r213894.
2010-10-15 mariusConverted the remainder of the NIC drivers to use the...
2010-10-15 mariusConvert the PHY drivers to honor the mii_flags passed...
2010-10-14 jkimStop hard coding nm(1) and make it overridable.
2010-10-14 mdfFixes to mps_user_command():
2010-10-14 hselaskyAdd new USB device IDs to the list of supported devices.
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...
next