CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2015/08/25 00:09:18
Modified files:
. : 58.html lyrics.html
Log message:
release ratchov's song; 2nd to accompany the release...
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2015/08/24 22:57:32
Modified files:
sys/arch/i386/i386: locore.s pmap.c pmapae.c
Log message:
Enforce kernel w^x policy by properly setting NX (as needed) for
kernel text, PTEs, .rodata, data, bss and the sy
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2015/08/24 22:18:43
Modified files:
sbin/restore : dirs.c tape.c
Log message:
Switch from utimes() to utimensat() to $estore full nanosecond granularity
ok millert@ deraadt@
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/08/24 20:24:50
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf-bfd.h elf32-i386.c
elf64-x86-64.c elflink.c
elfxx-ia64.c
Also, OK deraadt@
On Mon, Aug 24, 2015 at 9:59 PM Brandon Mercer
wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: bmer...@cvs.openbsd.org 2015/08/24 19:57:45
>
> Modified files:
> sys/arch/amd64/conf: GENERIC
> sys/arch/i386/conf: GENERIC
>
> Log message:
> R
CVSROOT:/cvs
Module name:src
Changes by: bmer...@cvs.openbsd.org 2015/08/24 19:57:45
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/i386/conf: GENERIC
Log message:
Re-enabling GPT on amd64 and i386. Discussed with and OK krw@
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2015/08/24 19:21:57
Modified files:
usr.sbin/radiusctl: radiusctl.8 radiusctl.c
Log message:
Remove references to the -h command line option which was removed.
Also use `return' instead of exit(3) in main().
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2015/08/24 19:12:59
Modified files:
usr.sbin/radiusd: radiusd.8 radiusd.c
Log message:
Remove -h command line option from radiusd(8) to make it better style.
Patch from Michael Reed
Martin Pieuchot wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: m...@cvs.openbsd.org2015/08/24 10:38:43
>
> Modified files:
> sys/arch/macppc/dev: if_bm.c
>
> Log message:
> Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on
> bugs@.
less copper, mor
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 17:31:35
Modified files:
sys/netinet: tcp_input.c
Log message:
Set the required IPL at the syn-cache pool instead of doing a
splsoftnet() explicitly. The function syn_cache_lookup() is always
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 17:28:27
Modified files:
sys/netinet6 : nd6.h nd6_rtr.c
Log message:
nd6_prefix_add() is no longer used and die.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 17:26:43
Modified files:
sys/netinet6 : in6.c in6_ifattach.c nd6.c nd6.h nd6_rtr.c
Log message:
Start moving away from the global prefix list by limiting its usage to
AUTOCONF'd addresses.
This
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 17:12:53
Modified files:
regress/sys/net/pf_fragment: Makefile pf.conf ping6_mtu_1300.py
ping_cksum.py ping_mtu_1300.py
ud
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2015/08/24 17:03:11
Modified files:
sys/kern : subr_disk.c
Log message:
Fix GPT code to work with non-DEV_BSIZE disks.
Part of GPT refactoring that was backed out at c2k15.
ok deraadt@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/08/24 16:49:13
Modified files:
usr.bin/tmux : grid.c
Log message:
In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear
the destination celldata pointer rather than leaving a stale
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 16:14:01
Modified files:
regress/sys/net/pf_fragment: Makefile ping6_mtu_1300.py
Log message:
Enable path MTU test with ping for IPv6. Scapy srp1() does not
accept inner IPv6 packets in ICMP6 wit
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 16:11:34
Modified files:
sys/net: route.c rtsock.c
sys/netinet6 : nd6_rtr.c
Log message:
Always increment the reference counter of the returned route entry in
rtrequest1(9).
Th
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 16:04:06
Modified files:
sys/netinet: ip_ipip.c
Log message:
Check for a RTF_LOCAL entry instead of iterating on the global list
of interfaces.
ok bluhm@
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org 2015/08/24 15:52:12
Modified files:
games/worm : worm.c
Log message:
Fix cheating bug by using unused time variables and replace poll() with
ppoll() to better use the timespec struct.
ok deraadt
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 15:28:47
Modified files:
sys/net: if_bridge.c if_bridge.h
Log message:
The bridge list is a relict, delete the remaining LIST_REMOVE.
This fixes a crash during ifconfig bridge0 destroy.
OK
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/24 15:09:43
Modified files:
sys/sys: exec_elf.h
Log message:
Typos; ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/24 13:25:09
Modified files:
usr.bin/tput : tput.1
Log message:
Document clear(1) a bit more prominently.
Patch from Theo Buehler, suggestion to use DESCRIPTION from FreeBSD from
jmc@, ok jmc@
CVSROOT:/cvs
Module name:xenocara
Changes by: dera...@cvs.openbsd.org 2015/08/24 12:50:20
Modified files:
distrib/sets/lists/xbase: mi
Log message:
sync
CVSROOT:/cvs
Module name:xenocara
Changes by: dera...@cvs.openbsd.org 2015/08/24 11:07:34
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.i386 md.landisk
CVSROOT:/cvs
Module name:www
Changes by: schwa...@cvs.openbsd.org2015/08/24 11:03:30
Modified files:
. : 58.html
Log message:
fix a few HTML markup errors, no content change
CVSROOT:/cvs
Module name:www
Changes by: schwa...@cvs.openbsd.org2015/08/24 10:53:19
Modified files:
. : 58.html
Log message:
mention new man.conf(5) and man/less :t support;
delete bogus mention of man(1) integration which was already in 5.7
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 10:38:43
Modified files:
sys/arch/macppc/dev: if_bm.c
Log message:
Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on
bugs@.
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 09:58:35
Modified files:
sys/net: if_spppsubr.c
sys/netinet6 : in6.c in6_ifattach.c in6_var.h nd6.h nd6_nbr.c
nd6_rtr.c
Log message:
Rework the code to
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 09:55:53
Modified files:
sys/sys: unpcb.h
usr.bin/netstat: unix.c
Log message:
Remove obsolete fields in struct unpcb. In the past they were used
for flow control with unix domai
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2015/08/24 09:42:57
Modified files:
app/cwm: calmwm.h client.c conf.c xutil.c
Log message:
Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but
bottom-to-top order, as per spec (notified
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 09:37:03
Modified files:
sys/netinet: tcp_input.c tcp_subr.c tcp_var.h
Log message:
Rename the syn cache counter into tcp_syn_cache_count to have the
same prefix for all variables. Convert th
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 09:33:49
Modified files:
sys/sys: malloc.h
share/man/man9 : malloc.9
Log message:
Rename M_RTABLE bucket into "rtable" to match the code and kill unused
M_BWMETER.
ok mikeb@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/08/24 09:31:36
Modified files:
lib/libfuse: fuse_opt.c
Log message:
When an option is not recognized call the processing function with
FUSE_OPT_KEY_OPT, while here fix the last argument of a call in
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2015/08/24 08:57:19
Modified files:
app/cwm: client.c
Log message:
Don't allow freeze operations on fullscreen (consistent with what
fullscreen does).
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2015/08/24 08:56:10
Modified files:
app/cwm: calmwm.h conf.c xutil.c
Log message:
Sort _NET_WM_STATE Atoms like the spec.
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 08:28:25
Modified files:
sys/kern : uipc_socket.c
Log message:
Items from pool sosplice_pool are get in process context and put
in soft interrupt. So the pool needs an IPL_SOFTNET protectio
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2015/08/24 08:00:29
Modified files:
sys/net: pipex.c
sys/netinet: in.c ip_mroute.c
sys/netinet6 : in6.c ip6_mroute.c nd6.c
sys/nfs: krpc_subr.c nfs_socket.c
L
CVSROOT:/cvs
Module name:src
Changes by: bent...@cvs.openbsd.org 2015/08/24 06:57:14
Modified files:
share/man/man7 : ports.7
Log message:
Mark up command arguments properly using Cm.
>From Michael Reed.
CVSROOT:/cvs
Module name:www
Changes by: bent...@cvs.openbsd.org 2015/08/24 06:39:26
Modified files:
. : 58.html
Log message:
Fix manpage links for wscons(4) and pvbus(4).
Pointed out by Alexey Suslikov.
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2015/08/24 06:16:36
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
cp -> mv
Put /usr/share/sysmerge under XXX.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/24 05:45:59
Modified files:
gnu/usr.bin/cxxfilt: cxxfilt.c
Log message:
add missing includes for free, exit, errx and strchr
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org 2015/08/24 05:31:39
Modified files:
. : 58.html
Log message:
update package counts
CVSROOT:/cvs
Module name:xenocara
Changes by: dera...@cvs.openbsd.org 2015/08/24 05:21:15
Modified files:
distrib/sets/lists/xbase: md.zaurus
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/24 05:16:41
Modified files:
share/man/man7 : hier.7
Log message:
adjust list width for previous;
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2015/08/24 05:03:41
Modified files:
usr.sbin/sysmerge: sysmerge.8 sysmerge.sh
Log message:
Make backup directory of replaced files persistent: /var/sysmerge/backups.
3 rotations so that we have histo
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2015/08/24 04:42:08
Modified files:
usr.sbin/sysmerge: sysmerge.8 sysmerge.sh
Log message:
/usr/share/sysmerge -> /var/sysmerge
requested by several
discussed with deraadt@
CVSROOT:/cvs
Module name:xenocara
Changes by: ajacou...@cvs.openbsd.org 2015/08/24 04:41:21
Modified files:
. : Makefile
distrib/sets/lists/xbase: mi
distrib/sets/lists/xetc: mi
distrib/sets : Makefile makexetc
Log message:
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org 2015/08/24 04:41:11
Modified files:
distrib/miniroot: install.sub
distrib/sets/lists/base: mi
distrib/sets/lists/etc: mi
etc: Makefile
distrib/notes : m
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org 2015/08/24 04:12:13
Modified files:
faq: faq14.html
Log message:
Don't refer to the Amanda package in the section about backups, it was removed
(due to being out-of-date and seemingly no interest
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2015/08/24 03:23:04
Modified files:
regress/sys/kern/tame/generic: actions.c
Log message:
add a missing header
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2015/08/24 03:21:10
Added files:
regress/sys/kern/tame/generic: Makefile actions.c actions.h
main.c manager.c parse_tame.c
tests.
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2015/08/24 03:20:06
src/regress/sys/kern/tame/generic
Update of /cvs/src/regress/sys/kern/tame/generic
In directory cvs.openbsd.org:/tmp/cvs-serv25/generic
Log Message:
Directory /cvs/src/regress/sys/kern/tame/gener
52 matches
Mail list logo