]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-03-23 mariusCorrect the dependency of mmc(4) on sdhci_tegra(4)...
2017-03-22 gjbAdd mlx5en(4) to the hardware page. [1]
2017-03-22 gjbFix hardware list build after r315742.
2017-03-22 kibUpdate r315753 with the proper flag name.
2017-03-22 kibAdd a flag BI_BRAND_ONLY_STATIC to specify that the...
2017-03-22 kibAdjust r314851 to not require every brand to specify...
2017-03-22 baptUse MIN macros from sys/param.h
2017-03-22 baptUse strndup(3) instead of malloc + memcpy
2017-03-22 dimCherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a...
2017-03-22 ngieCommit Makefiles changes not build manpage for igb...
2017-03-22 baptUse MAX and MIN macros from sys/param.h
2017-03-22 ngieMerge documentation for em(4) and igb(4)
2017-03-22 kppf: Fix possible shutdown race
2017-03-22 impSimplify the code a little.
2017-03-22 ngieGarbage collect if_igb reference in loader.conf
2017-03-22 ngieDocument some more 10GbE+ network drivers in loader...
2017-03-22 ngieUnbreak world by adding sys/stat.h for stat(2)
2017-03-22 edMake file descriptor passing for CloudABI's recvmsg...
2017-03-22 impImplement moving SD.
2017-03-22 ngiestyle(9): sort #includes
2017-03-22 impImpelemnt ttys onifexists in init.
2017-03-22 edAdd forward declaration for struct vnode.
2017-03-22 markjAdd initializations missed in r315728.
2017-03-22 markjAvoid accessing an uninitialized variable when vfork...
2017-03-22 markjAvoid double-closing an fd if elf_begin() fails.
2017-03-22 ngiediff(1): fix SYNOPSIS section noting non-existent optio...
2017-03-22 cemscandir: Fix NULL dereference, uninitialized value...
2017-03-22 markjExtend cmpxchg() to support 8- and 16-bit values, and...
2017-03-22 markjAdd support for 8- and 16-bit atomic_(f)cmpset to x86.
2017-03-22 ngiectm: fix memory leaks in Pass1(..)
2017-03-22 grehanBring the handling of the y axis in the ums driver...
2017-03-22 grehanThis fixes a typo in bhyve's USB mouse emulation.
2017-03-22 hselaskyAdd full VNET support to the inet_get_local_port_range...
2017-03-22 hselaskyAdd support for more IPv4 and IPv6 related macros in...
2017-03-22 andrewAdd the early hypervisor code needed on 32-bit ARMv7...
2017-03-22 mavFix printing bits above first eight.
2017-03-22 desAdd options to capture stdout and / or stderr and pass...
2017-03-22 mavSwitch from using periph_links to sim_links.
2017-03-22 mavCleanup response queue processing.
2017-03-22 edSet the interpreter path to /nonexistent.
2017-03-22 edMake file descriptor passing work for CloudABI's sendmsg().
2017-03-22 ngiePrint out name of non-dynamic sysctl in sysctl_remove_o...
2017-03-22 ngielibkvm: bump WARNS to 6 after recent commits done to...
2017-03-22 ngielibkvm: fix warning issues post-r291406
2017-03-22 vangyzenclock_gettime.2: add some clock IDs
2017-03-21 cemkern_fail: Allow sleeping for more than 2147483/hz...
2017-03-21 ianEliminate a "format string is not a string literal...
2017-03-21 bdreweryRename _cc to _gcc to be more clear.
2017-03-21 ngieDelete trailing whitespace (no functional change)
2017-03-21 dimGcc has incompatible internal declarations for __divtc3...
2017-03-21 ngiekvm_write: fix -Wcast-qual warning in pointer arithmeti...
2017-03-21 ngieDocument sbuf_hexdump(9) in just sbuf(9)
2017-03-21 ngiekvm_geterr: handle `kd` == NULL in a deterministic...
2017-03-21 emastetighten buffer bounds in imgact_binmisc_populate_interp
2017-03-21 glebiusForce same alignment on struct xinpgen as we have on...
2017-03-21 mavRemove another remnants left after r246713.
2017-03-21 mavRemove some dead code left after r246713.
2017-03-21 mavImprove command timeout handling.
2017-03-21 maximThe .Cm macro usage fixed.
2017-03-21 mavRemove questionable reqp->req_time access.
2017-03-21 mavClean/unify some macro usage.
2017-03-21 mavMinor cosmetic addition to r315673.
2017-03-21 mavMake CAM SIM lock optional.
2017-03-21 glebiusMake sdp compilable after r315662.
2017-03-21 glebiusShut up gcc.
2017-03-21 mavAddition to r315579: drop the lock while allocating...
2017-03-21 glebiusHide struct inpcb, struct tcpcb from the userland.
2017-03-20 asomersFix back-to-back runs of sys/netinet/fibs_test;slaac_on...
2017-03-20 gadFixes to chkprintcap:
2017-03-20 ngieFix linking /rescue/rescue to multiple programs in...
2017-03-20 tsoomeloader: verify the value from dhcp.interface-mtu and...
2017-03-20 mavRemove some more dead code.
2017-03-20 landonfIntegrate BCM4706 PMU (rev6) support, derived from...
2017-03-20 andrewUse tc_priv to find the softc in the i.MX timer driver.
2017-03-20 baptCache tzdata when running under capsicum
2017-03-20 tsoomelibstand: verify value provided by nfs.read_size
2017-03-20 ngieHandle kd == NULL gracefully with kvm_close(3)
2017-03-20 tsoomeloader: pxe.h constants have wrong values
2017-03-20 tsoomeloader: disk_cleanup was left in userboot_disk.c
2017-03-20 hrsSimplify a pipe for signal handling.
2017-03-20 hrsFix a regression which prevented an IPv6 address in...
2017-03-20 ngiebsnmp: explicitly test the return value for open_client...
2017-03-20 ngiebsnmp: don't leak snmp_client.fd in open_client_udp...
2017-03-20 vangyzenPort the getaddrinfo(1) utility from NetBSD
2017-03-20 ngielibcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm...
2017-03-20 mmMFV r315633, 315635:
2017-03-20 mmUpdate vendor/libarchive to git 5881c9021a85668bd945593...
2017-03-20 avosrtwn: fix node id assignment.
2017-03-20 ngiesyslogd: try to print out a more helpful message in...
2017-03-20 alcUse IDX_TO_OFF(), not ptoa(), when converting the diffe...
2017-03-20 ngiesyslogd: fix dprintf in socksetup(..)
2017-03-20 delphijPet manlint.
2017-03-20 ngiesyslogd: don't leak `f` on failure in cfline(..)
2017-03-20 ngieRemove all expected failures from lib/libc/locale/io_te...
2017-03-20 ngieDon't build/install lib/libc/io_test anymore
2017-03-20 delphijMake space style consistent with earlier entries.
2017-03-20 ngieFix date added in r315570 so it's sorted properly
2017-03-20 ngiekvm_close(3): return `error` instead of blindly returni...
2017-03-20 ngiekvm_open2(3): remove '*' when describing addr argument...
2017-03-19 mariuso Add support for eMMC DDR bus speed mode at 52 MHz...
next