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