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
2017-01-23
pledge a tiny bit later. This results in the specified tty being
Theo de Raadt
2017-01-22
Add support for DT_RUNPATH and DT_FLAGS
Philip Guenther
2017-01-21
_dl_exit() is __dead, so it should return void.
Philip Guenther
2017-01-20
Delete ancient macros and unnecessary #includes
Philip Guenther
2017-01-17
- spamd(8)'s -l accepts an IP address as argument to bind(2) and it calls
Ricardo Mestre
2017-01-11
Add support for AArch64.
Patrick Wildt
2017-01-09
Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO
Mark Kettenis
2017-01-05
Build with -fno-builtin to keep clang from optimizing the _dl_memset()
Christian Weisgerber
2016-12-28
fix the remaining cases of .Xr with only one argument
Ingo Schwarze
2016-12-27
Remove user uucp and group news from base.
Jeremie Courreges-Anglas
2016-11-30
Check return value of tls_config_set_protocols(3) and bail out in case of
Ricardo Mestre
2016-11-08
Remove redundant & when clearing hostname variable, as per otto@'s request
Ricardo Mestre
2016-11-07
Replace bzero(3) with memset(3)
Ricardo Mestre
2016-11-03
small tweak to also check canaries if F is in effect
Otto Moerbeek
2016-10-31
sync to libc: malloc_move is not an option anymore
Otto Moerbeek
2016-10-25
bring canaries for > page sized objects from libc to ld.so; ok guenther@
Otto Moerbeek
2016-10-22
When checking ownership and modes of files in /var/mail/,
Ingo Schwarze
2016-10-20
- Remove useless var assignment
Ricardo Mestre
2016-10-14
0xd0 -> 0xdb from libc malloc
Otto Moerbeek
2016-10-14
move better canary code and validate_junk() over from libc malloc
Otto Moerbeek
2016-09-18
merge form libc malloc:
Otto Moerbeek
2016-09-16
Implement the DT_RELACOUNT optimization. Missed previously because I
Philip Guenther
2016-09-16
Remove the fallback to the __plt_{start,end} symbols, as the dynamic tags
Philip Guenther
2016-09-08
Implement self-relocation for -static -pie on arm. Also removes some
Mark Kettenis
2016-09-06
must close our fd unconditionally and not just in the !TLS case; tls_close
Henning Brauer
2016-09-04
Redundant memset and some better style wrt exiting functions after error.
Otto Moerbeek
2016-09-04
'pw' can't be NULL here, remove useless test.
Jeremie Courreges-Anglas
2016-09-03
Use a single "opt" variable for all setsockopt calls in getdatasock().
Jeremie Courreges-Anglas
2016-09-03
Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets.
Jeremie Courreges-Anglas
2016-09-03
cherry-pick a few diffs from libc malloc; ok guenther@
Otto Moerbeek
2016-09-03
set password to return of readpassphrase(), not always the buffer.
Ted Unangst
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
Gleydson Soares
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
Gleydson Soares
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
Gleydson Soares
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
Gleydson Soares
2016-09-03
convert to use readpassphrase() instead of DEPRECATED/getpass()
Gleydson Soares
2016-09-02
krb5 bits should rest in peace
Gleydson Soares
2016-09-01
retire sparc
Ted Unangst
2016-08-31
Don't attempt to support IPv4-mapped IPv6 addresses.
Jeremie Courreges-Anglas
2016-08-31
alpha and sh have TCB_SET() macros so don't need _dl_set_tcb()
Philip Guenther
2016-08-30
remove ifdef for all the features we have.
Ted Unangst
2016-08-30
Move DT_NUM from <sys/exec_elf.h> to resolv.h in ld.so where it belongs.
Mark Kettenis
2016-08-28
ld.so doesn't need gettimeofday or lstat stubs any more
Philip Guenther
2016-08-28
fix a comment
Philip Guenther
2016-08-28
Don't call lstat() before readlink() just to see if it's a symlink,
Philip Guenther
2016-08-27
Delete debugging from when lazy binding was being implemented
Philip Guenther
2016-08-27
Pull in <stddef.h> for NULL
Philip Guenther
2016-08-27
Pull in <sys/time.h> for struct timespec
Philip Guenther
2016-08-26
Pull in <sys/time.h> for gettimeofday()
Philip Guenther
2016-08-26
trim down some NBBY references. 8 bits ought to be enough for anyone.
Ted Unangst
[next]