aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Improve phrasing of the STANDARDS section.Ed Schouten2016-10-151-2/+2
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-136-54/+56
* Fix typos: use correct string format and value to compare.Ruslan Bukin2016-10-131-2/+2
* Fix strchr, strrchr implementation: convert c to charRuslan Bukin2016-10-132-0/+10
* Add comment on use of abort() in libcEd Maste2016-10-122-3/+17
* Add different libc ldscript: the one without libssp --Ruslan Bukin2016-10-122-0/+6
* Correct indent.Konstantin Belousov2016-10-111-4/+3
* Fill msg_len for the initial element of msgvec.Konstantin Belousov2016-10-111-0/+2
* Improve grammar.Bryan Drewery2016-10-061-1/+1
* abort in srandomdev if kern.arandom sysctl failsEd Maste2016-10-051-4/+5
* Remove setkey(), encrypt(), des_setkey() and des_cipher().Ed Schouten2016-10-032-20/+10
* libc arc4_stir: use only kern.arandom sysctlEd Maste2016-10-031-23/+5
* open.2: Document Capsicum behaviorConrad Meyer2016-09-301-1/+33
* Reword the statement.Konstantin Belousov2016-09-301-2/+2
* Add an article.Konstantin Belousov2016-09-301-1/+1
* Reinstate Xr macros that were accidentally removed in a previousDag-Erling Smørgrav2016-09-301-5/+7
* Minor markup and wording fixes.Dag-Erling Smørgrav2016-09-301-5/+7
* After perusal of the documentation and some experimentation, I found aDag-Erling Smørgrav2016-09-301-103/+32
* Format the table correctly, using cell separators instead of relyingDag-Erling Smørgrav2016-09-301-33/+96
* Editing fixes for r306257, documentation for trapcap.Konstantin Belousov2016-09-272-11/+15
* Mark SSP broken on MIPS.Ruslan Bukin2016-09-271-2/+1
* hash(3): protect in-memory page when using cross-endianness.Pedro F. Giffuni2016-09-261-4/+9
* Don't build SSP tests on MIPS as we dont have stack-protectorRuslan Bukin2016-09-261-1/+2
* Document thr_suspend(2) and thr_wake(2).Konstantin Belousov2016-09-263-0/+244
* btree(3): don't shortcut closing if the metadata is dirty.Pedro F. Giffuni2016-09-261-1/+2
* Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap.Konstantin Belousov2016-09-232-3/+94
* posix_openpt.2: Sort includes per style(9)Conrad Meyer2016-09-211-2/+2
* 1) For already non-standard %z extension implement GNU compatible formats:Andrey A. Chernov2016-09-211-0/+6
* 1) Microoptimize %p case.Andrey A. Chernov2016-09-211-14/+26
* Attach the cortex strings library to the build. Only a subset of functionsAndrew Turner2016-09-191-0/+19
* Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and addEnji Cooper2016-09-192-0/+4
* Add manpage for rctl_* system callsEric Badger2016-09-192-0/+225
* Replace dirname(3) by a copy that complies to POSIX.Ed Schouten2016-09-182-47/+25
* Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG callsEnji Cooper2016-09-182-6/+6
* Remove spurious newlines from atf_tc_fail callsEnji Cooper2016-09-182-4/+4
* Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}Enji Cooper2016-09-182-4/+0
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-161-1/+8
* cap_enter.2: describe flag returned by cap_getmodeEd Maste2016-09-111-1/+6
* Fix spelling in comment.Brooks Davis2016-09-091-2/+2
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-0810-48/+18
* intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)).Jilles Tjoelker2016-09-082-5/+10
* Install h_db to unbreak some of the lib/libc/db testcases afterEnji Cooper2016-09-061-1/+1
* Fix error handling.Andrey A. Chernov2016-09-051-4/+10
* Fix n == 1 case. Here should be no physical read (fill buffer) attemptAndrey A. Chernov2016-09-051-2/+6
* 1) Prevent out of bounds access to ws[-1] (passed buffer) which happensAndrey A. Chernov2016-09-051-2/+2
* Fix errors handling.Andrey A. Chernov2016-09-051-6/+18
* MFhead @ r305314Enji Cooper2016-09-033-70/+83
|\
| * Initialize lists of signals using C99 designatorsBrooks Davis2016-09-021-64/+64
| * fgetwc(3) may set both __SEOF and __SERR at once (in case of incompleteAndrey A. Chernov2016-09-011-1/+11
| * If error happens, don't overwrite original errno comes from __mbrtowc()Andrey A. Chernov2016-09-011-5/+8