]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
mptable: improve error reporting for invalid commands
[FreeBSD/FreeBSD.git] / lib /
2024-01-14 Simon J. GerratyUpdate to bmake-20240108
2024-01-13 Brooks Davislibc: stop exposing __fcntl_compat
2024-01-12 Steve Karglsystem(3): fix typo santized -> sanitized
2024-01-11 Brooks Davislibc: separate syscall and non-syscall symbols
2024-01-11 Brooks Davispowerpc/SYS.h: implement _SYSCALL_BODY() macro
2024-01-10 Olivier Certnerpthread_attr_get_np(): Use malloc(), report ENOMEM...
2024-01-10 Martin Matuskazfs: merge openzfs/zfs@a382e2119
2024-01-10 David E. O'BrienHistory for arc4random_*()
2024-01-09 Brooks Davispowerpc64/SYS.h: implement _SYSCALL_BODY() macro
2024-01-09 Olivier Certnerlibhtr: pthread_attr_setaffinity_np(): Replace calloc...
2024-01-09 Olivier Certnerlibthr: thr_attr.c: More style and clarity fixes
2024-01-08 Tom HukinsFix "version introduced" in numerous manual pages
2024-01-08 Jan Beichresolv: Add a required include to resolv.h
2024-01-06 David E. O'Brientimingsafe_bcmp(3) was MFC'ed to 11.1
2024-01-05 Ed Mastessh: Update to OpenSSH 9.6p1
2024-01-04 Kristof Provostlibpfctl: introduce a handle-enabled variant of pfctl_a...
2024-01-04 Kristof Provostlibpfctl: introduce pfctl_handle
2024-01-04 Olivier Certnerlibthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid...
2024-01-04 Olivier Certnerlibthr: thr_attr.c: Clarity, whitespace and style
2024-01-03 Mark Johnstonsetfib.2: Consistently capitalize "FIB"
2024-01-03 Brooks Davisacl_equiv_mode_np: zero mode on just inited ACL
2023-12-29 Rick Macklemcopy_file_range.2: Clarify that only regular files...
2023-12-28 Arthur Kiyanovskiena: Upgrade ena-com to freebsd v2.7.0
2023-12-28 Dimitry AndricReorganize libclang_rt Makefile and make more lib/arch...
2023-12-28 Jose Luis Duranlibdevdctl: Fix typo (triple S)
2023-12-28 Jose Luis Duranlibcasper: Fix typo (triple T)
2023-12-27 Martin Matuskazfs: merge openzfs/zfs@233d34e47
2023-12-27 Mark JohnstonFix the FreeBSD userspace build (#15716)
2023-12-25 Robert Clauseckerlib/libc/amd64/string: add memrchr() scalar, baseline...
2023-12-25 Robert Clauseckerlib/libc/tests/string: add memrchr unit tests
2023-12-25 Robert Clauseckerlib/libc/string: document restrict qualification of...
2023-12-25 Robert Clauseckerlib/libc/amd64/string: implement strncat() by calling...
2023-12-25 Robert Clauseckerlib/libc/amd64/string: add memccpy scalar, baseline...
2023-12-25 Robert Clauseckerlib/libc/tests/string: add unit tests for memccpy()
2023-12-25 Robert Clauseckerlib/libc/amd64/string: implement strlcat() through...
2023-12-25 Robert Clauseckerlib/libc/amd64/string: add strlcpy scalar, baseline...
2023-12-25 Robert Clauseckerlib/libc/tests/string: add unit test for strlcpy
2023-12-25 Robert Clauseckerlib/libc/amd64/string/strcat.S: enable use of SIMD
2023-12-25 Robert Clauseckerlib/libc/amd64/string: implement strncpy() by calling...
2023-12-25 Robert Clauseckerlib/libc/amd64/string: add stpncpy scalar, baseline...
2023-12-25 Robert Clauseckerlib/libc/tests/string/stpncpy_test.c: extend for upcomi...
2023-12-25 Robert Clauseckerlib/libc/amd64/string: implement strsep() through strcspn()
2023-12-25 Robert Clauseckerlib/libc/amd64/string: add strrchr scalar, baseline...
2023-12-25 Robert Clauseckerlib/libc/amd64/string: add strncmp scalar, baseline...
2023-12-25 Robert Clauseckerlib/libc/tests/string: add unit tests for strncmp(3)
2023-12-25 Robert Clauseckerlib/libc/amd64/string: implement strpbrk() through...
2023-12-25 Robert Clauseckerlib/libc/amd64/string/strcmp.S: add baseline implementation
2023-12-23 Philip Paepscontrib/tzdata: import tzdata 2023d
2023-12-22 Bill Sommerfeldregex: mixed sets are misidentified as singletons
2023-12-21 Brooks DavisRevert "power*/SYS.h: implement _SYSCALL_BODY() macro"
2023-12-21 Tony Hutterzpool: Add slot power control, print power status
2023-12-21 Kristof Provostpf: export missing state information
2023-12-21 Brooks Davispower*/SYS.h: implement _SYSCALL_BODY() macro
2023-12-21 Michael Gmelinlibifconfig: Fix bridge status member list
2023-12-21 Vincenzo Maffionelibnetmap: remove interface name validation
2023-12-21 Robert Clauseckerlib/libc/amd64/string/strcspn.S: always return earliest...
2023-12-21 Robert Clauseckerlib/libc/tests/string/strcspn_test.c: add test for...
2023-12-20 Dimitry AndricAdd missing /usr/include/c++/v1/__mdspan/mdspan.h header
2023-12-20 Dimitry AndricAdd missing sources to libclang_rt Makefiles, clean...
2023-12-19 Martin Matuskazfs: merge openzfs/zfs@dbda45160
2023-12-18 Brooks Davisarm/SYS.h: align with other arches
2023-12-18 Brooks Davisarm/SYS.h: remove unused CURBRK macro
2023-12-18 Brooks Davis{amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODY
2023-12-18 Brooks Davisriscv/SYS.h: implement _SYSCALL_BODY() macro
2023-12-18 Alan SomersRemove _POSIX_PRIORITIZED_IO references from man pages
2023-12-17 Peter Erikssonlibc: correct some memory leaks in acl_to_text(3) and...
2023-12-15 Alexander Motindmu: Allow buffer fills to fail
2023-12-15 Martin Matuskazfs: merge openzfs/zfs@86e115e21
2023-12-12 Brooks Davislibc/i386/SYS.h: Remove unused LCALL macro
2023-12-12 Brooks Davislibc/*/SYS.h: remove SYCALL macro
2023-12-12 Alex Richardsonjevents: fix bootstrapping on Linux with Clang 16
2023-12-11 Brooks Davislibc: expose execvpe for Linux compat
2023-12-11 Kristof Provostlibpfctl: remove stray debug printf()
2023-12-11 Mariusz Zaborskicapsicum: introduce cap_rights_is_empty Function
2023-12-10 Konstantin Belousovstrfmon.c: Use the restrict keyword directly
2023-12-10 Jose Luis Duranstrfmon: style fixes
2023-12-10 Stéphane Rochoylibsecureboot: be more verbose about validation failures
2023-12-09 Jose Luis Duranstrfmon: Silence scan-build warning
2023-12-09 Jose Luis Duranstrfmon.3: Cleanup example code
2023-12-08 Dimitry AndricMerge llvm-project release/17.x llvmorg-17.0.6-0-g60097...
2023-12-08 Dimitry AndricMerge llvm-project release/17.x llvmorg-17.0.5-0-g98bfd...
2023-12-08 Dimitry AndricMerge llvm-project release/17.x llvmorg-17.0.3-0-g88843...
2023-12-08 Dimitry AndricMerge llvm-project release/17.x llvmorg-17.0.2-0-gb2417...
2023-12-08 Dimitry AndricMerge llvm-project release/17.x llvmorg-17.0.1-25-g098e...
2023-12-08 Dimitry AndricMerge llvm-project release/17.x llvmorg-17.0.0-rc4...
2023-12-08 Dimitry AndricMerge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51
2023-12-08 Alan Somerslibcasper: document that most libcasper functions are...
2023-12-08 Martin MatuskaNotable upstream pull request merges:
2023-12-07 Rob Nsetproctitle: fix ununitialised variable
2023-12-06 Brooks Davislibc: simplify MDASM/NOASM checks
2023-12-06 Brooks Davislibc: don't needlessly add vfork.o to NOASM
2023-12-06 Brooks Davislibc: rename arm and i386 Ovfork.S to vfork.S
2023-12-06 Alan Somerscap_net.3: remove a copypasta
2023-12-04 Brooks DavisRemove never implemented sbrk and sstk syscalls
2023-12-02 Ka Ho Nglibclang_rt: Update Makefile.depend
2023-12-01 Alexander MotinZIO: Add overflow checks for linear buffers
2023-12-01 Alan Somerssigaction.2: clarify that fork isn't async-signal-safe...
2023-12-01 Brooks DavisOnly provide execvpe(3) when needed
2023-11-30 Yuri PankovUse uint64_t instead of u_int64_t
2023-11-30 Jamie Grittonjail: Don't allow jail_set(2) to resurrect dying jails.
next