]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2015-05-08 gjbUse the IMX6 kernel configuration for the WANDBOARD...
2015-05-08 zbbPort x86 busdma to ARM64
2015-05-08 gjbStrip the KERNEL from the mount paths, working around...
2015-05-08 gjbFix path to the u-boot.imx file, which is relative...
2015-05-08 hselaskyEnsure the USB audio driver doesn't attach twice on...
2015-05-08 hselaskyAdd support for more than 8 audio channels per PCM...
2015-05-08 hselaskyExtend the maximum number of allowed PCM channels in...
2015-05-08 bdreweryFix spelling of INTERNALLIBS
2015-05-08 gjbTouch '/firstboot' so the growfs rc(8) script runs.
2015-05-08 gjbFix the starting block of the partition.
2015-05-08 hselaskyThe "SYSCTL_INT()" default value is only used for read...
2015-05-08 hselaskyPrevent switching to NULL or own window in the "vt_proc...
2015-05-08 jhbUse the kern.bootfile sysctl to set the default kernel...
2015-05-08 gjbInitial support for building the PANDABOARD image.
2015-05-08 jhbMove hwpmc(4) debugging code under a new HWPMC_DEBUG...
2015-05-08 gjbAdd a file missed in the previous commit.
2015-05-08 gjbCopy arm/WANDBOARD-QUAD.conf to arm/WANDBOARD-{SOLO...
2015-05-08 gjbFix FAT partition size.
2015-05-08 gjbSigh. Really fix CHECKSUM file creation.
2015-05-08 gjbFix CHECKSUM file creation.
2015-05-08 gjbInitial support for building WANDBOARD-QUAD images.
2015-05-08 roygerxen: introduce a newbus function to allocate unused...
2015-05-08 gjbEnable ttyv0 and ttyu0 by default if they are available
2015-05-08 avgMFV r282630: 5809 Blowaway full receive in v1 pool...
2015-05-08 gjbInitial commit to support building RPI2 images, based...
2015-05-08 gjbDo not include '/R' in the path when generating checksu...
2015-05-08 gjbMove the finished image build to the '/R' directory...
2015-05-08 gjbFix the name of the final image.
2015-05-08 gjbRename KERNEL.img -> OSRELEASE-KERNEL.img when complete.
2015-05-08 gjbDo not create the uenv.txt file for RPI-B. It is not...
2015-05-08 gjbFix path to /boot/msdos for the target image.
2015-05-08 kevlo- Fix a wrong R92C_USTIME_TSF register definition
2015-05-08 adrianoops - how'd i miss this. Sorry!
2015-05-08 ganboldThis follows the gic and ti/aintc code by adding additi...
2015-05-08 ganboldThe interrupt-parent is set globally so it's unnecessar...
2015-05-08 adrianAdd initial memory locality cost awareness to the VM...
2015-05-07 gjbCopy the rpi.dtb file to the FAT partition, preventing the
2015-05-07 gjbReorder / and /boot/msdos mount to avoid the following...
2015-05-07 delphijMFV r282611: netcat from OpenBSD 5.7.
2015-05-07 loosAdd the SMP support for Raspberry Pi 2 (BCM2836).
2015-05-07 baptReduce the size to 64 for the commands, 512 was way...
2015-05-07 delphijdate(1): Make -r behave like GNU's version when the...
2015-05-07 gjbCreate the /boot/msdos directory so the FAT partition...
2015-05-07 gjbRemove the ZEDBOARD configuration file, as it does not
2015-05-07 gjbSpell 'u-boot.img' correctly.
2015-05-07 gjbRemove the arm/ROADMAP file.
2015-05-07 gjbRemove arm/Makefile.{KERNEL} files, as this project
2015-05-07 gjbFix creating directories within DESTDIR.
2015-05-07 gjbFix a copy/paste mistake.
next