tedu
676996bb23
remove caveats that are either misleading or unhelpful.
ok jmc naddy
8 years ago
sthen
8b1fc7c57b
update pf.os for larger wscale by default
8 years ago
tedu
7a65e971a0
i forgot to commit sha2.h changes for SHA512/256
8 years ago
tedu
aeb17a716b
Add functions for SHA512/256. The standard says you're supposed to start
with different magic numbers, so we need to add some functions instead
of just asking the user to truncate as desired. Sigh.
SHA512 is quite a bit faster than SHA256 on 64 bit CPUs,
but 256 bit hashes are usually quite sufficient. Best of both.
ok deraadt tom
8 years ago
bcook
2fb1937540
add iOS support for getentropy
from Jacob Berkman, ok beck@
8 years ago
ajacoutot
5ad88bff03
Add /var/syspatch to mtree(8).
OK many
8 years ago
guenther
9ee50544ec
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
8 years ago
pirofti
0c9ae8d8cb
Add doas.conf example configuration file.
Discussed with and loved by many.
OK tedu@, tom@, deraadt@.
8 years ago
reyk
08ed721594
Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not
part of the original ISC license that we use in OpenBSD. Done for
files were Henning is the original author.
OK henning@ deraadt@
8 years ago
beck
87d4db25c4
Remove the libcrypto/crypto directory
8 years ago
goda
1ee5dae778
sync
8 years ago
goda
25564e898f
Add switch(4) cdev entry
ok deraadt@ yasuoka@ reyk@
8 years ago
tb
1a5c26b282
move links from http to https://www.openbsd.org/
ok beck
8 years ago
sthen
e8a3db8fd0
sync
8 years ago
otto
7f29e95497
Less lock contention by using more pools for mult-threaded programs.
tested by many (thanks!) ok tedu, guenther@
8 years ago
tedu
6c73827bf7
black magic for sparc page size can go
8 years ago
deraadt
5afcb6a981
remove sparc pieces
8 years ago
florian
f48ccdaa74
create acme-client directories
8 years ago
ajacoutot
a5540258b4
use tab.
8 years ago
guenther
487debcae6
Use a constant format string and output the variable part with %s
ok krw@ millert@
8 years ago
guenther
98ac59d5a1
Use O_CLOEXEC when opening fds local to a function
ok jca@ krw@
8 years ago
guenther
4c8fdca0ed
Don't call lstat() before readlink() just to see if it's a symlink,
as readlink() will tell you that more cheaply.
ok millert@
8 years ago
guenther
fc8c3ff4cb
Pull in <sys/select.h> for fd_set
ok deraadt@
8 years ago
guenther
b73a72cf6b
Pull in <stdio.h> for NULL
ok deraadt@
8 years ago
guenther
2f48ecaf36
Pull in <sys/time.h> for struct timespec, timeval, or clockrate
ok deraadt@
8 years ago
guenther
d798523e75
Pull in <time.h> for clock_gettime()
ok deraadt@
8 years ago
okan
6ae3b475f9
sync
8 years ago
sthen
0504b5de27
sync
8 years ago
otto
8b9a47cd4e
wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@
8 years ago
sthen
67d1b5347e
sync
8 years ago
jmc
25a95fab09
add a bit of spacing to previous, to keep the notes about deprecated
functions out the way of the main body;
ok guenther
8 years ago
guenther
502002cd1a
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
Merge the manual pages and call them deprecated there.
ok and manpage tweak jmc@, ok natano@
8 years ago
tb
68bc198e0c
Refer to /etc/passwd consistently as the "legacy password file" and
remove some references to differences between versions 6 and 7.
ok jmc, millert, tedu
8 years ago
dtucker
6511e43ef2
Update moduli file.
8 years ago
deraadt
4589832ab3
armish handled some early-gen arm machines, which required tons of
workarounds. Some of them will soon stand in the way of armv7.
Off to the attic you go.
8 years ago
halex
b21b9aedfb
remove pointless csh placeholder files from /etc
ok jung@ (some time ago) phessler@
8 years ago
tb
646f43cf69
Update the link for the getentropy(2) manual to man.openbsd.org/
ok deraadt@
8 years ago
deraadt
80f42a4c1a
old keys no longer needed
8 years ago
tedu
2fe63f9197
RMD160Update actually takes size_t length
8 years ago
sthen
c4ad6d94b8
add new mirror in Lithuania to examples/pkg.conf, ok deraadt
8 years ago
mpi
3e03e0cf65
Do not consider tap(4) a special interface and start if before other
pseudo-interfaces.
This unbreak vlan(4) on top of tap(4) since the refactoring to turn it
MP-safe.
ok claudio@, deraadt@
8 years ago
millert
752f10f777
sync
8 years ago
jca
1adc3fff12
Fix example: long long should be print with %lld
8 years ago
jsing
9801e4d851
Adjust existing tls_config_set_cipher() callers for TLS cipher group
changes - map the previous configuration to the equivalent in the new
groups. This will be revisited post release.
Discussed with beck@
8 years ago
rpe
cf653ce28f
Fix detection of /usr/lib on NFS.
Found by Frank Scheiner, thanks for reporting this.
OK krw, halex
'cool' deraadt
8 years ago
otto
48a1ebbb9c
J/j is a three valued option, document and fix code to actuall support that
with a little help from jmc@ for the man page bits
ok jca@ and a reluctant tedu@
8 years ago
visa
fa4e261523
regen
8 years ago
visa
728932b46a
Add /dev/openprom.
ok kettenis@ deraadt@ jasper@
8 years ago
sthen
5db6aec468
sync
8 years ago
bcook
468bf1902b
Tighten behavior of _rs_allocate failure for portable arc4random implementations.
In the event of a failure in _rs_allocate for rsx, we still have a reference to
freed memory for rs on return. Not a huge deal since we subsequently abort in
_rs_init, but it looks strange on its own.
ok deraadt@
8 years ago