CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 03:28:12

Modified files:
sys/arch/arm/xscale: i80321.c 

Log message:
bzero pci attach args



CVS: cvs.openbsd.org: www

2009-03-30 Thread Reyk Floeter
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2009/03/30 03:38:14

Modified files:
.  : crypto.html 

Log message:
updated the ubsec(4) part - we support more broadcom crypto devices now.



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 03:41:00

Modified files:
sys/arch/sgi/pci: macepcibridge.c 
sys/arch/sgi/xbow: xbridge.c 

Log message:
bzero pci attach args



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 03:34:30

Modified files:
sys/arch/hppa64/dev: elroy.c 

Log message:
bzero pci attach args



CVS: cvs.openbsd.org: src

2009-03-30 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/03/30 04:40:41

Modified files:
sbin/disklabel : disklabel.8 

Log message:
Document new 'U' editor command.

Prodded by  ok jmc@



CVS: cvs.openbsd.org: src

2009-03-30 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/03/30 04:51:38

Modified files:
sbin/disklabel : editor.c 

Log message:
Oops. Document new 'U' editor command in '?' output too.

Prodded by  ok jmc@



Re: CVS: cvs.openbsd.org: src

2009-03-30 Thread Kenneth R Westerback
On Mon, Mar 30, 2009 at 04:51:38AM -0600, Kenneth R Westerback wrote:
 CVSROOT:  /cvs
 Module name:  src
 Changes by:   k...@cvs.openbsd.org2009/03/30 04:51:38
 
 Modified files:
   sbin/disklabel : editor.c 
 
 Log message:
 Oops. Document new 'U' editor command in '?' output too.
 
 Prodded by  ok jmc@

Argh. Too early. Definately prodded by, but I didn't wait for an
ok from j...@. So any errors are all mine.

 Ken



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 03:51:54

Modified files:
sys/arch/mvmeppc/pci: mpcpcibr.c 

Log message:
bzero pci attach args



CVS: cvs.openbsd.org: src

2009-03-30 Thread Bret Lambert
CVSROOT:/cvs
Module name:src
Changes by: blamb...@cvs.openbsd.org2009/03/30 08:29:30

Modified files:
sys/kern   : uipc_socket2.c 

Log message:
bzero - PR_ZERO

ok art@, henning@



CVS: cvs.openbsd.org: src

2009-03-30 Thread Owain Ainsworth
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2009/03/30 10:09:36

Modified files:
sys/arch/amd64/amd64: pmap.c 
sys/arch/amd64/include: pmap.h 

Log message:
Remove the direct uncached map. All its users have been removed.

In the future, we need to mark the correct parts of the direct map
uncached, but that's another diff.

art@, kettenis@ ok.



CVS: cvs.openbsd.org: src

2009-03-30 Thread Alexandre Ratchov
CVSROOT:/cvs
Module name:src
Changes by: ratc...@cvs.openbsd.org 2009/03/30 11:43:15

Modified files:
sys/arch/i386/i386: bus_dma.c 

Log message:
don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPU
when recording
ok oga, deraadt



CVS: cvs.openbsd.org: src

2009-03-30 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2009/03/30 12:12:24

Modified files:
sys/arch/i386/i386: bus_dma.c 
sys/arch/amd64/amd64: bus_dma.c 

Log message:
make the code look the same; ok kettenis



CVS: cvs.openbsd.org: www

2009-03-30 Thread Janne Johansson
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2009/03/30 12:52:39

Modified files:
.  : plus.html 

Log message:
Upto 03/29



CVS: cvs.openbsd.org: www

2009-03-30 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2009/03/30 12:54:10

Modified files:
.  : orders.html 

Log message:
another order house in europe



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 13:09:44

Modified files:
sys/dev/pci: if_sk.c if_skvar.h 

Log message:
Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.
Another evil jumbo allocator bites the dust.



CVS: cvs.openbsd.org: src

2009-03-30 Thread Bret Lambert
CVSROOT:/cvs
Module name:src
Changes by: blamb...@cvs.openbsd.org2009/03/30 13:58:50

Modified files:
sys/nfs: nfs_serv.c nfs_subs.c nfs_var.h nfsm_subs.h 

Log message:
Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386.

In snaps for a while.



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 14:09:50

Modified files:
sys/arch/socppc/dev: socpcic.c 

Log message:
bzero pci attach args



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 15:16:14

Modified files:
lib/libkvm : kvm_amd64.c 

