]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2018-06-02 Eitan Adlertop(1): avoid casting malloc
2018-06-02 Eitan Adlertop(1): Use standard boolean rather than homegrown...
2018-06-02 Rick MacklemFix the default number of threads for Flex File layout...
2018-06-02 Eitan Adlertop(1): remove two unneeded headers
2018-06-02 Eitan Adlertop(1): ansify, style(9). and nits
2018-06-02 Mark JohnstonRemove the "pass" variable from the page daemon control...
2018-06-01 Konstantin... Only check for MAP_32BIT when available.
2018-06-01 Mark JohnstonAvoid completing I/O when dumping core after a panic.
2018-06-01 Mark JohnstonDon't export _end on arm64 and riscv.
2018-06-01 Mark JohnstonRemove an inaccuracy from mincore.2.
2018-06-01 Conrad Meyerat.man: Bump .Dd missed in r334502
2018-06-01 Conrad MeyerUpdate other man pages to match leap second reality
2018-06-01 Conrad Meyertouch.1: Update to conform to POSIX 2004
2018-06-01 Brooks DavisRemove support for SYS_sys_exit in favor of SYS_exit.
2018-06-01 Alan CoxOnly a small subset of mmap(2)'s flags should be used...
2018-06-01 Justin HibbitsIncrease powerpc64 KVA from ~7.25GB to 32GB
2018-06-01 Michael TuexenLimit the retransmission timer for SYN-ACKs by TCPTV_RE...
2018-06-01 Alan Somersaudit(4): add tests for the fd audit class
2018-06-01 Piotr Pawel... indent(1): improve an error message
2018-06-01 Michael TuexenEnsure net.inet.tcp.syncache.rexmtlimit is limited...
2018-06-01 Piotr Pawel... indent(1): restore working -pcs
2018-06-01 Rick MacklemAdd the BindConnectiontoSession operation to the NFSv4...
2018-06-01 Warner LoshAdd PNP_INFO to aac
2018-06-01 Jonathan T... Update the sysctl(9) manpage to indicate that <sys...
2018-06-01 Navdeep Parharcxgbe(4): Include full duplex mediaopt in media that...
2018-06-01 Justin HibbitsUnbreak 32-bit binaries on powerpc64
2018-06-01 Alan Somersaudit(4): Add tests for the fw class of syscalls.
2018-06-01 Ed MasteANSIfy sys/kern
2018-06-01 Breno Leitaopowerpc64: Avoid overwriting initrd area
2018-06-01 Hans Petter... Implement the __sg_alloc_table_from_pages() function...
2018-06-01 Hans Petter... Implement radix_tree_iter_delete() in the LinuxKPI.
2018-06-01 Hans Petter... Improve high resolution timer support in the LinuxKPI.
2018-06-01 Hans Petter... Add more GFP macro definitions in the LinuxKPI.
2018-06-01 Piotr Pawel... indent(1): don't add unneeded space to function pointer...
2018-06-01 Andriy Gaponcall AcpiLeaveSleepStatePrep after re-enabling interrupts
2018-06-01 Piotr Pawel... indent(1): don't indent typedef declarations as object...
2018-06-01 Piotr Pawel... indent(1): consider tab characters when forcing a newli...
2018-06-01 Edward Tomasz... Set bDeviceClass properly for composite device (templat...
2018-06-01 Piotr Pawel... indent(1): identifiers inside parentheses are not decla...
2018-06-01 Eitan Adlertop(1): Display of TID when using 'H' flag
2018-06-01 Eitan Adlerservice(1): Improve manual page
2018-06-01 Alan Somersaudit(4): Add tests for the fr class of syscalls
2018-06-01 Navdeep Parharcxgbe(4): Retire an old check.
2018-06-01 Matt MacyUpdate FreeBSD_version to reflect removal of in-kernel...
2018-06-01 Matt Macypmc: add list-events command
2018-06-01 Matt Macylibpmc: allow substring for list and add function for...
2018-06-01 Matt Macylibpmc: Intel doesn't require runtime counter table...
2018-06-01 Matt Macylibpmc/pmu: update aliases table
2018-05-31 Matt Macyhwpmc: remove unused pre-table driven bits for intel
2018-05-31 Matt Macylibpmc/pmu: enable for i386 as well
2018-05-31 Matt Macylibpmc: add pmu support for uncore events
2018-05-31 Navdeep Parharcxgbe(4): Add support for SMAC-rewriting filters.
2018-05-31 Matt MacyReduce overhead of entropy collection
2018-05-31 Navdeep Parharcxgbe(4): Add code to deal with the chip's source MAC...
2018-05-31 Dimitry AndricResolve conflicts between macros in fenv.h and ieeefp.h
2018-05-31 Conrad Meyerdhclient(8): allow to supersede interface-mtu option
2018-05-31 Emmanuel Vadotaw_mmc: Get max-frequency from the dtb
next