]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-04-11 Rick Macklemparam.h: bump __FreeBSD_version for commit 7763814fc9c2
2021-04-11 Yuri Pankovee: restore the stdin/stdout terminal check
2021-04-11 Rick Macklemnfsv4 client: do the BindConnectionToSession as required
2021-04-11 Vincenzo Maffionenetmap: don't use linux type struct device *
2021-04-11 Stefan EßerObsoleteFiles.inc: Add comment regarding optional files
2021-04-11 Yuri Pankovacpi(4): mention NONE as possible setting for hw.acpi...
2021-04-11 Hans Petter... if_smsc: Add the ability to disable "turbo_mode", also...
2021-04-11 Alexander V... Fix vlan creation for the older ifconfig(8) binaries.
2021-04-11 Jens SchweikhardtMake 20201030 a separate entry (insert forgotten newline).
2021-04-11 Edward Tomasz... cam: make sure to clear even more CCBs allocated on...
2021-04-11 Edward Tomasz... rc: kldxref needs mountcritlocal, not root
2021-04-11 Andrew TurnerUse if ... else when printing memory attributes
2021-04-11 Konstantin... ptrace: restructure comments around reparenting on...
2021-04-11 Konstantin... ptrace: remove dead call to FIX_SSTEP()
2021-04-11 Piotr Pawel... getdirentries.2: remove unnecessary space
2021-04-11 Piotr Pawel... Balance parentheses in sysctl descriptions
2021-04-11 Konstantin... rtld_lock.h: add some comments about versioning of...
2021-04-11 Piotr Pawel... sh: fix debug build
2021-04-11 Ka Ho Ngvnode_pager_setsize.9: Some clarifications on the manpage
2021-04-11 Mateusz Guzikzfs: avoid memory allocation in arc_prune_async
2021-04-11 Mateusz Guzikzfs: make vnlru_free_vfsops use conditional on version
2021-04-10 Rick Macklemnfsd: fix replies from session cache for multiple retries
2021-04-10 Mateusz Guzikzfs: change format string in zio_fini to get rid of...
2021-04-10 Alexander V... Fix direct route installation with net/bird.
2021-04-10 Konstantin... rtld: make dlerror() thread-local
2021-04-10 Konstantin... rtld: workaround for broken ABI
2021-04-10 Konstantin... rtld: unstaticise lockinfo and obj_from_addr()
2021-04-10 Dimitry AndricOnly use -fp-exception-behavior=maytrap on x86, for now
2021-04-10 Alexander V... Appease -Wsign-compare in radix.c
2021-04-10 Alexander V... Allow to specify debugnet fib in sysctl/tunable.
2021-04-10 Alexander V... Always use inp fib in the inp_lookup_mcast_ifp().
2021-04-10 Kristof Provostlibnv: Use PICFLAG rather than -fPIC
2021-04-10 Dimitry AndricAvoid raising unexpected floating point exceptions...
2021-04-10 Dimitry AndricAdjust .arcconfig to land onto 'main' by default
2021-04-10 Kristof Provostlibpfctl: Fix u_* counters
2021-04-10 Kristof Provostlibpfctl: Switch to pfctl_rule
2021-04-10 Kristof Provostpf: Move prototypes for userspace functions to userspac...
2021-04-10 Kristof Provostbsnmp: Use libpfctl
2021-04-10 Kristof Provost(t)ftp-proxy: use libpfctl
2021-04-10 Kristof Provostpfctl: Move ioctl abstraction functions into libpfctl
2021-04-10 Kristof Provostlibnv: Build PIC
2021-04-10 Kristof Provostpfctl: Use the new DIOCGETRULENV ioctl
2021-04-10 Kristof Provostpf: Implement nvlist variant of DIOCGETRULE
2021-04-10 Kristof Provostpfctl: Move to DIOCADDRULENV
2021-04-10 Kristof Provostpf: Introduce nvlist variant of DIOCADDRULE
2021-04-10 Edward Tomasz... Cross-reference camcontrol(8) and zonectl(8) man pages.
2021-04-10 Edward Tomasz... rc: kldxref only needs to depend on rootfs, not FILESYSTEMS
2021-04-10 Ed MasteRegen src.conf.5 after 9d178c925fb9
2021-04-10 Ed MasteDrop 'Set to' from most src.conf(5) knobs
2021-04-10 Konstantin... amd64: clear debug registers on execing 32bit Linux...
2021-04-10 Konstantin... amd64: clear debug registers on execing 32bit native...
2021-04-10 Konstantin... amd64 linux64: use x86_clear_dbregs()
2021-04-10 Konstantin... x86: use x86_clear_dbregs() on fork
2021-04-10 Konstantin... x86: add x86_clear_dbregs() helper
2021-04-09 John BaldwinFix a typo in a comment: frame -> framework.
2021-04-09 John Baldwinnlmrsa: Remove this deprecated driver.
2021-04-09 Warner Loshefivar: use bool for booleans
2021-04-09 Warner Loshefivar: Attempt to fix setting/printing/deleting EFI...
2021-04-09 Warner Loshefivar: Add --quiet to not report errors
2021-04-09 Gleb Smirnofftcp_hostcache: make THC_LOCK/UNLOCK macros to work...
2021-04-09 Gleb Smirnofftcp_hostcache: style(9)
2021-04-09 Gleb Smirnofftcp_hostcache: remove extraneous check.
2021-04-09 Gleb Smirnofftcp_hostcache: implement tcp_hc_updatemtu() via tcp_hc_...
2021-04-09 Konstantin... rtld: use _get_tp() in __tls_get_addr()
2021-04-09 Konstantin... rtld: avoid recursing on rtld_bind_lock for write
2021-04-09 Konstantin... rtld: allow to use tls_get_addr_slow() from context...
2021-04-09 Konstantin... rtld: style tls_get_addr_slow
2021-04-09 Konstantin... libc dl_iterate_phdr(): dlpi_tls_data is wrong
2021-04-09 Konstantin... libc: implement __tls_get_addr() for static binaries
2021-04-09 Konstantin... libc: add _get_tp() private function
2021-04-09 Konstantin... rtld: define TLS_DTV_OFFSET on all architectures
2021-04-09 Konstantin... libc: include rtld.h into static implementations of...
2021-04-09 Konstantin... libc: constify dummy error message string for dlfcn
2021-04-09 Konstantin... rtld_lock.h: Expand scope for IN_RTLD to avoid some...
2021-04-09 Konstantin... rtld/x86/reloc.c: style
2021-04-09 Konstantin... rtld_lock.h: remove tautological extern's
2021-04-09 Konstantin... Stop arming kqueue timers on knote owner suspend or...
2021-04-09 Konstantin... Add helper for kqueue timers callout scheduling
2021-04-09 Konstantin... Stop arming realtime posix process timers on suspend...
2021-04-09 Konstantin... Stop arming periodic process timers on suspend or terminate
2021-04-09 Alexander V... Implement better rebuild-delay fib algo policy.
2021-04-09 Vincenzo Maffionenetmap: vtnet: remove unused variable
2021-04-09 Gordon Berglingsysctl.conf(5): Mention sysctl.conf.local in the sysctl...
2021-04-09 Dmitry ChaginRemoved the reference to the deprecated splx API from...
2021-04-09 Gordon Berglinglpd(8): Mention the author of a paper in the SEE ALSO...
2021-04-09 Gordon Berglingconfig(8): Mention the authors of a paper in the SEE...
2021-04-09 Gordon Berglinged(1): Add two references in the SEE ALSO section
2021-04-09 Wojciech Macekpci_dw: Trim ATU windows bigger than 4GB
2021-04-09 Glen BarberUPDATING: dereference portupgrade(8)
2021-04-08 Konstantin... struct mount uppers: correct locking annotations
2021-04-08 Rick Macklemnfsd: fix replies from session cache for retried RPCs
2021-04-05 Alexander V... Enforce check for using the return result for ifa?_try_...
2021-04-08 Gordon Berglingm4(1): Add a SEE ALSO section and reference an AT&T...
2021-04-08 Gordon Berglingsed(1): Add a reference for a 4.4BSD manual document
2021-04-08 Richard Scheffeneggertcp: Use jenkins_hash32() in hostcache
2021-04-08 Gleb Smirnofftcp_hostcache.c: remove unneeded includes.
2021-04-08 Gleb Smirnofftcp_hostcache: add bool argument for tcp_hc_lookup...
2021-04-08 Gleb Smirnofftcp_hostcache: hide rmx_hits/rmx_updates under ifdef.
2021-04-08 Gleb SmirnoffRemove tcp_hostcache.h. Everything is private.
2021-04-08 Richard Scheffeneggertcp: Prepare PRR to work with NewReno LossRecovery
next