]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-08-11 traszIn su(1), fix option ordering and clarify that the...
2013-08-11 rpauloUse device_printf().
2013-08-11 adrianUse the correct structure size when flipping the BT...
2013-08-11 adrianPrepare for the PAN (personal area network) support...
2013-08-11 adrianAdd firmware for the Intel 2030 and variants.
2013-08-11 adrianRemove a now-unused firmware.
2013-08-11 adrianUpdate the 6000g2a image.
2013-08-11 rpaulofasttrap_fork(): unlock the processes before removing...
2013-08-10 rpauloLoad the dtraceall module if /dev/dtrace/dtrace doesn...
2013-08-10 adrianAdd in missing m_free()'s during error conditions.
2013-08-10 kibThe r254167 moved initialization of the sleepqueues...
2013-08-10 sjgParseGetLine: don't treat a zero byte as end of buffer...
2013-08-10 kibMatch malloc(9) calls with free(9), not contigfree...
2013-08-10 kibThe random_adapters.c is standard in the conf/files...
2013-08-10 kibRestore the ability to kldload random.ko, by linking...
2013-08-10 gjbFix a typo. The script should run /usr/bin/svnlitevers...
2013-08-10 kibDifferent consumers of the struct vm_page abuse pageq...
2013-08-10 rpauloFix the return value when we found a symbol in .dynstr...
2013-08-10 joelmdoc: remove commented out macro, sort SEE ALSO and...
2013-08-10 joelMinor mdoc nits.
2013-08-10 joelmdoc: document title should be all caps.
2013-08-10 alfredFix bug in r253719: fix command line watchdog disable.
2013-08-10 cognetUse the correct address when calling kva_free()
2013-08-10 cognet- The address lies in the bus space handle, not in...
2013-08-09 zontRemove unused definition for CTL_VM_NAMES.
2013-08-09 cognetDon't call sleepinit() from proc0_init(), make it a...
2013-08-09 cognetInstead of just trying to do it for arm, make sure...
2013-08-09 cognet- The address lies in the bus space handle, not in...
2013-08-09 cognetMake sure vm_kmem_size is aligned on a page boundary...
2013-08-09 jhbRevert the addition of VPO_BUSY and instead update...
2013-08-09 hselaskyInitial commit of my USB test code which can exercise...
2013-08-09 marcelFix the freaddir implementation for the stand-alone...
2013-08-09 jillesAdd mkostemp() and mkostemps().
2013-08-09 obrienAdd missing 'VPO_BUSY' from r254141 to fix kernel build...
2013-08-09 obrien* Add random_adaptors.[ch] which is basically a store...
2013-08-09 attilioOn all the architectures, avoid to preallocate the...
2013-08-09 attilioGive mutex(9) the ability to recurse on a per-instance...
2013-08-09 attilioThe soft and hard busy mechanism rely on the vm object...
2013-08-09 traszDon't dereference null pointer should acl_alloc() be...
2013-08-09 traszAdd -c flag to pgrep(1) and pkill(1), to match login...
2013-08-09 avgfollow up to r254051
2013-08-09 erwinAdd empty zones for Shared Address Space (RFC 6598)
2013-08-09 jeff - Fix compile errors from the clang conversion
2013-08-09 jeff - Reserve a special AF for SDP. The one we were incor...
2013-08-09 jeff - Correctly handle various edge cases in sysfs emulation.
2013-08-09 jeff - Use the correct type in the linux bitops emulation.
2013-08-09 yongariFix for IPv4 fragment packets treated as RMCP.
2013-08-09 scottlRate limit the 'out of chain frame' messages to once...
2013-08-09 scottlSometimes a device misbehaves so badly that it disrupts...
2013-08-09 scottlAdd a helpful message that can help point to why a...
2013-08-08 delphijMFV r254079:
2013-08-08 dteskeUpdate legacy static assignments in old code to support...
2013-08-08 delphijMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-08 dteskeSince the introduction of SVN r244048 and [follow-up...
2013-08-08 pfgSmall typo.
2013-08-08 rstoneAllow drivers to return BUS_PROBE_NOWILDCARD from their...
2013-08-08 aegpt_entries is used as limit for the number of partitio...
2013-08-08 gjbWhen newvers.sh is run, it is possible that the svnversion
2013-08-08 achePart of r245761 makes "grep -D skip" broken for pipes...
2013-08-08 aeMake the check for number of entries less strict.
2013-08-08 acheAccording to POSIX \ in the fnmatch(3) pattern should...
2013-08-08 adrianCap the number of streams supported to two for now.
2013-08-08 adrianConvert net80211 over to using if_transmit for the...
2013-08-08 neelUse local variables with the appropriate types and...
2013-08-08 peterOur libc iconv (unlike gnu iconv and the citrus code...
2013-08-07 delphijMFV r254071:
2013-08-07 adrianAllow net80211 to compile on stable/9 and stable/8.
2013-08-07 delphijMFV r254070:
2013-08-07 obrienImprove the sysctl symbol extraction from the kernel...
2013-08-07 jhbDon't emit a spurious EVFILT_PROC event with no fflags...
2013-08-07 kibSplit the pagequeues per NUMA domains, and split pagead...
2013-08-07 kibChange the pmap_ts_referenced() method of amd64 pmap...
2013-08-07 rpauloFix previous commit: both flags must be set.
2013-08-07 cognetDon't bother trying to work around buffers which are...
2013-08-07 mavRemove droping topology mutex after iterating 100 perip...
2013-08-07 theravenRemove __attribute__((__aligned__)) that generates...
2013-08-07 ganboldBring initial support for Allwinner A20 SoC (Cubieboard2).
2013-08-07 mavImprove r253721 by reporting detected lack of BIO_FLUSH...
2013-08-07 avgenable KDB_TRACE in GENERICs
2013-08-07 kevloRemove unsigned comparison < 0
2013-08-07 jeffReplace kernel virtual address space allocation with...
2013-08-07 rpauloMake sure IFM_AVALID is also set when checking ifm_status.
2013-08-07 markjAdd a missing module version declaration to if_tun(4).
2013-08-07 rpauloFix a timing issue with the wired driver.
2013-08-07 markjPass variables prefixed with both LD_ and LD_32_ to...
2013-08-07 markjFill in the description fields for M_FICT_PAGES.
2013-08-07 marcelChange <sys/diskpc98.h> to not redefine the same symbol...
2013-08-06 delphijMFV r254011:
2013-08-06 sbrunoAdjust make knobs to know that WITH_ICONV installs...
2013-08-06 jfvMake the various driver MSIX setup routines fallback...
2013-08-06 marius- Fix a bug in the MSI allocation logic so an MSI is...
2013-08-06 mariusAs it turns out, MSIs are broken with 2820SA so introdu...
2013-08-06 jfvWhen the igb driver is static there are cases when...
2013-08-06 hrsFix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl...
2013-08-06 mckusickThis bug fix is in a code path in rename taken when...
2013-08-06 avgfix fat-fingering in r253996
2013-08-06 avgopensolaris code: translate INVARIANTS to DEBUG and...
2013-08-06 hrsFix build on arm and mips.
2013-08-06 mariusAdd MD (for now) atomic_store_acq_<type>() and use...
2013-08-06 mavBlock reporting of ZFS features for suspended pools.
next