]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
timeout.1: Fix typos in examples
[FreeBSD/FreeBSD.git] / lib /
2021-10-20 Mark JohnstonRevert "libc/locale: Fix races between localeconv(3...
2021-10-20 Mark Johnstonlibc/locale: Fix races between localeconv(3) and setloc...
2021-10-19 John Baldwinsysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP.
2021-10-16 Greg VO_PATH: allow vfs_extattr syscalls
2021-10-15 Mitchell Hornelibpmc: add some AMD pmu counter aliases
2021-10-15 Mitchell Hornelibpmc: fix the 'cycles' event alias on x86
2021-10-15 Felix Johnsonlogin.conf.5: Mark passwordtime as implemented
2021-10-10 Jessica Clarkelibgcc_s: Export 64-bit int to 128-bit float functions
2021-10-10 Jessica Clarkelibc: Fix build on case-insensitive file systems
2021-10-10 Konstantin Belousovreadlinkat(2): allow O_PATH fd
2021-10-10 Konstantin BelousovFix mistakes in link(2) and shm_open(2)
2021-10-10 Adam Fennlibc: vDSO timekeeping: Add pvclock support
2021-10-08 Konstantin Belousovlibthr(3): explain some internals of the locks implemen...
2021-10-06 Kristof Provostpfctl: userspace adaptive syncookies configration
2021-10-06 Kyle Evanslibc: ssp: sprinkle around some __dead2
2021-10-06 Kyle Evansjail(3lua): add jail.attach()/jail.remove() methods
2021-10-06 Kyle Evansjail(3lua): add a jail.list() method
2021-10-06 Kyle Evanskqueue: document how timers with low/past timeouts...
2021-10-01 Konstantin Belousovpidfile test: guarantee nul termination of the read...
2021-09-27 Andrew TurnerAdd arm64 ifunc support in static binaries
2021-09-26 Vincenzo Maffionelibnetmap: reset errno in nmreq_register_decode()
2021-09-24 Konstantin Belousovprocctl(2): Add PROC_WXMAP_CTL/STATUS
2021-09-24 Edward Tomasz Napi... procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIV...
2021-09-22 Daniel Kolesalibfetch: use more portable getline() interface
2021-09-21 Dimitry Andriccompiler-rt: add aarch64 init function for LSE atomics
2021-09-20 Ed Mastelibprocstat: extend zfs_defs hack for .pieo
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-17 Alexander Motingeli(8): Do not report error on resize to the same...
2021-09-14 George MelikovUpdate ABI files via new libabigail version
2021-09-14 Rich ErcolaniMake get_key_material_file fail more verbosely
2021-09-14 Jorgen LundmanRemove old orig_fd variable from zfs send
2021-09-14 George Wilsonfile reference counts can get corrupted
2021-09-14 Jorgen LundmanReplace strchrnul() with strrchr()
2021-09-14 Mark Johnstonlibc: Use the initial-exec TLS model
2021-09-14 Mark Johnstonkqueue.2: Document the fact that EVFILT_READ can be...
2021-09-12 Warner Loshclock_gettime: Add Linux aliases for CLOCK_*
2021-09-10 Martin Matuskalibarchive: import changes from upstream
2021-09-07 Jessica Clarkeclang: Build with -fno-strict-aliasing when using GCC
2021-09-07 Jessica Clarkeclang: Fix inverted condition in llvm.build.mk
2021-09-07 Jessica Clarkeriscv: Implement non-stub __vdso_gettc and __vdso_getti...
2021-09-06 Kristof Provostlibpfctl: Implement DIOCGETSTATUS wrappers
2021-09-06 Kristof Provostlibpfctl: fix double free
2021-09-03 Toomas Soomelibsecureboot: define SOPEN_MAX
2021-08-31 Dimitry AndricFix null pointer subtraction in mergesort()
2021-08-30 Mitchell Hornepmc(3): remove Pentium-related man pages and references
2021-08-29 Dimitry AndricCleanup compiler warning flags in lib/libefivar/Makefile
2021-08-29 Dimitry Andricgoogletest: Silence warnings about deprecated implicit...
2021-08-26 Kyle Evanskenv: allow listing of static kernel environments
2021-08-25 Gordon Berglingrpc(3): Correct a few common typos in source code comments
2021-08-24 Gordon TetlowFix libfetch out of bounds read.
2021-08-23 Kristof Provostlibpfctl: Fix endianness issues
2021-08-23 Konstantin Belousovlibc tls: use TLS_DTV_OFFSET defined by rtld.h
2021-08-23 Fangrui Songrtld: Remove calculate_tls_end
2021-08-21 Mark Johnstonkevent: Prohibit negative change and event list lengths
2021-08-19 Gordon BerglingFix a common typo in source code comments
2021-08-19 Alexander MotinFix race between first rand(3) calls with _once().
2021-08-15 Mateusz Piotrowskigetprogname.3: Add an example
2021-08-14 Dimitry AndricApply upstream lld fix for compressed input sections...
2021-08-13 Konstantin Belousovipsec_set_policy(3): fix sentence
2021-08-12 Konstantin Belousov_Exit(3): document implementation
2021-08-12 Konstantin Belousovfork(2): comment about doubtful use of stdio and exit...
2021-08-12 Ceri Daviesfork.2: correct minor typo in manpage.
2021-08-12 Konstantin BelousovAdd _Fork()
2021-08-12 Konstantin BelousovStyle
2021-08-12 Mateusz Piotrowskifork.2: Fix a typo in an example
2021-08-12 Mateusz Piotrowskifork.2: Add a simple use pattern
2021-08-11 Mitchell HornePrefer MK_SSP=no to SSP_CFLAGS=
2021-08-11 Roy Marplessocket: Implement SO_RERROR
2021-08-05 Mark Johnstonlibc/locale: Use O_CLOEXEC when opening locale tables
2021-08-05 Alex RichardsonAdd missing bsd.linker.mk include after 31ba4ce8898f9df...
2021-08-05 Alex RichardsonAllow bootstrapping llvm-tblgen on macOS and Linux
2021-08-05 Alex Richardsontools/build: Don't redefine open() for the linux bootstrap
2021-08-05 Alex RichardsonSimplify and speed up the kyua build
2021-08-05 Konstantin Belousovx86 __vdso_gettc: add O_CLOEXEC flag to open
2021-08-04 Tom JonesCorrect section reference for examples in RFC3542
2021-08-02 Mark Johnstonlibvmmapi: Fix warnings and stop overridding WARNS
2021-07-31 Dimitry AndricMerge llvm-project 12.0.1 release and follow-up fixes
2021-07-29 Greg Vlibpmc: Import AMD Zen 3 PMU events
2021-07-29 Mitchell Hornearm64 support for pmu-events
2021-07-29 Mitchell Hornelibpmc: make libpmc_pmu_utils.c more amenable to porting
2021-07-29 Mitchell Hornelibpmc: limit pmu-events to 64-bit powerpc
2021-07-29 Mitchell Hornelibpmc: use $MACHINE_CPUARCH
2021-07-29 Mitchell Hornelibpmc: eliminate pmc_pmu_stat_mode()
2021-07-29 Mitchell Hornelibpmc: remove pe->alias
2021-07-29 Mitchell Hornelibpmc: always generate libpmc_events.c
2021-07-29 Mitchell Hornelibpmc: remove unused 'isfixed' variable
2021-07-29 Mitchell Hornelibpmc: fix "instructions" alias on Intel
2021-07-29 Mitchell Hornelibpmc: fall-back to kernel tables if pmu-events fails
2021-07-29 Mitchell Hornelibpmc: remove PMC_MDEP_TABLE logic
2021-07-29 Mitchell Hornelibpmc: remove unused PMC_MDEP_INIT_INTEL_V2
2021-07-27 Alan Somers[skip ci] correct a few SPDX license tags
2021-07-27 Kristof Provostpfctl: syncookie configuration
2021-07-22 Konstantin Belousovlibc: add mempcpy(3) and wmempcpy(3)
2021-07-22 Konstantin BelousovCreate namespace for the symbols added during 14-CURREN...
2021-07-19 Gordon Berglingpmc(3): mandoc clean ups
2021-07-19 Gordon Berglinglibcasper(3): Correct some warnings found by mandoc
2021-07-18 Bjoern A. Zeeblib80211: Start adding 11ac ETSI bits to regdomain.xml
2021-07-16 Kristof Provostlibpfctl: migrate to DIOCGETSTATESV2
2021-07-12 Gordon Berglingmath(3): Use the .Fa macro for function arguments
2021-07-10 Hans Petter SelaskyImprove handling of USB device re-open in the LibUSB...
next