]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-11-09 marius- Although it doesn't make a whole lot of sense to...
2015-11-08 sjgEnsure TEMPROOT is unique, to guard against multiple...
2015-11-08 avosurtwn(4): improve RX filter.
2015-11-08 ngieIntegrate tools/regression/lib/libc/net into the FreeBS...
2015-11-08 baptlower again the warnings and remove the pragmas unsuppo...
2015-11-08 ngieDelete leftover printfs from when these were TAP tests
2015-11-08 ngieConvert print_positional_test over to ATF
2015-11-08 baptEliminate some gcc pragmas
2015-11-08 emasteSync arm64 GENERIC whitespace/comments with amd64
2015-11-08 andreastImprove r290373, do a runtime check rather than a compi...
2015-11-08 emastearm64: build usr.sbin/acpi subdirectory
2015-11-08 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-11-08 baptModify the tool that generates the locales so that...
2015-11-08 skraFix pagelist bus_dmamap_t map handling. Memory for...
2015-11-08 traszMake naming more consistent; no functional changes.
2015-11-08 traszSpeed up rctl(8) rule retrieval; the difference shows...
2015-11-08 gjbUse tmpfs(5) instead of md(4) for '/tmp' mount.
2015-11-08 acheReorganize code to elimitate one _sseek() call for...
2015-11-08 traszUserspace part of reroot support. This makes it possibl...
2015-11-08 tijlSince r289279 bufinit() uses mp_ncpus, but some archite...
2015-11-08 melifaroPrint proper setfib values in ipfw log.
2015-11-08 melifaroFix setfib target.
2015-11-08 hselaskyAvoid using the bounce buffer when the source or destin...
2015-11-08 skraMake usermode variable the bool type. It's already...
2015-11-08 ngieprintfloat_test and scanfloat_test need symbols from...
2015-11-08 ngieIntegrate tools/regression/lib/libc/string into the...
2015-11-08 ngieIntegrate tools/regression/lib/libc/stdlib into the...
2015-11-08 ngieIntegrate tools/regression/lib/libc/stdio into the...
2015-11-08 gonzoFix some of WITNESS complaints and bootup lock by remov...
2015-11-08 gonzovchiq interrupt is MP safe, add respective flag to...
2015-11-08 gonzoFix locking for VCHI driver by matching sleepable/non...
2015-11-08 gonzo- Replace semaphore-base locking with sleep/wait synchr...
2015-11-08 ngieIntegrate tools/regression/lib/libc/locale into the...
2015-11-08 markjAdd a manual page for PHOLD() and friends.
2015-11-08 markj- Consistently use PROC_ASSERT_HELD() to verify that...
2015-11-08 markjEnsure that deactivated pages that are not expected...
2015-11-08 bdreweryRegen after r290526 for WITH_CCACHE_BUILD.
2015-11-08 bdreweryAdd built-in ccache build support via WITH_CCACHE_BUILD...
2015-11-08 bdreweryFAST_DEPEND: Don't enable when .MAKE.MODE=meta.
2015-11-08 bdreweryFAST_DEPEND: Don't include depend files when using...
2015-11-08 bdreweryAdd a hack to workaround ZSH as BUILDENV_SHELL breaking...
2015-11-07 umeFix alignment of the short month names for CJK locales,
2015-11-07 kppf: Fix broken rule skip calculation
2015-11-07 cemsavecore(8): Be quiet unless the user asks for verbose
2015-11-07 cemhptmv(4): Fix broken sysctl(9) API assumptions
2015-11-07 impCorrect !FDT case with proper name.
2015-11-07 baptFix build of localedef(1) on arm where wchar_t is an...
2015-11-07 impImplement the phy-mode property for ate and macb. If...
2015-11-07 jillesperiodic: Fix backwards compatibility for daily_status_...
2015-11-07 baptRewrite the histoty part
2015-11-07 baptImprove localedef(1) manpage
2015-11-07 baptBump warning level
2015-11-07 baptUse const where needed instead of using pragmas to...
2015-11-07 baptMake bsd declaration static
2015-11-07 impAdd support for RMII in macb, cribbed slightly from...
2015-11-07 baptFix an off by one due to bad conversion from avl(3...
2015-11-07 mavRework r290504.
2015-11-07 mavSpecify VP when sending a marker.
2015-11-07 cemFlesh out sysctl types further (follow-up of r290475)
2015-11-07 mavMake ISP_SLEEP() really sleep instead of spinning.
2015-11-07 baptAdd a note about the inpact on databases of the changes...
2015-11-07 baptRun memset only after having checked the return of...
2015-11-07 baptWorkaround an issue on i386 to unbreak the build until...
2015-11-07 baptFix build on arm64
2015-11-07 baptStop enforcing LC_COLLATE to C unicode collation is...
2015-11-07 baptAdd an UPDATING entry about the changed of behaviour...
2015-11-07 baptBump __FreeBSD_version modification of the locales
2015-11-07 baptImprove collation string and locales support
2015-11-07 kibCorrect the argument type in the sysctl_add_oid(9)...
2015-11-07 kibMove intmax_t and uintmax_t type declarations to sys...
2015-11-07 takawataFix encryption error handling.
2015-11-07 baptAdd missing header
2015-11-07 hselaskyAdd helper function to check if a USB page cache buffer...
2015-11-07 baptCatchup with latest changes for ObsoleteFiles in case...
2015-11-07 baptReadd LOCALEDIR definition removed by accident
2015-11-07 melifaroUnify setting lladdr for AF_INET[6].
2015-11-07 baptFix typo
2015-11-07 baptMerge from head r290483
2015-11-07 emastearm64: build em(4) and igb(4) modules
2015-11-07 emastearm64: add igb(4) to GENERIC
2015-11-07 adrianAdd a sched_yield() to work around low memory condition...
2015-11-07 baptProtecting against rm -rf / is now POSIXLY_CORRECT...
2015-11-07 cemFinal follow-up to r290475: Bump __FreeBSD_version
2015-11-07 baptImprove soelim(1) manpages
2015-11-07 cemAnother follow-up to r290475: Bump .Dd in sysctl_add_oid.9
2015-11-07 cemFollow-up to r290475: Add sysctl(8) support for added...
2015-11-07 cemRound out SYSCTL macros to the full set of fixed-width...
2015-11-07 adrianath(4) - reflect whether this is a full or fast channel...
2015-11-07 mjgfd: implement kern.proc.nfds sysctl
2015-11-06 skraSet correct code for signal in abort_align() routine.
2015-11-06 adrian[netinet6]: Create a new IPv6 netisr which expects...
2015-11-06 dimAdd maintainer entries for llvm, lldb, compiler-rt...
2015-11-06 tuexenUse the correct length. The wrong one was too large.
2015-11-06 bdreweryThe 'buildenv' target can safely be ran with '+'.
2015-11-06 smhSwitch zfs_panic_recover to panic for bad DVA
2015-11-06 cognetInclude opt_platform.h to get FDT defined.
2015-11-06 asomersAlways check the return value of lseek.
2015-11-06 mavRemoved unused malloc types.
2015-11-06 jkimFix a typo. I did not mean it, really.
2015-11-06 jkimClean up OpenSSL makefiles.
next