aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc: add clearenv functionMariusz Zaborski2021-11-076-3/+226
* fexecve(2): allow O_PATH file descriptors opened without O_EXECKonstantin Belousov2021-11-031-3/+0
* bpf: Fix the write filter for detached descriptorsMark Johnston2021-10-261-2/+2
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-221-1/+1
* sysctl.3: sys/types.h no longer needs to be explicitly includedMark Johnston2021-10-201-2/+1
* procctl: actually require debug privileges over targetKonstantin Belousov2021-10-191-0/+8
* procctl(2): add consistent shortcut P_ID:0 as curprocKonstantin Belousov2021-10-191-0/+2
* Allow the BPF to be select for write. This is needed for boost:asioHartmut Brandt2021-10-101-2/+7
* O_PATH: allow vfs_extattr syscallsGreg V2021-10-111-1/+6
* nanosleep.2: use appropriate macrosPiotr Pawel Stefaniak2021-10-111-1/+4
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-091-2/+3
* Mention kern.timecounter.alloweddeviation in nanosleep.1Piotr Pawel Stefaniak2021-10-081-1/+3
* Fix mistakes in link(2) and shm_open(2)Konstantin Belousov2021-10-062-3/+3