summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix t_spawnattr test for attributes handling by posix_spawn(3).kib2015-09-011-1/+1
* Use unsigned variable.rodrigc2015-09-011-1/+1
* Use ANSI C prototypes.rodrigc2015-09-015-12/+12
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.hrs2015-09-011-6/+18
* Use correct function prototype for signal handler.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-011-21/+7
* Mark unused parameters to reduce gcc 4.9 warnings.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-0115-395/+180
* Include stdlib.h to get devname() prototype.rodrigc2015-08-311-0/+1
* Fix a mistake in r287292. Despite correctly stating intent in thekib2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-2922-121/+104
* Replace strndup with OpenBSD's implementation.delphij2015-08-261-33/+22
* Make UTF-8 parsing and generation more strict.ed2015-08-251-1/+5
* Instead of doing an no-op (|= 0), actually clear the flags indelphij2015-08-241-1/+1
* Fix spelling.araujo2015-08-241-2/+1
* Update bzero(3) manpage to following the Posix Standard.araujo2015-08-241-1/+9
* Editing pass on procctl.2bjk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadykib2015-08-201-2/+6
* Add the definitions of __infinity and __nan.andrew2015-08-203-0/+17
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlycem2015-08-201-15/+46
* wordexp(): Improve some error codes.jilles2015-08-192-18/+32
* - ANSIfydelphij2015-08-181-10/+5
* wordexp(3): Update man page for no longer using the wordexp builtin.jilles2015-08-181-4/+3
* Add missing sdallocx updates and remove *allocm manpage links.jasone2015-08-182-5/+6
* Update jemalloc to version 4.0.0.jasone2015-08-182-13/+14
* On arm64 disable three tests that hang or panicemaste2015-08-171-0/+3
* wordexp(): Stop using the undocumented wordexp builtin.jilles2015-08-161-3/+4
* Remove a stale comment and clarify the original where it was taken frompfg2015-08-142-7/+2
* Move the stack protector to a new "secure" directorypfg2015-08-147-5/+27
* Make clear the bcopy(3) manpage regards when it was marked as LEGACYaraujo2015-08-141-13/+23
* Remove the mention of memcpy(3) that is build on top of bcopy(3).araujo2015-08-131-9/+7
* Describe that bcopy(3) is deprecated and marked as LEGACY inaraujo2015-08-121-1/+15
* Fix and re-enable UTF-8 tests.jilles2015-08-111-1/+1
* Actually disable the invalid testbapt2015-08-111-1/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)bapt2015-08-091-7/+1
* Remove 5 and 6 bytes sequences which are illegal in UTF-8 space.bapt2015-08-081-8/+0
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-043-16/+83
* Fix a couple of markup typos.jhb2015-08-021-3/+3
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.bdrewery2015-07-281-1/+4
* Make shutdown() return ENOTCONN as required by POSIX, part deux.ed2015-07-271-31/+11
* Update Capsicum and Mandatory Access Control manual pagestrasz2015-07-252-24/+2
* Document the fact that system(3) can easily be misused due to shell metadelphij2015-07-251-2/+14
* Add missing capitalization.trasz2015-07-241-1/+1
* Add missing priority argument in example code in BUGS section.pluknet2015-07-211-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-7/+9
* Correct the description of MADV_DONTNEED. Specifically, after usingalc2015-07-121-4/+4
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-113-0/+201
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSbapt2015-07-111-3/+3
* Add support for makecontext. This supports up to 8 arguments as thisandrew2015-07-105-3/+129
OpenPOWER on IntegriCloud