]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MCS32 equals 32, not 8*ic_txstream.
[FreeBSD/FreeBSD.git] / sys /
2012-01-02 bschmidtMCS32 equals 32, not 8*ic_txstream.
2012-01-02 bzRemove an uneeded inpcb forward declaration and align...
2012-01-02 edUse strchr() and strrchr().
2012-01-02 bzAs I came by and noticed add a comment that inp locking...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 edRemove the now unused skpc() function.
2012-01-01 edMigrate ufs and ext2fs from skpc() to memcchr().
2012-01-01 edIntroducing memcchr(3).
2012-01-01 kibAvoid double-unlock or double unreference for ndp-...
2012-01-01 gonzo- Properly set IRQ handlers for all USB ports
2012-01-01 adrianIf frames are dumped out of the queue, let's at least...
2011-12-31 adrianThis particular work around isn't required any longer...
2011-12-31 gonzo- struct clocktime sets different ranges for DOW and...
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 bzRemove a declaration to a non-existent function.
2011-12-31 adrianOops - this was referencing a local file, which I've...
2011-12-31 mariusFix header pollution, possibly unbreaking the build...
2011-12-31 kibMake the comment in i386/include/ucontext.h identical...
2011-12-31 hselaskyAdd missing change to XHCI driver similar to changes...
2011-12-31 gavinDefault to not performing the early-boot memory tests...
2011-12-31 dimIn sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about...
2011-12-31 lstewartRevert r228986 until it can be reworked to avoid panici...
2011-12-31 gonzo- Pass proper endpoint number (without direction flag) to
2011-12-31 gonzo- Properly clean state structure in cvmx_usb_initialize
2011-12-31 gonzo- CAPK-0100 board's USB timer is 12MHz
2011-12-31 obrienHappy 2012 to FreeBSD users in Samoa.
2011-12-30 mariusAdd header required by cfi_bus_fdt.c.
2011-12-30 alcMerge r216333 and r216555 from the native pmap
2011-12-30 dimIn sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillM...
2011-12-30 glebiusstyle(9), whitespace and spelling nits.
2011-12-30 dimDisable several instances instances of clang's -Wself...
2011-12-30 adrianAdd a configuration file for the Atheros PB47 reference...
2011-12-30 adrianAdd a couple of missing wlan modules.
2011-12-30 lstewart- Introduce the net.bpf.tscfg sysctl tree and associate...
2011-12-30 pluknetUnset the environment variables associated with individ...
2011-12-30 marcelDEBUG is a kernel option. Don't define it here, as...
2011-12-30 marcelActually set the baudrate from the FDT.
2011-12-30 marcelRemove trailing white-space.
2011-12-30 marcelAdd a module for cfi(4). Build only for arm and powerpc...
2011-12-30 dimReapply r228785 now it has been tested by Adrian. ...
2011-12-30 dimIn sys/dev/drm/radeon_state.c, use the correct printf...
2011-12-30 dimFor several files in sys/dev/drm, disable -Wunused...
2011-12-29 rwatsonAdd "options CAPABILITY_MODE" and "options CAPABILITIES...
2011-12-29 dimFor sys/dev/ce/tau32-ddk.c, disable the following warni...
2011-12-29 jhbDefer the work of freeing IPv4 multicast options from...
2011-12-29 yongariUpdate if_obytes and if_omcast after successful transmit.
2011-12-29 jhbUse queue(3) macros instead of home-rolled versions...
2011-12-29 dimFix clang warnings in sys/dev/ce/if_ce.c and sys/dev...
2011-12-29 jhbUse curthread rather than PCPU_GET(curthread). 'curthr...
2011-12-29 jhbFurther relax the strictness of enforcing allocations...
2011-12-29 jhbCap the priority calculated from the current thread...
2011-12-29 glebiusDon't fallback to a CARP address in BACKUP state.
2011-12-29 jhbRegen.
2011-12-29 jhbImplement linux_fadvise64() and linux_fadvise64_64...
2011-12-29 pluknetUpdate LOCKLEAF comment: it should say "vnode".
2011-12-29 kibAdd PCI Id for the Intel AMT serial interface as found...
2011-12-29 adrianFlesh out the RSPRO GPIO config, including the RF LED.
2011-12-29 adrianBreak out the AR71XX config file into _BASE and board...
2011-12-28 delphijImport the first release of HighPoint RocketRAID 27xx...
2011-12-28 mavSet maximum I/O size for mps(4) to MAXPHYS. Looking...
2011-12-28 alcOptimize vm_object_split()'s handling of reservations.
2011-12-28 alcFix a bug in the Xen pmap's implementation of pmap_extr...
2011-12-28 gonzo- Add generic GPIO driver for Cavium Octeon. At the...
2011-12-27 alcEliminate many of the unnecessary differences between...
2011-12-27 theravenDefine NULL to nullptr in C++11 mode (not strictly...
2011-12-27 pluknetClean up from the 4.x era.
2011-12-27 mjacobFix target mode compilation issues that arose after...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-27 tuexenAddress issues found by clang. While there, fix also...
2011-12-26 edAdd cdefs-magic to add optional C11 bits to headers.
2011-12-26 edThe standard is now called C11 -- C12.
2011-12-26 adrianAR5416 has 14 GPIO pins, from 0->13.
2011-12-26 adrianSince the only thing with a mux is the AR5416 and later...
2011-12-26 adrianFlesh out configurable hardware based LED blinking.
2011-12-26 adrianSetup the initial LED state on attach and resume.
2011-12-26 adrianUpdate the hardware LED blinking code to do something...
2011-12-26 adrianRefactor out the software LED config code into a common...
2011-12-26 adrianFirst pass of LED related code changes.
2011-12-26 adrianDo a quick style(9) pass of some of the code introduced...
2011-12-25 luigiremove a variable definition which shadows the correct...
2011-12-25 bzQuite the tinderbox for the holidays. Remove the asser...
2011-12-24 gonzo- Initialize compact_flash_attribute_base_addr from...
2011-12-24 jhibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-24 dimWhen building the kernel for amd64 with clang, don...
2011-12-24 dimMake another clang warning, -Wparentheses-equality...
2011-12-24 jhbFix a bug where TAILQ_FIRST(&V_ifnet) was accessed...
2011-12-24 dimAmend r228781 by also disabling -Warray-bounds warnings...
2011-12-24 kevloDiscard local array based on return values.
2011-12-24 dimSet WERROR= for the nve(4) module. This driver gives...
2011-12-24 dimMake another clang warning, -Wempty-body, non-fatal...
2011-12-24 theravenSome GCC-compatibility definitions. Define clang's...
2011-12-24 mariusUpdate a comment to reflect reality and explain why...
2011-12-24 lstewartIntroduce the sysclock_getsnapshot() and sysclock_snap2...
2011-12-24 pluknetFix LINT-VIMAGE build after r228814: use virtualized...
2011-12-24 gonzo- Enable usbus on octusb
2011-12-23 gonzo- Set CF physical address base in sysinfo structure
2011-12-23 mavReport stripeoffset as zero not stripesize if physical...
2011-12-23 jhbAdd post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETE...
2011-12-23 mavAddition to r228808:
2011-12-23 mavUse READ CAPACITY(16) to get information about device...
next