summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
| * rpc: fix failure to clear string by passing the wrong size to memset.pfg2016-02-261-1/+1
| * Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-2/+2
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-153/+0
| * db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-3/+2
| * db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-6/+12
* | MFHgjb2016-02-231-1/+5
|\ \ | |/
| * If we close or sync a hash-based db file, make sure to call fsync todwmalone2016-02-231-1/+5
* | MFHgjb2016-02-224-9/+16
|\ \ | |/
| * Remove sys/types.hkevlo2016-02-191-2/+1
| * Bump .Dd for r295764bjk2016-02-181-3/+3
| * Right now, the "virtual hole" API feature of lseek(2) is very vaguelysobomax2016-02-181-4/+12
| * Remove dd xfer stats emitted during buildworldemaste2016-02-182-2/+2
* | MFHgjb2016-02-181-0/+2
|\ \ | |/
| * Fix build race after r295643.bdrewery2016-02-171-0/+2
* | MFHgjb2016-02-154-3/+15
|\ \ | |/
| * fputs: Return the number of bytes written.pfg2016-02-151-1/+1
| * getln: We cannot expand the buffer beyond INT_MAX.pfg2016-02-152-2/+12
| * fputs: Return the number of bytes written.pfg2016-02-151-0/+3
| * Remove man page references to rndassociates.com, which has been taken overjamie2016-02-101-1/+0
| * Fix the gcc build after r295407.markj2016-02-081-1/+1
| * If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolskib2016-02-083-2/+12
* | MFHgjb2016-02-093-2/+12
* | MFHgjb2016-02-082-2/+21
|\ \ | |/
| * semget(2): Add missing [EINVAL] conditions.jilles2016-02-071-1/+12
| * - connect(2) Clarify namelenjgh2016-02-041-1/+9
| * Move logic to destroy a struct catentry to its own function.bdrewery2016-02-021-9/+17
* | Remove libc, librtld_db, libthr packages, and further increasegjb2016-02-051-1/+1
* | First pass through library packaging.gjb2016-02-041-0/+1
* | Final pass through to fix 'tests' packaging.gjb2016-02-031-0/+4
* | More 'tests' packaging fixes.gjb2016-02-031-1/+3
* | MFHgjb2016-02-031-9/+17
* | Fix another 'tests' packaging error.gjb2016-02-031-0/+4
* | More 'tests' package fixes.gjb2016-02-031-0/+4
* | MFHgjb2016-02-022-0/+98
|\ \ | |/
| * This seems like a very trivial bug that should have been squashed a longsobomax2016-01-302-0/+98
* | First pass to fix the 'tests' packages.gjb2016-02-0223-0/+92
|/
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichkib2016-01-298-20/+303
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofbrooks2016-01-292-6/+6
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.bdrewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.bdrewery2016-01-271-1/+1
* Remove excess whitespacebdrewery2016-01-271-1/+1
* Restore flushing of output for revoke(2) again. Document revoke()'skib2016-01-261-2/+6
* Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.bdrewery2016-01-251-5/+5
* sctp_sendx() needs to provide the assoc_id back.tuexen2016-01-241-2/+7
* Fix bug in the readpassphrase(3) function, which can be exposedsobomax2016-01-241-8/+16
* sctp_sendv() needs to fill in the association id on return.tuexen2016-01-241-0/+7
* Add a standards compliance note for strtok_r as suggested by cpercival.wblock2016-01-221-1/+6
* sem: Don't free nameinfo that is still in list when open() fails.jilles2016-01-221-1/+3
* Replace the last non-optional use of sbrk() in the tree with mmap().brooks2016-01-211-11/+4
* Fix the implementations of PSEUDO_NOERROR and PSEUDO.brooks2016-01-211-7/+21
OpenPOWER on IntegriCloud