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