Good points, glad to see the usual FreeBSD approach of allowing
only the best into the code ;)
Some sort of wrapper makes perfect sense for the sendmail option -
I did think of this, but your right, it is best to assume the
"user-friendly" approach
and not give users tweaking to do out of the box
I'd think id(1) would be a more proper place, as it already knows how to
format various passwd(5) and group(5) information.
How about the attached patch? (and I'm probably starting another of those
bikesheds as to whether new options should be added to existing utilities..)
G'luck,
Peter
--
T
http://www.suse.de/~bastian/Export/linking.txt
Has anyone done a comparative study ?
-Arun
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(I attempted to post this to freebsd-hackers once before, but for
some reason, my attempt hadn't made it to the list, so I swapped to a
different e-mail account and posted this once again.)
I've recently reverse engineered a small piece of hardware,
Makoto MATSUSHITA wrote:
>
> tlambert2> FWIW: This breaks if you have updated your C++ compiler,
> tlambert2> since the .mk files incorrectly override the paths for
> tlambert2> thing like the RTTI header files and the CRT0 stuff...
>
> We have chroot(8) already, no problems:) Perhaps the origin
tlambert2> It still breaks. See bsd.orig.mk; you _can't_ use a
tlambert2> compiler other than one installed in the default location,
tlambert2> or it will override the compiler defaults which tell it
tlambert2> where the correct header and crt0 files live. Really.
???
If you run 'chroot /vol1
Yup, thats the sort of thing I meant.
Worthy of a review by any of the commiters?
I can remember a big thing going around about modifications
to existing programs a couple of weeks ago, this was not
intended to upset / annoy / start a flame war anyone! :)
Jamie
On 2001.05.09 15:37 Peter Pentch
On Wed, 9 May 2001, Ryan Dewalt wrote:
> I've recently reverse engineered a small piece of hardware, The
> 'Microsoft Sidewinder Strategic Commander" (MSSC hereafter).
What do you mean by "reverse-engineering"? I wrote a userland USB HID
driver using libusb for an experimental RTS game engine
hello there!
There is the following phrase in sysctl(3) manpage:
==
The system defines twenty (struct ctldebug) variables named debug0 through
debug19.
==
Though `sysctl debug | wc -l` shows 43 sysctl variables. And, I was unable
to locate definition of 'struct ctldebug' neither i
Terry Lambert <[EMAIL PROTECTED]> writes:
> It still breaks. See bsd.orig.mk; you _can't_ use a compiler
> other than one installed in the default location, or it will
> override the compiler defaults which tell it where the correct
> header and crt0 files live. Really.
So this breaks the C++ c
On Wednesday, 9 May 2001 at 10:40:50 +0530, Jayesh Krishna wrote:
> Hi guys...
> I am comfortable with Linux Device Drivers. Presently I am trying
> to write some pseudo-drivers in FreeBSD(4.2-Release). I tried out
> make_pseudo_driver.sh
> in the /usr/share/examples/drivers but it does not work
Hello,
Lately I have been reading about the work that is being done to support
kernel scheduled entities in FreeBSD. I am very anxious to look at the
code for this and see if I might be able to contribute anything to the
project. Although, it doesn't look like the code has been merged into
CURRENT
AFAIK, KSE is not started currently. you might have a look NetBSD,
there is a branch for SA project, it seems they changed proc to lwp.
many code has already been commited.
Regards,
David Xu
- Original Message -
From: Tim Wiess <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursda
OK, thanks. I'll check it out.
tim
On Thu, 10 May 2001, David Xu wrote:
> AFAIK, KSE is not started currently. you might have a look NetBSD,
> there is a branch for SA project, it seems they changed proc to lwp.
> many code has already been commited.
>
> Regards,
> David Xu
>
> - Origin
These 2 are from running it on each on the ide drives without vinum.
[root@gorbag /mnt1]# dd if=/dev/zero of=bigfile bs=16384k count=1000
1000+0 records in
1000+0 records out
16777216000 bytes transferred in 799.865832 secs (20975038 bytes/sec)
[root@gorbag /mnt2]# dd if=/dev/zero of=bigfile bs
[redirected to -questions]
On Wednesday, 9 May 2001 at 19:51:05 -0700, Dan Phoenix wrote:
>
>
> These 2 are from running it on each on the ide drives without vinum.
>
> [root@gorbag /mnt1]# dd if=/dev/zero of=bigfile bs=16384k count=1000
> 1000+0 records in
> 1000+0 records out
> 16777216000 byt
Any fdc driver gurus in the house?
I have a bunch of old floppy disks with some text files I'd like to
recover. Many of them have errors and are unreadable past a certain point
in the disk. Others I can't read from at all.
The ones I can't read, period, are all 1.44MB-size floppies. I've trie
> I have a bunch of old floppy disks with some text files I'd like to
> recover. Many of them have errors and are unreadable past a certain point
> in the disk. Others I can't read from at all.
>
> The ones I can't read, period, are all 1.44MB-size floppies. I've tried
> dd'ing from /dev/fd0c,
On Thu, 10 May 2001, Luigi Rizzo wrote:
:> I have a bunch of old floppy disks with some text files I'd like to
:> recover. Many of them have errors and are unreadable past a certain point
:> in the disk. Others I can't read from at all.
:>
:> The ones I can't read, period, are all 1.44MB-size
On Thu, 10 May 2001, Luigi Rizzo wrote:
> > I have a bunch of old floppy disks with some text files I'd like to
> > recover. Many of them have errors and are unreadable past a certain point
> > in the disk. Others I can't read from at all.
> >
> > The ones I can't read, period, are all 1.44MB-
On Wednesday, 9 May 2001 at 22:04:34 -0700, Brian W. Buchanan wrote:
> Any fdc driver gurus in the house?
>
> I have a bunch of old floppy disks with some text files I'd like to
> recover. Many of them have errors and are unreadable past a certain point
> in the disk. Others I can't read from a
Hi,
I am comfortable with Linux Device Drivers. Presently I am trying
to write some pseudo-drivers in FreeBSD(4.2-release). I tried out
make_pseudo_driver.sh
in the /usr/share/examples/drivers but it does not work :-( I also
went through the "FreeBSD Device Driver Writer's Guide" by Eric L.
H
22 matches
Mail list logo