aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add idle priority scheduling privilege group to MAC/priorityFlorian Walpen2021-12-101-9/+9
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-0933-793/+5
* TLS: Use <machine/tls.h> for libc and rtld.John Baldwin2021-12-091-20/+5
* libc: Fix the alignment of the TCB to match rtld for several architectures.John Baldwin2021-12-091-4/+7
* mips _libc_get_static_tls_base: Narrow scope of #ifdef.John Baldwin2021-12-091-8/+2
* Document new variant of swapoff(2)Konstantin Belousov2021-12-091-23/+3
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-092-1/+3
* libc: get rid of NO_P1003_1B make variableBrooks Davis2021-12-071-8/+4
* libc: Add pdfork to the list of interposed system callsMark Johnston2021-12-061-0/+1
* fcntl(2): be more precise about third arg typeKonstantin Belousov2021-12-061-2/+10
* fcntl(2): add F_KINFO operationKonstantin Belousov2021-12-061-2/+15
* swapoff(2): document extended syscall argumentsKonstantin Belousov2021-12-041-1/+37
* MAC/priority module for realtime privilege groupFlorian Walpen2021-12-041-2/+7
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+5
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-5/+1
* libc sctp: improve conformance of sctp_getpaddrs()Michael Tuexen2021-12-011-1/+5
* libc sctp: fix sctp_getladdrs() when reporting no addressesMichael Tuexen2021-12-011-4/+4
* libc sctp: improve error reporting of sctp_getladdrs()Michael Tuexen2021-12-011-2/+0
* libc sctp: fix sctp_getladdrs() for 64-bit BE platformsMichael Tuexen2021-12-011-10/+10
* Revert "libc: Some enhancements to syslog(3)"Alan Somers2021-11-301-14/+1
* Document posix_spawn_file_actions_addclosefrom_np(3)Konstantin Belousov2021-11-304-5/+29
* posix_spawn: add closefrom non-portable actionKonstantin Belousov2021-11-302-0/+26
* Document posix_spawn_file_actions_addchdir_np(3)Konstantin Belousov2021-11-304-4/+53
* posix_spawn: add chdir-related non-portable actionsKonstantin Belousov2021-11-302-1/+58
* posix_spawn(3), posix_spawn_file_actions_addopen(3): use .Fo/.FcKonstantin Belousov2021-11-302-5/+32
* posix_spawn: style, use return ()Konstantin Belousov2021-11-301-2/+2
* posix_spawn.c: format fae_action anon enum more stylishKonstantin Belousov2021-11-301-1/+5
* citrus_prop.c: do not ignore signKonstantin Belousov2021-11-291-4/+5
* libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as usedKonstantin Belousov2021-11-291-0/+1
* libc/stdio/vfwscanf.c::convert_wstring(): wcp0 is write-onlyKonstantin Belousov2021-11-291-2/+0
* libc/x86/__vdso_gettc.c::tsc_selector_idx(): cpu_id is calculated but not usedKonstantin Belousov2021-11-291-4/+1
* acl_delete_entry(): remove write-only variableKonstantin Belousov2021-11-291-3/+0
* setproctitle_internal(): remove kbuf local, it is write-onlyKonstantin Belousov2021-11-291-3/+1
* libc/rpc/getrpcent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-6/+6
* libc/net/nscachedcli.c: remove write-only variablesKonstantin Belousov2021-11-291-4/+2
* libc/net/getservent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-8/+8
* libc/net/getprotoent.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-6/+6
* libc/net/getnetnamadr.c: Mark write-only variables as unusedKonstantin Belousov2021-11-291-8/+8
* libc/net/gethostnamadr.c: mark write-only variables as __unusedKonstantin Belousov2021-11-291-8/+8
* libc/gen/getpwent.c: plug warnings about write-only variablesKonstantin Belousov2021-11-291-6/+6
* libc/gen/getgrent.c: plug warnings about write-only variablesKonstantin Belousov2021-11-291-7/+6
* Switch to Arm Optimized Routines for mem* & str*Andrew Turner2021-11-195-15/+57
* uuid(3): Document return valuesFelix Johnson2021-11-191-9/+54
* sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov2021-11-134-0/+4
* x86: provide userspace implementation of sched_getcpu() where possibleKonstantin Belousov2021-11-102-1/+82
* Add sched_getcpu()Konstantin Belousov2021-11-1011-7/+57
* Add sched_get/setaffinity(3)Konstantin Belousov2021-11-104-0/+79
* res_init: remove unused inet_makeaddr with IN_LOOPBACKNETMike Karels2021-11-091-8/+0
* man pages: deprecate Internet Class A/B/CMike Karels2021-11-092-23/+13
* libc: fix the testMariusz Zaborski2021-11-081-1/+1