RSS
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... 37
[>] 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-ports-cvs&m=140765566221902&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-10 11:55:24


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/10 01:25:45

Modified files:
misc/magicpoint: Makefile

Log message:
force install without path in xmindpath contrib

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 01:44:57

Modified files:
security : Makefile

Log message:
+heimdal

ok sthen@

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 01:49:27

Modified files:
print/cups : Makefile distinfo

Log message:
SECURITY update to cups-1.7.5.

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 01:51:21

Modified files:
misc/gramps : Makefile
misc/gramps/pkg: PLIST

Log message:
Put icon under share/pixmaps so that it's found by the desktop file.

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 01:54:56

Modified files:
misc/hwdata : Makefile distinfo

Log message:
Update to hwdata-0.268.

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 01:56:40

Modified files:
print/poppler : Makefile distinfo
print/poppler/patches: patch-Makefile_in
print/poppler/pkg: PLIST-main

Log message:
Update to poppler-0.26.3.

input/ok kili@ (maintainer)

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 02:01:05

Modified files:
devel/harfbuzz : Makefile distinfo
devel/harfbuzz/pkg: PLIST-main

Log message:
Update to harfbuzz-0.9.34.

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 02:05:35

Modified files:
devel/vte3 : Makefile
devel/vte3/patches: patch-src_vteaccess_c

Log message:
Merge upstream's fix for vte crash.

ok jasper@

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 02:09:34

Modified files:
sysutils/salt-testing: Makefile distinfo

Log message:
Update to salt-testing-2014.8.5.

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 02:11:06

Modified files:
x11/nagstamon : Makefile distinfo
x11/nagstamon/patches: patch-Nagstamon_Config_py patch-setup_py
x11/nagstamon/pkg: PLIST

Log message:
Update to nagstamon-1.0.

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


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/10 02:28:13

Modified files:
sysutils/salt : Makefile distinfo
sysutils/salt/pkg: PLIST

Log message:
Update to salt-2014.1.10.

[>] 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@

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/10 02:55:30

Modified files:
infrastructure/bin: pkg_subst

Log message:
new flag -i, to ignore owner/group errors

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/10 02:59:48

Modified files:
infrastructure/mk: pkgpath.mk perl.port.mk bsd.port.mk

Log message:
framework to allow fake as non-root, based on an idea and initial patch by
naddy.

Not turned on yet, as it involves a critical new file.

Basically:
- introduce new variations on SUBST cmds to install various files
- use pkg_subst -i in !root mode
- unhardcode install path where possible, to allow for an install-wrapper
that disregards owner/groups.
- do links during fake to disable chown/chgrp/install.

Extra tweak (always-wrap) to actually encode "perl \
${PORTSDIR}/infra/bin/install-wrapper" as an install script, required by a few ports \
that keep track of the install script for later (eg., ruby, postgres).

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


Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/10 03:02:21

Modified files:
infrastructure/mk: bsd.port.mk

Log message:
okay, SUBST_DATA/SUBST_PROGRAM/SUBST_MAN are always -c, so encode it as well

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


Module name: src
Changes by: espie@cvs.openbsd.org 2014/08/10 04:01:03

Modified files:
usr.sbin/pkg_add/OpenBSD: ArcCheck.pm Ustar.pm

Log message:
if pkg_create is run as non-root, restory correct group/owner to root/bin.

also, remove write permissions without explicit modes. Allows fake installs
to keep directories/files writable while producing correct package.

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


Module name: src
Changes by: espie@cvs.openbsd.org 2014/08/10 04:03:46

Modified files:
usr.sbin/pkg_add/OpenBSD: Ustar.pm

Log message:
Ouch... fuck cvs

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


Module name: src
Changes by: espie@cvs.openbsd.org 2014/08/10 04:04:39

Modified files:
usr.sbin/pkg_add/OpenBSD: Ustar.pm

Log message:
comment what's going on

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


Module name: src
Changes by: espie@cvs.openbsd.org 2014/08/10 04:10:21

Modified files:
share/man/man5 : bsd.port.mk.5

Log message:
Document SUBST_*

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


Module name: src
Changes by: ratchov@cvs.openbsd.org 2014/08/10 04:25:04

Modified files:
usr.bin/aucat : wav.c

Log message:
initialize mmcpos, found by guenther

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