2014-12-25 |
kettenis | We no longer need -Wl,-Bsymbolic for -static -pie. |
commit | commitdiff | tree | snapshot |
2014-12-25 |
kettenis | Don't generate PLT entries for symbols defined in a... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
kettenis | Don't generate PLT entries for symbols defined in a... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
benno | return ERANGE instead of ENOMEM, so callers can differe... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
kurt | Use archdep.h GOT_PERMS define for mprotect of GOT... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
otto | subtraction of two void * is not well defined, plus... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
pascal | Delete misleading and dangerous comment about customisi... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
schwarze | Reduce memory and time consumption on certain malformed... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
schwarze | Support negative indentations for mdoc(7) displays... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
miod | Pass real sizes to free(). |
commit | commitdiff | tree | snapshot |
2014-12-24 |
tedu | simplify crypt_checkpass. The API promise is that this... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
tedu | simplify. bcrypt only support and use newer libc APIs... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
miod | Partially revert 1.46 and print more details when panic... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
miod | tsciic(4): i2c controller onboard Tsunami and Titan... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
schwarze | For .RS, we need to save the information how much we... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
schwarze | Prevent unsigned integer underflow when a number is... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
kurt | Expand Elf_Rel relocations to include DT_JMPREL. Inspec... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
eric | bump version |
commit | commitdiff | tree | snapshot |
2014-12-24 |
eric | Correctly fallback to PLAIN if opportunistics TLS fails... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
ajacoutot | Implement some kind ordering in the startup of package... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
espie | recheck list for non emptyness *after* filtering obsole... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
schwarze | When a man(7) document contains unreasonably large... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
kettenis | Fix previos. Pointed out by kurt@. |
commit | commitdiff | tree | snapshot |
2014-12-24 |
eric | missing include |
commit | commitdiff | tree | snapshot |
2014-12-24 |
afresh1 | Use an extension that installperl skips for the Config_... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
afresh1 | Avoid /usr/local while building perl, but allow it... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
lteo | Add missing argument names, and sync the argument types... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
lteo | Clean up CIPHERS and related sections: |
commit | commitdiff | tree | snapshot |
2014-12-23 |
djm | KNF and add a little more debug() |
commit | commitdiff | tree | snapshot |
2014-12-23 |
miod | Pass real sizes to free() |
commit | commitdiff | tree | snapshot |
2014-12-23 |
miod | Fix an obvious free() argument misuse which has been... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | as in libc, always assume digest is passed to Final... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
kettenis | Use the page size passed by the kernel in the Auxilliar... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | as in libc, there's no need to check for calling Init... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | not necessary to zero hash context; the hash final... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | tmp is a bad name for a shactx |
commit | commitdiff | tree | snapshot |
2014-12-23 |
pascal | Use ${STATIC} instead of hardcoded -static in order... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | use endian.h swap macros instead of home grown versions |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | new SRCDIRS model seems to work |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | sparc64 can move to static pie |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | successful switchover to non-reach-around SRCDIR |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | /bin and /sbin are moving towards static PIE, so on... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
kettenis | Make sure the GOT and PLT are not writable. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | Small changes to buil |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | do not expose "ra" to cpp because it muddles up the... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
espie | missing test-depends thingy. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | support negative horizontal widths in man(7); |
commit | commitdiff | tree | snapshot |
2014-12-23 |
reyk | pf now supports source-hash and random with tables... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
kettenis | Set up the linkage table register (%r19) before calling... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
aoyama | We do not need to grab the kernel lock for clock interr... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
shadchin | Remove function mouse_map. This function is redundant. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | fix typo in previous |
commit | commitdiff | tree | snapshot |
2014-12-23 |
ajacoutot | Consistency: put variables between curly braces. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | some scaling unit fixes: |
commit | commitdiff | tree | snapshot |
2014-12-23 |
espie | tweak meta-info checking a bit. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | even if the second argument to .IP is invalid, don... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | to be safe, revert locking change until further tested. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | change pmap pools from nointr to waitok. pvpool left... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | Fix vertical scaling. Obviously, nobody ever had a... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | convert pool_init nointr to waitok |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | knf |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | convert from nointr to waitok |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | optimize locking a wee bit by holding it for critical... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | I don't like these macros, they obscure the code. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | on-media chroot went away a while back |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | the kvm database only needs to be readable by kmem... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | In a2roffsu(), do not parse the number twice. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | unifdef INET |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | unifdef some more INET. v4 4life. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | convert nointr pool_init argument to pr_waitok |
commit | commitdiff | tree | snapshot |
2014-12-23 |
schwarze | correctly handle scaling units after .PD |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | change req pool alloc to null. add prwaitok here and... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | change pool allocator to null and pass waitok to indica... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
tedu | change pool_init allocator to NULL and pass PR_WAITOK... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
deraadt | backout previous, because libkvm needs two pieces.... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
dlg | force the pool of pmapvp onto PAGE_SIZE allocations... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
mlarkin | Move PD_MASK, PT_MASK and a couple macros into pmap... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
schwarze | The code already pays attention not to close the same... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
mlarkin | Clean up some weird spacing. No functional change. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
mlarkin | fix an error in piglet allocation when requesting an... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kurt | Link -static -pie executables with rcrt0.o instead... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kurt | Self-relocation code for i386. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
krw | Replace switch workq with taskq, using the blambert... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Link -static -pie executables with rcrt0.o instead... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-12-22 |
deraadt | Static PIE has been delayed for quite a while. By... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Link -static -pie executables with rcrt0.o instead... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Self-relocation code for hppa. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | remove never used in openbsd tahoe support. and ns32k... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Link -static -pie executables with rcrt0.o instead... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-12-22 |
tedu | dickman noticed /var/rwho keeps coming back. remove it. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Make it possible to execute PIE binaries that don't... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
espie | when we run into real errors, the progress meter is... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Teach ld(1) not to add a PT_INTERP entry for -static... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Teach ld(1) not to add a PT_INTERP entry for -static... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | Self-relocation code for sparc64. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
kettenis | When skipping a relocation because the referenced symbo... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
shadchin | Now does not need to be initialized event.value. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
mpi | Operations on the global prefix or address lists should... |
commit | commitdiff | tree | snapshot |
next |