On Sun, Nov 15, 2009 at 05:48:50PM +0100, Thomas Pfaff wrote:
> On Fri, 13 Nov 2009 13:09:55 -0700 (MST)
> Jonathan Gray wrote:
>
> > CVSROOT:/cvs
> > Module name:src
> > Changes by: j...@cvs.openbsd.org2009/11/13 13:09:55
> >
> > Modified files:
> > sbin/ipsecctl : pfkdump.
On Fri, 13 Nov 2009 13:09:55 -0700 (MST)
Jonathan Gray wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: j...@cvs.openbsd.org2009/11/13 13:09:55
>
> Modified files:
> sbin/ipsecctl : pfkdump.c
> usr.sbin/relayctl: parser.c parser.h
> usr.sbin/dvmrpctl: pars
> > Log message:
> > athn(4), a driver for Atheros 802.11a/g/n devices.
> > written from scratch based on the vendor driver for Linux (ath9k).
> > AR9285 and AR9287 parts are 100% untested.
> > only basic functionnalities are enabled for now.
> >
> > committed over an AR9281.
> >
> > "commit" der
On Sat, Nov 14, 2009 at 09:55:12AM -0700, Damien Bergamini wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: dam...@cvs.openbsd.org 2009/11/14 09:55:11
>
> Modified files:
> share/man/man4 : Makefile
> sys/conf : files
> sys/arch/i386/conf: GENERIC
>
On 14 November 2009 G. 19:55:12 Damien Bergamini wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: dam...@cvs.openbsd.org 2009/11/14 09:55:11
>
> Modified files:
> share/man/man4 : Makefile
> sys/conf : files
> sys/arch/i386/conf: GENERIC
> sys/arch/amd6
| > Log message:
| > athn(4), a driver for Atheros 802.11a/g/n devices.
| > written from scratch based on the vendor driver for Linux (ath9k).
| > AR9285 and AR9287 parts are 100% untested.
| > only basic functionnalities are enabled for now.
|
| Cool! Cool, cool, cool! One question (hope it is wo
On Tue, Nov 10, 2009 at 1:50 PM, Joel Sing wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: js...@cvs.openbsd.org 2009/11/10 08:50:10
>
> Modified files:
>sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 files.sgi
>sys/arch/sgi/pci: iocreg.h
>share/man/ma
Quoting Constantine A. Murenin ([EMAIL PROTECTED]):
> Shouldn't these functions be named timeout_add_{s,us,ns}? The SI unit
> for second is s, microsecond/nanosecond is us/ns, and these are widely
> used in other tools like traceroute and systat sensors display. Why
> deviate with non-standard half
sys/time.h
/*
* Structure returned by gettimeofday(2) system call,
* and used in other calls.
*/
struct timeval {
longtv_sec; /* seconds */
longtv_usec;/* and microseconds */
};
/*
* Structure defined by POSIX.1b to be like a timeval.
*/
struct timespe
On 30/07/2008, Michael Knudsen <[EMAIL PROTECTED]> wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: [EMAIL PROTECTED] 2008/07/30 13:41:32
>
> Modified files:
> share/man/man9 : timeout.9
>
> Log message:
> In the .Fn entries for timeout_add_usec/nsec, don't ca
Oops forgot to mention the biggest help I got. djm had the great idea
of immutable portions of metadata and helped me a lot writing down the
new format. Thanks mate :-)
On Sat, Jul 19, 2008 at 04:41:58PM -0600, Marco Peereboom wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAI
On Fri, Jul 18, 2008 at 07:38:40AM -0600, Thordur I. Bjornsson wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/18 07:38:40
>
> Modified files:
> sys/dev/pci: if_vr.c if_vrreg.h
>
> Log message:
> o Use mbufs, for the RX ring, instead of m
On Sat, Jul 19, 2008 at 04:52:32AM -0600, Reyk Floeter wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/19 04:52:32
>
> Modified files:
> usr.sbin/relayd: check_icmp.c control.c hce.c parse.y pfe.c
>relayd.conf.5 relayd.
Vous m'avez dit ricemment :
> Anyone know why this does not seem to be on the anoncvs servers yet?
well for sure, I saw it. Which branch are you tracking ?
--
Mathieu
Anyone know why this does not seem to be on the anoncvs servers yet?
On Tue, 2008-07-08 at 20:47 -0600, Brad Smith wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/08 20:47:03
>
> Modified files:
> sys/arch/i386/pci: auglx.c
>
> Log message:
On 2008/07/17 02:14, Stuart Henderson wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/17 02:14:25
>
> Modified files:
> sbin/ifconfig : ifconfig.c
>
> Log message:
> Pasto in error message for setspppkey()
> ok mbalmer@
and henning and miod
On Mon, 14 Jul 2008, Damien Miller wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/14 20:23:14
>
> Modified files:
> usr.bin/ssh: sftp.1
>
> Log message:
> number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov
s/not
Amazing coincidence, this also fixes a problem with qemu usb umass devices.
Try 'qemu -usb ..' '(qemu) usb_add disk:filename' and the vendor/product id
are both zero. With this diff, qemu usb disks are now visible. Thanks!
--
Todd Fries .. [EMAIL PROTECTED]
___
On Fri, Jul 11, 2008 at 09:56:14PM +0200, Marc Balmer wrote:
> * Bret Lambert wrote:
> > CVSROOT:/cvs
> > Module name:src
> > Changes by: [EMAIL PROTECTED] 2008/07/11 08:18:39
> >
> > Modified files:
> > sys/sys: timeout.h
> > sys/kern : kern_timeout.c
> >
* Bret Lambert wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/11 08:18:39
>
> Modified files:
> sys/sys: timeout.h
> sys/kern : kern_timeout.c
>
> Log message:
> Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can ad
* Marc Balmer wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/10 07:48:54
>
> Modified files:
> sys/dev/usb: ubt.c udcf.c uftdi.c
>
> Log message:
> Don't terminate the array of matching product/vendor IDs with { 0, 0 }
> when usb_lookup
On Tue, Jul 08, 2008 at 10:56:09AM -0500, Marco Peereboom wrote:
> How old was this bug again?
A very similar bug is in the yacc verison shipped with V6 UNIX, which
was released in 1975. For details, check undeadly.
-Otto
How old was this bug again?
On Tue, Jul 08, 2008 at 09:06:50AM -0600, Otto Moerbeek wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/08 09:06:50
>
> Modified files:
> usr.bin/yacc : skeleton.c
>
> Log message:
> Fix an venerable bug: if we'
On Tue, Jul 08, 2008 at 09:06:50AM -0600, Otto Moerbeek wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [EMAIL PROTECTED] 2008/07/08 09:06:50
>
> Modified files:
> usr.bin/yacc : skeleton.c
>
> Log message:
> Fix an venerable bug: if we're reducing a rule that has
24 matches
Mail list logo