CVSROOT:/cvs
Module name:src
Changes by: l...@cvs.openbsd.org2016/09/09 00:05:51
Modified files:
usr.bin/mg : region.c
Log message:
Source Joachim Nilsson:
Coverity Scan found this interesting buglet. If read() fails the code,
before this patch, would trigger a
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/09/08 23:53:16
Modified files:
gnu/llvm/tools/clang/include/clang/Driver: Options.td
Log message:
Handle -p as an alias of -pg. From the ports patch.
ok patrick@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/09/08 22:50:54
Modified files:
sys/conf : files
sys/sys: tree.h
Log message:
disable subr_tree code for now
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/09/08 22:48:26
Modified files:
sys/net: if_pppx.c
Log message:
back out RBT for now
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2016/09/08 21:24:03
Modified files:
faq: current.html
Log message:
one more
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2016/09/08 21:22:02
Modified files:
faq: current.html
Log message:
fix date and some other copy paste errors.
general style clean up of recenet entries.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/09/08 20:00:14
Modified files:
sys/sys: tree.h
Log message:
quick fix for (more) userland breakage.
netstat includes a bunch of stuff with _KERNEL defined around it, which
i used here to scope
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org 2016/09/08 18:03:22
Modified files:
lib/libcrypto/evp: evp_enc.c
Log message:
back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal
Software that refers to ctx after calling Final br
CVSROOT:/cvs
Module name:src
Changes by: ratc...@cvs.openbsd.org 2016/09/08 14:42:58
Modified files:
share/man/man4 : audio.4
Log message:
Remove reference to /dev/sound*. With tweaks from jmc@, thanks.
CVSROOT:/cvs
Module name:src
Changes by: ratc...@cvs.openbsd.org 2016/09/08 14:41:30
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armv7 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.i386 : MAKEDEV
etc
CVSROOT:/cvs
Module name:src
Changes by: ratc...@cvs.openbsd.org 2016/09/08 14:39:28
Modified files:
etc: MAKEDEV.common
Log message:
Remove /dev/sound* as they are not used and they are identical
to /dev/audio*. No port is using them (thanks to sthen@ for che
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2016/09/08 14:12:48
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT:/cvs
Module name:www
Changes by: kette...@cvs.openbsd.org2016/09/08 13:11:45
Modified files:
faq: current.html
Log message:
armv7 now has static PIE.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/08 13:08:15
Modified files:
sbin/bioctl: bioctl.c
Log message:
When changing the passphrase, keep the previous number of rounds, unless
specified otherwise.
Part of a diff from halex@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/08 12:59:49
Modified files:
share/mk : bsd.own.mk
Log message:
Enable -static -pie on arm.
ok guenther@, jsg@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/08 12:58:52
Modified files:
gnu/gcc/gcc/config/arm: openbsd.h
Log message:
Use rcrt0.o instead of crt0.o for -static -pie executables.
ok guenther@, jsg@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2016/09/08 12:56:58
Modified files:
libexec/ld.so/arm: archdep.h
lib/csu/arm: md_init.h
Log message:
Implement self-relocation for -static -pie on arm. Also removes some
unecessary code
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/08 12:41:04
Modified files:
sbin/bioctl: bioctl.c
Log message:
Shuffle some code to make futher changes easier - pass the KDF type into
derive_key_pkcs(), check the type and rounds in one place,
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/09/08 12:24:08
Modified files:
usr.bin/openssl: openssl.1
Log message:
shorten smime;
CVSROOT:/cvs
Module name:src
Changes by: pas...@cvs.openbsd.org 2016/09/08 12:05:30
Modified files:
gnu/usr.bin/clang/include/clang/AST: Makefile
gnu/usr.bin/clang/include/clang/Basic: Makefile
gnu/usr.bin/clang/include/clang/Driver: Makefile
gnu
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/08 11:51:02
Modified files:
sbin/bioctl: bioctl.c
Log message:
When changing a passphrase, use bio_kdf_generate() so that we generate a
new salt and respect the specified number of rounds.
Befor
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2016/09/08 11:39:08
Modified files:
sys/dev: softraid_crypto.c
Log message:
When changing the mask key, copy the new KDF hint to the metadata, if it
has been supplied. This allows for passphrase chan
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/08 10:57:30
Modified files:
sys/ufs/mfs: mfs_vfsops.c
Log message:
move mfs_pri into tsleep so it's easy to see and it doesn't change
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/08 10:47:47
Modified files:
usr.bin/top: top.1
Log message:
as with ps, update bug to caveat and clarify
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/08 10:44:46
Modified files:
sys/ufs/mfs: mfs_vfsops.c mfs_vnops.c
Log message:
delete useless comments, such as how KVA is mapped on HP
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2016/09/08 10:04:01
Modified files:
usr.bin/signify: zsig.c
Log message:
simplify the extra buffer size copy
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/08 09:54:36
Modified files:
bin/ps : ps.1
Log message:
The bug about not displaying exact information because ps can't run
faster than the system is more of a caveat than a bug. The comment a
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2016/09/08 09:51:54
Modified files:
bin/ksh: main.c
Log message:
Mark PPID read-only as per the manual. From Anthony Coulter.
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2016/09/08 09:50:50
Modified files:
bin/ksh: sh.h var.c
Log message:
Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4
magic number.
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2016/09/08 09:47:16
Modified files:
bin/ksh: var.c
Log message:
Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/09/08 09:11:30
Modified files:
bin/ps : extern.h keyword.c print.c ps.1
Log message:
etime isn't just an alias for start. the output format is different.
diff from Carlin Bingham. ok millert.
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2016/09/08 07:59:33
Modified files:
sbin/ping : ping.c
sbin/ping6 : ping6.c
Log message:
normalize option defines; reduces diff between ping(8) and ping6(8)
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2016/09/08 07:58:15
Modified files:
sbin/ping : ping.c
Log message:
We need this for struct iovec; reduces diff to ping6(8)
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2016/09/08 06:12:40
Modified files:
bin/ksh: edit.c
Log message:
Don't try to look up array names for complete_* that aren't
alphanumeric, spotted by and ok sthen
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2016/09/08 06:06:43
Modified files:
usr.sbin/smtpd : ca.c control.c lka.c mproc.c pony.c queue.c
scheduler.c smtpd.c
Log message:
Streamline the daemon shutdown sequence.
Only the
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2016/09/08 03:51:15
Modified files:
usr.sbin/pkg_add/OpenBSD: PackingList.pm
Log message:
new sign only when new sign
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2016/09/08 03:13:10
Modified files:
sys/net: if.c
Log message:
Replace two if/do/while dances by while loops.
Requested by and ok dlg@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2016/09/08 03:11:43
Modified files:
sys/net: route.c
Log message:
Call bfd_rtfree() when the route entry has been removed from the table,
not before.
ok claudio@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2016/09/08 03:02:42
Modified files:
sys/netinet6 : nd6_rtr.c
Log message:
If the same address is offered via NA, update the existing ``ifa''
instead of creating a new one.
Having two addresses mean that t
CVSROOT:/cvs
Module name:src
Changes by: l...@cvs.openbsd.org2016/09/08 01:50:09
Modified files:
usr.bin/mg : region.c
Log message:
Source Joachim Nilsson:
Collect forked off children from M-| command
Mg left zombies from commands executed when piping a region o
40 matches
Mail list logo