CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/14 00:31:25
Modified files:
regress/lib/libc/strerror: strerror_test.c
Log message:
Test the exported strsignal() API, not the (now hidden) internal API
noted by daniel@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/09/13 21:53:47
Removed files:
bin/ksh: INSTALL
Log message:
directions for using autoconf cannot be relevant.
from Michael McConville
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/09/13 19:45:03
Modified files:
lib/libcrypto/crypto: Makefile
lib/libcrypto/man: Makefile
lib/libssl/src/crypto: opensslfeatures.h
lib/libssl/src/crypto/evp: c_all.c evp.h
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/09/13 17:42:29
Modified files:
lib/libcrypto/crypto: shlib_version
lib/libssl/ssl : shlib_version
lib/libtls : shlib_version
Log message:
Crank major version due to removal of SHA-
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/09/13 17:36:21
Modified files:
lib/libcrypto/crypto: Makefile
lib/libcrypto/man: Makefile
lib/libssl/src/crypto: opensslfeatures.h
lib/libssl/src/crypto/evp: c_all.c evp.h
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 15:36:08
Modified files:
lib/libc/net : inet_addr.c inet_network.c inet_ntop.c
inet_pton.c res_comp.c
Added files:
lib/libc/hidden/arpa: inet.h nameser.h
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 15:28:02
Modified files:
regress/lib/libcrypto/ec: ectest.c
Log message:
Another style(9) grenade.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/09/13 15:09:56
Modified files:
lib/libcrypto/crypto: Makefile
lib/libssl/src/crypto: opensslfeatures.h
lib/libssl/src/crypto/evp: c_all.c evp.h
lib/libssl/src/crypto/sha: sha.h
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 15:03:14
src/lib/libc/hidden/arpa
Update of /cvs/src/lib/libc/hidden/arpa
In directory cvs.openbsd.org:/tmp/cvs-serv14315/arpa
Log Message:
Directory /cvs/src/lib/libc/hidden/arpa added to the rep
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 15:02:27
Modified files:
lib/libc/gen : fstab.c
Added files:
lib/libc/hidden: fstab.h
Log message:
Wrap so that calls go direct and the symbols are all weak
(Do you sense a the
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 14:57:28
Modified files:
lib/libc/yp: yp_bind.c yp_first.c yp_get_default_domain.c
ypmatch_cache.c ypprot_err.c
Added files:
lib/libc/hidden/rpcsvc: yp
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 14:54:33
Added files:
lib/libc/hidden/sys: sysctl.h
Log message:
Wrap so that calls go direct and the symbol is weak
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 14:38:45
Modified files:
sys/arch/loongson/include: intr.h
sys/arch/mips64/mips64: interrupt.c
sys/arch/octeon/include: intr.h
sys/arch/sgi/include: intr.h
Log m
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 14:37:28
Modified files:
sys/arch/alpha/alpha: interrupt.c
sys/arch/alpha/include: intr.h
Log message:
intr_barrier(9) for alpha.
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 14:29:23
Modified files:
lib/libc/hidden: stdlib.h
lib/libc/stdlib: malloc.c
Log message:
For now, permit overriding of the malloc family, to make emacs happy
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 14:23:48
Modified files:
regress/lib/libssl/client: clienttest.c
Log message:
Revise regression test so that it works correctly with AES taking priority
if hardware acceleration is available.
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 13:58:50
Modified files:
lib/libc/gen : login_cap.c
Added files:
lib/libc/hidden: login_cap.h
Log message:
Wrap so that calls go direct and the symbols are all weak
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 13:54:54
Removed files:
lib/libc/gen : sysctl.c
Log message:
Detritus
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/09/13 13:46:36
Modified files:
bin/ksh: tty.c
Log message:
move tty_close up a bit so we can use it.
combine two equiv if blocks.
from Michael McConville
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/09/13 13:43:42
Modified files:
bin/ksh: ksh_limval.h shf.c
Log message:
zap unused FP support. from Michael McConville. ok nicm
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 12:15:03
Modified files:
sys/net: if.c
Log message:
Fix double rtfree(9) in non-INET6 kernel.
With and ok claudio@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/09/13 11:57:11
Modified files:
usr.bin/openssl: openssl.1
Log message:
nc(1) seems worth an Xr in SEE ALSO now;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/09/13 11:55:42
Modified files:
share/man/man9 : intr_barrier.9
Log message:
vallue -> value;
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 11:53:44
Modified files:
sys/net: bpf.c if.c if_pppoe.c if_var.h pf.c pipex.c
ppp_tty.c
sys/netinet: if_ether.c ip_output.c
sys/netinet6 : i
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 11:47:07
Modified files:
sys/netinet: igmp.c
Log message:
if_put() after if_get().
ok dlg@
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 11:23:22
Modified files:
distrib/sets/lists/base: md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.octeon md.sgi m
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 11:09:21
Modified files:
sys/kern : init_sysent.c syscalls.c
sys/sys: syscall.h syscallargs.h
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 11:08:04
Modified files:
sys/kern : syscalls.master kern_ktrace.c kern_sysctl.c
kern_tame.c
sys/uvm: uvm_glue.c
sys/compat/linux: li
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 10:56:11
Modified files:
lib/libssl/src/crypto: crypto.h cryptlib.c
Log message:
Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and
OPENSSL_ia32cap_loc; nothing in ports uses th
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 10:44:30
Modified files:
sys/dev/wsfont : wsfont.c
Log message:
Put the 12x22 font on alpha and macppc installation kernels, the 8x16 font
is really fugly on large displays (tga, vgafb). It's only
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 10:28:00
Modified files:
lib/libc/arch/i386/stdlib: abs.S div.S labs.S ldiv.S
lib/libc/arch/sparc64/stdlib: abs.S
Log message:
Need SYS.h for END_STRONG()
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 10:17:27
Modified files:
lib/libc : shlib_version
Log message:
Major bump for symbol removals
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 10:16:30
Modified files:
lib/libc/arch/sparc/stdlib: abs.S
lib/libc/arch/sparc64/stdlib: abs.S
Log message:
Add hidden _libc_ aliases and symbol sizes
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 10:15:30
Modified files:
lib/libc/arch/i386/stdlib: abs.S div.S labs.S ldiv.S
Log message:
Add hidden _libc_ aliases and symbol sizes
prodded by semarie@
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 10:02:12
Modified files:
lib/libssl/src/crypto/bn: bn_print.c
Log message:
Handle negative-zero in BN_bn2dec() too, just like in BN_print().
ok miod
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 09:59:30
Modified files:
lib/libssl/src/crypto/x509: x_all.c
Log message:
Reorder functions for readability/consistency.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 09:59:29
Modified files:
lib/libssl/src/crypto/bn: bn_print.c
Log message:
BN does support negative-zero -- BN_print() sets the standard here.
BN_bn2hex() had a 1-byte overflow when creating "-0\0
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 09:44:47
Modified files:
usr.sbin/amd/amd: rpc_fwd.c
usr.sbin/portmap: portmap.c
Log message:
More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversions
ok millert@
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 09:42:11
Modified files:
bin/pax: tar.1
Log message:
Describe tar's -p option correctly
noted by trondd(at)kagu-tsuchi.com
ok deraadt@
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2015/09/13 09:39:15
Modified files:
lib/libtls : tls.c
Log message:
work around the stupid semantics of SSL_read and SSL_write to make sure
we can indicate an EOF properly on tls_read and tls_write
ok js
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 09:36:57
Modified files:
lib/libc : Symbols.list
lib/libc/rpc : auth_none.c auth_unix.c authunix_prot.c
clnt_perror.c clnt_tcp.c clnt_udp.c
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 09:34:22
Added files:
lib/libc/hidden: pwd.h
Log message:
Wrap so that calls go direct and the symbols are all weak.
Hide bcrypt_autorounds(), prefixing with an underbar for static builds
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 09:33:48
Modified files:
lib/libc : Symbols.list
lib/libc/crypt : bcrypt.c cryptutil.c
lib/libc/gen : getpwent.c pw_dup.c
Log message:
Wrap so that calls go dire
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 09:20:40
Modified files:
lib/libc/hidden: stdlib.h
lib/libc/stdlib: seed48.c
Log message:
Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/09/13 09:18:14
Modified files:
sys/sys: disklabel.h
Log message:
Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET.
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 08:57:33
Modified files:
usr.sbin/portmap: portmap.c
Log message:
Rename the routines used for packing/unpacking rmtcall RPCs so they don't
conflict with those in libc. They're already st
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 08:58:20
Modified files:
sys/arch/hppa/hppa: intr.c
sys/arch/hppa/include: intr.h
Log message:
intr_barrier(9) for hppa.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 08:43:42
Modified files:
sys/arch/amd64/conf: RAMDISK_CD
sys/arch/armv7/conf: RAMDISK
sys/arch/i386/conf: RAMDISK_CD
sys/arch/macppc/conf: RAMDISK
Log message:
remove de
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/09/13 08:38:17
Modified files:
sys/kern : subr_disk.c
sys/sys: disklabel.h
Log message:
Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c.
It's a helper function
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/09/13 08:39:16
Modified files:
usr.bin/ssh: authfile.c ssh-add.c ssherr.c sshkey.c sshkey.h
Log message:
- Fix error message: passphrase needs to be at least 5 characters, not 4.
- Remove unused fun
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 08:23:43
Modified files:
lib/libc/softfloat: softfloat-specialize.h
Added files:
lib/libc/hidden: softfloat.h
Log message:
Make softfloat's internal float_raise also available under a hid
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 08:21:46
Modified files:
lib/libc/softfloat: eqdf2.c eqsf2.c fpgetmask.c fpgetround.c
fpgetsticky.c fpsetmask.c fpsetround.c
fpsetsticky.c g
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 08:18:27
Modified files:
regress/lib/libcrypto/ecdh: ecdhtest.c
Log message:
Remove explicit NULL checks before *_free() calls and tidy some code.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 08:15:00
Modified files:
regress/lib/libcrypto/ecdh: ecdhtest.c
Log message:
Use ECDH_size() and do some other clean up.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 08:13:00
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.hppa64 md.i386
md.land
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 08:11:57
Modified files:
lib/libssl/src/crypto/ecdh: ech_key.c
Log message:
Only check for key truncation if no KDF function is being used.
ok beck@ miod@
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org 2015/09/13 08:07:10
Modified files:
regress/lib/libcrypto/engine: enginetest.c
regress/lib/libssl/ssl: ssltest.c
Log message:
remove e_os2.h includes
ok jsing@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 08:06:40
Modified files:
sys/arch/powerpc/powerpc: intr.c
sys/arch/powerpc/include: intr.h
Log message:
intr_barrier(9) for macppc and socppc.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 07:57:07
Modified files:
sys/netinet: ip_output.c
sys/netinet6 : ip6_output.c
Log message:
Get the default loopback interface pointer just after doing a route
lookup to ensure pf_te
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 07:54:33
Modified files:
regress/lib/libcrypto/ecdh: ecdhtest.c
Log message:
Wrap long lines.
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2015/09/13 07:51:57
Modified files:
etc: netstart
Log message:
only print the "IPv6 autoconf" line if there are interfaces to configure
feedback/ok rpe
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 07:51:13
Modified files:
regress/lib/libcrypto/ecdh: ecdhtest.c
Log message:
style(9) grenade.
CVSROOT:/cvs
Module name:xenocara
Changes by: st...@cvs.openbsd.org 2015/09/13 07:50:18
Modified files:
distrib/sets/lists/xserv: md.amd64 md.i386
Log message:
sync; wsfb manual
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2015/09/13 07:49:49
Modified files:
distrib/sets/lists/etc: mi
distrib/sets/lists/base: mi
Log message:
Move /etc/ssl/cert.pem from base to etc. Previously this was updated every
upgrade when untarr
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/09/13 07:48:19
Modified files:
usr.bin/ssh: ssh-add.c
Log message:
When adding keys to the agent, don't ignore the comment of keys for which the
user is prompted for a passphrase.
Tweak and OK djm@
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2015/09/13 07:44:07
Modified files:
lib/libtls : tls.c
Log message:
Don't leak conninfo - spotted by marko kreen.
ok jsing@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/09/13 07:31:40
Modified files:
usr.bin/tmux : cmd-copy-mode.c tmux.1 tmux.h window-copy.c
Log message:
Add copy-mode -e to exit copy mode when scrolling off the bottom, useful
for quick view of histor
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2015/09/13 07:29:22
Modified files:
etc: rc
Log message:
- FOO=bar; export FOO -> export FOO=bar
- run domainname only with a non-empty /etc/defaultdomain file
- Make single-user if-block more in
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/09/13 06:53:08
Modified files:
sys/kern : subr_disk.c
sys/sys: disklabel.h
Log message:
Rename readgptlabel() to spoofgptlabel() because that's what we
really want it to do. Handl
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 06:52:07
Modified files:
lib/libssl/src/ssl: s3_clnt.c
Log message:
Stop generating private keys in a network buffer.
The current client key exchange code generates DH and ECDH keys into the
same
ok jsing@
On Sun, Sep 13, 2015 at 7:41 AM, Brent Cook wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: bc...@cvs.openbsd.org 2015/09/13 06:41:01
>
> Modified files:
> usr.bin/openssl: apps.c apps.h apps_posix.c openssl.c
>
> Log message:
> Factor out setup_up / dest
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org 2015/09/13 06:41:01
Modified files:
usr.bin/openssl: apps.c apps.h apps_posix.c openssl.c
Log message:
Factor out setup_up / destroy_ui functions.
This pulls out and renames setup_ui/destroy_ui so we have s
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2015/09/13 06:42:39
Modified files:
lib/libc/crypt : bcrypt.c
Log message:
The number of rounds is just two digits in the salt. We've already
verified that they are there via isdigit() so we can convert fro
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 06:39:16
Modified files:
lib/libssl/src/ssl: s3_clnt.c s3_srvr.c
Log message:
Use ECDH_size() instead of rolling our own.
ok beck@
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org 2015/09/13 06:34:27
Modified files:
usr.bin/openssl: openssl.1
Log message:
document extra algorithms available with openssl speed command
ok jmc@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 06:34:02
Modified files:
lib/libssl/src/ssl: ssl_ciph.c
Log message:
Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable
the AES acceleration checking for i386.
ok beck@ miod
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 06:31:35
Modified files:
sys/arch/vax/mbus: fwio.c
sys/arch/vax/qbus: uba.c
sys/arch/vax/vsa: vsbus.c
Log message:
Locators are long now.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 06:30:52
Modified files:
sys/arch/vax/vax: trap.c
Log message:
Needs before now.
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 06:29:03
Modified files:
include/rpc: auth.h
Log message:
authdes_create() was never implemented
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 06:28:31
Modified files:
sys/arch/i386/i386: machdep.c
sys/arch/i386/include: intr.h
Log message:
intr_barrier(9) for i386.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 06:27:14
Modified files:
lib/libcrypto/crypto: Makefile
lib/libssl/src/crypto/ecdh: ech_key.c
Removed files:
lib/libssl/src/crypto/ecdh: ech_ossl.c
Log message:
Merge ech_ossl.c
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 06:20:12
Modified files:
lib/libc/gen : getgrent.c
Added files:
lib/libc/hidden: grp.h
Log message:
Wrap so that calls go direct and the symbols are all weak.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 06:13:02
Modified files:
lib/libcrypto/crypto: Makefile
Removed files:
lib/libssl/src : e_os2.h
Log message:
Nuke openssl/e_os2.h, since nothing should be using it.
ok deraadt@ "hurray!
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 06:13:34
Modified files:
share/man/man9 : Makefile
Added files:
share/man/man9 : intr_barrier.9
Log message:
intr_barrier(9)
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 06:03:07
Modified files:
lib/libssl/src/crypto/ecdh: ecdh.h ech_lib.c ech_ossl.c
Log message:
Provide ECDH_size().
"jajaja" miod@
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 05:51:36
Modified files:
lib/libc/termios: tcgetattr.c tcsetattr.c
Added files:
lib/libc/hidden: termios.h
Log message:
Wrap so that calls go direct and the symbols are all weak.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2015/09/13 05:49:44
Modified files:
lib/libssl/src/crypto/ecdh: ecdh.h ech_err.c ech_ossl.c
Log message:
Check ECDH output buffer length and avoid truncation.
Currently, if you call ECDH_compute_key() it wi
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 05:48:18
Modified files:
sys/arch/amd64/amd64: intr.c
sys/arch/amd64/include: intr.h
Log message:
Introduce intr_barrier(4), an interface that guarantees that an interrupt
handler
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 05:47:59
Modified files:
sys/arch/sparc64/sparc64: intr.c
sys/arch/sparc64/include: intr.h
Log message:
Introduce intr_barrier(4), an interface that guarantees that an interrupt
h
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 05:47:54
Modified files:
lib/libc/gen : getttyent.c
Added files:
lib/libc/hidden: ttyent.h
Log message:
Wrap so that calls go direct and the symbols are all weak.
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 05:43:03
Added files:
lib/libc/hidden: utime.h
Log message:
Wrap to make utime() a weak symbol
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 05:40:01
Modified files:
sys/arch/hppa/hppa: mainbus.c
Log message:
Adjust printf for the fact that device locators are now long.
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 05:38:08
Modified files:
lib/libc : Symbols.list
lib/libc/gen : ctype_.c isctype.c tolower_.c toupper_.c
lib/libc/locale: _wctrans_local.h iswctype.c rune_local.h
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 05:36:16
Modified files:
lib/libc/uuid : uuid_create_nil.c uuid_is_nil.c
Added files:
lib/libc/hidden: uuid.h
Log message:
Wrap so that calls go direct and the symbols are all w
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/09/13 05:32:51
Modified files:
lib/libc/gen : unvis.c vis.c
Added files:
lib/libc/hidden: vis.h
Log message:
Wrap so that calls go direct and the symbols are all weak
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/09/13 05:32:29
Modified files:
sys/arch/m88k/m88k: trap.c
Log message:
must be before now.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 05:23:22
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.hppa64 md.i386
md.land
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2015/09/13 05:14:45
Modified files:
lib/libcrypto : cert.pem
Log message:
Add Certplus CA root certificate:
C=FR, O=Certplus, CN=Class 2 Primary CA
req by beck@, ok miod@ beck@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2015/09/13 05:15:11
Modified files:
sys/sys: sched.h
sys/kern : kern_sched.c
Log message:
Introduce sched_barrier(9), an interface that acts as a scheduler barrier in
the sense
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/09/13 05:13:12
Modified files:
usr.sbin/bgpctl: bgpctl.c
usr.sbin/ldpctl: ldpctl.c
usr.sbin/ospf6ctl: ospf6ctl.c
usr.sbin/ospfctl: ospfctl.c
usr.sbin/ripctl: ripctl.c
1 - 100 of 125 matches
Mail list logo