Age | Commit message (Expand) | Author |
2012-08-29 | Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctly | Matthew Dempsky |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-28 | Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew | Pascal Stumpf |
2012-08-27 | Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad | Miod Vallat |
2012-08-27 | let regen_headers also take care of sqlite3.pc.in => sqlite3.pc | Marc Espie |
2012-08-24 | Don't attempt to warn about uninitialized __guard values yet. It's | Matthew Dempsky |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus |
2012-08-23 | The afs stubs in here that used to call the nnpfspioctl() now all return | Theo de Raadt |
2012-08-23 | knowledge of nnpfs can be removed | Theo de Raadt |
2012-08-23 | crank due to nnpfspioctl() syscall stub removal | Theo de Raadt |
2012-08-23 | no more nnpfspioctl() system call; ok guenther | Theo de Raadt |
2012-08-22 | We want to check that the dynamic linker is available at run-time, so | Matthew Dempsky |
2012-08-22 | We cannot just copy mcount.o to mcount.po, since the former may be PIE and | Pascal Stumpf |
2012-08-22 | Test for __PIC__ instead of PIC in preparation for eliminating -DPIC | Matthew Dempsky |
2012-08-22 | Fix missing PIC -> __PIC__ conversions; ok pascal | Theo de Raadt |
2012-08-22 | rfc 2553 (not 2533) has been replaced by rfc 3493; | Jason McIntyre |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-21 | When deciding whether we're PIC in a (generated) asm file, check for both PIC | Pascal Stumpf |
2012-08-21 | - remove inconsistent/obsolete comments | Jason McIntyre |
2012-08-21 | flesh out the rfc sections; | Jason McIntyre |
2012-08-21 | Kill an old mips workaround; we don't support mips, just mips64. | Pascal Stumpf |
2012-08-21 | flesh out the rfc section; | Jason McIntyre |
2012-08-20 | rfc 4291 replaces rfcs 2373 and 3513; | Jason McIntyre |
2012-08-19 | Update version to 3.7.13 to match reality. | Landry Breuil |
2012-08-19 | Build static netent and hostent structure in a nicer and hopefully not | Eric Faurot |
2012-08-19 | When building dynamic hostent and netent, allocate a single linear buffer to | Eric Faurot |
2012-08-19 | Fix ranges in the method description. | Martynas Venckus |
2012-08-18 | ensure that async_run() and async_run_sync() always preserve errno. | Eric Faurot |
2012-08-18 | RFC updates: | Jason McIntyre |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; | Jason McIntyre |
2012-08-18 | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. | Eric Faurot |
2012-08-18 | Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. | Eric Faurot |
2012-08-18 | Improve error reporting in getnameinfo_async() and getaddrinfo_async(). | Eric Faurot |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-15 | A couple small but long anticipated changes: | Matthew Dempsky |
2012-08-15 | Oops, on a.out architectures __cerror() is called _cerror(). Fix | Matthew Dempsky |
2012-08-14 | remove unused variable | Charles Longeau |
2012-08-13 | Add explicit references from rthread.o to all of the weak symbol | Matthew Dempsky |
2012-08-12 | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal | Miod Vallat |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-08-04 | Fix caching of stacks allocated with the default attributes. | Philip Guenthe |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-29 | must be zero'd (found by regress) | Eric Faurot |
2012-07-26 | remove reference to no longer existing description of nonexistent devices; | Christian Weisgerber |
2012-07-17 | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent | Matthew Dempsky |
2012-07-17 | Document new pathconf() variables. | Matthew Dempsky |
2012-07-16 | revert previous, it was hardly tested and is causing too many issues too clos... | Jasper Lievisse Adriaanse |
2012-07-16 | Add a man page describing pcap grammar | giovanni |