]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-10-12 Stefan Eßerusr.bin/gh-bc, contrib/bc: update to version 5.0.0
2021-10-12 Hans Petter... mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debug...
2021-10-12 Hans Petter... sound(4): Implement mixer mute control for feeder channels.
2021-10-12 Konstantin... ObsoleteFiles.inc: stop removing pthread_mutexattr_get...
2021-10-12 Konstantin... mlx5_en: fix use of CALLOUT_DIRECT
2021-10-12 Tom HukinsRemove obsolete amd(8) rc.conf configuration
2021-10-11 David BrightRPCBIND: skip ipv6 link local when request is not from...
2021-10-11 Andrew TurnerFix the arm64 L2_BLOCK_MASK definition
2021-10-11 Andrew TurnerAdd ELF macros found in the aaelf64 spec
2021-10-11 Andrew TurnerUse a 64 bit read to access GICR_TYPER
2021-10-11 Mateusz Guzikvfs: hoist cn_thread assert in namei
2021-10-11 Mateusz Guziklinprocfs: find cwd and root handling
2021-10-11 Mateusz Guzikfd: add pwd_hold_proc
2021-10-11 Mateusz Guzikmmc: fix 1-byte reallocs (when it should have been...
2021-10-11 Mateusz Guzikfifo: support flock
2021-10-11 Mateusz Guzikipsec: enter epoch before calling into ipsec_run_hhooks
2021-10-11 Mateusz Guzikvfs: add missing VIRF_MOUNTPOINT in vfs_mountroot_shuffle
2021-10-11 Mateusz Guzikvfs: add the missing vnode interlock in vfs_mountroot_s...
2021-10-11 Mateusz Guziklockmgr: fix lock profiling of face adaptive spinning
2021-10-11 Mateusz Guzikcache: count vnodes in cache_purgevfs
2021-10-11 Mateusz Guzikvfs: retire VNODE_REFCOUNT_FENCE_* macros
2021-10-10 Robert Wingprometheus_sysctl_exporter(8): filter output using...
2021-10-10 Yoshihiro Otakern_ctf: Use zlib's uncompress function for simpler...
2021-10-10 Jessica Clarkepci_pci: Support growing bus ranges in bus_adjust_resou...
2021-10-10 Jessica Clarkeriscv: Add vt and kbdmux to GENERIC for video console...
2021-10-10 Jessica ClarkeLinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING...
2021-10-10 Jessica Clarkelibgcc_s: Export 64-bit int to 128-bit float functions
2021-10-10 Jessica Clarkeriscv: Add a stub pmap_change_attr implementation
2021-10-10 Jessica Clarkellvm-objcopy: Install llvm-strip link
2021-10-10 Jessica Clarkelibc: Fix build on case-insensitive file systems
2021-10-10 Konstantin... readlinkat(2): allow O_PATH fd
2021-10-10 Konstantin... vm_fault: do not trigger OOM too early
2021-10-10 Konstantin... Make core dump writes interruptible with SIGKILL
2021-10-10 Konstantin... core(5): explicitly mention the core file size limit...
2021-10-10 Konstantin... Add curproc_sigkilled()
2021-10-10 Konstantin... sys/proc.h: remove dead prototype
2021-10-10 Konstantin... kern_sig.c: Remove unused SIGPROP_CANTMASK
2021-10-10 Konstantin... When queuing ignored signal, only abort target thread...
2021-10-10 Konstantin... When sending ignored signal, arrange for zero return...
2021-10-10 Konstantin... Move td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAIT
2021-10-10 Konstantin... Fix mistakes in link(2) and shm_open(2)
2021-10-10 Konstantin... amd64 efirt: do not flush cache for runtime pages
2021-10-10 Konstantin... amd64: add pmap_page_set_memattr_noflush()
2021-10-10 Konstantin... apic: initialize lapic_paddr statically
2021-10-10 Konstantin... amd64 sendsig: fix context corruption
2021-10-10 Konstantin... Revert "linux32: add a hack to avoid redefining the...
2021-10-10 Konstantin... ia32_get_fpcontext(): xfpusave can be legitimately...
2021-10-10 Konstantin... amd64: consistently use uprintf() to report weird situa...
2021-10-10 Konstantin... amd64: eliminate td_md.md_fpu_scratch
2021-10-10 Konstantin... amd64: stop using top of the thread' kernel stack for...
2021-10-10 Konstantin... linux32: add a hack to avoid redefining the type of...
2021-10-10 Konstantin... exec_machdep.c: some style, use ANSI C definition for...
2021-10-10 Konstantin... amd64: move signal handling and register structures...
2021-10-10 Konstantin... amd64: centralize definitions of CS_SECURE and EFL_SECURE
2021-10-10 Adam Fennlibc: vDSO timekeeping: Add pvclock support
2021-10-10 Adam Fennpvclock: Add vDSO support
2021-10-10 Adam Fennkvm_clock: KVM paravirtual clock support
2021-10-10 Adam Fennpvclock: Add 'struct pvclock' API
2021-10-10 Adam Fennx86: files: Make sys/x86/x86/pvclock.c optional
2021-10-10 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-10-10 Adam Fennx86: cpufunc: Add rdtscp_aux()
2021-10-09 Vincenzo Maffionenemtap: lb app: Validate ihl field when hashing packet
2021-10-09 Gordon Berglingti(4): Fix a typo in an error message
2021-10-09 Gordon Berglingqlnxe: Fix typos in two error messages
2021-10-09 Kevin Bowlinge1000: Function prototype cleanup
2021-10-09 Kyle Evanslogin: use sizeof(audit_cond) consistently, NFC
2021-10-09 Kyle Evansvfs: remove dead fifoop VOP_KQFILTER implementations
2021-10-09 Ed Mastear: provide error exit status upon failure
2021-10-08 John Baldwinsrc.conf.5: Regen.
2021-10-08 Allan JudeFlip the default for OPENSSL_KTLS to arm64
2021-10-08 John BaldwinRevert "Disable MK_OPENSSL_KTLS for stable/13."
2021-10-08 Faraz Vahedifreebsd-update(8): Add -j flag to support jails
2021-10-08 Faraz Vahedifreebsd-version(1): Add -j flag to support jails
2021-10-08 Konstantin... tests/sys/fs/fusefs/read.cc: fix build on powerpc64
2021-10-08 Andrew TurnerReverted: Split out the loader efifb setup to a new...
2021-10-08 Konstantin... pthread_mutexattr(3): document each pthread_mutexattr_s...
2021-10-08 Konstantin... libthr(3): explain some internals of the locks implemen...
2021-10-08 Konstantin... pthread_mutexattr(3): install pthread_mutexattr_get...
2021-10-08 Konstantin... pthread_mutexattr(3): document pthread_mutexattr_set...
2021-10-08 Konstantin... pthread_mutexattr(3): use .Fo/.Fc to avoid too long...
2021-10-07 Kirk McKusickAvoid "consumer not attached in g_io_request" panic...
2021-10-07 Kirk McKusickBring the tags and links entries for amd64 up to date.
2021-10-07 Alan Somersfusefs: don't panic if FUSE_GETATTR fails durint VOP_GE...
2021-10-07 Alan Somerstools/test/upsdl: fix compiler warnings
2021-10-07 Alan Somersses: Guard the elm_type_names declaration by _KERNEL
2021-10-07 Alan Somersses: Correct spelling of "Temperature Sensor"
2021-10-07 Alan Somersaio: revert the workaround for bug 251828 in the tests
2021-10-07 Alan Somers[skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACK...
2021-10-07 Jamie GrittonMFC uipc_shm: Fix kern.ipc.posix_shm_list for jails
2021-10-07 Marcin WojtasUpgrade ENA to v2.4.1
2021-10-07 Marcin WojtasUpgrade ENA to v2.4.0
2021-10-07 Marcin Wojtasmmc_fdt_helper: correct typo in DT property name
2021-10-07 Mateusz Guzikhpen(4): removed leftover hpen_final_digi_cb declaration
2021-10-07 Mark Johnstonsocket: Avoid clearing SS_ISCONNECTING if soconnect...
2021-10-07 Mark Johnstonsocket: Rename sb(un)lock() and interlock with listen(2)
2021-10-07 Eugene Grosbeinsyslogd: undo regression after r326573
2021-10-06 Ian LeporeFix busdma resource leak on usb device detach.
2021-10-06 Kristof Provostpf tests: Basic adaptive mode syncookie test
2021-10-06 Kristof Provostpf tests: Basic syncookie test
2021-10-06 Kristof Provostpf.conf: document syncookies
next