aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-075-106/+164
* __vdso_gettc(): be extra careful with /dev/hpet mappings, never unmapKonstantin Belousov2017-01-041-19/+35
* Cleanup inelegant calloc(3) introduced in r310984.Pedro F. Giffuni2017-01-021-1/+1
* Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2016-12-311-8/+4
* Move __hidden attribute towards the end of the declaration.Pedro F. Giffuni2016-12-311-12/+12
* Rename the 'flags' argument to getfsstat() to 'mode' and validate it.John Baldwin2016-12-273-10/+16
* Revert r310138Enji Cooper2016-12-221-31/+0
* hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSCSepherosa Ziehau2016-12-191-0/+73
* vfprintf(3): Add support for kernel %b formatConrad Meyer2016-12-161-0/+31
* Address regressions in SA-16:37.libc.Gleb Smirnoff2016-12-071-6/+5
* Fix a bug in sctp_sendmsgx(), where the sid provided by the userMichael Tuexen2016-12-071-1/+1
* Support spaces in group names.Bryan Drewery2016-12-061-5/+10
* Properly sign extend the result of jrand48() and mrand48().Ed Schouten2016-12-062-2/+9
* Fix possible buffer overflow(s) in link_ntoa(3).Gleb Smirnoff2016-12-061-17/+34
* thr_set_name(): silently truncate the given name as neededEric van Gyzen2016-12-031-14/+11
* Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired.Bryan Drewery2016-12-012-0/+117
* Launder VPO_NOSYNC pages upon vnode deactivation.Mark Johnston2016-11-261-1/+3
* open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW.Jilles Tjoelker2016-11-221-1/+17
* remove unnecessary vm includes from setproctitleEd Maste2016-11-221-4/+0
* Fix error reporting from wcstof()Eric van Gyzen2016-11-203-15/+31
* Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won'tGleb Smirnoff2016-11-171-11/+33
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-1610-79/+547
* Update jemalloc to 4.3.1.Jason Evans2016-11-091-2/+2
* Document that getfsstat(2) called with MNT_NOWAIT skips file systemsEdward Tomasz Napierala2016-11-061-1/+3
* Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-035-119/+143
* Locale fix for endian big (EB) machines.Ruslan Bukin2016-11-013-48/+103
* Detect integer overflow and limit the number of positionalRuslan Bukin2016-10-311-12/+33
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-315-6/+24
* Fix a copy&paste-o causing a segfault with sigsetjmp.Justin Hibbits2016-10-292-46/+46
* Fix formatting of tables.John Baldwin2016-10-281-121/+121
* Fix a typo which broke the build for powerpc.Justin Hibbits2016-10-251-1/+1
* Remove the powerpcspe Symbol.map, it's identical to powerpc's.Justin Hibbits2016-10-232-60/+1
* Reduce code duplication between powerpc and powerpcspeJustin Hibbits2016-10-2221-936/+17
* ptrace.S is not needed, libc/sys/ptrace.c exists already.Justin Hibbits2016-10-222-62/+1
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-2234-0/+2267
* Only build lib/libc/tests/iconv if MK_ICONV != noEnji Cooper2016-10-211-1/+4
* Use 'cmd' rather than 'command' to match the function prototype.John Baldwin2016-10-171-4/+4
* 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