]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-03-19 kevansAmend missed reference to /boot/overlays, moved to...
2018-03-19 kevansMove /boot/overlays to /boot/dtb/overlays
2018-03-19 kevanslualoader: Setup default color scheme if we're using...
2018-03-19 manusys/dts: Remove arm64 from subdir as it no longer exists.
2018-03-19 kevansAdd note to UPDATING about UEFI changes requiring loade...
2018-03-19 emastelinux*_sysvec.c: rationalize whitespace and comments
2018-03-19 emasteloader.conf: remove obsolete non-x86 beastie menu statement
2018-03-19 hselaskyRemove redundant integer cast in ibcore. The "ref_count...
2018-03-19 aeRemove note that `fwd tablearg` is supported only by...
2018-03-19 delphijPlug a possible memory leak.
2018-03-19 mjgUpdate my calendar entry to be more specific now that...
2018-03-18 oshogboThe gids argument can be declared as const.
2018-03-18 ianAdd the device/chip type to the disk d_descr field...
2018-03-18 impDon't add links or cleanfiles for NO_OBJ case, in addit...
2018-03-18 ianAdd support for 4K and 32K erase block sizes. Many...
2018-03-18 ianMake all internal routines return an int error status...
2018-03-18 oshogboFix reference to man page in Makefile.
2018-03-18 ianAdd sc_parent to the softc and use it in place of devic...
2018-03-18 markjUse __syscall(2) rather than syscall(2) in syscall...
2018-03-18 markjFix an access of an uninitialized variable in dtrace_pr...
2018-03-18 ianBugfix: wait for writes/erases to complete after starti...
2018-03-18 markjAvoid dequeuing the fault page during a soft fault.
2018-03-18 markjHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 ianEliminate some unneeded intermediate variables. Elimin...
2018-03-18 markjHave vm_page_replace() assert that the new page is...
2018-03-18 traszFix typo.
2018-03-18 ianRemove a pointless KASSERT and reword a comment a bit...
2018-03-18 oshogboFix similar typos to r331124.
2018-03-18 oshogboFix typo.
2018-03-18 ianDo not overwrite the contents of BIO_WRITE buffers...
2018-03-18 traszHere's the new development(7), which removes informatio...
2018-03-18 oshogboUpdate libcasper references to all new man pages.
2018-03-18 oshogboDocument the sysctl Casper service.
2018-03-18 oshogboDocument the pwd Casper service.
2018-03-18 oshogboRemove unneeded variable which was introduced in r328472.
2018-03-18 cemlib(private)zstd: Fix riscv build
2018-03-17 traszXr crashinfo(8) from savecore(8).
2018-03-17 mjglocks: slightly depessimize lockstat
2018-03-17 jeffMove the dirty queues inside the per-domain structure...
2018-03-17 asomersaudit(4): fix a typo in a comment
2018-03-17 asomersaio_kqueue_test: fix the build when DEBUG=1
2018-03-17 asomersaio: add an ATF test case for aio_fsync error conditions
2018-03-17 impUse kern.opts.mk instead of bsd.own.mk (which includes...
2018-03-17 impUse FreeBSD-current conventions for building options...
2018-03-17 impRemove commented out code to generate opt_inet*.h....
2018-03-17 impAdd EFI to kernel options.
2018-03-17 melifaroFix outgoing TCP/UDP packet drop on arp/ndp entry expir...
2018-03-17 impOnly take out the periph lock when we're modifying...
2018-03-17 emasteMove assym.s to DPSRCS in vmbus module
2018-03-17 emasteRevert r313780 (UFS_ prefix)
2018-03-17 traszFix formatting errors that resulted in apropos(1) outpu...
2018-03-17 emastePrefix UFS symbols with UFS_ to reduce namespace pollution
2018-03-17 emasteANSIfy sys/x86
2018-03-16 cemelftoolchain nm(1): Initialize allocated memory before use
2018-03-16 brooksAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-16 cemlibdtrace: Fix another uninitialized dtt_flags UB
2018-03-16 dteskeAdd myself to committers-ports.dot
2018-03-16 cemtelnetd(8): Fix dereference of uninitialized value...
2018-03-16 cemlibdtrace: Eliminate a minor UB by fully initializing...
2018-03-16 cemrandom(4): Poll for signals during large reads
2018-03-16 impMake not getting BootOrder a warning, not a fatal error...
2018-03-16 ianUse EFI RTC capabilities info when registering, add...
2018-03-16 impOnly print boot order / boot current if we can get...
2018-03-16 dimPull in r321999 from upstream clang trunk (by Ivan...
2018-03-16 dimPull in r327638 from upstream llvm trunk (by Matthew...
2018-03-16 krionExtend SSID maximum string length to 32 chars to suppor...
2018-03-16 ianAdd the header file needed for the recently-added call...
2018-03-16 tuexenSet the inp_vflag consistently for accepted TCP/IPv6...
2018-03-16 emasteChase r331057 in libsysdecode erno table
2018-03-16 emastelinux_errno.c: add newer errno values
2018-03-16 emasteShare a single bsd-linux errno table across MD consumers
2018-03-16 emasteMove assym.s to DPSRC in sgx module
2018-03-16 emasteANSIfy i386/vm86.c
2018-03-16 cemGarbage collect unused chacha20 code
2018-03-16 cemFix GCC build: Remove redundant pagedaemon_wakeup decla...
2018-03-16 impTry polling the qpairs on timeout.
2018-03-16 ianAdd required interface header.
2018-03-16 avosrtwn(4): de-hardcode ('h/w rate index' - 'corresponding...
2018-03-16 avosurtw(4), zyd(4): reduce code verbosity.
2018-03-16 avosurtw(4): provide names for some commonly used rate...
2018-03-15 avosCorrect comment for IFM_IEEE80211_VHT media variant.
2018-03-15 brooksAdd a request structure and make the implementation...
2018-03-15 brooksFinish removal of dataacq.h (r330716) and pcaudioio...
2018-03-15 jeffEliminate pageout wakeup races. Take another step...
2018-03-15 markjAdd a space between a section number and a following...
2018-03-15 dabModify rc.d/fsck to handle new status from fsck/fsck_ffs
2018-03-15 brooksMove implementation of ioctls into kern_*() functions.
2018-03-15 traszFix iSCSI target crash on session reinstation.
2018-03-15 brooksRestore the behavior of returning the total number...
2018-03-15 cemaesni(4): Stylistic/comment enhancements
2018-03-15 baptAdd termcap entries for the st terminal (https://st...
2018-03-15 baptFix tab vs space indentation
2018-03-15 avgzfs test suite: move definition of DISK to the cfg...
2018-03-15 avgzfs test suite: add new pool properties / features...
2018-03-15 avgzfs test suite: move definition of DISK to the cfg...
2018-03-15 avgzfs test suite: move definition of DISK to the cfg...
2018-03-15 hrsMake getnameinfo(3) salen requirement less strict and
2018-03-15 avgzfs test suite: support device paths with intermediate...
2018-03-15 avgzfs test suite: fix a typo, TESTPOOL vs TESTPOOL2
2018-03-15 avgzfs test suite: destroy old gnops before creating new...
next