summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-03Document ``use after free'' error messageOtto Moerbeek
2016-04-02Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internalPhilip Guenther
2016-04-02Eliminate the need to explicitly invoke syscalls via their _thread_sys_*Philip Guenther
2016-04-02refactor bpf_filter a bit.David Gwynne
2016-03-30Major bump for getlogin*/ptrace changesPhilip Guenther
2016-03-30Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toPhilip Guenther
2016-03-30Eliminate userspace caching by getlogin_r/setlogin; make the getloginPhilip Guenther
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-27Don't need to define SYS_sycall herePhilip Guenther
2016-03-27Switch to RSYSCALL: no special handling is needed here any more andPhilip Guenther
2016-03-27remove unused variableCharles Longeau
2016-03-27Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej.Todd C. Miller
2016-03-27Merge a memleak fix from BoringSSL 6b6e0b2:Michael McConville
2016-03-26fix typo: "prefer seek()" -> "prefer fseek()"Theo Buehler
2016-03-26fix the last bunch of NAME sections that were overlooked earlierIngo Schwarze
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