summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-26remove some unused ancient test files from 4.4 BSDMichael McConville
2016-03-24no more i386_get_ioperm(2);Jason McIntyre
2016-03-24Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedPhilip Guenther
2016-03-24Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.Philip Guenther
2016-03-23Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.Christopher Zimmermann
2016-03-22Improve the sendsyslog(2) man page.Alexander Bluhm
2016-03-22format string fixes in debug code;Ingo Schwarze
2016-03-22Add NULL checkmartijn
2016-03-22Fix an obvious typo in a NUL check;Ingo Schwarze
2016-03-22tweak previous;Jason McIntyre
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-21Christos Zoulas just rescinded clauses 3 & 4 of his licenses, seeIngo Schwarze
2016-03-21Markup fixes: use .Ev and .Er where appropriate.Ingo Schwarze
2016-03-21fix el_{w,}getc documentation;Ingo Schwarze
2016-03-21Make the read_char() function always take a wchar_t * argument.Ingo Schwarze
2016-03-21Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).Ingo Schwarze
2016-03-21Return zero from two functions on allocation failure instead of alwaysmmcc
2016-03-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.Philip Guenther
2016-03-21Merge a few simple fixes from NetBSD:Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20delete useless "typedef int bool_t", use int directly;Ingo Schwarze
2016-03-20Cleanup of private header inclusion:Ingo Schwarze
2016-03-20support WIDECHAR;Ingo Schwarze
2016-03-20Use getline(3) rather than fgetln(3) because it is standardizedIngo Schwarze
2016-03-20minor simplifactions, style fixes, and trivial syncs from NetBSDIngo Schwarze
2016-03-20Fix the same bug again that was already fixed in:Ingo Schwarze
2016-03-20Delete the useless Int datatype and always use the standard wint_tIngo Schwarze
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),Ingo Schwarze
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeIngo Schwarze
2016-03-20Fix the public interface function el_getc(3).Ingo Schwarze
2016-03-20Fix read_char() for the non-UTF-8 case, in particular for systemsIngo Schwarze
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().Ingo Schwarze
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2016-03-20LOCALE_CHARSETS has been unused for some time nowJeremie Courreges-Anglas
2016-03-20__thrsleep.2 is contained in section 2natano
2016-03-20It's libpthread, not librthread, and __tfork(2) lets you set the TCBPhilip Guenther
2016-03-20Add $OpenBSD linePhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2016-03-20Prepare for future ld.so/libc bump: update <tib.h> with the definitionsPhilip Guenther
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-19Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}Philip Guenther
2016-03-19This is thrkill, not __thrsigdivertPhilip Guenther
2016-03-17remove NOTREACHEDmmcc
2016-03-17'miliseconds' -> 'milliseconds' in comments.Kenneth R Westerback
2016-03-17properly guard to macrosmmcc
2016-03-17explicit_bzero for asn1 objects on free. Too often these contain sensitive in...Bob Beck
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-15remind people rewind is seldom a good choiceMarc Espie
2016-03-14small step towards multiple pools: move two globls into the struct dir_infoOtto Moerbeek
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre