]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-12-28 impFree mp on a couple of error paths.
2017-12-28 impClose the fp rather than the fd since we fdopen the...
2017-12-28 impWhen bind fails, make sure we closed the socket we...
2017-12-28 impClose fd and fd1 before returning now that we're done...
2017-12-28 impDon't leak outfile. Free it before we return from bincvt.
2017-12-28 impPlug memory leak by freeing wantedblk{32,64}.
2017-12-28 impFree zbuf when kflag is true too.
2017-12-28 impClose slave on fork error to prevent pty fd leak.
2017-12-28 impFree path before returnig.
2017-12-28 impClose cpfrom in an error case.
2017-12-28 impFree data after we're done with it.
2017-12-28 impFree inb on error return.
2017-12-28 impFree some variables before they go out of scope.
2017-12-28 impPlug two resource leaks.
2017-12-28 impUse proper failure path rather than just returning.
2017-12-28 impExplicitly ignore return value from remove. We wouldn...
2017-12-28 impDon't leak resources on duplicate -m or -M arguments...
2017-12-28 pfgSPDX: fix wrong license ID tag in dev/cesa.
2017-12-28 pfgSPDX: fix wrong license ID tag in dev/spibus.
2017-12-28 eadlerFix a few more speelling errors
2017-12-28 nwhitehornFix bug introduced in r326674, in which efi boot partit...
2017-12-28 pfgSPDX: fix wrong license ID tag in libkern.
2017-12-28 pfgarm/ixp425: Drop 3rd and 4th clauses from Ichiro FUKUHA...
2017-12-27 pfgSPDX: fix license ID tags for arm/xscale.
2017-12-27 npcxgbe/iw_cxgbe: Fix iWARP over VLANs (catch up with...
2017-12-27 mckusickIn preparation for converting to libufs to read the...
2017-12-27 pfgsparc64: Update idprom.h.
2017-12-27 manuarm: hdmi_if.m is already in files.arm
2017-12-27 manuarm: Add kern/kern_clocksource.c to files.arm
2017-12-27 pfgSPDX: Small for a license ID tags.
2017-12-27 pfgSPDX: Fix some License ID tags for libc.
2017-12-27 shurdDon't pass rids to taskqgroup_attach()
2017-12-27 impUse strl* here too.
2017-12-27 pfgccdconfig: Update licensing terms.
2017-12-27 shurdRemove assertion that's not true for !EARLY_AP_STARTUP
2017-12-27 pfgSPDX: Complete License ID tags for UFS.
2017-12-27 shurdFix indentation.
2017-12-27 impFix a bunch of issues (and a few non-issues but appease...
2017-12-27 kevansif_awg: Respect rgmii-*id PHY configurations
2017-12-27 manuctl: Correct comment in ctl_worker_thread
2017-12-27 delphijReplace send-mail with the more standarized sendmail...
2017-12-27 delphijDon't initialize lastlong before assigning it.
2017-12-27 eadlerother: Fix several typos and minor errors
2017-12-27 eadlerlib: Fix several typos and minor errors
2017-12-27 eadlerkernel: Fix several typos and minor errors
2017-12-27 eadleruserland: Fix several typos and minor errors
2017-12-26 mckusickMissing disk close in libufs.
2017-12-26 ianAdd a section describing how to tune ARM kernel options...
2017-12-26 mizhka[mips] fix compilation of TP-WN1043ND kernel configuration
2017-12-26 ianAdd a new ARM kernel option, LOCORE_MAP_MB, to control...
2017-12-26 ianComplete the changing of the old "i2c-address" property...
2017-12-26 ianUpdate the FDT example for the lm75 sensor to match...
2017-12-26 emastereadelf: report byte size for DT_PREINIT_ARRAYSZ
2017-12-26 alcRefactor vm_map_find(), creating a separate function...
2017-12-26 manuman4: Move back allwinner man page to share/man/man4
2017-12-26 kevansextres/syscon: Commit missing bits from r327106
2017-12-26 tuexenWhite cleanups.
2017-12-26 markjEnsure that pass > 0 when starting a scan with vm_pages...
2017-12-26 jillessh: Don't leak wait* implementation details from jobs.c
2017-12-26 jillesnandtool: Add missing mode for open() with O_CREAT
2017-12-26 manuMove arm specific man page to man4.arm subfolder
2017-12-26 tuexenClearify CID 1008197.
2017-12-26 tuexenClearify issue reported in CID 1008198.
2017-12-26 manuarm64: a10_gpio.c and a10_mmc.c were renamed aw_gpio...
2017-12-26 tuexenFix CID 1008428.
2017-12-26 tuexenFix CID 1008936.
2017-12-26 tuexenAllow the first (and second) argument of sn_calloc...
2017-12-26 manuarm: a10_gpio.c was renamed aw_gpio.c
2017-12-26 tuexenWhen adding support for sending SCTP packets containing...
2017-12-26 manuAllwinner: gpio: Rename driver to aw_gpio and add man...
2017-12-26 manuAllwinner: mmc: Rename driver to aw_mmc and add a man...
2017-12-26 manuaw_rtc.4: Correct some error/style found by mandoc...
2017-12-26 impFix typo
2017-12-25 manuaw_rsb.4: Remove useless .Re
2017-12-25 manuChange the remaining files using my personnal email...
2017-12-25 eadler.git*: add gitattributes and gitignore
2017-12-25 phkIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-25 eadlerfsync(3): correctly document return values
2017-12-25 manuaw_rtc: Add man page for this driver
2017-12-25 alcMake the vm object bypass and collapse counters per...
2017-12-25 impDoh! Never test in one tree and commit from another:
2017-12-25 impMatch unattached devices on the system to potential...
2017-12-25 manuallwinner: aw_usbphy is also needed for ohci
2017-12-25 manuAllwinner: Remove unused aw_console driver.
2017-12-25 kanDo pass removing some write-only variables from the...
2017-12-24 markjFix two problems with the page daemon control loop.
2017-12-24 dimRemove obsolete register keyword from opensolaris's...
2017-12-24 impFurther investigation shows this shouldn't have been...
2017-12-24 dimFix clang 6.0.0 compiler warnings in binutils
2017-12-24 kanRemove write-only opt and useless optlen variables.
2017-12-24 impComment this out until I have time to get to the bottom...
2017-12-24 dimFollow-up to r326375, by moving the block that disables...
2017-12-24 aeFix rule number truncation, use uint16_t type to specif...
2017-12-23 jillessh(1): Markup and spelling fixes
2017-12-23 impWarn when nonPNP ISA devices are attached in GENERIC...
2017-12-23 kibAdd missed AVX512VL (128 and 256 bit vector length...
2017-12-23 eadlercalendar: add missing header file
2017-12-23 eadlerldd: avoid statically linked executables in example
2017-12-23 oshogboIntroduce the daemonfd function.
2017-12-23 kanReverse the check to allocate the buffer if cached...
next