]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
libsysdecode: Add preliminary support for decoding Linux syscalls
[FreeBSD/FreeBSD.git] / lib / libc /
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
2022-03-31 Mark Johnstonlibc: Restore fp state upon flush error in fputc
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-29 Mateusz Guzikamd64: bring back asm bcmp, shared with memcmp
2022-03-26 Piotr Pawel StefaniakMention kern.timecounter.alloweddeviation in nanosleep.2
2022-03-14 Konstantin Belousovlibc __sfvwrite(): roll back FILE buffer pointer on...
2022-03-11 Mateusz Piotrowskitime.3: Update ERRORS section
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-08 Piotr Kubajpowerpc: enable initial-exec TLS
2022-03-07 Mateusz Guzikfd: add close_range(..., CLOSE_RANGE_CLOEXEC)
2022-03-04 Stefan Eßerlibc: return partial sysctl() result if buffer is too...
2022-03-04 Stefan Eßerfread.c: fix undefined behavior
2022-03-04 Stefan Eßerqsort.c: prevent undefined behavior
2022-03-02 Eric van Gyzensendfile_test: fix copy-paste bug
2022-02-15 Konstantin Belousovlibc binuptime(): use the right function to get the...
2022-02-14 Mateusz Piotrowskistrftime.3: Fix a typo and use St for standards
2022-02-10 Kyle Evansexecve: disallow argc == 0
2022-02-09 Konstantin Belousovlnumeric.c: replace some space*8 by tabs
2022-02-09 Konstantin Belousov__ctype_load(): check for calloc() failure
2022-02-09 Konstantin Belousov__numeric_load(): check for calloc() failure
2022-02-09 Konstantin Belousovlibc/locale/lnumeric.c: minor style
2022-02-09 Konstantin Belousov__monetary_load(): check for calloc() failure
2022-02-09 Konstantin Belousovlibc/locale/lmonetary.c: minor style
2022-02-09 Konstantin Belousov__messages_load(): check for calloc() failure
2022-02-09 Konstantin Belousovlibc/locale/lmessages.c: minor style
2022-02-09 Konstantin Belousov__collate_load(): check for calloc failure
2022-02-09 Konstantin Belousovlibc/locale/collate.c: minor style
2022-02-09 Konstantin Belousovxlocale.c: only call init_key() when locale was success...
2022-02-09 Konstantin Belousovxlocale.c: check for allocation failure
2022-02-09 Konstantin Belousovxlocale.c:init_key(): do not ignore errors from pthread...
2022-02-09 Konstantin Belousovlibc/locale/xlocale.c: minor style
2022-02-08 Ed Mastelibc: use standard LF line endings, not CRLF
2022-02-01 Konstantin Belousovstdio: add test for 86a16ada1ea608408cec370: fflush...
2022-02-01 Konstantin Belousov__sflush(): on write error, if nothing was written...
2022-01-29 Konstantin Belousovptrace(2): document policies affecting access to the...
2022-01-24 Jessica Clarkelibc: Fix "harmless" iconv one-byte overread
2022-01-22 Konstantin Belousovkqueue(2): Add note about format of the data for NOTE_EXIT
2022-01-19 Ed Mastelibc: correct SPDX tag on strstr.c
2022-01-19 Ed Mastelibc: fix misleading comment in strstr
2022-01-15 Konstantin Belousovlibc clnt_com_create: relock rpcsoc_lock earlier when...
2022-01-14 Konstantin Belousovsched_get/setaffinity(): try to be more compatible...
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-14 Math Ieusched_get/setaffinity(3): pid 0 should designate curren...
2022-01-14 Konstantin Belousovsched.h: Hide all Linux compat sched_* functions under...
2022-01-14 Konstantin Belousovx86: provide userspace implementation of sched_getcpu...
2022-01-14 Konstantin BelousovAdd sched_getcpu()
2022-01-14 Konstantin BelousovAdd sched_get/setaffinity(3)
2022-01-01 Alexander Motinlibc: Fix build with -DNS_REREAD_CONF.
2021-12-30 Ed Mastegetfh: clarify that it is a privileged operation
2021-12-20 Konstantin BelousovDocument new variant of swapoff(2)
2021-12-20 Konstantin Belousovswapoff: add one more variant of the syscall
2021-12-20 Konstantin Belousovswapoff(2): document extended syscall arguments
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Florian WalpenAdd idle priority scheduling privilege group to MAC...
2021-12-19 Florian WalpenMAC/priority module for realtime privilege group
2021-12-14 Andrew TurnerRevert "Switch to Arm Optimized Routines for mem* ...
2021-12-14 Andrew TurnerSwitch to Arm Optimized Routines for mem* & str*
2021-12-13 Mark Johnstonlibc: Add pdfork to the list of interposed system calls
2021-12-13 Konstantin Belousovfcntl(2): be more precise about third arg type
2021-12-13 Konstantin Belousovfcntl(2): add F_KINFO operation
2021-12-12 Ed Mastelibc: Use musl's optimized strchr and strchrnul
2021-12-10 Mike Karelsres_init: remove unused inet_makeaddr with IN_LOOPBACKNET
2021-12-10 Mike Karelsman pages: deprecate Internet Class A/B/C
2021-12-10 Michael Tuexenlibc sctp: improve conformance of sctp_getpaddrs()
2021-12-10 Michael Tuexenlibc sctp: fix sctp_getladdrs() when reporting no addresses
2021-12-10 Michael Tuexenlibc sctp: improve error reporting of sctp_getladdrs()
2021-12-10 Michael Tuexenlibc sctp: fix sctp_getladdrs() for 64-bit BE platforms
2021-12-07 Konstantin BelousovDocument posix_spawn_file_actions_addclosefrom_np(3)
2021-12-07 Konstantin Belousovposix_spawn: add closefrom non-portable action
2021-12-07 Konstantin BelousovDocument posix_spawn_file_actions_addchdir_np(3)
2021-12-07 Konstantin Belousovposix_spawn: add chdir-related non-portable actions
next