summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Add OID for the vm.overcommit sysctl. This makes it possible to removeEdward Tomasz Napierala2017-10-221-1/+5
* Make elf_aux_info() as public libc function.Michal Meloun2017-10-212-1/+30
* Remove an unneeded and incorrect memset().Brooks Davis2017-10-031-3/+0
* libc: minor indent(1) cleanups.Pedro F. Giffuni2017-08-261-1/+1
* getmntinfo(3): Scale faster, and return soonerConrad Meyer2017-08-251-5/+9
* fnmatch(3): improve POSIX conformance.Pedro F. Giffuni2017-08-101-1/+2
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-2/+2
* Provide libdl.Konstantin Belousov2017-07-102-1/+19
* Fix warnings, adjust style.Konstantin Belousov2017-07-101-32/+44
* Correct signatures of several pthreads stubs.Konstantin Belousov2017-07-021-4/+5
* Do not leak syslog_mutex on cancellation.Konstantin Belousov2017-06-171-21/+25
* getbsize(3): clarify that underflow/overflow warnings in regard to $BLOCKSIZEEnji Cooper2017-06-121-2/+3
* fts_open: move bogus initialization further below, before it is used.Pedro F. Giffuni2017-05-263-9/+9
* Update the "first appeared in" version in several manual pages.Glen Barber2017-05-241-2/+2
* directory(3): add trailing comma after e.g., missed in r318699Enji Cooper2017-05-231-1/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-2321-69/+3227
* tcsendbreak(3): delete spurious blank line at the end of the man pageEnji Cooper2017-05-231-1/+0
* dirname(3): fix section orderingEnji Cooper2017-05-231-10/+10
* directory(3): delete trailing whitespace and rewrite `E.g.` as `e.g.`Enji Cooper2017-05-231-4/+5
* basename(3): fix section orderingEnji Cooper2017-05-231-11/+11
* err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0`Enji Cooper2017-05-231-4/+4
* Remove old spinlock_debug code from libcEric van Gyzen2017-05-202-3/+0
* getusershell: don't write past end of line buffer reading local shellsEd Maste2017-05-151-3/+3
* glob: Fix comment about collapsing asterisks after r317749.Jilles Tjoelker2017-05-071-1/+2
* glob: Fix an overlong lineConrad Meyer2017-05-031-1/+2
* libc glob: Avoid pathological exponential behaviorConrad Meyer2017-05-031-44/+56
* Make semaphore names list mutex non-recursive.Konstantin Belousov2017-04-301-5/+1
* Restructure normal (non-error) control flow in sem_close().Konstantin Belousov2017-04-301-12/+10
* Style.Konstantin Belousov2017-04-301-22/+25
* getpagesize(3) cannot fail.Konstantin Belousov2017-04-261-4/+1
* getpagesize(3) cannot fail.Konstantin Belousov2017-04-261-1/+1
* scandir(3): promote arraysz to size_t to match numitems.Pedro F. Giffuni2017-04-241-2/+1
* Note that getpagesize(3) can return -1 on failureEnji Cooper2017-04-231-1/+4
* Optimize pathologic case of telldir() for Samba.Alexander Motin2017-04-171-4/+14
* Fix an out-of-bounds write when a zero-length buffer is passed.Brooks Davis2017-04-131-0/+4
* Report _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX which show parametersKonstantin Belousov2017-04-121-6/+3
* Simplify the code a little.Warner Losh2017-03-221-3/+1
* Unbreak world by adding sys/stat.h for stat(2)Enji Cooper2017-03-221-0/+1
* style(9): sort #includesEnji Cooper2017-03-221-5/+5
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-0/+22
* scandir: Fix NULL dereference, uninitialized value use in error caseConrad Meyer2017-03-221-1/+1
* Discard first 3072 bytes of RC4 keystream, this is a bandaidXin LI2017-03-141-1/+1
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-124-9/+9
* libc: small cleanups.Pedro F. Giffuni2017-03-121-2/+2
* libc: small cleanups.Pedro F. Giffuni2017-03-121-9/+10
* fts: Fix a potential memory leak in error caseConrad Meyer2017-03-041-0/+1
* Renumber copyright clause 4Warner Losh2017-02-28143-143/+143
* Sort declaration of sem_clockwait_npEric van Gyzen2017-02-281-1/+2
* Add sem_clockwait_np()Eric van Gyzen2017-02-234-25/+91
* Fix grammar in getpeereid(3)Eric van Gyzen2017-02-041-3/+3