]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-12-08 Gleb SmirnoffConvert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functiona...
2020-12-08 Andrew TurnerUse a macro to find the offset of kern_ttbr0
2020-12-08 Andrew TurnerFree the arm64 bootparams memory after initarm
2020-12-08 Nick HibmaNew Netgraph module ng_macfilter:
2020-12-08 Ed Masteregen src.conf.5 after r368441, WITHOUT_GDB default
2020-12-08 Ed MasteDefault to WITHOUT_GDB (GDB 6.1.1) for FreeBSD 13
2020-12-08 Kyle Evanssrc.conf(5): regen after r368439 (WITH_BSD_GREP default)
2020-12-08 Kyle Evanssrc.opts.mk: switch to bsdgrep as /usr/bin/grep
2020-12-08 Enji Cooperextattr_get_file(20: bump .Dd
2020-12-08 Enji Cooperextattr_get_file(2): clarify RETURN VALUES
2020-12-08 Enji Cooperextattr_get_file(2): fix more formatting
2020-12-08 Enji Cooperextattr_get_file(2): sort syscalls alphabetically
2020-12-08 Enji Cooperlio_listio(2): fix manlint error
2020-12-08 Enji Cooperextattr_get_fd(2): fix manlint errors
2020-12-08 Kirk McKusickIn ext2fs, BA_CLRBUF is used in ext2_balloc() not UFS_B...
2020-12-08 Mitchell Hornerelease: don't checksum images if there are none
2020-12-08 Mitchell HorneRISC-V release confs
2020-12-08 Mitchell Horneriscv: allow building virtual machine images
2020-12-08 Mitchell Hornerelease.sh: add support for RISC-V embedded builds
2020-12-07 John BaldwinBump __FreeBSD_version for removal of crypto fd's in...
2020-12-07 Andrew TurnerEnsure the boot CPU is CPU 0 on arm64
2020-12-07 Hans Petter... Properly define the bool type in the BSD kernel shim.
2020-12-07 Mark Johnstonarm: Let the GDB stub write to SP, LR and GP registers
2020-12-07 Mark JohnstonAdd missing refcount.9 MLINKS
2020-12-07 Mark Johnstoniflib: Avoid leaking the freelist bitmaps upon driver...
2020-12-07 Mark Johnstoniflib: Detach tasks upon device registration failure
2020-12-07 Toomas Soomeloader: xdr_array is missing count
2020-12-07 Hans Petter... Fix compilation after r368397.
2020-12-07 Hans Petter... Add missing busdma prototypes for load and unload and...
2020-12-07 Hans Petter... Tidy up code a bit. Add missing section comments.
2020-12-07 Hans Petter... Prefer using the MIN() function macro over the min...
2020-12-07 Hans Petter... Allow sys/refcount.h to be used by standalone builds.
2020-12-07 Hiroki SatoFix the source directory when installing the results...
2020-12-06 Mark Johnstonuma: Make uma_zone_set_maxcache() work better with...
2020-12-06 Mark Johnstonuma: Enforce the use of uz_bucket_size_max in the free...
2020-12-06 Mark Johnstonuma: Use atomic load for uz_sleepers
2020-12-06 Ed MasteAdd deprecation notice to mn(4)
2020-12-06 Kirk McKusickDocument the BA_CLRBUF flag used in ufs and ext2fs...
2020-12-06 Mateusz Guzikvfs: add cleanup on error missed in r368375
2020-12-06 Michael TuexenWhen dropping packets (RRQ or WRQ) for debugging, repor...
2020-12-06 Konstantin... ufs: handle two more cases of possible VNON vnode retur...
2020-12-06 Kyle Evansbsdgrep: don't link against libregex for bootstrap
2020-12-06 Eugene Grosbeinif_em.ko: fix module build outside of kernel build...
2020-12-06 Yuri Pankovupdate wcwidth data from utf8proc
2020-12-06 Kyle Evansbectl: simplify the tail end of the jail cmd
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-06 Stefan EßerImport version 3.2.3
2020-12-06 Tijl CoosemansMove V4L feature declarations and DTrace provider defin...
2020-12-06 Mateusz Guzikvfs: factor buffer allocation/copyin out of namei
2020-12-05 Conrad Meyeratkbd(4): Just use nitems() for quirk enumeration
2020-12-05 Michal MelounRemove remaning definition of GFB_<foo> options.
2020-12-05 Tijl CoosemansFix i386 linux module after r367395.
2020-12-05 Kyle Evanslibc: regex: partial revert of r368358
2020-12-05 Michal MelounSimplify startup of secondary cores and store MPIDR...
2020-12-05 Michal MelounAdd basic support for Freescale LX2160A SoC.
2020-12-05 Gordon Berglingepoch(9): Fix a few mandoc related issues
2020-12-05 Michal MelounConnect DTB files based on LX2160A SoC to build.
2020-12-05 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Tiger Lake
2020-12-05 Vladimir Kondratyevatkbd(4): Change quirk table end-of-list marker to...
2020-12-05 Michal MelounDesignWare PCIe driver: Don't call bus_generic_attach...
2020-12-05 Michal MelounConnect RK3288 to GENERIC kernel.
2020-12-05 Michal MelounAlso build DTB files for Asus Tinker board (RK3288...
2020-12-05 Mateusz Guzikvfs: keep bad ops on vnode reclaim
2020-12-05 Kyle Evanslibc: regex: retire internal EMPTBR ("Empty branch...
2020-12-05 Kyle Evanslibregex: implement \b and \B (word boundary, not word...
2020-12-05 Kyle Evanslibregex: implement \` and \' (begin-of-subj, end-of...
2020-12-05 Kyle Evanslibc: regex: factor out ISBOW/ISEOW macros
2020-12-05 Kyle EvansRetire GNU_GREP_COMPAT knob
2020-12-05 Conrad MeyerAdd CFI start/end proc directives to arm64, i386, and ppc
2020-12-04 Hans Petter... Expose nonstandard IPv6 kernel definitions to standalon...
2020-12-04 Warner Loshnvme: Remove a wmb() that's not necessary.
2020-12-04 Warner Loshbusdma: Annotate bus_dmamap_sync() with fence
2020-12-04 Mitchell Horneossl: port to arm64
2020-12-04 Mitchell Horneossl: split out x86 bits to x86/ossl_cpuid.c
2020-12-04 Gordon Berglingping(8): Fix a few mandoc related issues
2020-12-04 John BaldwinVarious fixes for the MIPS DDB stack unwinder.
2020-12-04 Cy SchubertRevert r366857.
2020-12-04 Konstantin... Regen
2020-12-04 Konstantin... Fix compat32 for ntp_adjtime(2).
2020-12-04 Konstantin... Add kern_ntp_adjtime(9).
2020-12-04 Hans Petter... Fix mis-spelled macro in the kernel shim.
2020-12-04 Michal MelounAdd support for RK3288 SoC.
2020-12-04 Alex Richardsonmake.py: Also pass STRIPBIN
2020-12-04 Alex Richardsoncrunchgen: fix NULL-deref bug introduced in r364647
2020-12-04 Hans Petter... Allow the rbtree header file in the LinuxKPI to be...
2020-12-04 Hans Petter... Allow the list header file in the LinuxKPI to be used...
2020-12-04 Michal MelounAdd a driver for FAN53555 based PMIC.
2020-12-04 Kyle Evansgnu: don't build libgnuregex for WITH_GNU_GREP_COMPAT
2020-12-04 Michal MelounAdd a driver for HYM8563 based RTC.
2020-12-04 Michal MelounAdd a driver for ACT8846 used as PMIC for RK3288 SoC.
2020-12-04 Hans Petter... Add more macros, types and prototypes for building...
2020-12-04 Hans Petter... Fix definition of int64_t and uint64_t when long is...
2020-12-04 Richard ScheffeneggerAdd TCP feature Proportional Rate Reduction (PRR) ...
2020-12-04 Kyle Evanskern: soclose: don't sleep on SO_LINGER w/ timeout=0
2020-12-03 Alexander V... Add IPv4/IPv6 rtentry prefix accessors.
2020-12-03 John BaldwinClear TLS offload mode if a TLS socket hangs without...
2020-12-03 Navdeep Parharcxgbe(4): Fix vertical alignment in sysctl_cpl_stats.
2020-12-03 John BaldwinDon't transmit mbufs that aren't yet ready on TOE sockets.
2020-12-03 Navdeep Parharcxgbe(4): two new debug sysctls.
2020-12-03 John BaldwinClear TLS offload mode for unsupported cipher suites...
next