summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FPU support for MIPS setjmp(3)/longjmp(3).brooks2014-11-212-4/+153
* Use canonical __PIC__ flagemaste2014-11-216-10/+10
* Remove acl_size.c; apparently it was never used.trasz2014-11-191-43/+0
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andngie2014-11-162-0/+73
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andngie2014-11-162-0/+302
* Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andngie2014-11-162-0/+94
* Add the ppoll() system call.dchagin2014-11-133-2/+70
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-092-53/+0
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...ngie2014-11-0429-0/+769
* <sys/param.h> is a superset of <sys/types.h> and must always comedes2014-11-011-2/+1
* Update acl(3) to expand on NFSv4 ACL support.trasz2014-10-301-5/+9
* Make it clear that ACL flags are NFSv4-only.trasz2014-10-307-14/+14
* Fix prototypes.kevlo2014-10-281-3/+3
* getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, somarkj2014-10-272-23/+2
* Use the __DECONST macro rather than hand rolling the same thing.brooks2014-10-241-5/+1
* Remove an unused variable that would be better spelled __func__.brooks2014-10-241-1/+0
* Eliminate conf_lock and instead rely on the NSS write lock to protectmarkj2014-10-241-8/+5
* The current POSIX semaphore implementation stores the _has_waiters flagjhb2014-10-241-13/+14
* Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphoresjhb2014-10-247-14/+7
* Remove duplicated code.delphij2014-10-162-22/+1
* Slightly improve grammar in EAGAIN description.gavin2014-10-151-3/+3
* Add support for the __aeabi_c*cmp* functions. These are similar to theandrew2014-10-148-1/+337
* accept(2) may and can return EAGAIN, document it.delphij2014-10-101-2/+2
* Update dl_iterate_phdr(3) to follow r272842emaste2014-10-091-2/+2
* 1) Fix the case we have less arguments for format string than we expected.ache2014-10-071-4/+3
* Back out timegm error check from r272562.ache2014-10-071-2/+0
* Add MLINK for explicit_bzero(3) and bump .Dd date.delphij2014-10-072-1/+2
* Add explicit_bzero(3) and its kernel counterpart.delphij2014-10-074-2/+45
* 1) For %Z format, understand "UTC" name too.ache2014-10-051-1/+5
* Minor doc format fix.pfg2014-10-041-1/+2
* strptime(3): Update manpage for %U and %W.pfg2014-10-021-10/+6
* strptime: %s format fix.pfg2014-10-021-1/+4
* strptime: fix bug introduced in r272273.pfg2014-10-011-1/+2
* Clean up detection of hard-float ABIs. As with big-endian in r272368 weandrew2014-10-012-2/+2
* Ensure that every ENTRY(foo) has a matching END(foo).bapt2014-10-0121-0/+27
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-014-26/+1
* Document [EPERM] for UNIX sockets.bdrewery2014-09-301-1/+3
* Add strptime(3) support for %U and %W (take 2)pfg2014-09-281-7/+119
* Revert r272122pfg2014-09-251-126/+5
* Add strptime(3) support for %U and %Wpfg2014-09-251-5/+126
* Fix incremental builds involving non-root users with read-only source files.will2014-09-181-2/+2
* Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.bdrewery2014-09-171-2/+2
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenjhb2014-09-171-14/+1
* Bump .Dd for the content change done to access(2) in r271655ngie2014-09-161-1/+1
OpenPOWER on IntegriCloud