In message <[EMAIL PROTECTED]> Matthew Jacob writes:
: date: 2001/04/07 23:48:46; author: gallatin; state: Exp; lines: +5 -4
: date: 2000/04/29 20:47:07; author: jlemon; state: Exp; lines: +111 -146
:
: How can this heappen?
By staggering the commits by 1 year.
Wanrer
To Unsubscribe: sen
*SMACK*
(sorry, whimper)
my eyes are going bad on me... I saw this as a checkin 4/29 of this year
followed by a checkin of 4/7... sorry...
On Tue, 31 Jul 2001, Joseph Mallett wrote:
> How can what happen? looks fine to me.
>
> On Mon, Jul 30, 2001 at 10:15:08PM -0700, Matthew Jacob wrote:
>
How can what happen? looks fine to me.
On Mon, Jul 30, 2001 at 10:15:08PM -0700, Matthew Jacob wrote:
>
>
> In a file on freefall, I see:
>
>
> revision 1.6
> date: 2001/04/07 23:48:46; author: gallatin; state: Exp; lines: +5 -4
> fix cd9660 to work on files lar
In a file on freefall, I see:
revision 1.6
date: 2001/04/07 23:48:46; author: gallatin; state: Exp; lines: +5 -4
fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak
cdboot on alphas (which has been broken since just after 4.0-RELEASE)
subm
I just wanted to see if this can get committed. I have been using it with no
problems and it makes some programs work a little nicer for those of us with
ac'97 cards (notably xmms)
It is a simple one line patch.
Would be nice if this could make it to 4.4-RELEASE...
James
To Unsubscribe: send
when i try to install bsd it will never install
"bin\directory" it says like error writing
bin\directory (-0 bytes of 26"
bytes)
Quoth Jim Bryant on Sat, Jul 28, 2001:
> FreeBSD and GNU tar will not restore correctly to HP-UX, but dump/restore does work
>fine.
But POSIX tar (pax -x ustar) and GNU tar will not restore each
other's archives correctly, if said archives have long filenames.
However, dump and tar should be use
Please review and test the following patch. It adds cloning support to
vlan devices and allows loading and unloading of VLAN support. The
downside of the this loadability is that it currently appears to require
enabling VLAN support on NICs that support it all the time which I am
concerned may h
On 30-Jul-01 John Baldwin wrote:
> I have a patch to close some races with receiving AST's while handling other
> AST's. Unfortunately due to my office being moved all my test machines are
> unavailable at the moment, so I'd like people to test it for me on SMP
> machines
> and alpha. I'll incl
Cardbus is only supported in FreeBSD-CURRENT. It may never be ported to
4.x
Ken
On Mon, 30 Jul 2001, Rich Neswold wrote:
> Hello,
>
> We have a few Dell laptops that came with the 3C-575BT ethernet cards. I
> was curious about the status of cardbus support under FreeBSD. I couldn't
> find a Ca
Hello,
We have a few Dell laptops that came with the 3C-575BT ethernet cards. I
was curious about the status of cardbus support under FreeBSD. I couldn't
find a CardBus project page from the Home Page.
There are CardBus-related files in our 4.3 source tree, but they don't seem
to be included in
On Mon, Jul 30, 2001 at 11:50:18AM -0700, Hans Zaunere wrote:
> Hello,
>
> I'm looking to access kernel messages directly from
> the kernel, and not through syslog if I can help it.
Look at how syslogd does it.
Kris
PGP signature
* Steven Ames <[EMAIL PROTECTED]> [010730 16:04] wrote:
>
> - Original Message -
> From: "Alfred Perlstein" <[EMAIL PROTECTED]>
> > * Jaye Mathisen <[EMAIL PROTECTED]> [010730 15:21] wrote:
> > >
> > > 2 500+GB FS's, both filled completely.
> > >
> > > Filesystem 1K-bloc
* Alfred Perlstein <[EMAIL PROTECTED]> [010730 16:01] wrote:
[re: speeding up freeing of space when using softupdates]
>
> If you want to accellerate the release of blocks issue a couple
> of sync(1) commands:
>
> sync;sync;sync;
>
> which will 'accelerate' the free'ing of space, actually it wi
- Original Message -
From: "Alfred Perlstein" <[EMAIL PROTECTED]>
> * Jaye Mathisen <[EMAIL PROTECTED]> [010730 15:21] wrote:
> >
> > 2 500+GB FS's, both filled completely.
> >
> > Filesystem 1K-blocks UsedAvail Capacity
Mounted on
> > /dev/twed3d
* Jaye Mathisen <[EMAIL PROTECTED]> [010730 15:21] wrote:
>
> 2 500+GB FS's, both filled completely.
>
> Filesystem 1K-blocks UsedAvail Capacity Mounted on
> /dev/twed3d 524698116 524697730 386 100%/d/d0
> /dev/twed4d 524698
are you sure you actually deleted anything in /d/d0?
dot files?
On Mon, 30 Jul 2001, Jaye Mathisen wrote:
>
> 2 500+GB FS's, both filled completely.
>
> Filesystem 1K-blocks UsedAvail Capacity Mounted on
> /dev/twed3d 524698116 524697730 386 1
2 500+GB FS's, both filled completely.
Filesystem 1K-blocks UsedAvail Capacity Mounted on
/dev/twed3d 524698116 524697730 386 100%/d/d0
/dev/twed4d 524698116 524502226 195890 100%/d/d1
newsfeed-inn# rm -f /d/d?/*
new
I have a patch to close some races with receiving AST's while handling other
AST's. Unfortunately due to my office being moved all my test machines are
unavailable at the moment, so I'd like people to test it for me on SMP machines
and alpha. I'll include it below, but my mailer may mangle it, s
Hello,
I'm looking to access kernel messages directly from
the kernel, and not through syslog if I can help it.
When I try to open("/dev/klog", O_RDONLY); I get the
error "Device busy". How can I open this file? Or
are there any other ways of getting at this data?
When I try to open /dev/lo
On Mon, 30 Jul 2001 09:04:06 MST, John Polstra wrote:
> OK, sounds good to me. In your private mail you seemed to be asking
> why only the debugging symbols are stripped from the kernel instead
> of stripping all symbols.
In that case, any objections to the patch I posted? :-)
Ciao,
Sheldon.
On Mon, Jul 30, 2001 at 08:46:01AM -0700, Jordan Hubbard wrote:
> From: "David O'Brien" <[EMAIL PROTECTED]>
> Subject: [PATCH] reduce text(code) size and improve clarity of pkg_add
> Date: Fri, 27 Jul 2001 21:44:12 -0700
>
> > I'd like to apply this patch to pkg_add which reduces the amount of co
On 28-Jul-01 David O'Brien wrote:
> I'd like to apply this patch to pkg_add which reduces the amount of code
> the compiler generates, and improves the clarity of the code.
>
> 1. s_strl* is obvious some form of "safe" strl{cpy,cat}. But *WHAT*
>does it make "safe"? Isn't obvious w/o havin
In article <[EMAIL PROTECTED]>,
Sheldon Hearn <[EMAIL PROTECTED]> wrote:
> On Sun, 29 Jul 2001 14:26:41 MST, John Polstra wrote:
>
> > I don't understand what this has to do with how the kernel is
> > stripped.
>
> The current modules build attached to buildkernel doesn't generate
> modules wit
On Sun, Jul 29, 2001 at 02:59:17PM -0700, Kris Kennaway wrote:
> > 1. s_strl* is obvious some form of "safe" strl{cpy,cat}. But *WHAT*
> >does it make "safe"? Isn't obvious w/o having to track down the
> >s_strl{cat,cpy} function definitions.
>
> I now think these should be macros which
From: "David O'Brien" <[EMAIL PROTECTED]>
Subject: [PATCH] reduce text(code) size and improve clarity of pkg_add
Date: Fri, 27 Jul 2001 21:44:12 -0700
> I'd like to apply this patch to pkg_add which reduces the amount of code
> the compiler generates, and improves the clarity of the code.
As the
Title: Get Acceess to 10 Sites For $1.99 Only !!!
Do not miss out on the opportunity
to get a full week of access to 8 websites for the amazing low price of only
$1.99,
including Big Tit Fantasies - The Ultimate Tit Lover's Paradise!
You could search the internet for mont
In message <[EMAIL PROTECTED]> Rohit Grover writes:
: I made a mistake while modifying my /etc/rc.conf. I forgot to
: put the terminating quote for a string. Now, my machine fails to boot
: correctly. Upon boot, it gives me an option to launch a shell to
: correct the problem. Interestingly, / is
Dear Ladies & Gentlemen,
Welcome to the GREATEST SEX SHOW on the ENTIRE NET !
We now offer you to ENTER to world´s No.1 voted SEX-SERVER on the WEB !
By far the largest and most incredible content of LIVE SEX is now served to users
WORLDWIDE!
EVERYTHING is offered 100% ANONOMOUSLY & you don´
Dear Ladies & Gentlemen,
Welcome to the GREATEST SEX SHOW on the ENTIRE NET !
We now offer you to ENTER to world´s No.1 voted SEX-SERVER on the WEB !
By far the largest and most incredible content of LIVE SEX is now served to users
WORLDWIDE!
EVERYTHING is offered 100% ANONOMOUSLY & you don´
Hello,
I don't think this is the right mailing list for your question, direct it
to -questions, But, here's how to fix it anyway:
1. mount -ahw
>Delivered-To: [EMAIL PROTECTED]
>Delivered-To: [EMAIL PROTECTED]
>From: Rohit Grover <[EMAIL PROTECTED]>
>Organization: Panasas Inc.
>Date: Mon, 30 Jul
Rohit,
"mount -a" will mount your filesystems read-write. Or just "mount /" to
remount the / filesystem read-write, if you prefer. In the future, please
send questions like this to [EMAIL PROTECTED]
Brian
--
Brian Buchanan [EMAIL PROTECTED]
---
Hello,
I made a mistake while modifying my /etc/rc.conf. I forgot to
put the terminating quote for a string. Now, my machine fails to boot
correctly. Upon boot, it gives me an option to launch a shell to
correct the problem. Interestingly, / is mounted as read-only and so
I cannot correct /etc/rc
* Walter C. Pelissero <[EMAIL PROTECTED]> [010730 15:15]:
> As suggested it was a problem with the new polling mode.
> Assigning an interrupt to the pcic0 controller solved the problem.
> Thanks to Warner Losh and Ian Dowse.
Worked for my picturebook as well. Even the problem with [(null)] [(nul
Hello-
Has anyone succeded in compiling the RXTX package v1.5.4 with the
linux-jdk1.3.1 installed on a FreeBSD 4.3-Stable system ?
This is the output I receive, after running ./configure
--- snip ---
adjusted java.home is /usr/local/linux-jdk1.3.1
checking os.name Linux
checking os.arch i386
As suggested it was a problem with the new polling mode.
Assigning an interrupt to the pcic0 controller solved the problem.
Thanks to Warner Losh and Ian Dowse.
--
walter pelissero
http://www.pelissero.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the
In message <[EMAIL PROTECTED]> "Walter C. Pelissero" writes:
: Having recently upgraded from 4.0 to 4.3 on my laptop I've noticed
: that PCMCIA insertion and extraction doesn't work as it used to.
It should.
: The system (Vaio PCG-XG9) just freezes. Some time I'm able to rescue
: the situation
37 matches
Mail list logo