summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
AgeCommit message (Expand)Author
2023-11-12server_verify_make_auth: mig now uses constSamuel Thibault
2023-05-10libshouldbeinlibc: Port to x86_64Sergey Bugaev
2023-04-09Link libshouldbeinlibc with default pager user stubsFlavio Cruz
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-07Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2023-02-02Avoid passing NULL to memcpySamuel Thibault
2023-01-01_merge_implied_gids: Fix memleak on errorSamuel Thibault
2022-12-06Fix *printf specifier for user space mach ports.Flavio Cruz
2022-08-10Rename proc_complete_reauthentication to proc_reauthenticate_completeSamuel Thibault
2022-08-10Make proc_reauthenticate () recreate proc portSergey Bugaev
2022-08-10libshouldbeinlibc: Do not reauthenticate proc port when secureSergey Bugaev
2022-01-04portinfo: Do not compare port to anything when it is MACH_PORT_DEADSamuel Thibault
2022-01-04portinfo: Use benign RPCs to discover what ports are all aboutSamuel Thibault
2022-01-04Fix leaking auth portsSamuel Thibault
2021-12-30wire_task_self: Simplify implementationSamuel Thibault
2021-12-29libshouldbeinlibc: Add backtrace_stderr and backtrace_machSamuel Thibault
2021-08-11assert_*_backtrace: Tell the compiler that failures are unlikelySamuel Thibault
2020-11-22libshouldbeinlibc: Fix printing truncated backtraceSamuel Thibault
2019-09-01Fix password checking with as-needed linkingSamuel Thibault
2018-03-05Fix warningsSamuel Thibault
2018-03-05Add missing includeSamuel Thibault
2017-08-11libshouldbeinlibc: Fix wiring code.Justus Winter
2017-08-05Replace bcopy with memcpy or memmove as appropriate.Justus Winter
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2017-06-20libshouldbeinlibc: Add missing include.Justus Winter
2017-02-28libshouldbeinlibc: Fix NDEBUG build.Justus Winter
2016-11-27refcount: Fix usage in c++Samuel Thibault
2016-04-27libshouldbeinlibc: use the new assert in the refcount primitivesJustus Winter
2016-04-27libshouldbeinlibc: add assert(3) variant that prints backtracesJustus Winter
2015-12-29fix compiler warnings in hurd/libshouldbeinlibcFlavio Cruz
2015-10-05Add missing null checks in libshouldbeinlibcJames Clarke
2015-09-09libshouldbeinlibc/maptime: use memory fencesJustus Winter
2015-01-03libshouldbeinlibc: Fix typo in local variable nameStefan Weil
2015-01-03lib*: Fix typos in comments (found by codespell)Stefan Weil
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-12-01libshouldbeinlibc: move the reference counting primitives hereJustus Winter
2014-06-18libshouldbeinlibc: fix dead initialization in fmt_named_intervalJustus Winter
2014-05-30build: Remove checks for 'getgrouplist' and 'uselocale'.Ludovic Courtès
2014-01-19Rename variables with the name "error" to "err".Justus Winter
2013-11-28libshouldbeinlibc: fix minor port leak in maptime_mapJustus Winter
2013-11-21libshouldbeinlibc: fix error handling in maptime_mapJustus Winter
2013-11-16Clean up the included header filesJustus Winter
2013-11-15libshouldbeinlibc: fix dead assignmentJustus Winter
2013-11-10libshouldbeinlibc: fix reference counting in port_name_xlator_createJustus Winter
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
2013-11-01libshouldbeinlibc: fix error handling in maptime_mapJustus Winter
2013-08-28libshouldbeinlibc: Add nullauth.{c,h}Justus Winter
2012-09-22Fix spurious destroy during RPC to self with rendez-vousSamuel Thibault
2012-06-30Address gcc warningsBob Ham