RSS
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 22
[>] http://marc.info/?l=openbsd-cvs&m=140756964003714&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 11:55:08


Module name: src
Changes by: nicm@cvs.openbsd.org 2014/08/09 01:33:37

Modified files:
usr.bin/tmux : format.c input.c server-client.c tmux.h tty.c

Log message:
Remove support for the continuous reporting "any" mouse mode which never
really worked properly and is rarely used.

[>] http://marc.info/?l=openbsd-cvs&m=140756977203719&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 11:55:09


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/09 01:35:45

Modified files:
usr.sbin/httpd : parse.y

Log message:
Allow to inclue the types section anywhere in the configuration file.

Found by chris@
OK doug@

[>] http://marc.info/?l=openbsd-cvs&m=140757421104346&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 12:55:07


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 02:49:48

Modified files:
usr.sbin/httpd : httpd.8

Log message:
basic cleanup;

[>] http://marc.info/?l=openbsd-cvs&m=140757445804371&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 13:55:07


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 02:54:03

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
sort "prefork", and remove a useless macro;

[>] http://marc.info/?l=openbsd-cvs&m=140757525004488&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 13:55:09


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 03:07:14

Modified files:
usr.sbin/httpd : httpd.conf.5

Log message:
some minor tweaks;

[>] http://marc.info/?l=openbsd-cvs&m=140757754304969&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 13:55:10


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 03:45:14

Modified files:
sys/dev/usb : uhub.c usb.c usb_subr.c usbdivar.h

Log message:
Do not store the whole USB hub descriptor in the "struct usbd_hub"
to help integrating super speed hubs that use a different descriptor.

[>] http://marc.info/?l=openbsd-cvs&m=140757772805002&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 13:55:11


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 03:48:32

Modified files:
sys/dev/usb : uhub.c

Log message:
Handle super speed hub descriptors.

[>] http://marc.info/?l=openbsd-cvs&m=140757830805165&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 14:55:07


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 03:58:11

Modified files:
sys/dev/usb : uhub.c

Log message:
Correctly recognize Super Speed devices, this is part of the work to
be able to use USB 3.0 devices behind an external hub.

This is a bit tricky because the SS status use a different power bit
that maps to the Low speed one. So no longer accept devices without
power bit and fallback to the parent hub's speed in case the status
does not report any particular speed.

Note that xhci(4) root hubs still set the traditionnal UPS_PORT_POWER
bit with the correct device speed.

[>] http://marc.info/?l=openbsd-cvs&m=140758037505612&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 14:55:09


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/09 04:32:36

Modified files:
sys/dev/usb : xhci.c

Log message:
Add support for non-root hubs now that uhub(4) can deal with them. For
the moment only Super and High Speed devices are properly recognized.

Some TT love is required for Full and Low speed devices.

[>] http://marc.info/?l=openbsd-cvs&m=140758768807198&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 16:55:06


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/09 06:34:05

Modified files:
usr.sbin/sysmerge: sysmerge.sh sysmerge.8

