]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
vmm: VM_GET/SET_KERNEMU_DEV should run with the vCPU locked.
[FreeBSD/FreeBSD.git] / lib / libc /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Andrew TurnerRemove obsolete code gated on _ARM_ARCH_*
2023-01-24 Alexander V. Chernikovman: fix socket.2 merge from a16f805f820e
2023-01-23 Alexander V. Chernikovman: add Netlink reference to socket(2)
2023-01-20 Konstantin Belousovptrace(2): document PT_SC_REMOTE
2023-01-20 Konstantin Belousovptrace(2): explain how to select specific thread to...
2023-01-18 Brooks Davisxdr: store chars consistently
2023-01-12 Gleb Popovlibc: Fix build with WITHOUT_MACHDEP_OPTIMIZATIONS...
2023-01-06 Eugene Grosbeinsyslog: fix PID of forking process
2022-12-26 Jose Luis Duranxlocale(3): Link man pages
2022-12-16 Rick Macklemrpcb_clnt.c: Do not force use of UDP
2022-12-10 Gordon Berglinggetservent.3: Mention the service.db
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-06 Guilherme Janczaklibc: remove unneeded sys/types.h include from several...
2022-12-03 Mike Karelsgetaddrinfo: distinguish missing addrs from unresolvabl...
2022-12-03 Mike Karelsgai_strerror.[c3]: re-enable EAI_ADDRFAMILY, EAI_NODATA
2022-11-25 Konstantin Belousovamd64 libc: add missed GNU-stack annotation to memmove...
2022-11-14 Dag-Erling Smørgravlibc: Don't warn about RRSIG replies.
2022-11-14 Ceri DaviesRemove references to timed(8)
2022-11-11 John Baldwinktrace.2: Document KTRFAC_STRUCT_ARRAY.
2022-11-11 John Baldwinqsort_b_test: Only build on clang.
2022-11-11 John Baldwinlibc rpc: Fix mismatches in prototypes for array bounds.
2022-11-10 Mark Johnstongetsockopt.2: Clarify the SO_REUSEPORT_LB text a bit
2022-11-05 Jose Luis Duranstrfmon: Remove XXX marks
2022-11-05 Jose Luis Duranstrfmon_l: Use specified locale for number formatting
2022-11-05 Jose Luis Duranstrfmon_test: Add a test for strfmon_l
2022-11-05 Jose Luis Duranstrfmon_test: Reserve space for the null terminator
2022-11-05 Jose Luis Duranstrfmon_l(3): Add name to the man page
2022-11-01 Jose Luis Duranstrfmon(3): Fix # explanation
2022-11-01 Jose Luis Duranstrfmon(3): Remove repeated words
2022-11-01 Jose Luis Duranstrfmon: Fix formatting of a second fixed-width value
2022-11-01 Jose Luis Duranstrfmon: Fix an edge case when sep_by_space is 2
2022-11-01 Jose Luis Duranstrfmon: Fix alignment when enclosed by parentheses
2022-11-01 Jose Luis Duranstrfmon: Trim the SPACE from international currency...
2022-11-01 Jose Luis Duranstrfmon: Avoid an out-of-bounds access
2022-11-01 Jose Luis Duranstrfmon: Fix typos in source code comments
2022-11-01 Jose Luis Duranstrfmon: Fix typo in constant
2022-11-01 Jose Luis Duranstrfmon: Code cleanup
2022-11-01 Jose Luis Duranstrfmon_test: Add some tests
2022-11-01 Jose Luis Duranstrfmon_test: Fix typo and remove extra space
2022-10-25 Mark Johnstonlibc: Make elf_aux_info() return an error if AT_USRSTAC...
2022-10-24 Mitchell Hornegetpagesize(3): cross-reference getpagesizes(3)
2022-10-12 Hans Petter Selaskyqdivrem: Predict division by zero as false.
2022-10-07 Ed Mastelibc: Fix size range check in setvbuf
2022-10-05 Xin LIscandir(3): Rename alphasort_thunk to scandir_thunk_cmp to
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-30 Konstantin Belousovlibc, libthr: use AT_USRSTACK{BASE,LIM} instead of...
2022-09-30 Konstantin Belousovlibthr: use nitems() for mib length
2022-09-30 Konstantin Belousovauxv.3: Document AT_USRSTACKBASE and AT_USRSTACKLIM
2022-09-30 Konstantin Belousov_elf_aux_info(3): add support for AT_USRSTACK{BASE...
2022-09-24 Gordon BerglingUpdate SEE ALSO sections for resolver.{3,5} and hosts.5
2022-09-24 Fernando ApesteguíaBump .Dd for recently modified manual pages
2022-09-24 Fernando Apesteguíagetnetent(3): Add missing reentrant functions
2022-09-24 Fernando ApesteguíaRemove references to named(8)
2022-09-21 Xin LIlibc: add test case for qsort_b(3)
2022-09-13 Gleb Popovsrc.conf: Introduce WITHOUT_MACHDEP_OPTIMIZATIONS knob.
2022-09-09 Konstantin Belousovlibc/stdio: only roll FILE state back on EINTR
2022-09-09 Konstantin Belousov__swbuf(): style
2022-08-31 Aymeric Wibolibc: Add strverscmp(3) and versionsort(3)
2022-08-31 Konstantin BelousovDocument scandirat(3)
2022-08-31 Konstantin Belousovlibc: add scandirat(3)
2022-08-31 Konstantin Belousovlibc: split scandir() into scandir_dirp() and proper...
2022-08-31 Konstantin BelousovLink scandir_b(3) to scandir(3)
2022-08-31 Konstantin Belousovscandir.3: Use .Fo instead of .Fn for long args
2022-08-24 Xin LIarc4random(3): Reduce diff with OpenBSD.
2022-08-22 Andrew TurnerRemove "All rights reserved" where I can in libc
2022-08-22 Eugene GrosbeinMFC: syslog(3): unbreak log generation using fabricated PID
2022-08-04 Ed Mastelibc: ANSIfy div / ldiv function definitions
2022-07-08 Gordon Berglingsockatmark(3): Add references to 4.4BSD IPC tutorials
2022-07-07 Mark Johnstonwait.2: Remove sys/types.h from the list of required...
2022-06-30 Alexander Motinamd64: Stop using REP MOVSB for backward memmove()s.
2022-06-27 Mark Johnstonkevent.2: Add an xref to listen.2
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Dmitry Chaginkqueue: Fix kqueue(2) man page.
2022-06-17 Dmitry ChaginFixed the value returned by sched_getaffinity().
2022-06-17 Dmitry Chagincpuset: Byte swap cpuset for compat32 on big endian...
2022-06-17 Dmitry ChaginFix sigtimedwait manpage.
2022-06-17 Dmitry ChaginBump Dd in getdirentries.2 after c6487446.
2022-06-17 Dmitry Chagingetdirentries: return ENOENT for unlinked but still...
2022-06-17 Thomas Munropoll(2): Add POLLRDHUP.
2022-06-16 Ed Mastegetpagesize(3): add .Xr to sysconf(3)
2022-06-10 Gordon Berglingnlist(3): Fix a common typo in a source code comment
2022-06-04 Gordon Berglinglibc: Add HISTORY sections to the manual pages
2022-05-12 Andrew TurnerAdd PT_GETREGSET
2022-05-07 Alex RichardsonExport _mmap and __sys_mmap from libc.so
2022-05-03 Andrew TurnerHave stpncpy tests ask the kernel for the page size
2022-05-02 Konstantin Belousovsched_getaffinity(3): more compatibility with Linux
2022-04-29 John BaldwinTLS: Use <machine/tls.h> for libc and rtld.
2022-04-29 John Baldwinlibc: Fix the alignment of the TCB to match rtld for...
2022-04-29 John Baldwinmips _libc_get_static_tls_base: Narrow scope of #ifdef.
2022-04-21 Gordon Berglingtime(3): Refine history in the manual page
2022-04-19 Konstantin BelousovMostly revert a5970a529c2d95271: Make files opened...
2022-04-19 Andrew TurnerAdd an implementation of .mcount on arm64
2022-04-14 Gordon Berglingresolver(3): Fix a typo in a source code comment
2022-04-14 Gordon Berglinggetenv(3): Fix two typos in source code comments
2022-04-14 Greg Leheychroot.2: Correct grammar errors.
2022-04-11 Ganael LAPLANCHElibc: Check for readdir(2) errors in fts(3)
2022-04-10 Gordon Berglingif_indextoname(3): Correct the RFC in a comment
2022-04-09 Gordon Berglingrpc(3): Fix two typos in source code comments
2022-04-02 Gordon Berglinglibc: Fix a typo in a source code comment
next