Re: cvs commit: src/usr.bin/find find.1 find.h function.c option.c

2006-04-05 Thread Pawel Worach
On 4/3/06, Ceri Davies <[EMAIL PROTECTED]> wrote: > ceri2006-04-03 20:36:37 UTC > > FreeBSD src repository > > Modified files: > usr.bin/find find.1 find.h function.c option.c > Log: > Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to > work with the

Re: cvs commit: src/sys/dev/mpt mpt.h mpt_cam.c mpt_debug.c mpt_raid.c

2006-05-26 Thread Pawel Worach
On 5/26/06, Matt Jacob <[EMAIL PROTECTED]> wrote: mjacob 2006-05-26 05:54:21 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.h mpt_cam.c mpt_debug.c mpt_raid.c Log: Get most of the way back to having Integrated Mirroring work again- the addition of target mode s

Re: cvs commit: src/sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c g_eli_integrity.c g_eli_key.c g_eli_privacy.c

2006-06-06 Thread Pawel Worach
Pawel Jakub Dawidek wrote: pjd 2006-06-05 21:38:54 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c g_eli_key.c Added files: sys/geom/eli g_eli_integrity.c g_eli_privacy.c Log: Implement data integrity verification

Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c

2006-09-07 Thread Pawel Worach
Andre Oppermann wrote: andre 2006-09-06 22:07:14 UTC FreeBSD src repository Modified files: sbin/ifconfigifconfig.8 ifconfig.c Log: Make TSO (TCP segmentation offload) capabilities visible and accessible with 'ifconfig em0 tso' and 'ifconfig em0 -tso'. TSO for IPv

Re: cvs commit: src/crypto/openssh - Imported sources

2006-09-30 Thread Pawel Worach
Dag-Erling Smorgrav wrote: des 2006-09-30 13:30:01 UTC FreeBSD src repository src/crypto/openssh - Imported sources Update of /home/ncvs/src/crypto/openssh In directory repoman.freebsd.org:/tmp/cvs-serv65300 Log Message: Vendor import of OpenSSH 4.4p1. Hi, Seems li

Re: cvs commit: src/crypto/openssh - Imported sources

2006-09-30 Thread Pawel Worach
Pawel Worach wrote: Dag-Erling Smorgrav wrote: des 2006-09-30 13:30:01 UTC FreeBSD src repository src/crypto/openssh - Imported sources Update of /home/ncvs/src/crypto/openssh In directory repoman.freebsd.org:/tmp/cvs-serv65300 Log Message: Vendor import of OpenSSH 4.4p1

Re: cvs commit: src/gnu/usr.bin/gdb Makefile

2006-10-31 Thread Pawel Worach
John-Mark Gurney wrote: jmg 2006-10-21 17:27:36 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb Makefile Log: Turn on gdbserver for the arch that supports it.. Guess is should be removed from ObsoleteFiles.inc for i386 then. --- ObsoleteFiles.inc.orig

Re: cvs commit: src/sys/dev/em if_em.c

2006-11-01 Thread Pawel Worach
On 10/31/06, John Baldwin <[EMAIL PROTECTED]> wrote: jhb 2006-10-31 17:21:15 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Allocate receive and transmit data structures during attach() and free them Could this be related? em0: port 0x2540-0

Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/

2008-05-22 Thread Pawel Worach
On Tue, Apr 29, 2008 at 11:36 PM, Sam Leffler <[EMAIL PROTECTED]> wrote: > sam 2008-04-29 21:36:17 UTC > > FreeBSD src repository > > Added files: >sys/modules/iwn Makefile > Log: > Intel 4965 wireless driver (derived from openbsd driver of the same name) > If using the modu

Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kernel kernel_symlink src/share/man/man5 rc.conf.5

2008-08-19 Thread Pawel Worach
David E. O'Brien wrote: obrien 2008-08-19 14:23:31 UTC FreeBSD src repository Modified files: etc/defaults rc.conf share/man/man5 rc.conf.5 Added files: etc/rc.d kernel_symlink Removed files: etc/rc.d kernel Log: SVN re

Re: cvs commit: src ObsoleteFiles.inc UPDATING src/share/man/man4 ath.4 ieee80211.4 wi.4 src/share/man/man9 ieee80211_ioctl.9 src/tools/tools/tinybsd/conf/bridge tinybsd.basefiles src/tools/tools/tiny

2007-07-01 Thread Pawel Worach
Andrew Thompson wrote: thompsa 2007-07-01 10:25:07 UTC Log: Remove wicontrol(8) from the base system. Using wicontrol to configure an The manpage is obsolete too. --- /usr/src/ObsoleteFiles.inc 2007-07-01 20:39:14.0 +0200 +++ ObsoleteFiles.inc 2007-07-01 20:47:59.

Re: cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/conf NOTES files options src/sys/kern init_sysent.c syscalls.c syscalls.master systrace_args.c uipc_syscalls.c src/sys/net rtsock.c src

2006-11-03 Thread Pawel Worach
Randall Stewart wrote: rrs 2006-11-03 15:23:16 UTC FreeBSD src repository Modified files: ... Log: Ok, here it is, we finally add SCTP to current. Note that this Hi, sctp_asconf.c and sctp6_usrreq.c don't build because __FBSDID macro is defined in sys/cdefs.h so that needs

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-16 Thread Pawel Worach
On 11/15/06, John Baldwin <[EMAIL PROTECTED]> wrote: jhb 2006-11-15 20:04:57 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c sys/dev/em if_em.c if_em.h sys/dev/mpt mpt.h mpt_pci.c Log: Add MSI support to em(4), bce(4), and mpt(4).

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-16 Thread Pawel Worach
On 11/16/06, John Baldwin <[EMAIL PROTECTED]> wrote: On Thursday 16 November 2006 13:36, Pawel Worach wrote: > On 11/15/06, John Baldwin <[EMAIL PROTECTED]> wrote: > > jhb 2006-11-15 20:04:57 UTC > > > > FreeBSD src repository > >

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-18 Thread Pawel Worach
Pawel Worach wrote: So em triggered an interrupt and you got an NMI out of it instead. What does 'show lapic' show? db> show lapic lapic ID = 0 version = 1.4 max LVT = 5 SVR = ff (enabled) TPR = 00 In-service Interrupts: TMR Interrupts: IRR Interrupts: I reverte

Re: cvs commit: ports/deskutils/abacus Makefile

2006-11-26 Thread Pawel Worach
Dirk Meyer wrote: dinoex 2006-11-26 19:50:30 UTC FreeBSD ports repository Modified files: deskutils/abacus Makefile Log: - pass LDFLAGS to Makefile Revision ChangesPath 1.27 +1 -0 ports/deskutils/abacus/Makefile The first assignment of MAKE_ENV h

Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_read.3 archive_write.3 archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_open_filename.c archive_write_op

2007-01-01 Thread Pawel Worach
Tim Kientzle wrote: kientzle2006-11-26 19:00:50 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in archive_read.3 archive_write.3 archive_write.c archive_write_open_fd.c

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-16 Thread Pawel Worach
Dag-Erling Smørgrav wrote: "M. Warner Losh" <[EMAIL PROTECTED]> writes: Plus there was a very long, very heated thread about removing _ as a valid name years ago. Have conditions changed since then? Frankly, I'd like to have seen a change like this discussed more widely. There was much debate