CVS: cvs.openbsd.org: src

2008-09-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 23:38:04 Modified files: lib/libssl/src/crypto/rand: rand_unix.c Log message: use one call to arc4random_buf() instead of lots of arc4random()

CVS: cvs.openbsd.org: src

2008-09-09 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 20:11:32 Modified files: sys/dev/pci/drm: ati_pcigart.c Log message: 40-bit GART support for PCIE devices. From drm git a while ago. Tested by a few, no regressions for normal use.

CVS: cvs.openbsd.org: src

2008-09-09 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 20:09:56 Modified files: sys/dev/pci/drm: drm_context.c drmP.h Log message: Kill the max_context member of the softc, it does nothing useful.

CVS: cvs.openbsd.org: src

2008-09-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 18:32:03 Modified files: sbin/pfctl : parse.y Log message: do not try to print $$ when it has not been set

CVS: cvs.openbsd.org: src

2008-09-09 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 18:22:49 Modified files: usr.sbin/dhcpd : options.c Log message: bzero' the option buffer with the correct buffer size. this fixes incomplete buffer initialization and possible incorrect option h

CVS: cvs.openbsd.org: src

2008-09-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 16:22:30 Modified files: share/man/man4 : malo.4 Log message: SparkLAN WCFM-100 reported to work by Bryan Vyhmeister.

CVS: cvs.openbsd.org: src

2008-09-09 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 15:02:06 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_drv.c Log message: Kill some stupid agp api wrapper functions, just use the agp api directly. While i'm here, factor out some

CVS: cvs.openbsd.org: src

2008-09-09 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 14:45:23 Modified files: sbin/ifconfig : ifconfig.c Log message: fix printing by group name (eg. ifconfig em), do not abort in the initial getinfo(), and remove a few superfluous warnings there.

CVS: cvs.openbsd.org: src

2008-09-09 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 14:42:55 Modified files: include: math.h lib/libm : Makefile Added files: lib/libm/src : w_gammaf.c w_gammaf_r.c w_lgamma.c w_lgammaf.c Log message: sigh, gamma g

CVS: cvs.openbsd.org: src

2008-09-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 12:17:47 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.land

CVS: cvs.openbsd.org: www

2008-09-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: [EMAIL PROTECTED] 2008/09/09 10:53:58 Modified files: . : orders.html Log message: enable euro orders

CVS: cvs.openbsd.org: src

2008-09-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 09:47:15 Modified files: share/man/man4 : pflow.4 Log message: clarify mtu setting, pt out by theo

CVS: cvs.openbsd.org: src

2008-09-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 09:46:17 Modified files: share/man/man4 : Makefile Log message: pflow.4

CVS: cvs.openbsd.org: src

2008-09-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 09:40:54 Modified files: share/man/man4 : Makefile Log message: Hook up auacer.4 here. Reminded by [EMAIL PROTECTED]

CVS: cvs.openbsd.org: src

2008-09-09 Thread Marco Pfatschbacher
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 09:26:12 Modified files: sys/netinet: tcp_input.c Log message: The pf state to pcb linking code change didn't account for the TIME_WAIT socket recycling code to redo the pcb lookup w/out reset

CVS: cvs.openbsd.org: src

2008-09-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 08:04:09 Modified files: sys/conf : GENERIC Log message: actually enable pflow

CVS: cvs.openbsd.org: src

2008-09-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 08:00:51 Modified files: sbin/ifconfig : ifconfig.8 Log message: document pflow stuff, Joerg Goltermann <[EMAIL PROTECTED]> with some changes by me (I am sure jmc will make this even betterer)

CVS: cvs.openbsd.org: src

2008-09-09 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 07:56:39 Modified files: sbin/ifconfig : ifconfig.c sbin/pfctl : parse.y pf_print_state.c pfctl_parser.c sys/conf : files sys/net: if_types.h pf.c pfvar

CVS: cvs.openbsd.org: src

2008-09-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/09/09 01:22:39 Modified files: share/man/man3 : sysexits.3 Log message: style(9) does not recommend sysexits, so don;t claim it does; also swap the style Xr for _exit(2); prodded by two PRs from FreeBS