index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
Age
Commit message (
Expand
)
Author
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-16
adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAX
Theo de Raadt
2015-01-15
remove .Tn; from Jan Stary <hans at stare dot cz>
Ingo Schwarze
2015-01-14
Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get
Todd C. Miller
2015-01-13
Move debug printf for duplicate af to correct location.
Todd C. Miller
2015-01-13
Remove bogus getopt.h include.
Todd C. Miller
2015-01-13
Fix printing of number of whitelist entries in debug mode.
Todd C. Miller
2015-01-13
Use address-family specific lists of addr/mask entries instead of
Todd C. Miller
2015-01-08
Avoid a crash (free of bogus pointer) when there is a syntax error
Todd C. Miller
2014-12-30
Use a 1MB realloc() increment instead of an 8KB one for the config
Todd C. Miller
2014-12-30
self-relocating crt0 bits for sh, and enable static pie by default. With some
Miod Vallat
2014-12-30
Clean up and optimize _dl_start a bit by using immediate addressing for
Miod Vallat
2014-12-30
Fix handling of R_MIPS_REL32_64 relocations that reference a symbol.
Mark Kettenis
2014-12-29
Minor cleanup:
Todd C. Miller
2014-12-27
Static PIE for mips64. Still something not quite right as a full make build
Mark Kettenis
2014-12-27
Make ld.so process only R_ALPHA_RELATIVE relocations during early GOT
Mark Kettenis
2014-12-24
Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value
Kurt Miller
2014-12-22
Self-relocation code for i386.
Kurt Miller
2014-12-22
Static PIE has been delayed for quite a while. By pushing hard with pascal
Theo de Raadt
2014-12-22
Introduce new csu0 variant for -static -pie binaries to use called
Kurt Miller
2014-12-19
place the afterinstall: target correctly for static-only architectures
Theo de Raadt
2014-12-16
install both ld.so with mode 444
Theo de Raadt
2014-12-16
Install a copy of ld.so into /sbin. Soon to be used in order to make "static"
Pascal Stumpf
2014-12-14
Revert r1.10: properly built shared libraries will never have any DISP26
Miod Vallat
2014-12-09
avoid void arithmetic. from david carlier
Ted Unangst
2014-12-04
AnonCVS is designed to work with a user account that has no password and a
Ingo Schwarze
2014-12-02
some minor fixes from martin natano;
Jason McIntyre
2014-11-25
When a public symbol in a library is referenced by the main program's plt,
Miod Vallat
2014-11-24
Make the scope of the symbol caching variables added in 1.49 a bit larger so
Miod Vallat
2014-11-23
Delete a bunch of unnecessary #includes
Philip Guenther
2014-11-22
/dev/random has created the same effect as /dev/arandom (and /dev/urandom)
Theo de Raadt
2014-11-22
mop up a barely started project... getting in the way of grepping the tree!
Theo de Raadt
2014-11-20
user error is not a bug. fingerd is not responsible for filtering out
Ted Unangst
2014-11-19
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-15
Reduce instances of `` '' in manuals.
Anthony J. Bentley
2014-11-15
ELF files have moved up a level
Philip Guenther
2014-11-03
Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so the
Philip Guenther
2014-11-03
reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.
Ted Unangst
2014-11-03
arc4random_uniform() transformation was off, resulting in badly skewed
Philip Guenther
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-19
Revert last commit due to changed semantics found by make release.
Doug Hogan
2014-10-18
Better POSIX compliance in realpath(3).
Doug Hogan
2014-10-18
Convert some malloc() and realloc() calls to reallocarray().
Doug Hogan
2014-10-18
Simple malloc() to reallocarray() conversion.
Doug Hogan
2014-10-11
Fix manpage: -y only takes interface names, and doesnt take ip addresses.
Landry Breuil
2014-10-11
obvious reallocarray
Theo de Raadt
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2014-10-09
obvious reallocarray() conversions
Theo de Raadt
2014-10-08
obvious reallocarray() use for * int overflow; ok doug
Theo de Raadt
[next]