Log message:
Mop up after oga@ and unbreak the tree.  The direct uncached map is gone so
remove the code from libkvm that dealt with it.



CVS: cvs.openbsd.org: src

2009-03-30 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2009/03/30 15:43:13

Modified files:
sys/arch/alpha/pci: apecs.c cia.c irongate.c lca.c mcpcia.c 
tsc.c 

Log message:
bzero pci attach args



CVS: cvs.openbsd.org: src

2009-03-30 Thread Joris Vink
CVSROOT:/cvs
Module name:src
Changes by: jo...@cvs.openbsd.org   2009/03/30 15:45:33

Modified files:
usr.bin/cvs: rcs.c 

Log message:
kill rp_lines, we do not need it when parsing an RCS file.

incendently, commit made using opencvs entirely.
with permission from deraadt@



CVS: cvs.openbsd.org: src

2009-03-30 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/03/30 18:32:26

Modified files:
sbin/disklabel : disklabel.8 

Log message:
Remove lies about and tweak descriptions of built-in label editor,
a.k.a. '-E'.

Feedback from otto@ jmc@



CVS: cvs.openbsd.org: src

2009-03-30 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2009/03/30 19:21:29

Modified files:
sys/net: if_pfsync.c if_pfsync.h 
usr.sbin/tcpdump: print-pfsync.c 

Log message:
do not include space in the end of the from for a hmac. after discussion
with deraadt@, mcbride@, and mpf@ it is obvious that a hmac doesnt make
sense for pfsync.

this also firms up some of the input parsing so it handles short frames a
bit better.



CVS: cvs.openbsd.org: src

2009-03-30 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2009/03/30 19:22:41

Modified files:
sbin/disklabel : disklabel.c 

Log message:
Tweak comment to remove discussion of now non-existant 2 stage
boot loaders and update list of NUMBOOT0 archs.

ok deraadt@



CVS: cvs.openbsd.org: src

2009-03-30 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2009/03/30 19:31:26

Modified files:
sys/net: route.h 
sbin/dhclient  : dhclient.c 

Log message:
claudio has spent too much time with the mbuf macros.

switch the rtsocket message filter specification so you can or the macros
converting the routing socket message types into the mask used by the
filter. ie:

-   ROUTE_SETFILTER(rtfilter, RTM_NEWADDR);
-   ROUTE_SETFILTER(rtfilter, RTM_DELADDR);
-   ROUTE_SETFILTER(rtfilter, RTM_IFINFO);
-   ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE);
+   rtfilter = ROUTE_FILTER(RTM_NEWADDR) | ROUTE_FILTER(RTM_DELADDR) |
+   ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_IFANNOUNCE);

there's a manpage change coming.

ok claudio@



CVS: cvs.openbsd.org: src

2009-03-30 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2009/03/30 19:37:33

Modified files:
share/man/man4 : route.4 

Log message:
document the changes to the route filter API. basically:

-ROUTE_SETFILTER(rtfilter, RTM_IFINFO);
-ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE);
+rtfilter = ROUTE_FILTER(RTM_IFINFO) |
+ROUTE_FILTER(RTM_IFANNOUNCE);

poked by claudio@



CVS: cvs.openbsd.org: www

2009-03-30 Thread Nick Holland
CVSROOT:/cvs
Module name:www
Changes by: n...@cvs.openbsd.org2009/03/30 20:22:12

Modified files:
faq: upgrade45.html 

Log message:
clean up new user text, add a line that I find handy (and you might,
too...)



CVS: cvs.openbsd.org: www

2009-03-30 Thread Nick Holland
CVSROOT:/cvs
Module name:www
Changes by: n...@cvs.openbsd.org2009/03/30 20:26:04

Modified files:
faq: upgrade45.html 

Log message:
sysmerge and my patch file are not mutually exclusive at all, the
patchfile simplifies the sysmerge process to a degree (though I
ignore $OpenBSD$ lines, sysmerge doesn't...)



CVS: cvs.openbsd.org: www

2009-03-30 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2009/03/30 20:31:46

Modified files:
.  : 45.html 

Log message:
title song



CVS: cvs.openbsd.org: www

2009-03-30 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2009/03/30 20:38:51

Modified files:
.  : orders.html 
images : tshirt-23-s.gif 
Added files:
.  : older.html 

Log message:
A new streamlined order system which (hopefully) makes it easier for
people to choose from a variety of vendors, and thereby makes it more
profitable for many vendors to compete.  Older products are moved to
another page.