]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-08-19 andreastFix typo. Not a win in terms of functionality but in...
2012-08-19 rrsThough I disagree, I conceed to jhb & Rui. Note
2012-08-19 mmUpdate zfs(8) manpage with illumos version of "zfs...
2012-08-19 mmBackport fix for vendor issue #3085
2012-08-19 trocinyIn ip6_ctloutput() guard inp_flags modifications with...
2012-08-19 kuriyama- Allow to pass extra parameters for each jails.
2012-08-19 adrianExtend the TX descriptor debug printing to be properly...
2012-08-19 adrianWhen assembling the descriptor list, make sure that...
2012-08-18 marcelUse pmap_kextract(x) rather than pmap_extract(kernel_pm...
2012-08-18 marcelBuild zfs on ia64 as well. We don't build a loader...
2012-08-18 marcelDon't build the ski loader anymore. The code is not...
2012-08-18 marcelRemove support for SKI: HP's Itanium simulator. It...
2012-08-18 kibAdd drm and i915 ioctl translations for 32 bit process...
2012-08-18 kibDeliver SIGSYS to the guilty thread, not to the process.
2012-08-18 kevloCleanup use of 'host' when running 'rpcinfo -p'.
2012-08-18 kevloFix typo
2012-08-18 hrsAdd mvts(4) driver for internal thermal sensor found...
2012-08-18 hrsSort IDs.
2012-08-18 hrsFix build when DEBUG is defined.
2012-08-18 hrs- MV_DEV_88F6282 has 256KB 4-way L2 cache.
2012-08-18 hrsFix a bug that could fail to initialize GPIO pins speci...
2012-08-18 hrs- Add OF_hasprop() and ofw_bus_has_prop(). These can...
2012-08-18 zeisingFix two instances of the file names generated by revnet...
2012-08-18 andrewRemove machine from the LN2410SBC config, it is set...
2012-08-18 andrewSet machine correctly on ARM. This allows universe...
2012-08-17 alcEliminate another vestige of page coloring.
2012-08-17 obrienCatch up with the subversion conversion and apply these...
2012-08-17 mjgRemove unused member of struct indir (in_exists) from...
2012-08-17 hselaskyAdd new USB device ID.
2012-08-17 jhbUnexpand a couple of TAILQ_FOREACH()s.
2012-08-17 jhbFix dhclient to properly exit and teardown the configur...
2012-08-17 jhbAllow static DMA allocations that allow for enough...
2012-08-17 rrsOk jhb, lets move the ifa_free() down to the bottom to
2012-08-17 alcFix two problems with pmap_clear_modify().
2012-08-17 rpauloThe GPIO drivers were initialising their mutexes with...
2012-08-17 davidxuregen.
2012-08-17 mckayCorrect a regression introduced during the import of...
2012-08-17 davidxuImplement syscall clock_getcpuclockid2, so we can get...
2012-08-17 lstewartThe TCP PAWS fix for kernels with fast tick rates ...
2012-08-17 kevloMake 'junk' volatile so that compilers won't be tempted...
2012-08-17 npSupport for TCP DDP (Direct Data Placement) in the...
2012-08-16 npInitialize various DDP parameters in the main cxgbe...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 npMake room for DDP page pods in the default configuratio...
2012-08-16 npAdd a routine (t4_set_tcb_field) to update arbitrary...
2012-08-16 gonzo- Typo fix
2012-08-16 npAllow for a different handler for each type of firmware...
2012-08-16 jhbRemove D_NEEDGIANT from dead_devsw. biofinish() (and...
2012-08-16 rrsIts never a good idea to double free the same
2012-08-16 jkimImport ACPICA 20120816.
2012-08-16 jhbAdd locking for sscdisk(4) and mark it MPSAFE. Since...
2012-08-16 mjacobOn lun disable, complete all INOTs and ATIOs with CAM_R...
2012-08-16 kibAs a safety measure, disable lowering pid_max too much.
2012-08-16 kibFix grammar.
2012-08-16 des- When running out of swzone, instead of spewing an...
2012-08-16 mavFix "speaker" volume control, broken at r230451.
2012-08-16 aeAdd comment why the code has been disabled.
2012-08-16 impPreliminary Embest ATEB9200 support.
2012-08-16 impHmmm, somehow this file was completely deleted, rather...
2012-08-16 impRemove unused hints.
2012-08-16 alcEliminate an unused parameter from init_pte_prot().
2012-08-16 impLimit popcorn limit to something sane (either 2ns or...
2012-08-16 adrianFix an incorrect comparison.
2012-08-16 gonzoMerge somewhat modified r230399 from projects/armv6:
2012-08-15 alcReplace all uses of the vm page queues lock by a r...
2012-08-15 alcEliminate some unused declarations.
2012-08-15 alcCorrect a KASSERT message.
2012-08-15 adrianDon't call the node iteration function inside the node...
2012-08-15 gonzoFix argument type for bus_space_map
2012-08-15 gonzoUnbreak build for the rest of AT91 platforms
2012-08-15 jceelSwitch lpc initarm() to use struct arm_boot_params...
2012-08-15 kibSmall tweaks:
2012-08-15 joelMinor mdoc fixes and language tweaks.
2012-08-15 jfvCustomer report of a panic on boot due to the old
2012-08-15 hselaskyStreamline use of cdevpriv and correct some corner...
2012-08-15 kibAdd a short man page describing how to run a.out binari...
2012-08-15 kibAdd a sysctl kern.pid_max, which limits the maximum...
2012-08-15 kibFix build
2012-08-15 hselaskyRevert r239178 and implement two new functions, namely
2012-08-15 hselaskyAdd new USB device quirk.
2012-08-15 kibRegenerate.
2012-08-15 kibProvide 32bit compat for truncate(2) and ftruncate(2).
2012-08-15 obrienDon't include opt_ddb.h & <ddb/ddb.h> twice.
2012-08-15 aeSome BIOSes return incorrect number of sectors, make...
2012-08-15 aeRework r239232 to unbreak ZFS detection on MBR slices.
2012-08-15 aeExplicitly terminate the string after strncpy(3).
2012-08-15 gonzoUnbreak ATMEL kernel build
2012-08-15 adrianExtend the non-aggregate TX descriptor chain routine...
2012-08-15 adrianBump up the rate control table size to incorporate...
2012-08-15 adrianRemove this comment, it's no longer relevant.
2012-08-15 adrianExtend the duration calculations to work with three...
2012-08-15 adrianAdd a missing comma.
2012-08-15 adrianAdd 3 stream rates to the sample rate control module.
2012-08-15 adrianExtend the sample mask from 32 bits to 64 bits.
2012-08-15 gonzoSpecify architecture for assembler
2012-08-15 adrianImplement a sequential descriptor ID value and stuff...
2012-08-15 gonzoMerging of projects/armv6, part 10
2012-08-15 gonzoMerging of projects/armv6, part 9
2012-08-15 gonzoMerging of projects/armv6, intermission
2012-08-15 gonzoMerging of projects/armv6, part 8
next