summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update comment and NetBSD ID tag.pfg2015-02-061-3/+3
* Drop cgetclose() from getdiskbyname().pfg2015-02-061-1/+0
* tdelete(3): don't delete the node we are about to return.pfg2015-02-051-1/+2
* getdiskbyname(): plug resource leakpfg2015-02-051-8/+16
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* Resource leakpfg2015-02-011-0/+1
* ttyname_r(): Return actual error, not always [ENOTTY].jilles2015-02-011-2/+2
* Use zero register instead of immediate 0x0 in MIPS assemblyemaste2015-01-291-1/+1
* sem_post(): Fix and document semaphore value overflow error.jilles2015-01-282-3/+8
* Enable utimensat tests from NetBSD.jilles2015-01-241-1/+2
* Add futimens and utimensat system calls.jilles2015-01-236-0/+510
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-1/+78
* Add a ${CP} alias for copying files in the build.will2015-01-161-2/+2
* Remove duplicate copies of trivial getcontextx.cemaste2015-01-1210-314/+16
* Reduce the size of the interposing table and amount ofkib2015-01-1113-142/+49
* Apparently more Makefiles use stuff from compiler-rt, so fix them updim2015-01-081-1/+1
* Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1.jhb2015-01-081-1/+2
* Clarify text to be consistent with nanosleep(2),rodrigc2015-01-081-4/+4
* Avoid use of register variables. Clang 3.5 treats this as undefined behavior,jhibbits2015-01-062-4/+2
* Avoid calling internal libc function through PLT or accessing datakib2015-01-053-7/+14
* mdoc: paragraph improvements.joel2015-01-041-1/+1
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-0354-92/+2020
* Add rtld private interface for dso to detect dynamic loadingkib2015-01-032-0/+8
* Link lib/libc/c063 tests to the build.jilles2015-01-021-14/+16
* Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkinsngie2015-01-021-3/+4
* mdoc: remove EOL whitespace.joel2014-12-291-2/+2
* Build/install lib/libc/tests/hash/t_sha2 if MK_OPENSSL == yesngie2014-12-271-1/+7
* mdoc: improvements to SEE ALSO.joel2014-12-275-6/+6
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-2123-46/+50
* Plug a memory leak.delphij2014-12-191-1/+3
* Initilize the msg_flags field consistently in all code paths.tuexen2014-12-171-1/+4
* Bump Dd for r275846bdrewery2014-12-171-1/+1
* Add some additional clarification and fix a few gammer nits.mckusick2014-12-171-58/+66
* Markup fixes for kqueue(2), no content changes.kib2014-12-151-61/+87
* Fix incorrect type of "invalids" argument in __iconv() prototype.kuriyama2014-12-151-1/+1
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-151-3/+212
* Fix quick_exit(3) manual page to match reality - the status was missing.trasz2014-12-131-2/+2
* Fix a typo reported by Lennart Grahl.tuexen2014-12-101-1/+1
* In r268924 __fflush was modified so that when write(2) was not successful,delphij2014-12-101-4/+6
* Switch to the ARM unified assembly language as the clang integrated as onlyandrew2014-11-297-123/+138
* ANSIfy b64_ptonemaste2014-11-271-4/+1
* Reinstitate send() after syslogd restarts.delphij2014-11-251-9/+28
* Fix b64_pton output buffer overrun test for exact-sized bufferemaste2014-11-251-7/+15
* Fix ifa_data description.pluknet2014-11-251-12/+10
* Convert libraries to use LIBADDbapt2014-11-251-4/+2
* The fallback flag in nsdispatch prevents the fallback implementation ofdes2014-11-251-9/+16
* Revert r274772: it is not valid on MIPSemaste2014-11-256-10/+10
* For now, disable using -fsanitize=bounds for the libc ssp tests, whendim2014-11-241-0/+3
* Ta is only allowed with Bl -column not in Bl -itembapt2014-11-231-1/+1
* Misc mdoc fixes:joel2014-11-231-1/+0
OpenPOWER on IntegriCloud