| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 282 | -282/+282 |
* | Add framework for tunables | Siddhesh Poyarekar | 2016-12-31 | 1 | -0/+4 |
* | Fix hurd __access_noerrno implementation. | Adhemerval Zanella | 2016-11-18 | 1 | -3/+5 |
* | New internal function __access_noerrno | Adhemerval Zanella | 2016-11-16 | 1 | -6/+31 |
* | hurd: Fix spurious port deallocation | Brent W. Baccala | 2016-10-31 | 1 | -1/+2 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 1 | -3/+4 |
* | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg | 2016-09-23 | 1 | -0/+3 |
* | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2016-09-23 | 5 | -16/+16 |
* | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 2016-09-23 | 1 | -2/+2 |
* | hurd: Fix stack pointer corruption in syscall | Samuel Thibault | 2016-09-22 | 1 | -0/+3 |
* | hurdmalloc: Run fork handler as late as possible [BZ #19431] | Samuel Thibault | 2016-09-22 | 1 | -6/+9 |
* | malloc: Manual part of conversion to __libc_lock | Florian Weimer | 2016-09-21 | 1 | -21/+0 |
* | hurd: Fix adjtime call with OLDDELTA == NULL | Svante Signell | 2016-08-30 | 1 | -0/+4 |
* | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer | 2016-08-26 | 1 | -3/+3 |
* | Fix recvmsg returning SIGLOST on PF_LOCAL sockets | Samuel Thibault | 2016-08-09 | 1 | -1/+3 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 1 | -11/+1 |
* | hurd: disable ifunc for now | Samuel Thibault | 2016-05-30 | 2 | -0/+8 |
* | hurd: fix _hurd_self_sigstate reference from ____longjmp_chk | Samuel Thibault | 2016-05-30 | 1 | -1/+6 |
* | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 2016-05-23 | 1 | -4/+4 |
* | Fix gprof timing | Samuel Thibault | 2016-04-19 | 1 | -1/+1 |
* | hurd: fix profiling short-living processes | Samuel Thibault | 2016-04-19 | 1 | -2/+3 |
* | malloc: Remove unused definitions of thread_atfork, thread_atfork_static | Florian Weimer | 2016-04-14 | 1 | -8/+0 |
* | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer | 2016-04-14 | 1 | -0/+13 |
* | Remove union wait [BZ #19613] | Florian Weimer | 2016-04-14 | 1 | -2/+1 |
* | hurd: Add c++-types expected result | Samuel Thibault | 2016-03-20 | 1 | -0/+67 |
* | hurd: Allow inlining IO locks | Samuel Thibault | 2016-03-20 | 1 | -0/+3 |
* | hurd: Do not hide rtld symbols which need to be preempted | Samuel Thibault | 2016-03-20 | 1 | -0/+22 |
* | hurd: Break errnos.d / libc-modules.h dependency loop | Samuel Thibault | 2016-03-20 | 1 | -2/+4 |
* | Fix hurd build | Samuel Thibault | 2016-03-16 | 1 | -1/+1 |
* | Update copyright dates committed in 2016 | H.J. Lu | 2016-01-06 | 2 | -2/+2 |
* | Mark internal unistd functions hidden in ld.so | H.J. Lu | 2016-01-06 | 1 | -0/+28 |
* | Mark ld.so internal mmap functions hidden in ld.so | H.J. Lu | 2016-01-06 | 1 | -0/+23 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 279 | -279/+279 |
* | Add __CPU_MASK_TYPE for __cpu_mask | H.J. Lu | 2015-12-01 | 1 | -0/+1 |
* | hurd: Make mmap64 use vm_offset_t for overflow check | Samuel Thibault | 2015-11-29 | 1 | -0/+47 |
* | hurd: install correct number of send rights on fork | Thomas Schwinge | 2015-11-29 | 1 | -5/+1 |
* | hurd: Initialize __libc_stack_end for hidden support | Samuel Thibault | 2015-11-25 | 1 | -1/+1 |
* | Do not add relro attribute to __libc_stack_end | Samuel Thibault | 2015-11-25 | 1 | -1/+1 |
* | Revert not defining NO_HIDDEN on hurd | Samuel Thibault | 2015-11-25 | 2 | -0/+6 |
* | Fix hurd build with hidden support | Samuel Thibault | 2015-11-25 | 10 | -11/+14 |
* | Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code | Florian Weimer | 2015-11-24 | 1 | -1/+2 |
* | ld.so: Add original DSO name if overridden by audit module [BZ #18251] | Florian Weimer | 2015-11-09 | 1 | -1/+1 |
* | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 2015-10-20 | 2 | -7/+2 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 4 | -24/+8 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 73 | -236/+76 |
* | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -10/+0 |
* | Add task_notify to mach_interface_list | Samuel Thibault | 2015-10-08 | 2 | -2/+2 |
* | Fix vm_page_size visibility | Samuel Thibault | 2015-09-21 | 1 | -1/+1 |
* | Cache the host port like we cache the task port | Justus Winter | 2015-09-16 | 1 | -0/+1 |
* | Fix typo | Samuel Thibault | 2015-09-15 | 1 | -1/+1 |