CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2015/10/26 00:44:40
Modified files:
usr.sbin/radiusd: radiusd.conf.5
Log message:
Using realm for bsdauth is misleading. It is currently unusable.
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2015/10/25 23:28:37
Modified files:
regress/sys/kern: Makefile
Log message:
temporary unhook regress/sys/kern/pledge from regress
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2015/10/25 20:50:58
Modified files:
regress/usr.bin/ssh: limit-keytype.sh
Log message:
Fix typo certopt->certopts in shell variable. This would cause the test to
hang at a host key prompt if you have an A o
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 20:33:07
Modified files:
sys/lib/libsa : net.c
Log message:
Cast isdigit()'s argument to unsigned char.
ok guenther@
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2015/10/25 18:49:34
Modified files:
share/man/man5 : pf.conf.5
Log message:
adjust macro usage to the usual conventions
Jeremie Courreges-Anglas writes:
> CVSROOT: /cvs
> Module name: src
> Changes by: j...@cvs.openbsd.org2015/10/25 16:38:48
>
> Modified files:
> usr.sbin/route6d: Makefile route6d.c
>
> Log message:
> Another pidfile(3) removal; ok benno@
Also ok millert@
--
jca | PGP : 0x152
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 18:37:44
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Partial revert of r1.79, "np" handling is a bit trickier than expected.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 18:33:03
Modified files:
usr.bin/telnet : commands.c
Log message:
Set low-delay traffic class for IPv6 connections as well
While here, there is no option to pass a different tos, and no other
use
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 18:25:45
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Rename the struct pollfd array, "set" -> "pfd"
"set" reminds of select(2) fd_set, and is never used elsewhere in the
tree as a na
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 18:20:44
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Those variables should be local to the functions where they are used.
Gets rid of a lot of warnings with -Wshadow. No functional
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 18:15:37
Modified files:
usr.bin/tmux : tmux.1
Log message:
space before punctuation;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 18:05:47
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Kill unused variable and function.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 17:53:36
Modified files:
usr.sbin/route6d: route6d.c
Log message:
hms() returns a pointer to static storage, annotate the return type with "const"
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 17:50:23
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Correctly print size_t/time_t.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 17:41:50
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Plug memory leak introduced in r1.15.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2015/10/25 17:42:00
Modified files:
usr.bin/ssh: ssh.c
Log message:
Expand tildes in filenames passed to -i before checking whether or not the
identity file exists. This means that if the shell doesn't
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2015/10/25 17:14:03
Modified files:
usr.bin/ssh: readconf.c
Log message:
Do not prepend "exec" to the shell command run by "Match exec" in a config
file. It's an unnecessary optimization from repurposed
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2015/10/25 17:10:53
Modified files:
libexec/ftpd : ftpd.8 ftpd.c
Log message:
No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 17:10:32
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Those two functions take no parameters, thus /* ARGSUSED */ is meaningless.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 17:03:07
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Sync surrounding code after reallocarray introduction.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 16:57:09
Modified files:
usr.sbin/route6d: route6d.c
Log message:
Rename allocopy() to xstrdup(), and make use of strdup(3).
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 16:45:21
Modified files:
usr.sbin/route6d: route6d.h
Log message:
Kill unused ROUTE6D_CONF define.
Since 1999 no one has found the need to write support for a config file.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 16:38:48
Modified files:
usr.sbin/route6d: Makefile route6d.c
Log message:
Another pidfile(3) removal; ok benno@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 16:36:17
Modified files:
usr.sbin/rtadvd: advcap.c
Log message:
In case of error, also log the file name we failed to open.
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/10/25 16:29:17
Modified files:
usr.bin/tmux : cmd-choose-client.c cmd-list-sessions.c
format.c tmux.1 tmux.h
Log message:
Extend the modifiers allowed before formats: as well
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2015/10/25 16:13:39
Modified files:
libexec/ftpd : ftpcmd.y
Log message:
unifdef some oldness. (BSD not defined since removal of param.h)
ok jca sthen
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 16:11:34
Modified files:
usr.sbin/rtadvd: advcap.c config.c dump.c if.c rtadvd.c timer.c
Log message:
ansify
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 15:58:04
Modified files:
sys/net: if.c
Log message:
unbreak tree for ramdisks without INET6
CVSROOT:/cvs
Module name:src
Changes by: z...@cvs.openbsd.org2015/10/25 15:50:32
Modified files:
usr.bin/head : head.1
usr.bin/tail : tail.1
Log message:
Unify & improve paragraphs talking about "==> file <==" headers in
head(1) and tail(1).
Input & okay
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2015/10/25 15:36:55
Modified files:
usr.sbin/cron : pathnames.h
Log message:
Remove PIDDIR and PIDFILE missed in previous commit.
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2015/10/25 15:32:16
Modified files:
sys/netinet6 : nd6_rtr.c
Log message:
Put some comments in how nd6_rs_attach() works.
Requested by stsp
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 15:36:36
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 15:23:42
Modified files:
usr.sbin/rtadvd: Makefile rtadvd.8 rtadvd.c
Log message:
Stop writing down a pidfile.
pid files aren't useful on OpenBSD, the rc.d(8) framework doesn't use
them. In rtad
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 15:31:58
Modified files:
usr.sbin/rtadvd: rtadvd.c
Log message:
pledge "stdio inet route"; ok deraadt@
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2015/10/25 15:30:11
Modified files:
usr.sbin/cron : atrun.c cron.c do_command.c misc.c
Log message:
Remove cron.pid support. We still want to avoid multiple crons
running so verify that if the cron socket
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2015/10/25 15:21:15
Modified files:
usr.sbin/installboot: i386_installboot.c i386_installboot.h
i386_softraid.c
Log message:
Fix installboot(8) on i386/amd64 when softraid is o
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 14:39:54
Modified files:
sys/sys: ktrace.h pledge.h proc.h
sys/kern : kern_exec.c kern_ktrace.c kern_pledge.c
kern_sig.c kern_sysctl.c uipc_syscalls.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 14:23:00
Modified files:
usr.sbin/dvmrpctl: dvmrpctl.c
Log message:
pledge "route" no longer needed for if_indextoname & if_nametoindex
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/10/25 14:15:06
Modified files:
regress/lib/libssl/bytestring: bytestringtest.c
Log message:
Change test to use length 128 (shortest long-form encoding).
>From BoringSSL commit: d13a5e15d4e4eb51513be665
CVSROOT:/cvs
Module name:src
Changes by: tob...@cvs.openbsd.org 2015/10/25 14:18:37
Modified files:
usr.bin/sed: main.c
Log message:
Write error message instead of duplicated file name on error.
ok deraadt
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2015/10/25 14:01:21
Modified files:
sbin/ping6 : ping6.c
Log message:
pr_bitrange() is unused, nuke it.
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2015/10/25 13:58:56
Modified files:
sbin/ping6 : ping6.c
Log message:
remove prototype for removed pingerlen function.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 13:32:33
Modified files:
sys/arch/i386/conf: GENERIC
Log message:
enable asmc(4) on i386
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 13:26:43
Modified files:
sys/dev/isa: asmc.c
Log message:
refactor to use a taskq and postpone the long running initial sensor probing,
also avoid excessive tsleep()s for updates within the se
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/10/25 13:15:56
Modified files:
lib/libc/gen : wait.c wait3.c waitpid.c
Added files:
lib/libc/hidden/sys: wait.h
Log message:
Wrap waitpid() so calls go direct; weaken wait() and wait3
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2015/10/25 12:45:04
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Only run the rib_dump_runner() if there is something pending and the
control socket has not many messages queued.
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2015/10/25 12:49:01
Modified files:
usr.sbin/bgpd : control.c session.c session.h
Log message:
Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and
imsg_ctl_rde since these function should
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 12:25:41
Modified files:
usr.sbin/tcpdump: smbutil.c
Log message:
Cast ctype functions' argument to unsigned char.
ok guenther@
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/10/25 12:03:17
Modified files:
lib/libc/sys : w_fork.c
lib/libc/stdlib: atexit.c
Log message:
Move the _atfork_list definition to atexit.c so that the fork syscall stub
doesn't get pu
On Sun, Oct 25, 2015 at 11:01 AM, Philip Guenther wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: guent...@cvs.openbsd.org2015/10/25 12:01:24
>
> Modified files:
> lib/libc : Symbols.list
> lib/libc/hidden: stdlib.h
> lib/libc/stdio : loc
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/10/25 12:01:24
Modified files:
lib/libc : Symbols.list
lib/libc/hidden: stdlib.h
lib/libc/stdio : local.h
lib/libc/stdlib: atexit.c atexit.h
regress/lib/l
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 11:45:29
Modified files:
sys/sys: pledge.h
sys/kern : kern_pledge.c uipc_syscalls.c
Log message:
pledge_sockopt_check is shared between setsockopt/getsockopt. nicm
found th
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/10/25 10:45:08
Modified files:
share/man/man5 : disktab.5
Log message:
'b0' and 'b1' are no longer supported, so de-document them.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/10/25 10:35:40
Modified files:
lib/libc/gen : disklabel.c
sys/sys: disklabel.h
Log message:
Nuke union of d_packname with un_d_boot0 & un_d_boot1, keeping
d_packname as a simple field
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 10:25:23
Modified files:
sys/net: route.c
Log message:
I should not have committed this chunk. Spotted by krw@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/10/25 10:07:04
Modified files:
lib/libssl/src/ssl: ssl.h
Log message:
Sort the obsolete flags.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/10/25 09:58:57
Modified files:
lib/libssl/src/ssl: ssl.h
Log message:
Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.
For backward compatibility, the flags are redefined as 0.
ok jsing@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/10/25 09:52:49
Modified files:
lib/libssl/src/ssl: ssl_lib.c
Log message:
Remove last vestige of SSL_OP_NO_SSLv3 support.
No part of LibreSSL checks for this flag any longer.
ok jsing@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/10/25 09:49:04
Modified files:
lib/libssl/src/ssl: s23_srvr.c
Log message:
Simplify ssl23_get_client_hello error handling.
ssl23_get_client_hello sets type=1 on error and continues processing.
It shoul
CVSROOT:/cvs
Module name:src
Changes by: z...@cvs.openbsd.org2015/10/25 09:38:19
Modified files:
usr.bin/ctags : ctags.1
Log message:
Decapitalize yyparse tag name here.
okay jmc@
CVSROOT:/cvs
Module name:src
Changes by: czark...@cvs.openbsd.org2015/10/25 09:26:53
Modified files:
bin/ps : print.c
Log message:
strvis directory names in ps
OK stsp@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 09:24:03
Modified files:
sys/net: route.c
Log message:
Simple sizes for free(9).
ok claudio@
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2015/10/25 09:24:06
Modified files:
xserver/hw/xfree86/os-support/bsd: bsd_init.c
Log message:
Reduce white space diff with upstreams. No other change.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 09:11:52
Modified files:
sys/netinet6 : nd6.c
Log message:
do not expose nd6 randomid's to userland via ioctl.
ok claudio mpi florian
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 09:01:59
Modified files:
sys/netinet6 : ip6_forward.c nd6.c
Log message:
Trivial rt_ifp->if_index -> rt_ifidx conversions.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 08:56:14
Modified files:
regress/sbin/route: rttest3.ok rttest5.ok rttest6.ok rttest8.ok
Log message:
Sync after recent rtable_insert() change.
On Sun, Oct 25, 2015 at 08:43:07AM -0600, Florian Obser wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: flor...@cvs.openbsd.org 2015/10/25 08:43:07
>
> Modified files:
> sys/netinet6 : in6_src.c ip6_output.c ip6_var.h
> share/man/man4 : ip6.4
>
> Log message:
> Rem
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 08:48:51
Modified files:
sys/net: route.c rtable.c rtable.h
Log message:
Merge rtable_mpath_conflict() into rtable_insert().
ok claudio@
CVSROOT:/cvs
Module name:www
Changes by: abie...@cvs.openbsd.org 2015/10/25 08:45:29
Modified files:
faq: current.html
Log message:
Add blurb about removal of node-* (and coffeescript) ports. Also mention
building of native modules with CXX defined.
thanks aj
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2015/10/25 08:43:48
Modified files:
sbin/ping6 : ping6.8 ping6.c
Log message:
IPV6_NEXTHOP is gone, remove -g option which used this.
kill it mpi@
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2015/10/25 08:43:07
Modified files:
sys/netinet6 : in6_src.c ip6_output.c ip6_var.h
share/man/man4 : ip6.4
Log message:
Remove IPV6_NEXTHOP implementation. Source routing is considered to be
a bad
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2015/10/25 08:41:09
Modified files:
sys/net: rtsock.c
Log message:
Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET
case) and always set rtm_pid to the pid of the requestor (e
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 08:42:02
Modified files:
usr.bin/telnet : commands.c
Log message:
Kill unused local var, and reorder while here.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 08:11:37
Modified files:
usr.bin/telnet : commands.c
Log message:
Kill IP Source Route support, unusable since 1998.
ok sthen@ guenther@ mpi@ millert@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 08:12:55
Modified files:
usr.bin/telnet : telnet.1
Log message:
We don't care about lack of source route support for IPv6.
ok sthen@ guenther@ mpi@ millert@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 07:55:51
Modified files:
sys/netinet6 : in6_src.c
Log message:
Use the "modern" way to check if a route entry correspond to a local
address.
Fix a regression introduced when removing the lo0 ha
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 07:52:45
Modified files:
sys/net: if.c
Log message:
Do not overwrite if_rtrequest() if the driver specified it *before*
calling if_attach().
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 07:22:09
Modified files:
sys/arch/macppc/dev: if_bm.c if_mc.c
sys/arch/octeon/dev: if_cnmac.c
sys/arch/sgi/dev: if_iec.c if_mec.c
sys/arch/sgi/hpc: if_sq.c
sys/ar
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 07:13:06
Modified files:
sys/dev/isa: if_ef_isapnp.c if_eg.c if_el.c if_ex.c if_ie.c
sys/dev/pcmcia : if_cnw.c if_malo.c if_xe.c
sys/dev/sbus : be.c qe.c
Log message:
arp_i
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 07:04:28
Modified files:
sys/dev/pci: if_age.c if_alc.c if_ale.c if_bce.c if_bge.c
if_bnx.c if_cas.c if_de.c if_em.c if_et.c
if_ipw.c if_iwi.c
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 07:08:29
Modified files:
usr.sbin/bgpctl: bgpctl.8
Log message:
zap trailing whitespace;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/10/25 07:05:56
Modified files:
sbin/ping6 : ping6.8
Log message:
tweak previous;
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 06:59:57
Modified files:
sys/net: if_pair.c
Log message:
ifa is no longer used.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 06:48:46
Modified files:
sys/dev/ic : acx.c aic6915.c an.c ath.c athn.c atw.c bwi.c
dc.c dp8390.c elink3.c fxp.c gem.c hme.c
i82596.c if_wi.c
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2015/10/25 06:47:27
Modified files:
sbin/ping6 : ping6.c ping6.8
Log message:
Implement ping(8)'s -L option in ping6:
Disable the loopback, so the transmitting host doesn't see the ICMP
requests. For mul
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 06:11:56
Modified files:
sys/dev/usb: if_athn_usb.c if_atu.c if_aue.c if_axe.c
if_axen.c if_cdce.c if_cdcef.c if_cue.c
if_kue.c if_mos.c if_ot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 06:05:40
Modified files:
sys/net: if.c if_pair.c if_trunk.c if_tun.c if_vether.c
if_vlan.c if_vxlan.c
Log message:
arp_ifinit() is no longer required.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 05:59:37
Modified files:
regress/lib/libcrypto/asn1: asn1time.c
Log message:
Missing initializer; spotted by coverity.
On Sun, Oct 25, 2015 at 08:58:43AM +0100, Matthieu Herrb wrote:
> On Sat, Oct 24, 2015 at 06:20:35AM +0200, Antoine Jacoutot wrote:
> > On Fri, Oct 23, 2015 at 06:29:31AM -0600, Christian Weisgerber wrote:
> > > CVSROOT: /cvs
> > > Module name: xenocara
> > > Changes by: na...@cvs.openb
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 05:58:11
Modified files:
sys/net: if.c if_ethersubr.c if_gif.c if_gre.c if_loop.c
if_ppp.c if_pppoe.c if_pppx.c if_spppsubr.c
if_tun.c if_
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 05:44:30
Modified files:
usr.sbin/ndp : ndp.c
Log message:
backout; many issues remain...
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2015/10/25 05:09:28
Modified files:
sys/kern : kern_pledge.c
Log message:
reorder some checks in pledge_namei() in order to properly work.
mainly move read/write whitelisted paths that should be *befo
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 04:52:48
Modified files:
usr.sbin/ntpd : ntp_dns.c
Log message:
the DNS process was not discarding & redirecting stdin/out/err to
/dev/null. copy the code from the ntp engine.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 04:30:58
Modified files:
sys/kern : kern_pledge.c
Log message:
ps(1) needs sysctl KERN_PROC_CWD exposed as well in the pledge "ps" set.
hit by czarkoff
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/10/25 04:20:51
Modified files:
distrib/amd64/common: install.md
distrib/armish/ramdisk: install.md
distrib/i386/common: install.md
distrib/landisk/ramdisk: install.md
d
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/10/25 04:22:09
Modified files:
lib/libc : Makefile Makefile.inc
lib/libc/string: strerror_r.c
Removed files:
lib/libc/nls : C.msg Pig.msg da.ISO8859-1.msg da.UTF-8.msg
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/10/25 03:59:08
Modified files:
distrib/sets/lists/base: md.vax
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/10/25 04:05:09
Modified files:
sys/net: route.c route.h rtsock.c
sys/netinet: in_pcb.c
Log message:
Instead of doing the the if_get() dance for rt_missmsg(), change the
function to
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 03:39:00
Modified files:
bin/ps : ps.c
usr.bin/top: top.c
Log message:
need "getpw" pledge; spotted by matthieu
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/10/25 03:37:08
Modified files:
sbin/route : route.c
Log message:
route flush cannot pledge before sysctl for NET_RT_DUMP; defer the act.
issue spotted by matthieu
1 - 100 of 110 matches
Mail list logo