]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-06-03 pstefindent(1): manual page corretions
2018-06-03 rmacklemFix a gcc8 warning about a write only variable.
2018-06-03 mmacyhwpmc: ensure that mapin updates are synchronous
2018-06-03 mmacypmc: remove assert that is invalid in interrupt context
2018-06-03 pstefindent(1): if an identifier can be either a typedef...
2018-06-03 pstefindent(1): if the token is a "[" then neither of the...
2018-06-03 pstefindent(1): don't add a space after a label
2018-06-03 pstefindent(1): ignore null characters from input
2018-06-03 pstefindent(1): don't overflow di_stack[]
2018-06-03 pstefindent(1): improve CHECK_SIZE_ macros
2018-06-03 pstefindent(1): remove troff output support
2018-06-03 pstefindent(1): avoid resetting last_bl to a bogus value...
2018-06-03 pstefindent(1): the check for buffer overflow has to be...
2018-06-03 pstefindent(1): use errx() instead of abort()
2018-06-03 pstefindent(1): limit character classification functions...
2018-06-03 pstefindent(1): recognize more type names
2018-06-03 pstefindent(1): don't format function declarations as variables
2018-06-03 pstefindent(1): remove is_procname.
2018-06-03 pstefindent(1): disjoint parser state from lexi()
2018-06-03 pstefindent(1): improve handling of boxed comments indentation
2018-06-03 pstefindent(1): improve predictability of lexi()
2018-06-03 pstefindent(1): improve handling of comments and newlines...
2018-06-03 eadlertop(1): restore size for kern.cp_times
2018-06-03 pstefindent(1): remove undocumented and rather useless optio...
2018-06-03 wulf[evdev] Sync event codes with Linux kernel 4.16
2018-06-03 eadlertop(1): Only use NO_WERROR for base gcc
2018-06-03 eadlertop(1): partial revert of r334517
2018-06-03 eadlertop(1): remove chdir to /
2018-06-03 eadlertop(1): use greater warnings
2018-06-03 jhibbitsRevert r326083, it doesn't behave as expected.
2018-06-03 eadlertop(1): misc minor improvements
2018-06-02 asomerspty.3: Add a HISTORY section
2018-06-02 mjgRemove an unused argument to turnstile_unpend.
2018-06-02 mjgmalloc: try to use builtins for zeroing at the callsite
2018-06-02 eadlertop(1): Fix two speeling errors I introduced
2018-06-02 eadlertop(1): chdir to / as init; remove unneeded comment
2018-06-02 eadlertop(1): cleanup memory allocation and warnings
2018-06-02 jhibbitsIncluded VSX registers in powerpc core dumps
2018-06-02 mjgamd64: add a mild depessimization to rep mov/stos users
2018-06-02 jhibbitsAdded ptrace support for reading/writing powerpc VSX...
2018-06-02 mjgUse __builtin for various mem* and b* (e.g. bzero)...
2018-06-02 mjglibkern: tidy up memset
2018-06-02 tuexenDon't overflow a buffer if we receive an INIT or INIT...
2018-06-02 noveltop: add -p option and p command to only show a single...
2018-06-02 bdeImprove defaults for per-CPU kernel console colors...
2018-06-02 bdeUse per-CPU attributes earlier.
2018-06-02 bdeOops, the last minute reduction in the clobber list...
2018-06-02 eadlerUse stpcpy instead of home grown solution
2018-06-02 bdeFix low-level locking during panics.
2018-06-02 eadlertop(1): remove wrapper around putchar
2018-06-02 eadlertop(1): const poison part 2
2018-06-02 bdeFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 bdeFix high resolution kernel profiling just enough to...
2018-06-02 eadlertop(1): const poison
2018-06-02 bdeFix recent breakages of kernel profiling, mostly on...
2018-06-02 eadlertop(1): clean up a bit
2018-06-02 eadlertop(1): help scan-build along a bit
2018-06-02 eadlertop(1): Use uid_t for uid rather than 'int'
2018-06-02 eadlertop(1): Remove now-invalid NOTE
2018-06-02 eadlertop(1): avoid casting malloc
2018-06-02 eadlertop(1): Use standard boolean rather than homegrown...
2018-06-02 rmacklemFix the default number of threads for Flex File layout...
2018-06-02 eadlertop(1): remove two unneeded headers
2018-06-02 eadlertop(1): ansify, style(9). and nits
2018-06-02 markjRemove the "pass" variable from the page daemon control...
2018-06-01 kibOnly check for MAP_32BIT when available.
2018-06-01 markjAvoid completing I/O when dumping core after a panic.
2018-06-01 markjDon't export _end on arm64 and riscv.
2018-06-01 markjRemove an inaccuracy from mincore.2.
2018-06-01 cemat.man: Bump .Dd missed in r334502
2018-06-01 cemUpdate other man pages to match leap second reality
2018-06-01 cemtouch.1: Update to conform to POSIX 2004
2018-06-01 brooksRemove support for SYS_sys_exit in favor of SYS_exit.
2018-06-01 alcOnly a small subset of mmap(2)'s flags should be used...
2018-06-01 jhibbitsIncrease powerpc64 KVA from ~7.25GB to 32GB
2018-06-01 tuexenLimit the retransmission timer for SYN-ACKs by TCPTV_RE...
2018-06-01 asomersaudit(4): add tests for the fd audit class
2018-06-01 pstefindent(1): improve an error message
2018-06-01 tuexenEnsure net.inet.tcp.syncache.rexmtlimit is limited...
2018-06-01 pstefindent(1): restore working -pcs
2018-06-01 rmacklemAdd the BindConnectiontoSession operation to the NFSv4...
2018-06-01 impAdd PNP_INFO to aac
2018-06-01 jtlUpdate the sysctl(9) manpage to indicate that <sys...
2018-06-01 npcxgbe(4): Include full duplex mediaopt in media that...
2018-06-01 jhibbitsUnbreak 32-bit binaries on powerpc64
2018-06-01 asomersaudit(4): Add tests for the fw class of syscalls.
2018-06-01 emasteANSIfy sys/kern
2018-06-01 leitaopowerpc64: Avoid overwriting initrd area
2018-06-01 hselaskyImplement the __sg_alloc_table_from_pages() function...
2018-06-01 hselaskyImplement radix_tree_iter_delete() in the LinuxKPI.
2018-06-01 hselaskyImprove high resolution timer support in the LinuxKPI.
2018-06-01 hselaskyAdd more GFP macro definitions in the LinuxKPI.
2018-06-01 pstefindent(1): don't add unneeded space to function pointer...
2018-06-01 avgcall AcpiLeaveSleepStatePrep after re-enabling interrupts
2018-06-01 pstefindent(1): don't indent typedef declarations as object...
2018-06-01 pstefindent(1): consider tab characters when forcing a newli...
2018-06-01 traszSet bDeviceClass properly for composite device (templat...
2018-06-01 pstefindent(1): identifiers inside parentheses are not decla...
2018-06-01 eadlertop(1): Display of TID when using 'H' flag
2018-06-01 eadlerservice(1): Improve manual page
next