Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-01 | remove unused flag | Gilles Chehade | |
2012-09-01 | - remove crypto_backend | Gilles Chehade | |
- remove support for encrypted queue, it will be reintroduced later after pouring more thinking into it if you had it enabled, flush your queue before updating | |||
2012-09-01 | Fix alpha bootblocks: Compile with -fno-pie, link with -nopie. | Pascal Stumpf | |
tested by naddy@; ok deraadt@ | |||
2012-09-01 | Bounds check before addressing call_used_regs[], avoids segfaults in | Miod Vallat | |
fixup_match_2() on landisk building mysql; gcc PR #28467 help and prodding jsg@, ok kettenis@ | |||
2012-09-01 | show more precisely what the problem is. | Marc Espie | |
2012-09-01 | NOPIC only affects shared libraries now. | Pascal Stumpf | |
ok jmc@ | |||
2012-09-01 | Make this __STDC__ aware. | Miod Vallat | |
2012-09-01 | Document that systrace fds, like kqueues, cannot be shared. | Philip Guenthe | |
P_SUGID and P_SUGIDEXEC are now PS_* flags | |||
2012-09-01 | Strip out stuff specific to the old uthreads and add similar bits for | Philip Guenthe | |
rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen | |||
2012-09-01 | Make '-f' only affects the "start" action. | Antoine Jacoutot | |
There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@ | |||
2012-09-01 | Clean up the correct file to fix parallel make failures | Philip Guenthe | |
ok deraadt@ | |||
2012-09-01 | Fix typo in comment: s/PT_OPENBSD_RANDOMDATA/PT_OPENBSD_RANDOMIZE/ | Matthew Dempsky | |
2012-09-01 | update currency exchange rates; | Jason McIntyre | |
2012-09-01 | avr32 did not happen | Theo de Raadt | |
2012-09-01 | don't pollute the src dir with info pages when doing builds | Jonathan Gray | |
ok kettenis@ deraadt@ | |||
2012-09-01 | sync comment with reality. | Federico G. Schwindt | |
2012-09-01 | So passes uthreads | Philip Guenthe | |
Like autumn leaves on water don't fear the tedu@ | |||
2012-08-31 | modload needs to invoke ld with -nopie now on ELF platforms | Matthew Dempsky | |
ok pascal | |||
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 | |
We just savd a bunch of space anyway by no longer creating _pic.a libraries. ok deraadt@ | |||
2012-08-31 | Compile ld.so with debug info. This will not only help people hacking on | Mark Kettenis | |
ld.so itself, but also make it easier to debug code that uses dlopen(3). ok deraadt@, matthew@ | |||
2012-08-31 | Update license to two-clause BSD. Permission to do so was granted | Todd C. Miller | |
by the authors as per Ed Schouten. | |||
2012-08-31 | Add a DT_DEBUG tag to PIEs as well. | Mark Kettenis | |
ok pascal@ | |||
2012-08-31 | Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make sure | Mark Kettenis | |
it isn't NULL before we dereference it. Fixes perl PIE on hppa. ok matthew@, deraadt@ | |||
2012-08-31 | Document PIE-by-default behaviour. With a tweak from matthew@. | Pascal Stumpf | |
ok deraadt@ jmc@ matthew@ | |||
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 | |
let the error stop mg exiting when C-x C-c is called. | |||
2012-08-31 | Document BUILD_ONCE. A bit tricky. Use actual examples from our current | Marc Espie | |
tree. | |||
2012-08-31 | Sync vestigial in-tree GCC 3 specs with recent GCC 4 changes. | Matthew Dempsky | |
From Brad. | |||
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 | |
Most work done by kurt@ some years ago; also, most work committed over the last weeks was based on a diff by him. Cheers, kurt@! Lots and lots of helpful input, comments, feedback and diffs from deraadt@, kettenis@ and matthew@, miod@ and others. Thanks! Bulk builds done by naddy@, sthen@, landry@ and in progress from pea@ and jasper@. Pending architectures are alpha, i386, hppa, arm, sparc and landisk. ok deraadt@ | |||
2012-08-31 | Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when | Pascal Stumpf | |
we're default PIE. allows Theo to build PIE-by-default sparc; ok kettenis@ | |||
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 | |
to emit -fstack-protector code that doesn't need GOT indirection for accessing __guard. Tested on amd64, i386, sparc64, hppa, loongson, and sgi (thanks lteo, djm, sthen, todd, naddy, kettenis, phessler, jasper, and anyone else that I'm missing who tested). | |||
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in loongson/stand. | Pascal Stumpf | |
ok deraadt@ | |||
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in hppa/stand. | Pascal Stumpf | |
ok deraadt@ | |||
2012-08-31 | Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Means | Mark Kettenis | |
powerpc now gets the right behaviour for -pthread as well. ok pascal@, krw@, millert@ | |||
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 | |
ok jsg | |||
2012-08-31 | use subdir realtarget => target recursion (for subdir.mk .USE macro) | Marc Espie | |
will scrap the subdirdepend case later. okay millert@ | |||
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 | |
correct errors: - turn the paragraph that previously talked about _pic.a libraries into a general PIC paragraph, and make it clear from the start that it is used in shared libraries as well as static libraries on PIE architectures - reorder paragraphs to first talk about .a, then _p.a, then shared libraries, then PIC - -fpic/-fPIC has nothing to do with *linking* to PIC libraries - there are no profiling versions of dynamic libraries - NOPIC now only affects shared libraries reqested by and ok deraadt@, with a tiny tweak from jmc@ | |||
2012-08-31 | Move sgi/stand to plain -fno-pie -nopie. Binaries are the same. | Pascal Stumpf | |
tested by and ok deraadt@ | |||
2012-08-31 | Nuke a bunch of annoying "/* Send a packet. */" comments above | Kenneth R Westerback | |
invocations to send_packet(), and similiar combinations. | |||
2012-08-31 | sync | Theo de Raadt | |
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt | |
grep help from sthen; discussion with brad ok guenther pascal | |||
2012-08-30 | increase fread()/fwrite() buffer from 8k to 16k | Charles Longeau | |
ok gilles@ | |||
2012-08-30 | fix typo in last commit | Alexander Hall | |
"obviously correct" guenther@ | |||
2012-08-30 | - rename show_envelope() to show_queue_envelope() | Gilles Chehade | |
- remove SHOW_RUNQUEUE it was a noop since runqueues have been removed years ago from smtpd |