CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/01/10 00:55:48
Modified files:
usr.bin/tmux : tmux.1
Log message:
avoid unneccessary markup; tweaked and ok nicm
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2017/01/09 22:05:02
Modified files:
. : lyrics.html
Log message:
jbg spots a leftover quote
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/01/09 17:36:25
Modified files:
sys/dev/pci: azalia.c
Log message:
Enable snooping on Braswell. Fixes audio distortion on Acer TravelMate
B117-M. From Martin Ziemer.
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2017/01/09 17:15:16
Modified files:
distrib/miniroot: install.sub
Log message:
When installing with a dhcp server that does not provide domain-name
and name-server information, the user was not asked for thi
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2017/01/09 15:51:04
Modified files:
libexec/ld.so : boot.c loader.c
libexec/ld.so/alpha: archdep.h
libexec/ld.so/amd64: archdep.h
libexec/ld.so/arm: archdep.h
libex
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/01/09 15:06:25
Modified files:
usr.sbin/vmd : control.c
Log message:
Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality.
No function change.
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/01/09 14:28:56
Modified files:
usr.bin/tmux : cfg.c tmux.1
Log message:
Add %if/%endif for conditionals when parsing configuration files, the
argument is a format (the new == and != are useful).
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/01/09 14:03:25
Modified files:
usr.bin/tmux : format.c tmux.1 tmux.h
Log message:
Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"
are expanded so can compare formats). And expa
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 13:18:59
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_node.c
ieee80211_node.h
Log message:
When a HT node leaves or reassociates as a non-HT node,
clear H
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 12:50:49
Modified files:
sys/net80211 : ieee80211_mira.c
Log message:
Stop defining MIRA_DEBUG by default.
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 12:50:06
Modified files:
sys/net80211 : ieee80211_mira.c
Log message:
Show node MAC addresses in mira debug output.
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/01/09 12:42:32
Modified files:
distrib/miniroot: install.sub
Log message:
Use a verified list of distribution set files extracted from
the SHA256.sig file which is signed by the OpenBSD project.
Deny th
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/01/09 12:29:12
Modified files:
usr.bin/tmux : cmd-source-file.c
Log message:
source-file -q needs to apply to glob(3) too.
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/01/09 12:27:00
Modified files:
usr.bin/tmux : cfg.c cmd-source-file.c tmux.1 tmux.h
Log message:
Run the source-file pattern through glob(3).
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/01/09 12:15:01
Modified files:
sys/net: bpf.c bpfdesc.h
Log message:
Use a mutex to serialize accesses to buffer slots.
With this change bpf_catchpacket() no longer need the KERNEL_LOCK().
Tes
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/01/09 10:58:44
Modified files:
sys/kern : kern_watchdog.c
sys/ddb: db_interface.h db_trap.c
Log message:
Revert previous, it's a documented behavior and people might rely on it.
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2017/01/09 10:56:37
Modified files:
sys/netinet: ip_ipcomp.c
Log message:
Grab the NET_LOCK() in ipcomp input callback.
OK mikeb@ mpi@
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/01/09 10:49:55
Modified files:
usr.bin/mandoc : main.c tag.c
Log message:
Use stdout rather than stdin for controlling the terminal
such that "cat foo.mdoc | man -l" works.
Issue reported by Chr
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/01/09 10:21:42
Modified files:
sys/ddb: db_interface.h db_trap.c
sys/kern : kern_watchdog.c
Log message:
Stop and restart the watchdog timer when entering and leaving ddb(4).
>Fr
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/01/09 10:10:03
Modified files:
sys/netinet: ip_ah.c ip_esp.c
Log message:
Grab the NET_LOCK() in various callbacks.
Fix an assert reported by Hrvoje Popovski.
ok visa@, mikeb@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/01/09 09:42:14
Modified files:
usr.sbin/switchctl: ofpclient.c
Log message:
log_verbose() -> log_setverbose()
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 09:24:20
Modified files:
sys/net80211 : ieee80211_node.c ieee80211_output.c
ieee80211_var.h
Log message:
Make the net80211 stack send EDCA parameters to the driver in h
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/01/09 08:31:20
Modified files:
lib/libtls : tls_conninfo.c
Log message:
Avoid leaking conninfo servername.
Issue found by and fix from Shuo Chen .
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/01/09 07:47:13
Modified files:
sys/net: pf.c
Log message:
pf_purge_thread() needs the NET_LOCK().
ok sashan@, visa@
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/01/09 07:49:22
Modified files:
sbin/iked : control.c iked.c iked.h log.c proc.c util.c
usr.sbin/relayd: control.c log.c proc.c relay.c relay_udp.c
relayd.c relayd.h
On Mon, Jan 09, 2017 at 05:40:00AM -0700, Stefan Sperling wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: s...@cvs.openbsd.org2017/01/09 05:40:00
>
> Modified files:
> sys/net80211 : ieee80211_input.c ieee80211_node.c
>ieee80211_var.h
>
> Log
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/01/09 07:44:28
Modified files:
sys/dev/usb: if_urtw.c ugold.c umass.c uoak_subr.c
usbdi_util.c uthum.c
Log message:
Remove unneeded from Michael W. Bombardieri.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/01/09 07:10:18
Modified files:
share/man/man7 : mdoc.7
Log message:
Clarify how tabs after .It work
because this is a really nasty trap for the unwary.
Triggered by a question from Abhinav Upad
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/01/09 07:04:31
Modified files:
sbin/iked : control.c
usr.sbin/httpd : control.c
usr.sbin/ldapd : control.c
usr.sbin/npppd/npppd: control.c
usr.sbin/ntpd : control
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 06:01:37
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
When acting as 11n hostap, send Microsoft WME parameters to clients so
that Linux clients will decide to use 11n mode.
ok
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/01/09 05:48:52
Modified files:
usr.bin/mandoc : mdoc_html.c
Log message:
The .No macro is not supposed to produce fixed-width font, it is not
the same as .Li, so don't use .
Bug reported by on
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 05:40:00
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_node.c
ieee80211_var.h
Log message:
Manage the HT protection setting if acting as hostap with 11n en
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/01/09 05:34:03
Modified files:
regress/lib/libtls/verify: Makefile
Added files:
regress/lib/libtls: Makefile.inc
Log message:
Provide TLS_INT for consistency with libssl/libcrypto.
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2017/01/09 03:50:10
Modified files:
faq: faq6.html
Log message:
fix some ugly vertical spacing in bullet lists
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/01/09 02:53:23
Modified files:
usr.sbin/smtpd : ca.c control.c filter.c lka.c log.c log.h
makemap.c mta.c pony.c queue.c
scheduler_ramqueue.c smtpctl.c
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 02:31:18
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
The point of ieee80211_node_leave() is to place the node in COLLECT state.
Return early and do nothing if the node is alread
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 02:30:47
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
When acting as hostap, negotiate HT before calling the driver's ic_newassoc()
function, not afterwards. Drivers now know whe
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2017/01/09 02:30:02
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
Fix ieee80211_add_htop(), which is not yet called in active code paths.
It was creating a corrupt beacon element by ommitt
CVSROOT:/cvs
Module name:src
Changes by: aoy...@cvs.openbsd.org 2017/01/09 01:46:13
Modified files:
sys/arch/luna88k/dev: xp.c
Log message:
Sync with NetBSD/luna68k changes.
>> Fix (mostly harmless) off-by-one size check in XPIOCDOWNLD ioctl.
>> Consistently use sc_shm_
39 matches
Mail list logo