index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-29
hurd: Mark error functions as __COLD
Sergey Bugaev
2
-5
/
+5
2023-04-29
cdefs.h: Define __COLD
Sergey Bugaev
1
-0
/
+7
2023-04-29
hurd: Fix FS_RETRY_MAGICAL "machtype" handling
Sergey Bugaev
1
-7
/
+4
2023-04-29
hurd: Respect existing FD_CLOEXEC in S_msg_set_fd
Sergey Bugaev
1
-1
/
+7
2023-04-29
hurd: Don't leak the auth port in msg* RPCs
Sergey Bugaev
1
-9
/
+58
2023-04-29
hurd: Make _exit work during early boot-up
Sergey Bugaev
1
-2
/
+3
2023-04-29
hurd: Mark various conditions as unlikely
Sergey Bugaev
2
-7
/
+7
2023-04-29
hurd: Move libc_hidden_def's around
Sergey Bugaev
1
-4
/
+5
2023-04-29
hurd: Simplify _hurd_critical_section_lock a bit
Sergey Bugaev
1
-13
/
+6
2023-04-28
__check_pf: Add a cancellation cleanup handler [BZ #20975]
H.J. Lu
2
-0
/
+17
2023-04-28
Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1
Kito Cheng
1
-5
/
+3
2023-04-28
riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.
Hsiangkai Wang
4
-0
/
+60
2023-04-28
elf.h: add PT_GNU_SFRAME
Indu Bhagat
1
-0
/
+1
2023-04-27
Fix Hurd getcwd build with GCC >= 13
Joseph Myers
1
-2
/
+3
2023-04-26
Regenerate sysdeps/mach/hurd/bits/errno.h
Joseph Myers
1
-0
/
+19
2023-04-26
locale/programs/locarchive.c: Remove unnecessary check in add_locale_archive
Frédéric Bérat
1
-1
/
+1
2023-04-26
manual: document posix_openpt (bug 17010)
Gavin Smith
1
-3
/
+33
2023-04-26
if_index: Remove unneeded alloca.h include
Joe Simmons-Talbott
1
-1
/
+0
2023-04-26
gethostid: Do not include alloca.h
Joe Simmons-Talbott
1
-1
/
+0
2023-04-25
socket: Add a test for MSG_CMSG_CLOEXEC
Sergey Bugaev
2
-0
/
+127
2023-04-25
hurd: Do not take any flag from the CMSG_DATA
Samuel Thibault
1
-1
/
+3
2023-04-24
hurd: Implement MSG_CMSG_CLOEXEC
Sergey Bugaev
2
-2
/
+7
2023-04-24
hurd: Don't pass FD_CLOEXEC in CMSG_DATA
Samuel Thibault
1
-2
/
+2
2023-04-24
hurd: Implement prefer_map_32bit_exec tunable
Sergey Bugaev
8
-23
/
+33
2023-04-24
hurd: Don't attempt to deallocate MACH_PORT_DEAD
Sergey Bugaev
2
-4
/
+4
2023-04-24
hurd: Only deallocate addrport when it's valid
Sergey Bugaev
5
-6
/
+10
2023-04-24
hurd: Implement MAP_32BIT
Sergey Bugaev
3
-7
/
+12
2023-04-22
Use O_CLOEXEC in more places (BZ #15722)
Sergey Bugaev
6
-11
/
+16
2023-04-22
misc: Convert daemon () to GNU coding style
Sergey Bugaev
1
-39
/
+49
2023-04-21
wcsmbs: Add wcsdup() tests. (BZ #30266)
Joe Simmons-Talbott
2
-0
/
+3
2023-04-21
string: Add tests for strndup (BZ #30266)
Joe Simmons-Talbott
2
-0
/
+201
2023-04-21
string: Add tests for strdup (BZ #30266)
Joe Simmons-Talbott
2
-0
/
+202
2023-04-21
string: Allow use of test-string.h for non-ifunc implementations.
Joe Simmons-Talbott
1
-2
/
+2
2023-04-21
hurd: Don't migrate reply port into __init1_tcbhead
Sergey Bugaev
3
-17
/
+19
2023-04-20
hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTY
Sergey Bugaev
1
-2
/
+2
2023-04-20
Created tunable to force small pages on stack allocation.
Cupertino Miranda
7
-0
/
+42
2023-04-20
malloc: Add missing shared thread library flags
Adhemerval Zanella
1
-0
/
+1
2023-04-20
linux: Re-flow and sort multiline Makefile definitions
Adhemerval Zanella
1
-48
/
+158
2023-04-20
posix: Re-flow and sort multiline Makefile definitions
Adhemerval Zanella
1
-124
/
+423
2023-04-19
build-many-glibcs.py: --disable-gcov for gcc-first
Jan-Benedict Glaw
1
-0
/
+1
2023-04-18
malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)
DJ Delorie
4
-82
/
+268
2023-04-18
hurd: Microoptimize sigreturn
Sergey Bugaev
1
-3
/
+9
2023-04-18
rcmd.c: Fix indentation in last commit
Siddhesh Poyarekar
1
-2
/
+2
2023-04-18
inet/rcmd.c: fix warn unused result
Frédéric Bérat
1
-2
/
+5
2023-04-18
hurd: Avoid leaking task & thread ports
Sergey Bugaev
1
-0
/
+6
2023-04-18
hurd: Simplify _S_catch_exception_raise
Sergey Bugaev
1
-7
/
+1
2023-04-17
hurd: Run init_pids () before init_dtable ()
Sergey Bugaev
1
-9
/
+9
2023-04-17
hurd: Fix restoring reply port in sigreturn
Sergey Bugaev
1
-12
/
+23
2023-04-17
wcsmbs: Re-flow and sort routines, tests variables in Makefile
Florian Weimer
1
-39
/
+137
2023-04-17
debug: Re-flow and sort routines variable in Makefile
Florian Weimer
1
-24
/
+87
[prev]
[next]