aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
Commit message (Expand)AuthorAgeFilesLines
* libshouldbeinlibc: Stop relying on address space sizeSergey Bugaev2024-03-231-1/+1
* server_verify_make_auth: mig now uses constSamuel Thibault2023-11-121-1/+0
* libshouldbeinlibc: Port to x86_64Sergey Bugaev2023-05-103-10/+10
* Link libshouldbeinlibc with default pager user stubsFlavio Cruz2023-04-091-1/+2
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-082-2/+12
* Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz2023-04-071-1/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-035-6/+6
* Avoid passing NULL to memcpySamuel Thibault2023-02-021-1/+2
* _merge_implied_gids: Fix memleak on errorSamuel Thibault2023-01-011-0/+2
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-062-5/+5
* Rename proc_complete_reauthentication to proc_reauthenticate_completeSamuel Thibault2022-08-101-1/+1
* Make proc_reauthenticate () recreate proc portSergey Bugaev2022-08-101-15/+17
* libshouldbeinlibc: Do not reauthenticate proc port when secureSergey Bugaev2022-08-101-1/+1
* portinfo: Do not compare port to anything when it is MACH_PORT_DEADSamuel Thibault2022-01-041-1/+4
* portinfo: Use benign RPCs to discover what ports are all aboutSamuel Thibault2022-01-041-26/+419
* Fix leaking auth portsSamuel Thibault2022-01-041-1/+3
* wire_task_self: Simplify implementationSamuel Thibault2021-12-301-83/+1
* libshouldbeinlibc: Add backtrace_stderr and backtrace_machSamuel Thibault2021-12-292-2/+41
* assert_*_backtrace: Tell the compiler that failures are unlikelySamuel Thibault2021-08-111-3/+3
* libshouldbeinlibc: Fix printing truncated backtraceSamuel Thibault2020-11-221-2/+5
* Fix password checking with as-needed linkingSamuel Thibault2019-09-012-8/+9
* Fix warningsSamuel Thibault2018-03-051-2/+2
* Add missing includeSamuel Thibault2018-03-051-0/+1
* libshouldbeinlibc: Fix wiring code.Justus Winter2017-08-112-51/+97
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-053-5/+5
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-2/+2
* libshouldbeinlibc: Add missing include.Justus Winter2017-06-201-0/+2
* libshouldbeinlibc: Fix NDEBUG build.Justus Winter2017-02-281-1/+1
* refcount: Fix usage in c++Samuel Thibault2016-11-271-7/+11
* libshouldbeinlibc: use the new assert in the refcount primitivesJustus Winter2016-04-271-16/+25
* libshouldbeinlibc: add assert(3) variant that prints backtracesJustus Winter2016-04-273-0/+141
* fix compiler warnings in hurd/libshouldbeinlibcFlavio Cruz2015-12-293-7/+8
* Add missing null checks in libshouldbeinlibcJames Clarke2015-10-052-5/+6
* libshouldbeinlibc/maptime: use memory fencesJustus Winter2015-09-091-0/+2
* libshouldbeinlibc: Fix typo in local variable nameStefan Weil2015-01-031-3/+3
* lib*: Fix typos in comments (found by codespell)Stefan Weil2015-01-031-1/+1
* Replace `bzero' with `memset'Justus Winter2014-12-103-3/+3
* libshouldbeinlibc: move the reference counting primitives hereJustus Winter2014-12-013-2/+355
* libshouldbeinlibc: fix dead initialization in fmt_named_intervalJustus Winter2014-06-181-1/+1
* build: Remove checks for 'getgrouplist' and 'uselocale'.Ludovic Courtès2014-05-301-13/+1
* Rename variables with the name "error" to "err".Justus Winter2014-01-191-6/+6
* libshouldbeinlibc: fix minor port leak in maptime_mapJustus Winter2013-11-281-0/+4
* libshouldbeinlibc: fix error handling in maptime_mapJustus Winter2013-11-211-7/+7
* Clean up the included header filesJustus Winter2013-11-1621-32/+21
* libshouldbeinlibc: fix dead assignmentJustus Winter2013-11-151-2/+2
* libshouldbeinlibc: fix reference counting in port_name_xlator_createJustus Winter2013-11-101-0/+6
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-091-1/+0
* libshouldbeinlibc: fix error handling in maptime_mapJustus Winter2013-11-011-0/+2
* libshouldbeinlibc: Add nullauth.{c,h}Justus Winter2013-08-283-2/+80
* Fix spurious destroy during RPC to self with rendez-vousSamuel Thibault2012-09-221-1/+1