aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-12-311-1/+14
* mips: remove libcWarner Losh2021-12-3149-3444/+1
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-308-4/+70
* libc: Fix build with -DNS_REREAD_CONF.Alexander Motin2021-12-291-0/+2
* Clarify the description of the EINTEGRITY error in intro(2).Kirk McKusick2021-12-291-1/+1
* getfh: clarify that it is a privileged operationEd Maste2021-12-231-1/+4
* libc: Fix regexec when sizeof(char *) > sizeof(long)Jessica Clarke2021-12-231-2/+2
* libc: Fix "harmless" iconv one-byte overreadJessica Clarke2021-12-211-2/+2
* sched_get/setaffinity(3): pid 0 should designate current processMath Ieu2021-12-172-4/+4
* 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