]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
libpfctl: Switch to pfctl_rule
[FreeBSD/FreeBSD.git] / lib /
2021-05-07 Kristof Provostlibpfctl: Switch to pfctl_rule
2021-05-07 Kristof Provostpfctl: Move ioctl abstraction functions into libpfctl
2021-05-07 Kristof Provostlibnv: Build PIC
2021-05-03 Konstantin Belousovconnectat(2): clarify that the s argument is socket
2021-05-01 Konstantin Belousovlink(2): correct descriptor name in AT_RESOLVE_BENEATH...
2021-04-28 Renato Botelholibfetch: Retry with proxy auth when server returns 407
2021-04-28 Dag-Erling SmørgravA few more cases where strcasecmp() is no longer required.
2021-04-28 Dag-Erling SmørgravImprove URL parsing. In particular, convert scheme...
2021-04-28 Dag-Erling SmørgravSupport proxying FTP over HTTPS, not just HTTP.
2021-04-28 Ed Mastelibkiconv: address memory leak in not-found cases
2021-04-27 Alexander MotinFix race in case of device destruction.
2021-04-23 Andrew WalkerFix leak in libc NFSv4 ACL flags parsing
2021-04-21 Michael ReifenbergerImprove size readability.
2021-04-15 Yuri Pankovsetclassenvironment: trim leading spaces in variable...
2021-04-15 Dimitry AndricAvoid raising unexpected floating point exceptions...
2021-04-15 Dimitry AndricAvoid -pedantic warnings about using _Generic in __fp_t...
2021-04-08 Alan SomersModernize geom_stats_snapshot_get
2021-04-08 Alan SomersSpeed up geom_stats_resync in the presence of many...
2021-03-21 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-15 Konstantin Belousovfhlink(2): the syscalls do not take flag
2021-03-09 Dimitry AndricBuild lib/msun tests with compiler builtins disabled
2021-03-08 Brandon Bergren[PowerPC64] Fix multiple issues in fpsetmask().
2021-03-08 Brandon Bergren[PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask().
2021-03-08 Brandon Bergren[PowerPC] Fix SPE floating point environment manipulation
2021-03-06 Jung-uk Kimlibkvm: Plug couple of memory leaks and check possible...
2021-03-04 Kyle EvansRevert "MFC kern: cpuset: properly rebase when attachin...
2021-03-04 Rick Macklemgetdirentries.2: fix for NFS mounts
2021-02-28 Guangyuan Yangpwrite(2): add a BUGS section
2021-02-24 Mark Johnstonpam_login_access: Fix negative entry matching logic
2021-02-22 Jamie GrittonMFC jail: Change both root and working directories...
2021-02-22 Alan Somerslibpmc: fix linking with C programs
2021-02-20 Mark Johnstonlibcasper/cap_grp tests: Reset the group database handle
2021-02-20 Mark Johnstonlibc/nss: Ensure that setgroupent(3) actually works...
2021-02-20 Mark Johnstonlibc/nss tests: Add regression tests for commit 55444c8...
2021-02-20 Mark Johnstonlibc/nss: Restore iterator state when doing passwd...
2021-02-20 Mark Johnstonlibc/nss tests: Fix getpw and getgr single-pass tests
2021-02-20 Mark Johnstonlibc/nss tests: Style
2021-02-20 Alan SomersRevert "libpmc: fix linking with C programs"
2021-02-20 Alan Somerslibpmc: fix linking with C programs
2021-02-18 Dimitry AndricFix incorrect hypotl(3) result with subnormal numbers
2021-02-17 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1j
2021-02-15 Steve KarglFix incorrect powf(3) result with x near 1 and |y|...
2021-02-14 Konstantin Belousovusleep(3): replace 'process' with 'calling thread'
2021-02-12 Alex Richardsontest_inf_inputs: Use atf_tc_expect_fail() instead of...
2021-02-09 Konstantin Belousovx86 vdso gettc: Add RDTSCP support
2021-02-09 Konstantin Belousovx86 vdso gettc: eliminate duplicated code in ifunc...
2021-02-09 Konstantin Belousovx86 vdso gettc: reorganize ifunctions.
2021-02-09 Konstantin Belousovjobc: rework detection of orphaned groups.
2021-01-24 Kyle Evanslibc: tests: add some tests for cpuset(2)
2021-01-24 Kyle Evanslibc: tests: hook CPUSET(9) test up to the build
2021-01-24 Kyle Evanslibregex: re-enable `make check`
2021-01-24 Alex RichardsonFix -Wundef warnings when building liblua
2021-01-24 Kyle Evansflua: don't allow dlopen, et al., for bootstrap flua
2021-01-24 Ed Masteflua: support "require" for binary objects in the base...
2021-01-24 Ed Masteflua: initial support for "require" in the base system
2021-01-24 Miod Vallatlibc: regex: rework unsafe pointer arithmetic
2021-01-18 Konstantin Belousovlibthr malloc: support recursion on thr_malloc_umtx.
2021-01-18 Konstantin Belousovlibthr: wrap pdfork(2), same as fork(2).
2021-01-17 Konstantin Belousovlibc: implement rtld_get_stack_prot() for real
2021-01-16 Konstantin Belousovtcgetwinsize(3): provide man page
2021-01-16 Konstantin BelousovAdd tcgetwinsize(3) and tcsetwinsize(3) to termios
2021-01-15 Ed Mastelibc: fix undefined behavior from signed overflow in...
2021-01-15 Ed Mastelibc: optimize memmem two-way bad character shift
2021-01-15 Ed Masteclang-format libc string functions imported from musl
2021-01-03 Guangyuan Yang81720dba:
2021-01-02 Ed MasteAlso pass SKEIN_USE_ASM to the assembler, via AFLAGS
2021-01-02 Ed MasteApply C SKEIN_LOOP setting only to skein_block.c
2020-12-31 John BaldwinFix the build of scandir_b with GCC.
2020-12-31 Mateusz Guziklibc: hide alphasort_thunk behind I_AM_SCANDIR_B
2020-12-30 Konstantin BelousovImplement strerror_l().
2020-12-29 Adrian Chadd[libnetmap] Fix 32 bit compilation under gcc-6.4
2020-12-28 Hans Petter SelaskyMFC r368632:
2020-12-28 Kyle Evanslibregex: implement GNU extensions
2020-12-28 Kyle Evansregex(3): Interpret many escaped ordinary characters...
2020-12-28 Kyle Evansregex(3): belatedly document REG_POSIX from r363734
2020-12-28 Yuri Pankovlib/libc/regex: fix build with REDEBUG defined
2020-12-27 Kyle EvansMFC _umtx_op: documentation and libsysdecode/kdump...
2020-12-25 Brandon BergrenMFC r361024:
2020-12-24 Yuri Pankovnl_langinfo(3): document recognized item names
2020-12-19 Ryan LibbyMFC r343671 (by vangyzen):
2020-12-16 Martin MatuskaMFC r368207,368607:
2020-12-15 Kenneth D. MerryMFC r368525:
2020-12-14 John BaldwinMFC 368003:
2020-12-11 John BaldwinMFC 367576: Add C startup code tests for PIE binaries.
2020-12-11 John BaldwinMFC 367575: Fix dso_handle_check for PIE executables.
2020-12-10 John BaldwinMFC 367574: Rename __JCR_LIST__ to __JCR_END__ in crtend.c.
2020-12-10 Cy SchubertMFC r368294:
2020-12-07 Konstantin BelousovMFC r368190:
2020-12-05 Konstantin BelousovMFC r368125:
2020-12-04 Kyle EvansMFC r367742-r367743: _umtx_op: documentation and compat...
2020-12-02 Konstantin BelousovMFC r368023:
2020-11-29 Mateusz PiotrowskiMFC r368084:
2020-11-29 Konstantin BelousovMFC r368083:
2020-11-29 Konstantin BelousovMFC r368082:
2020-11-27 Alan SomersMFC r366132:
2020-11-26 Alan SomersMFC r366131:
2020-11-26 Alan SomersMFC r365910:
2020-11-25 Ed MasteMFC r351700: libc: Use musl's optimized memchr
2020-11-16 Mateusz PiotrowskiMFC r367639:
2020-11-14 Kyle EvansMFC r366819: libbe(3): const'ify a couple arguments
next