CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2013/11/15 14:34:51
Modified files:
sys/net: pf.c
Log message:
Revert 1.858, as it causes panics of inp:
kernel diagnostic assertion \"sotoinpcb(inp->inp_socket) == inp\"
failed: file "../..
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2013/11/15 03:18:27
Modified files:
sys/net: pf.c
Log message:
Forget socket linking on pf_pkt_addr_changed(), this fixes among other
things, setups with ipsec+ifbound.
The sympthon was that
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2013/08/30 12:23:17
Modified files:
sys/net: pf_if.c
Log message:
Missing splx on return path.
ok bluhm@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2013/08/30 02:51:57
Modified files:
sys/dev/pci: mfii.c
Log message:
Turn on msi for mfii(4).
There is a family of Supermicro boards where the apic pin is
incorrectly mapped on acpi, it tells us
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2013/06/06 07:09:37
Modified files:
sys/sys: proc.h
sys/kern : kern_sched.c kern_fork.c
Log message:
Prevent idle thread from being stolen on startup.
There is a race conditio
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2013/06/04 09:29:17
Modified files:
sys/arch/amd64/amd64: identcpu.c
sys/arch/amd64/include: cpu.h
Log message:
Cpu topology for AMD64.
This adds information about smt id (thread), core id
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/11/03 09:36:03
Modified files:
usr.bin/mg : dired.c
Log message:
Don't leak a file descriptor when testing for permissions, also make
sure directory is executable, otherwise we can't list it
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/11/03 08:51:41
Modified files:
usr.bin/mg : buffer.c def.h
Log message:
This should be void.
On 26 October 2012 23:43, Alexander Hall wrote:
> Miod Vallat wrote:
>
>>> add a new uptime.human entry in stats, derived from uptime, but
>>displayed
>>> in a human readable fashion:
>>>
>>> uptime=123456
>>> uptime.human=1d10h17m36s
>>
>>Blech. Since when `1d10h17m36s' is considered human reada
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/10/12 13:53:24
Modified files:
sys/net80211 : ieee80211_input.c
sys/dev/usb: if_run.c if_otus.c
sys/dev/pci: if_iwn.c
sys/dev/ic : rt2860.c
Log message:
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/10/05 04:51:28
Modified files:
sys/dev/pci: alipm.c amdiic.c ichiic.c piixpm.c viapm.c
amdpm.c
Log message:
Avoid uninitiliazed use of ctl and corresponding warning
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/10/04 07:17:12
Modified files:
sys/crypto : cryptosoft.c
sys/arch/amd64/amd64: aesni.c
Log message:
Clean up uninitialized warnings from cryptosoft and aesni.
Part of the work to re
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/10/04 05:36:27
Modified files:
sys/dev/ic : ar9003.c
Log message:
Clean up uninitialized warnings from ar9003.
Part of the work to remove -Wno-uninitialized.
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/10/02 02:50:15
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Simplify rtable assignment and cut some cruft
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/09/12 03:19:54
Modified files:
lib/librthread : Makefile
lib/libsndio : Makefile
libexec/ld.so : Makefile
sbin/ldattach : Makefile
sys/arch/amd64/stand: Mak
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/09/12 01:45:19
Modified files:
usr.sbin/sasyncd: monitor.c
Log message:
Fix a race condition which would cause segfault due to the kernel
sending less (or more) data than expected.
We do a sysc
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/09/12 00:58:20
Modified files:
sys/dev/ic : mpi.c
Log message:
Use sg_addr instead of sg_lo_addr, leftovers from last commit.
ok dlg
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/09/12 00:53:05
Modified files:
sys/dev/ic : mfi.c mpi.c
Log message:
Make sure we don't sleep on autoconf.
ok mikeb
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/25 01:03:48
Modified files:
share/man/man4 : mfii.4
Log message:
Mention Supermicro SMC2208.
ok dlg@.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/25 01:03:04
Modified files:
sys/dev/pci: mfii.c
Log message:
Make sure we disable interrupts on attachment before re-enabling.
ok dlg@.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/25 01:01:35
Modified files:
sys/dev/pci: mfii.c
Log message:
Small cleanup.
ok dlg@.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/21 13:51:58
Modified files:
sys/kern : kern_synch.c
Log message:
Stop "inlining" setrunnable() we already had two bugs because of it.
This also makes sure we call cpu_unidle() on the co
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/18 00:46:46
Modified files:
usr.bin/ftp: fetch.c
Log message:
Fix http resume without out auth, which I broke on the last commit,
spotted by bluhm.
ok bluhm.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/17 11:11:21
Modified files:
usr.sbin/sasyncd: Makefile
Log message:
Don't need this anymore, we have it in bsd.own.mk now.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/17 11:10:33
Modified files:
usr.bin/tcpbench: Makefile
Log message:
Don't need this anymore, we have them in bsd.own.mk.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/17 11:09:43
Modified files:
share/mk : bsd.own.mk
Log message:
Add a default CDIAGFLAGS, so that programs may be enable warnings by
making "make WARNINGS=Yes" without having to add a bu
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/08/14 14:47:08
Modified files:
usr.bin/ftp: fetch.c ftp.1 main.c
Log message:
Add support for basic HTTP authentication as described on RFC 2617 and
RFC 3986. This allows the following idiom
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/07/10 10:56:28
Modified files:
sys/kern : kern_synch.c
Log message:
We should only call need_resched() if the priority is lower than the
priority of the current running process.
In amd64
On 10 July 2012 10:13, Joerg Zinke wrote:
> I'm sorry about the typo. May I suggest implementing a spellchecker which
> inspects each packet payload in PF to avoid such typos in future? I guess this
> would make PF webscale and ready for thE clouD 3.1 (virtual enterprise
> edition). Otherwise it w
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/07/09 11:27:32
Modified files:
sys/kern : sched_bsd.c
Log message:
Tedu old comment concerning cpu affinity which does not apply anymore.
ok blambert@ krw@ tedu@ miod@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/07/07 09:33:02
Modified files:
usr.bin/nc : nc.1 netcat.c
Log message:
Allow UDP server to receive datagrams from multiple socket pairs with -k
flag. Prompted by a question from dsp at 2f30
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/07/07 03:36:30
Modified files:
usr.bin/nc : netcat.c
Log message:
Report incoming connections when -l is specified with -v.
>From Ricky Zhou with a few tweaks by me.
ok henning@ haesbaert@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/06/16 11:18:11
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
When the last user disconnects, make sure we display the status line
one more time.
ok sthen@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/05/07 19:39:58
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Fix double-free when -n is used with -b.
>From Erik Lax, also tested by lteo.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/30 07:53:01
Modified files:
usr.sbin/ftp-proxy: filter.c
Log message:
Check for nat_range_high before creating the PF nat rule.
>From Lawrence Teo.
ok camield, myself, mikeb.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/30 07:41:26
Modified files:
usr.bin/ftp: fetch.c ftp.1 ftp.c ftp_var.h main.c
Log message:
Add a -s flag to ftp(1) to let the user specify the source IP address
of the connection. This is
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/22 13:36:09
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
Test vendor against cpu_vendor instead of calling CPUID, this matches
the other uses.
ok mikeb@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/14 06:11:08
Modified files:
usr.sbin/sasyncd: Makefile sasyncd.c sasyncd.h
Log message:
Kill Boehms GC dead.
ok mikeb@
sure deraadt@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/14 06:10:04
Modified files:
usr.sbin/sasyncd: net.c
Log message:
read returns ssize_t not int.
ok mikeb@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/14 05:50:33
Modified files:
usr.sbin/sasyncd: sasyncd.c
Log message:
Kill useless memset.
ok mikeb@
"looks good" deraadt@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/14 05:47:54
Modified files:
usr.sbin/sasyncd: sasyncd.c
Log message:
Don't return from main with 2 uppon issuing double -c option, print
proper usage() message.
ok mikeb@
"looks good" deraad
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/14 05:46:09
Modified files:
usr.sbin/sasyncd: Makefile carp.c conf.y net.c
Log message:
Add CDIAGFLAGS infrastructure.
Fix signed vs unsigned and dup symbol shadow.
ok mikeb@
"looks good" de
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/13 13:23:32
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2).
Also make the code more similar to the other daemons.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/04/07 15:52:03
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Rate-limit accepting of new connections while we are experiencing fd
exaustion for tcpbench.
ok deraadt
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/03/26 20:23:04
Modified files:
sys/arch/amd64/amd64: cpu.c identcpu.c
sys/arch/amd64/include: cpu.h
Log message:
Run identifycpu() on its own cpu.
Discussed with many on hackers.
"Go a
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/03/15 19:53:00
Modified files:
sys/arch/amd64/amd64: cacheinfo.c
sys/arch/amd64/include: cacheinfo.h
Log message:
Display L3 cache information on amd64 for amd cpus, Intel now uses a
di
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/03/10 15:02:32
Modified files:
sys/kern : kern_sched.c
Log message:
Account for sched_noidle and document the scheduler variables.
ok tedu@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/03/06 16:41:59
Modified files:
share/man/man3 : queue.3
Log message:
Avoid warning from gcc in TAILQ usage example.
>From Lawrence Teo.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/02/26 12:15:20
Modified files:
libexec/login_krb5: login_krb5.8
lib/libc/rpc : rpcauth.3
lib/libc/time : wcsftime.3
lib/libm/man : sin.3
usr.bin/bgplg : b
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/02/24 17:19:20
Modified files:
sys/arch/amd64/amd64: est.c
Log message:
Remove useless code.
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/02/24 17:12:07
Modified files:
sys/arch/amd64/amd64: cpu.c
Log message:
Make CPUF_GO setting atomic.
ok kettenis@
Swet, an excuse for a barbecue !
On 15 February 2012 04:48, Philip Guenther wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: guent...@cvs.openbsd.org2012/02/14 23:48:40
>
> Modified files:
>lib: Makefile
>lib/librthread : Makefile
>
> L
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/02/09 17:08:20
Modified files:
share/man/man4 : pf.4
Log message:
Clarify pf manpage and change example from DIOCNATLOOK to DIOCGETLIMIT.
>From Lawrence Teo, input from sthen@ and jmc@.
ok dera
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/31 09:15:46
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Remove setpgid() call, this is a leftover from when we were forked.
>From Erik Lax
"commit it" mikeb@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/29 10:58:10
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Don't use floating precision while printing PPS in UDP mode.
"go for it" mikeb@
"looks good to me" henning@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/14 05:16:13
Modified files:
share/man/man4 : puc.4
Log message:
Mention MosChip MCS9865 in manpage.
>From Steffen Daode Nurpmeso.
ok jmc@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/14 05:11:35
Modified files:
sys/sys: mbuf.h
Log message:
Remove struct mclsizes, this is a left over.
ok dlg@
On 9 January 2012 20:31, Christiano F. Haesbaert
wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: haesba...@cvs.openbsd.org 2012/01/09 15:31:51
>
> Modified files:
>sys/dev/pci: pucdata.c
>
> Log message:
> pcidevs
>
Sor
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/09 15:35:46
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/09 15:34:32
Modified files:
sys/dev/pci: pcidevs
Log message:
Add support for a new puc(4), MosChip MCS9865.
Information extracted from:
http://www.devid.info/uz/18561/PCI+-%3EPARALLEL%2
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/09 15:31:51
Modified files:
sys/dev/pci: pucdata.c
Log message:
pcidevs
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/08 07:39:26
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
Make sure we only read cpuid 0x8001 features if pnfeatset reports it.
This is already done in i386.
ok jsg "if t
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2012/01/05 17:15:15
Modified files:
sys/netinet: Tag: OPENBSD_5_0 ip_output.c
Log message:
Escape hardware-checksumming if interface is in a bridge, this is
already done for UDP/TCP/ICMP. This fi
On 30 December 2011 19:28, Christiano F. Haesbaert
wrote:
> CVSROOT:/cvs
> Module name:www
> Changes by: haesba...@cvs.openbsd.org 2011/12/30 14:28:37
>
> Modified files:
>. : events.html
>
> Log message:
> Move BSDday Ar
CVSROOT:/cvs
Module name:www
Changes by: haesba...@cvs.openbsd.org 2011/12/30 14:28:37
Modified files:
. : events.html
Log message:
Move BSDday Argentina 2001 to past events.
ok sthen@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/29 05:10:52
Modified files:
sys/netinet: ip_output.c
Log message:
Escape hardware-checksumming if interface is in a bridge, this is
already done for UDP/TCP/ICMP. This fixes a problem whe
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/26 16:07:04
Modified files:
sys/arch/amd64/amd64: identcpu.c locore.S
sys/arch/amd64/include: cpu.h specialreg.h
Log message:
Add the missing ECX cpu flags from CPUID at 0x8001.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/17 19:42:53
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Don't lie the number of estabilished connections. nconns is the number
of requested, not estabilished connections, so use
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/17 18:19:07
Modified files:
usr.bin/tcpbench: tcpbench.1
Log message:
Typo.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/03 23:37:52
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Fix some warnx() calls which should be fprintf plus KNF.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/03 23:26:10
Modified files:
sbin/ifconfig : ifconfig.c ifconfig.8
Log message:
Cleanup recently removed flags from ifconfig.c and its manpage.
ok jmc@ mikeb@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/12/01 20:15:31
Modified files:
sys/net: if.h pf.c
sys/netinet: ip_output.c
sys/netinet6 : nd6.c
Log message:
Kill unused IFCAP_IPSEC and IFCAP_IPCOMP.
ok claudio
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/11/27 12:55:18
Modified files:
share/man/man4 : vlan.4
share/man/man5 : pf.conf.5
sbin/ifconfig : ifconfig.8
Log message:
Manpage bits for the recent changes in vlan(4) prio h
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/11/26 17:46:07
Modified files:
sys/net: if_vlan.c
Log message:
Kill old comment, we already do 802.1p tagging.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/11/26 16:38:18
Modified files:
sbin/ifconfig : ifconfig.c
sys/net: if_vlan.c
sys/sys: sockio.h
Log message:
Tie the 802.1p (CoS) value in vlan(4) with the new
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/11/02 14:02:00
Modified files:
sbin/ifconfig : ifconfig.8
Log message:
Properly document hwfeatures.
ok jcm@ henning@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/11/01 20:03:47
Modified files:
sys/net: if.h
sbin/ifconfig : ifconfig.c ifconfig.8 brconfig.h
Log message:
Expose if_capabilities to userland so that ifconfig can display the
d
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/10/15 12:56:52
Modified files:
sys/netinet: tcp_input.c
Log message:
Respect the ToS setting in tcp syn+ack for IPv4, still need to fix for
IPv6.
ok claudio@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/10/06 20:46:48
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Kill unecessary break in UDP_MODE, simplify code a bit by killing some
conditionals, KNF. No functional changes.
ok clau
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/10/01 00:23:53
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Sort the lines on -l output and match the order on the column output.
Also make the -l output go to stdout as it's easier
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/09/17 08:10:05
Modified files:
sbin/ping : ping.8 ping.c
usr.bin/nc : nc.1 netcat.c
usr.sbin/traceroute: traceroute.8 traceroute.c
Log message:
Standarize the ToS opti
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/09/17 08:05:27
Modified files:
distrib/special: Makefile
Added files:
distrib/special/ping: Makefile
Log message:
Add SMALL infrastructure to ping.
ok mcbride@ sthen@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/09/17 08:03:10
src/distrib/special/ping
Update of /cvs/src/distrib/special/ping
In directory cvs.openbsd.org:/tmp/cvs-serv25691/ping
Log Message:
Directory /cvs/src/distrib/special/ping added to the rep
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/09/08 18:40:54
Modified files:
usr.bin/tcpbench: tcpbench.c tcpbench.1
Log message:
Add -b option which allows the client side to bind the socket to a
numeric address. Requested by mikeb@ in or
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/09/07 17:40:52
Modified files:
sbin/pfctl : parse.y
Log message:
Avoid possible SIGSEGV when wrong tos option.
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/08/29 20:51:19
Modified files:
sys/dev/pci: if_em.c
Log message:
Don't OR the VID, we want the whole TCI, this makes vlanprio (PCP/CF)
available to our network stack.
ok mcbride naddy hennin
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/08/25 08:39:29
Modified files:
share/man/man4 : ip6.4
Log message:
Document IPV6_TCLASS and IPV6_RECVTCLASS in ip6(4). Text from FreeBSD.
ok mcbride@ jmc@
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/08/22 22:13:38
Modified files:
usr.bin/tcpbench: tcpbench.1 tcpbench.c
Log message:
Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.
ok mcbride@ djm@
'fine from me' j
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/08/22 17:12:09
Modified files:
sys/dev/pci/drm: radeon_drv.c
Log message:
Add support for Radeon 4250.
This, together with an updated xorg driver makes my drm/XVideo work.
Originally from Nigel
CVSROOT:/cvs
Module name:src
Changes by: haesba...@cvs.openbsd.org 2011/08/21 00:28:31
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
Remove old wpapsk entries. Cleanup casts and use timerclear.
ok mcbride
90 matches
Mail list logo