summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* The digest in the example seems to have been generatedart2008-02-131-3/+3
* bump Mdocdate for pages committed in "febuary", necessary becausejmc2008-02-111-2/+2
* Mention new HW_PHYSMEM64 and HW_USERMEM64 variables. Mark HW_PHYSMEM andkettenis2008-02-091-2/+14
* Move carp load balancing (ARP/IP) to a simpler configuration scheme.mpf2008-02-051-12/+2
* Use TCSAFLUSH instead of TCSANOW when turning echo back on so thatmillert2008-01-171-2/+2
* update to tzcode2007k from elsie.nci.nih.govmillert2008-01-076-115/+100
* no more need for vadvise.oderaadt2008-01-051-2/+2
* crank libc and libpthread, because libc cannot build lint libraries anymore if a syscall is OBSOL..deraadt2008-01-051-2/+2
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-014-44/+89
* update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationmillert2007-12-296-258/+207
* implement sysctls to report IP, TCP, UDP, and ICMP statistics andreyk2007-12-131-2/+14
* correct the STANDARDS section to mention clock_getres() instead ofbrad2007-12-091-3/+3
* %hhd was being printed as if %hd was specifiedderaadt2007-11-281-11/+16
* remove unused functionchl2007-11-281-10/+1
* typos; ok jmc@martynas2007-11-271-2/+2
* make popen/pclose thread safe. closes library/5634. from and okay andreas@kurt2007-11-261-10/+23
* remove unused zero length file.kurt2007-11-191-0/+0
* fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work withkurt2007-11-191-2/+2
* Put limits.h in front of stdlib.h as style(9) recommends.tobias2007-11-132-8/+8
* strtod may return HUGE_VAL on overflow, which is defined in math.h.tobias2007-11-111-2/+3
* Stash value of log_tag before calling closelog_r() and restore it after.millert2007-11-091-2/+6
* malloc/memset -> callocchl2007-11-061-3/+2
* sync the comments for struct stat w/ <sys/stat.h>;jmc2007-11-051-9/+9
* - sync the error descriptions w/ those in errlistjmc2007-11-051-18/+18
* Simplify some of the logic in fts_close(). Initially based on amillert2007-11-021-17/+14
* Fix waitpid() idiom. Noticed by deraadt@millert2007-11-011-4/+3
* Add parentheses to avoid warning:chl2007-10-311-2/+2
* If we receive SIGTTOU when turning off echo, the process is alreadymillert2007-10-301-20/+27
* Repair FLT_ROUNDS operation. ok kettenis@miod2007-10-272-6/+6
* Make sure to use unique target names so that make -j does not break;miod2007-10-251-25/+25
* Change the syscall invocation sequences to no longer fetch the last fewmiod2007-10-242-8/+2
* Comment fix about time consumption of _gettemp.tobias2007-10-211-5/+2
* fix typo in _telldir_unlocked function prototype, to avoid warning.chl2007-10-122-6/+5
* use RRSIG instead of SIG for DNSSEC. ok djm@jakob2007-10-113-6/+7
* add a proper test around allocsetchl2007-10-101-51/+33
* add a RETURN VALUES section.pyr2007-10-081-9/+9
* attribute packed -> __packedgilles2007-10-081-4/+4
* update to tzcode2007h from elsie.nci.nih.govmillert2007-10-041-2/+2
* fix a libpthread PANIC in seekdir(3) caused by a recursive mutex lock.kurt2007-10-022-11/+24
* strtol -> strtonumblambert2007-09-271-19/+15
* tweak previous; ok claudio henningjmc2007-09-251-5/+5
* updatecomment and manpage toemtion optional seventh level (rtable id)henning2007-09-241-2/+6
* Add some more truncation checks for path construction in tmpnam(3).moritz2007-09-211-8/+24
* add HISTORY; shortened version of diff from Ilya A. Kovalenkojmc2007-09-191-2/+7
* Fix comment typos; ok ray@, jmc@blambert2007-09-171-4/+4
* Prevent out-of-bounds memory access in tempnam(3), if the environmentmoritz2007-09-171-3/+4
* Check snprintf(3) return value for error or truncation.moritz2007-09-1712-38/+112
* for get the flags arg must be 0; from Tamas TEVESZ; ok millert@otto2007-09-161-2/+6
* Remove wrong snprintf(3) truncation checks, which can't bemoritz2007-09-121-15/+25
* Proper use of fseek/fseeko macros.tobias2007-09-101-2/+2