Age | Commit message (Expand) | Author |
2012-09-01 | don't pollute the src dir with info pages when doing builds | Jonathan Gray |
2012-09-01 | sync comment with reality. | Federico G. Schwindt |
2012-09-01 | So passes uthreads | Philip Guenthe |
2012-08-31 | modload needs to invoke ld with -nopie now on ELF platforms | Matthew Dempsky |
2012-08-31 | Use EVP_MAX_MD_SIZE for the key size for now as discussed on icb. | Federico G. Schwindt |
2012-08-31 | Don't treat zaurus special; everybody gets libraries with debug info now. | Mark Kettenis |
2012-08-31 | Compile ld.so with debug info. This will not only help people hacking on | Mark Kettenis |
2012-08-31 | Update license to two-clause BSD. Permission to do so was granted | Todd C. Miller |
2012-08-31 | Add a DT_DEBUG tag to PIEs as well. | Mark Kettenis |
2012-08-31 | Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make sure | Mark Kettenis |
2012-08-31 | Document PIE-by-default behaviour. With a tweak from matthew@. | Pascal Stumpf |
2012-08-31 | tweak previous; | Jason McIntyre |
2012-08-31 | Allow an error message for a filename that is too long to be seen and | lum |
2012-08-31 | Document BUILD_ONCE. A bit tricky. Use actual examples from our current | Marc Espie |
2012-08-31 | Sync vestigial in-tree GCC 3 specs with recent GCC 4 changes. | Matthew Dempsky |
2012-08-31 | remove some compat junk; ok kettenis | Theo de Raadt |
2012-08-31 | Enable PIE on amd64, mips64(el) and sparc64. | Pascal Stumpf |
2012-08-31 | Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when | Pascal Stumpf |
2012-08-31 | document SUBST_CMD* again, hopefully for the last time. | Marc Espie |
2012-08-31 | Switch GCC to use __guard_local instead of __guard. This allows GCC | Matthew Dempsky |
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in loongson/stand. | Pascal Stumpf |
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in hppa/stand. | Pascal Stumpf |
2012-08-31 | Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Means | Mark Kettenis |
2012-08-31 | tweak tweak, ok jmc@ | Pascal Stumpf |
2012-08-31 | Document Wake on LAN support in nfe(4) man page. | Stefan Sperling |
2012-08-31 | Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg. | Stefan Sperling |
2012-08-31 | use subdir realtarget => target recursion (for subdir.mk .USE macro) | Marc Espie |
2012-08-31 | tweak previous; | Jason McIntyre |
2012-08-31 | Adapt this manpage to the removal of _pic.a libraries, restructure a bit and | Pascal Stumpf |
2012-08-31 | Move sgi/stand to plain -fno-pie -nopie. Binaries are the same. | Pascal Stumpf |
2012-08-31 | Nuke a bunch of annoying "/* Send a packet. */" comments above | Kenneth R Westerback |
2012-08-31 | sync | Theo de Raadt |
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt |
2012-08-30 | increase fread()/fwrite() buffer from 8k to 16k | Charles Longeau |
2012-08-30 | fix typo in last commit | Alexander Hall |
2012-08-30 | - rename show_envelope() to show_queue_envelope() | Gilles Chehade |
2012-08-30 | change crypto_setup() prototype to use const char * instead of uint8_t * | Charles Longeau |
2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR | Martin Pieuchot |
2012-08-30 | oops. need to reset errno. Otherwise we can't save a new file in a | lum |
2012-08-30 | On SPARC64 VI/VII CPUs, use the sleep instruction while spinning to force a | Mark Kettenis |
2012-08-30 | Slightly tweak the way we set up the code patch sections such that we can | Mark Kettenis |
2012-08-30 | Remove a useless test for "elem_count < 0", which can never be true | Matthew Dempsky |
2012-08-30 | Do not issue a spurious "force" when "group none" is specified. | Christian Weisgerber |
2012-08-30 | switch compress_backend to use FILE * instead of file descriptors, like | Charles Longeau |
2012-08-30 | Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical according | Pascal Stumpf |
2012-08-30 | fix uninitialized variable which can be reach in case of failure. | Charles Longeau |
2012-08-30 | On sparc64, we still need to pass -K PIC to the assembler when compiling PIE. | Pascal Stumpf |
2012-08-30 | - import latest aldap.[ch] and ber.[ch] from ypldap | Gilles Chehade |
2012-08-30 | when reloading the envelopes from disk, skip envelopes that are | Eric Faurot |
2012-08-30 | - correctly free the task if all rcpt where rejected | Eric Faurot |