CVS: cvs.openbsd.org: src

2014-11-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/11/06 00:41:32 Modified files: sys/netinet: tcp_subr.c Log message: mix the rtable into the hash for tcp sequence number generation. ok tedu@ claudio@

CVS: cvs.openbsd.org: src

2014-11-05 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/11/05 22:49:00 Modified files: sys/dev/pci: itherm.c Log message: Cleanup whitespace and add 5 series comments. ok mlarkin@

CVS: cvs.openbsd.org: src

2014-11-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/11/05 22:48:42 Modified files: sys/dev/pci: agp_i810.c vga_pci_common.c sys/dev/pci/drm/i915: i915_drv.h Log message: Add the required includes for the conditional parts of struct vga_pci_s

CVS: cvs.openbsd.org: src

2014-11-05 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2014/11/05 22:29:35 Modified files: sys/net: if_pfsync.c Log message: Remove unneeded netinet6/ip6_divert.h include. ok bluhm@ dlg@ florian@ mpi@

CVS: cvs.openbsd.org: src

2014-11-05 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/11/05 20:20:36 Modified files: sys/kern : kern_malloc.c Log message: let ramdisks compile

CVS: cvs.openbsd.org: src

2014-11-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/11/05 16:25:02 Modified files: usr.bin/tmux : cmd-paste-buffer.c input-keys.c paste.c Log message: Tidy up mode-mouse check.

CVS: cvs.openbsd.org: src

2014-11-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/11/05 16:15:11 Modified files: usr.bin/tmux : options-table.c status.c tmux.1 Log message: Do not put a space between status-left/status-right and the window list, instead move the space into the defa

CVS: cvs.openbsd.org: src

2014-11-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/11/05 15:27:40 Modified files: sys/kern : kern_malloc.c Log message: need to move lock up to prevent more than one malloc. ok guenther

CVS: cvs.openbsd.org: src

2014-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2014/11/05 14:06:51 Modified files: lib/libc/rpc : svc_run.c Log message: missing pfd = newp, diagnosed by deraadt@

CVS: cvs.openbsd.org: src

2014-11-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/11/05 13:23:38 Modified files: games/tetris : input.c Log message: don't deref timeout if null. from theo buehler.

CVS: cvs.openbsd.org: src

2014-11-05 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2014/11/05 12:38:09 Modified files: usr.sbin/smtpd : smtp.c Log message: stop prepending the user id in local enqueuing Received line

CVS: cvs.openbsd.org: src

2014-11-05 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/11/05 12:07:02 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2014-11-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/11/05 11:08:21 Modified files: sys/kern : kern_malloc.c Log message: don't use loop variable (i) for not loop things. use a new var.

CVS: cvs.openbsd.org: src

2014-11-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/11/05 10:44:54 Modified files: sys/kern : kern_malloc.c Log message: use memname to print string of type. stolen from deraadt

CVS: cvs.openbsd.org: src

2014-11-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/11/05 10:43:04 Modified files: sys/kern : kern_malloc.c Log message: also print type when free size is wrong

CVS: cvs.openbsd.org: src

2014-11-05 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/11/05 10:07:59 Modified files: etc: rc Log message: When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune". This is easier to understand and fixes a bug where the "-type d -prune

CVS: cvs.openbsd.org: src

2014-11-05 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/11/05 08:30:17 Modified files: sys/dev/pci: if_em_hw.c if_em_hw.h Log message: Implement yet another workaround for the k1 em(4)'s. This time for the i218 which is used in many modern laptops like t

CVS: cvs.openbsd.org: src

2014-11-05 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/11/05 08:12:23 Modified files: lib/libc/net : getrrsetbyname.3 share/man/man5 : resolv.conf.5 Log message: edns0 is not currently supported: confirmed by sthen and eric diff From: Mike Burns

CVS: cvs.openbsd.org: src

2014-11-05 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/05 07:40:51 Modified files: sys/netinet: in.c Log message: Did you ever wonder why loopback's ifas have a destination address? It is of course not to make your life more complicated when you are

CVS: cvs.openbsd.org: src

2014-11-05 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/11/05 07:03:02 Modified files: sys/netinet: ip_input.c ip_output.c ip_var.h Log message: Kill in_iawithaddr() and use ifa_ifwithaddr() directly. Note that ifa_ifwithaddr() might return a broadcast

CVS: cvs.openbsd.org: www

2014-11-05 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2014/11/05 05:38:10 Modified files: faq: faq1.html Log message: link to 'less' project page, couple typos. Based on diff from Theo Buehler (theo at math dot ethz dot ch), thanks