]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-05-12 gjbAfter the last influx of commits, and a REALLY BIG...
2015-05-12 gjbFix more paths to the actual files.
2015-05-12 gjbFix more path variables.
2015-05-12 gjbProvide the correct path to the checksum file.
2015-05-12 gjbAlso symlink the CHECKSUM.{SHA256,MD5} files.
2015-05-12 gjbAlso copy CHECKSUM.{SHA256,MD5} files.
2015-05-12 gjbFix a few incorrect variables and/or hard-coded paths.
2015-05-12 gjbSigh. Fix more syntax errors introduced by the last...
2015-05-12 gjbFix a make(1) syntax error.
2015-05-12 gjbTemporarily 'rm -rf $FTPDIR' during additional testing.
2015-05-12 neelAllow configuration of the sector size advertised to...
2015-05-12 gjbAlways use the 'make install' directory as the source...
2015-05-11 gjbAdd a new file, Makefile.mirrors, which is intended...
2015-05-11 grehanHandling indirect descriptors is a capability of the...
2015-05-11 jhibbitsAdd a PCI bridge for the Freescale PCIe Root Complex
2015-05-11 andrewUse the GOT_* macros to help simplify the code, these...
2015-05-11 alcRetire pmap_lazyfix(). This function only existed...
2015-05-11 andrewAdd the kernel support for Thumb-2. It is only supporte...
2015-05-11 andrewMark thumb entry points as such when building for thumb...
2015-05-11 andrewUse the Thumb compliant version of the add instruction...
2015-05-11 andrewList both registers to use in the 64-bit atomic instruc...
2015-05-11 delphijRevert r281372, it's no longer needed after r282726...
2015-05-11 thomasUnbreak MIPS build following rev. 282726
2015-05-11 andrewAdd the ofw_bus_subr.h change missed in r282770.
2015-05-11 gjbFix virtual machine disk format creating by passing...
2015-05-11 andrewHide code only used on i386 and amd64.
2015-05-11 andrewAdd ofw_bus_find_compatible to find a compatible ofw...
2015-05-11 andrewcpu-v6.h should only be used in the kernel, add an...
2015-05-11 avgzfs ioctls: use fget_write / fget_read instead of getf...
2015-05-11 andrewMove to use __ARM_ARCH in more places in the kernel.
2015-05-11 andrewUse the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH ...
2015-05-11 ngieUse MIN from sys/param.h instead of handrolling the...
2015-05-11 delphijRevert r282672.
2015-05-10 markjRemove some commented-out upstream code for handling...
2015-05-10 markjmsecs_to_jiffies() is implemented using tvtohz(9),...
2015-05-10 adrianPrepare for supporting driver-overridden curchan when...
2015-05-10 markjfind_next_bit() and find_next_zero_bit(): if the caller...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-10 markjctf_add_type(): when looking up an integer or floating...
2015-05-10 thomasUnbreak build following rev. 282726
2015-05-10 adrianFix typo introduced in previous commit.
2015-05-10 rpaulosynaptics: more support for semi-MT trackpads.
2015-05-10 sjgTag bmake-20150505
2015-05-10 sjgImport bmake-20150505 detect typo's in .if variable...
2015-05-10 ianCreate a relocatable instance of ubldr for ARM. The...
2015-05-10 hselaskyEnsure the result from signed subtraction under modulus...
2015-05-10 jillesrecv(),send(): Directly call interposing entry instead...
2015-05-10 ianDon't check the return value from self_reloc(), it...
2015-05-10 ianThe self-relocation code is not efi-specific, move...
2015-05-10 thomasEnsure libmd symbols do not clash with libcrypto
2015-05-10 hselaskyPut recycle pointer in own memory area which is not...
2015-05-10 andrewUse the new gic option on all configs that need it.
2015-05-10 baptFor half and reverse line feeds, recognize both SUSv2...
2015-05-10 baptRemove extendline definition
2015-05-10 baptUse calloc(3) instead of malloc(3) + memset(3)
2015-05-10 baptThe initial logic for allocating the new string was...
2015-05-10 baptUse strndup(3) instead of malloc(3) + memcpy(3)
2015-05-10 andrewUse the new gic option. While here remove extra whitesp...
2015-05-10 baptRemove useless call to extendarray
2015-05-10 andrewAdd the gic to files.arm under "device gic" and use...
2015-05-10 andrewFirst pass clenup over the Marvell db-88f6xxx kernel...
2015-05-10 baptThe pwdb function is only used once to check the databa...
2015-05-10 baptif the check of the pw db fails return the failed value
2015-05-10 kibInitialize pcids array for the proc0 pmap.
2015-05-10 kibTweak assert to also print the thread address.
2015-05-10 baptSome style(9) fixes
2015-05-10 kibOn exec, single-threading must be enforced before argum...
2015-05-10 andrewClean up the style to use "options<space><tab>".
2015-05-10 kibSatisfy vm_object uma zone destructor requirements...
2015-05-10 adrianTurn ieee80211_start_scan_locked() into a swscan module...
2015-05-10 adrianAttempt to address Bug #176201 - don't advertise what...
2015-05-10 jhibbitsFix a couple bugs in 64-bit powerpc fasttrap argument...
2015-05-10 loosRemove unnecessary code and make use of generic impleme...
2015-05-09 baptReplace sprintf(3) with snprintf(3)
2015-05-09 baptUse snprintf(3) instead of sprintf(3)
2015-05-09 baptRemove now unused LNBUFSZ buffer size
2015-05-09 baptReturn from the function as early as possible
2015-05-09 kibCorrect the assertion. We should compare the pmap...
2015-05-09 andrewPass over the at91 kernels to reduce the diff between...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 kibThe vmem callback to reclaim kmem arena address space...
2015-05-09 baptRemove some uneeded headers
2015-05-09 baptRemove unneeded headers
2015-05-09 baptReplace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
2015-05-09 kibRewrite amd64 PCID implementation to follow an algorith...
2015-05-09 baptUse snprintf(3) instead of strcpy(3) + strncat(3)
2015-05-09 baptUse sbuf(9) instead of homebrewed buffered string
2015-05-09 kibRemove unused define.
2015-05-09 kibDo not return from thread_single(SINGLE_BOUNDARY) until...
2015-05-09 kibIf x86 CPU implementation of the MWAIT instruction...
2015-05-09 bzConvert remaining hwpmc(4) debug printfs over to KTR...
2015-05-09 loosPass the resources requests to the upper bus.
2015-05-09 loosHandle IRQ resources on iicbus and ofw_iicbus.
2015-05-09 stasFix the double space in comment.
2015-05-08 delphijAlways convert uuid to lower case.
2015-05-08 baptFix about ten integer overflows and underflows and...
2015-05-08 loosReplace spaces with tabs, removes an extra blank line.
2015-05-08 ianMove the text section to the start of the output file...
2015-05-08 jhbPlace VM objects on the object list when created and...
2015-05-08 jhbConvert hwpmc(4) debug printfs over to KTR.
next