Log message:
sysctl.conf is an example.
Tweak error output.
Mention that `-S' has no effect when sets aren't used.

[>] http://marc.info/?l=openbsd-cvs&m=140758831707292&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 16:55:07


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/09 06:45:03

Modified files:
usr.sbin/sysmerge: sysmerge.8 sysmerge.sh

Log message:
Initial support for handling configuration files from packages
(aka @sample) -- `sysmerge -p`
Worked done at g2k14.
Committing early so we have plenty of time for testing.

with help from espie@
thanks to landry@ for feedback on initial testing

[>] http://marc.info/?l=openbsd-cvs&m=140758842707304&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 16:55:08


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/09 06:46:51

Modified files:
usr.sbin/sysmerge: sysmerge.sh

Log message:
Extend comment.

[>] http://marc.info/?l=openbsd-cvs&m=140759431508725&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 18:55:09


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/09 08:24:49

Modified files:
usr.bin/mandoc : mansearch.c

Log message:
mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
found by kristaps@ on Mac OS X

[>] http://marc.info/?l=openbsd-cvs&m=140760238110931&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 20:55:07


Module name: src
Changes by: jmc@cvs.openbsd.org 2014/08/09 10:39:25

Modified files:
usr.sbin/sysmerge: sysmerge.8

Log message:
less chatty; ok ajacoutot

[>] http://marc.info/?l=openbsd-cvs&m=140760332011221&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 21:55:07


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/09 10:54:58

Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_5 a_object.c
lib/libssl/src/crypto/ec: Tag: OPENBSD_5_5 ec_lib.c ecp_smpl.c
lib/libssl/src/ssl: Tag: OPENBSD_5_5 d1_both.c d1_clnt.c
d1_srvr.c s23_lib.c s23_srvr.c s3_clnt.c
s3_enc.c s3_pkt.c s3_srvr.c ssl_lib.c
t1_lib.c

Log message:
backport relevant security fixes from openssl 1.0.1i
tested by bcook jsg

[>] http://marc.info/?l=openbsd-cvs&m=140760336811231&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-09 21:55:08


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/09 10:55:55

Modified files:
lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_4 a_object.c
lib/libssl/src/crypto/ec: Tag: OPENBSD_5_4 ec_lib.c ecp_smpl.c
lib/libssl/src/ssl: Tag: OPENBSD_5_4 d1_both.c d1_clnt.c
d1_srvr.c s23_lib.c s23_srvr.c s3_clnt.c
s3_enc.c s3_pkt.c s3_srvr.c ssl_lib.c
t1_lib.c

Log message:
backport relevant security fixes from openssl 1.0.1i
tested by bcook jsg

[>] http://marc.info/?l=openbsd-cvs&m=140761494814233&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 00:55:09


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 14:08:44

Modified files:
gnu/usr.bin/binutils-2.17/binutils: dwarf.c
gnu/usr.bin/binutils/binutils: readelf.c

Log message:
Fix readelf --debug-dump=frames-interp output: once a register is given
a column, it needs to included in all rows, even after the register is
restored.

ok jsg@

[>] http://marc.info/?l=openbsd-cvs&m=140762110615695&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 01:55:06


Module name: src
Changes by: halex@cvs.openbsd.org 2014/08/09 15:51:29

Modified files:
distrib/miniroot: install.sh install.sub

Log message:
After a cleanup by deraadt I noticed the four-space-indent had started
infesting the scripts. As we generally use a single tab for line
continuation indent in the scripts, let's reclaim 30 precious bytes!

ok rpe@ krw@

[>] http://marc.info/?l=openbsd-cvs&m=140762355216456&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:07


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:32:08

Modified files:
gnu/usr.bin/binutils/bfd: bfd-in.h

Log message:
bfd-in2.h is generated from this; merge back a change that was made there

[>] http://marc.info/?l=openbsd-cvs&m=140762369716481&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:08


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:34:35

Modified files:
gnu/usr.bin/binutils-2.17/bfd: bfd.c
gnu/usr.bin/binutils/bfd: bfd.c

Log message:
Store timestamps in time_t

[>] http://marc.info/?l=openbsd-cvs&m=140762387516502&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:09


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:37:29

Modified files:
gnu/usr.bin/binutils-2.17/bfd: bfd-in.h

Log message:
bfd-in2.h is generated from this; merge back a change that was made there

[>] http://marc.info/?l=openbsd-cvs&m=140762397116522&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:10


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:39:08

Modified files:
gnu/usr.bin/binutils-2.17/bfd: bfd-in2.h libbfd.h
gnu/usr.bin/binutils/bfd: bfd-in2.h libbfd.h

Log message:
Regenerate to pick up time_t changes

[>] http://marc.info/?l=openbsd-cvs&m=140762403416569&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:12


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:40:16

Modified files:
gnu/usr.bin/binutils-2.17/bfd: coff-alpha.c
gnu/usr.bin/binutils/bfd: coff-alpha.c

Log message:
Parse times with strtoll() instead of strtol()

[>] http://marc.info/?l=openbsd-cvs&m=140762416816600&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:13


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:42:13

Modified files:
gnu/usr.bin/binutils/gdb: objfiles.h

Log message:
Use time_t for storing times

[>] http://marc.info/?l=openbsd-cvs&m=140762428416629&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 02:55:14


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 16:44:15

Modified files:
bin/systrace : systrace.c

Log message:
Switch from calloc() to reallocarray() where the zeroing isn't needed

[>] http://marc.info/?l=openbsd-cvs&m=140763007717687&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 04:55:05


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 18:20:55

Modified files:
bin/systrace : systrace-errno.h systrace-error.c

Log message:
Add newer errnos

[>] http://marc.info/?l=openbsd-cvs&m=140763012917696&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 04:55:07


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 18:21:49

Modified files:
bin/systrace : systrace-translate.c

Log message:
Add F_DUPFD_CLOEXEC handling

[>] http://marc.info/?l=openbsd-cvs&m=140763659418954&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 06:55:06


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 20:09:35

Modified files:
sbin/ldattach : ldattach.c

Log message:
msts(4) appears to support TIOCSTSTAMP

From Maurice Janssen (maurice (at) z74.net)

[>] http://marc.info/?l=openbsd-cvs&m=140763693219006&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 06:55:07


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 20:15:18

Modified files:
lib/libc/gdtoa : ldtoa.c
lib/libc/stdlib: hcreate.c

Log message:
Only need <stdint.h> and not all of <inttypes.h> here

[>] http://marc.info/?l=openbsd-cvs&m=140763832019218&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 06:55:08


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 20:38:24

Modified files:
sbin/fsdb : fsdb.h

Log message:
Delete extern declarations for variables that don't exist (anymore?)

[>] http://marc.info/?l=openbsd-cvs&m=140763852519252&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 06:55:10


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 20:41:41

Modified files:
usr.bin/telnet : telnet.1

Log message:
Add Xr to skey and stty

[>] http://marc.info/?l=openbsd-cvs&m=140763869219278&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 06:55:11


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 20:44:26

Modified files:
bin/ksh : io.c tty.c

Log message:
Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC

ok matthew@ millert@

[>] http://marc.info/?l=openbsd-cvs&m=140763900119327&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 06:55:12


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 20:49:24

Modified files:
include : string.h

Log message:
Delete duplicate conditional

diff from frantisek holop (minusf (at) obiit.org)

[>] http://marc.info/?l=openbsd-cvs&m=140764110519647&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 07:55:07


Module name: src
Changes by: lteo@cvs.openbsd.org 2014/08/09 21:24:51

Modified files:
sys/netinet : ip_divert.c
sys/netinet6 : ip6_divert.c

Log message:
Rename p_hdrlen to min_hdrlen to better reflect its purpose.

No object file change
ok florian@ henning@

[>] http://marc.info/?l=openbsd-cvs&m=140764115619651&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 07:55:08


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 21:25:39

Modified files:
gnu/usr.bin/binutils/bfd: som.c archive.c

Log message:
Format time_t with %lld after casting to long long

[>] http://marc.info/?l=openbsd-cvs&m=140764121419669&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 07:55:09


Module name: src
Changes by: lteo@cvs.openbsd.org 2014/08/09 21:26:20

Modified files:
sys/netinet : ip_divert.c

Log message:
Fix the length check for reinjected ICMP packets: sizeof(struct icmp) is
28 but an ICMP packet can be as small as 8 bytes (e.g. an ICMP echo
request packet with no payload), so check against ICMP_MINLEN instead.

Prior to this fix, divert(4) would erroneously discard valid ICMP
packets that are shorter than 20 bytes.

ICMPv6 is not affected, so this change applies to ICMP over IPv4 only.

ok florian@ henning@

[>] http://marc.info/?l=openbsd-cvs&m=140764246419828&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 07:55:10


Module name: www
Changes by: lteo@cvs.openbsd.org 2014/08/09 21:47:20

Modified files:
. : donations.html

Log message:
Thanks to Jay Huldeen for donating sparc64 hardware.

[>] http://marc.info/?l=openbsd-cvs&m=140764668020374&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 09:55:07


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 22:57:33

Modified files:
bin/systrace : intercept-translate.c linux-translate.c
systrace-translate.c

Log message:
Only need <stdint.h> and not all of <inttypes.h> here

[>] http://marc.info/?l=openbsd-cvs&m=140764688420418&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 09:55:08


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 23:00:25

Modified files:
sbin/swapctl : swaplist.c

Log message:
Only need <stdint.h> and not all of <inttypes.h> here

[>] http://marc.info/?l=openbsd-cvs&m=140764722420451&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 09:55:10


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 23:06:38

Modified files:
libexec/login_radius: raddauth.c

Log message:
Only need <stdint.h> and not all of <inttypes.h> here

[>] http://marc.info/?l=openbsd-cvs&m=140764732320467&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 09:55:11


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 23:08:31

Modified files:
regress/lib/libpthread/stack: stack.c

Log message:
Only need <stdint.h> and not all of <inttypes.h> here

[>] http://marc.info/?l=openbsd-cvs&m=140764740620483&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 09:55:12


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/09 23:09:31

Modified files:
regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c

Log message:
Only need <stdint.h> and not all of <inttypes.h> here

[>] http://marc.info/?l=openbsd-cvs&m=140765516421793&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 11:55:12


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/10 01:19:08

Modified files:
lib/libc/sys : socket.2

Log message:
AF_IMPLINK and AF_BLUETOOTH are gone

[>] http://marc.info/?l=openbsd-cvs&m=140765550421856&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 11:55:13


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/10 01:23:59

Modified files:
share/man/man4 : netintro.4

Log message:
AF_BLUETOOTH is gone. AF_LOCAL isn't involved pipe (and portals are gone).

[>] http://marc.info/?l=openbsd-cvs&m=140765572521930&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 11:55:14


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/10 01:28:32

Modified files:
sys/net : netisr.h

Log message:
No more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration
for btintr(), as well as the also gone atintr() and clnlintr()

[>] http://marc.info/?l=openbsd-cvs&m=140765584221972&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 11:55:15


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/10 01:29:45

Modified files:
usr.bin/fstat : fstat.c

Log message:
Don't need to know how to format bluetooth socket info here

[>] http://marc.info/?l=openbsd-cvs&m=140765598822008&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 11:55:17


Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/10 01:31:58

Modified files:
regress/lib/libc/asr/bin: common.c

Log message:
AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET

[>] http://marc.info/?l=openbsd-cvs&m=140766190023159&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 13:55:07


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/10 03:11:07

Modified files:
lib/libsndio : sio.c

Log message:
debug level test for clock_gettime() calls should match
ok ratchov@

[>] http://marc.info/?l=openbsd-cvs&m=140766216023187&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 13:55:09


Module name: src
Changes by: matthieu@cvs.openbsd.org 2014/08/10 03:15:40

Modified files:
share/man/man4 : vio.4

Log message:
Typo. ok deraadt@ jmc@

[>] http://marc.info/?l=openbsd-cvs&m=140766267123265&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-10 13:55:10


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/10 03:23:06

Modified files:
sys/msdosfs : msdosfs_vnops.c
sys/miscfs/fuse: fuse_vnops.c

Log message:
fix kqueue read/write filters for msdosfs and fusefs
ok tedu@

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 22