]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Matt Macypmc stat: fix offset of specified counter
2018-06-04 Piotr Pawel... indent(1): fix buildworld after r334632
2018-06-04 Matt Macylibpmc: improve arg checking
2018-06-04 Matt Macylibpmc / stat: use westmere supported counter
2018-06-04 Matt Macyhwpmc: don't defer user callchain capture completion...
2018-06-04 Piotr Pawel... indent(1): add --version option
2018-06-04 Piotr Pawel... indent(1): remove the STACKSIZE macro and all of its use
2018-06-04 Piotr Pawel... indent(1): remove static const char copyright[]
2018-06-04 Piotr Pawel... indent(1): replace BSD bcopy() with C memmove()
2018-06-04 Mark JohnstonRegen after r334626.
2018-06-04 Mark JohnstonReimplement brk() and sbrk() to avoid the use of _end.
2018-06-04 Conrad MeyerCorrectly handle the padding for IPv6-AH, as specified...
2018-06-04 Conrad Meyerstr(r)chr: Replace union abuse with __DECONST
2018-06-04 Matt Macyhwpmc: remove gratuitous curthread checks
2018-06-04 Mark JohnstonCorrect the description of vm_pageout_scan_inactive...
2018-06-04 Alan CoxUse a single, consistent approach to returning success...
2018-06-04 Ruslan BukinSort GCC warning flags and remove duplicates.
2018-06-04 Ruslan BukinFix build: ignore a GCC 7.2.0 warning which says that...
2018-06-04 Justin HibbitsAlign UMA data to 128 byte cacheline size
2018-06-04 Brad DavisMove /sys symlink creating out of etc/Makefile.
2018-06-04 Mark JohnstonFix the NUMA build for non-x86 platforms.
2018-06-04 Justin HibbitsSet kernelname in bootconfig to the kernel file
2018-06-04 Rick MacklemRevert r334586 since I now think __unused is the better...
2018-06-04 Matt Macypmc filter: avoid spurious gcc uninitialized warning
2018-06-04 Eitan Adlertop(1): some nitpicks
2018-06-04 Matt Macyupdate pmc_pmu_idx_get_by_event signature for !x86
2018-06-04 Matt Macypmc: add filter command
2018-06-04 Eitan Adlertop(1): include what you use
2018-06-04 Eitan Adlertop(1): Prefer memcpy over bcopy
2018-06-04 Matt Macyhwpmc: fix fixed counters checks
2018-06-04 Eitan Adlertop(1): Use strsep instead of homegrown alternative
2018-06-04 Matt Macyhwpmc: ABI fixes
2018-06-04 Matt Macyhwpmc: support sampling both kernel and user stacks...
2018-06-03 Devin Teskedwatch(1): Update manual to reference actual release
2018-06-03 Eitan Adlertop(1): another pass of cleanup
2018-06-03 Alan Somersaudit(4): add tests for the cl audit class
2018-06-03 Eitan Adlertop(1): top warnings and cleanup
2018-06-03 Piotr Pawel... indent(1): new option -lpl
2018-06-03 Piotr Pawel... indent(1): revert introduction of -lpl
2018-06-03 Piotr Pawel... indent(1): new option -lpl (always line up to parenthesis)
2018-06-03 Piotr Pawel... indent(1): manual page corretions
2018-06-03 Rick MacklemFix a gcc8 warning about a write only variable.
2018-06-03 Matt Macyhwpmc: ensure that mapin updates are synchronous
2018-06-03 Matt Macypmc: remove assert that is invalid in interrupt context
2018-06-03 Piotr Pawel... indent(1): if an identifier can be either a typedef...
2018-06-03 Piotr Pawel... indent(1): if the token is a "[" then neither of the...
2018-06-03 Piotr Pawel... indent(1): don't add a space after a label
2018-06-03 Piotr Pawel... indent(1): ignore null characters from input
2018-06-03 Piotr Pawel... indent(1): don't overflow di_stack[]
2018-06-03 Piotr Pawel... indent(1): improve CHECK_SIZE_ macros
2018-06-03 Piotr Pawel... indent(1): remove troff output support
2018-06-03 Piotr Pawel... indent(1): avoid resetting last_bl to a bogus value...
2018-06-03 Piotr Pawel... indent(1): the check for buffer overflow has to be...
2018-06-03 Piotr Pawel... indent(1): use errx() instead of abort()
2018-06-03 Piotr Pawel... indent(1): limit character classification functions...
2018-06-03 Piotr Pawel... indent(1): recognize more type names
2018-06-03 Piotr Pawel... indent(1): don't format function declarations as variables
2018-06-03 Piotr Pawel... indent(1): remove is_procname.
2018-06-03 Piotr Pawel... indent(1): disjoint parser state from lexi()
2018-06-03 Piotr Pawel... indent(1): improve handling of boxed comments indentation
2018-06-03 Piotr Pawel... indent(1): improve predictability of lexi()
2018-06-03 Piotr Pawel... indent(1): improve handling of comments and newlines...
2018-06-03 Eitan Adlertop(1): restore size for kern.cp_times
2018-06-03 Piotr Pawel... indent(1): remove undocumented and rather useless optio...
2018-06-03 Vladimir Kondratyev[evdev] Sync event codes with Linux kernel 4.16
2018-06-03 Eitan Adlertop(1): Only use NO_WERROR for base gcc
2018-06-03 Eitan Adlertop(1): partial revert of r334517
2018-06-03 Eitan Adlertop(1): remove chdir to /
2018-06-03 Eitan Adlertop(1): use greater warnings
2018-06-03 Justin HibbitsRevert r326083, it doesn't behave as expected.
2018-06-03 Eitan Adlertop(1): misc minor improvements
2018-06-02 Alan Somerspty.3: Add a HISTORY section
2018-06-02 Mateusz GuzikRemove an unused argument to turnstile_unpend.
2018-06-02 Mateusz Guzikmalloc: try to use builtins for zeroing at the callsite
2018-06-02 Eitan Adlertop(1): Fix two speeling errors I introduced
2018-06-02 Eitan Adlertop(1): chdir to / as init; remove unneeded comment
2018-06-02 Eitan Adlertop(1): cleanup memory allocation and warnings
2018-06-02 Justin HibbitsIncluded VSX registers in powerpc core dumps
2018-06-02 Mateusz Guzikamd64: add a mild depessimization to rep mov/stos users
2018-06-02 Justin HibbitsAdded ptrace support for reading/writing powerpc VSX...
2018-06-02 Mateusz GuzikUse __builtin for various mem* and b* (e.g. bzero)...
2018-06-02 Mateusz Guziklibkern: tidy up memset
2018-06-02 Michael TuexenDon't overflow a buffer if we receive an INIT or INIT...
2018-06-02 Roman Bogorodskiytop: add -p option and p command to only show a single...
2018-06-02 Bruce EvansImprove defaults for per-CPU kernel console colors...
2018-06-02 Bruce EvansUse per-CPU attributes earlier.
2018-06-02 Bruce EvansOops, the last minute reduction in the clobber list...
2018-06-02 Eitan AdlerUse stpcpy instead of home grown solution
2018-06-02 Bruce EvansFix low-level locking during panics.
2018-06-02 Eitan Adlertop(1): remove wrapper around putchar
2018-06-02 Eitan Adlertop(1): const poison part 2
2018-06-02 Bruce EvansFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 Bruce EvansFix high resolution kernel profiling just enough to...
2018-06-02 Eitan Adlertop(1): const poison
2018-06-02 Bruce EvansFix recent breakages of kernel profiling, mostly on...
2018-06-02 Eitan Adlertop(1): clean up a bit
2018-06-02 Eitan Adlertop(1): help scan-build along a bit
2018-06-02 Eitan Adlertop(1): Use uid_t for uid rather than 'int'
2018-06-02 Eitan Adlertop(1): Remove now-invalid NOTE
next