Re: help

1999-09-09 Thread andrew
on the web? Thanks, Andrew (BTW you may have more luck posting sucha question on -questions) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: fifo buffer size

1999-09-22 Thread andrew
On Wed, 22 Sep 1999, Wayne Cuddy wrote: How can I tell how big fifo buffers are? limits.h I would guess...? #define_POSIX_PIPE_BUF 512 Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Corrupt File System

1999-09-25 Thread andrew
IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE ioctl (GCINFO): Inappropriate ioctl for device fsck: /dev/rvn0: can't read disk label Trying to mount /dev/vn0 Produces a file /mnt (not a directory) Any suggestions? Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Corrupt File System

1999-09-26 Thread andrew
harm than good... Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Corrupt File System

1999-09-27 Thread andrew
than 2Gb and so mmap fails. Any ideas? Thanks for all your help, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: Making a port kit

1999-01-16 Thread andrew
On Fri, 19 Nov 1999, Daniel O'Connor wrote: On 19-Nov-99 Wes Peters wrote: install -c -o root -g wheel -m 444 obliterate.8.gz /usr/local/man8 This should install to /usr/local/man/man8 ..and if the page is compressed already you need to set: MANCOMPRESSED= yes Andrew

Re: Why not gzip iso images?

2000-03-15 Thread andrew
to see compressed images available. How many FTP servers support on the fly gzipping and ungzipping? mirror.aarnet.edu.au does...perhaps a little note could be placed in .message to remind people to try it... Andrew (who is on 33.6 and dosnt even contemplate downloading ISO images) To Unsubscribe

Getting data from an inode

2000-03-23 Thread Andrew
of the archives reveals [EMAIL PROTECTED] wrote a program (icat) to do it but I cant track it down. It was suggested at the time that the functionality be merged into fsdb. Was it? Any ideas? Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

Re: Getting data from an inode

2000-03-23 Thread Andrew
= 854941684, st_lspare = 0, st_qspare = {0xf0696c00f02261b8, 0x}}}, inum=2) at main.c:412 Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Getting Data From Inodes (SOLVED)

2000-03-23 Thread Andrew
years ago according to the archives. Was it decided that this was a bad idea or did it just never get done? 4) why didn't I buy a tpe drive last time I had a disk fail... Thankyou again, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i

Re: FBSDBOOT.EXE, Vi and DosCMD.

2000-06-19 Thread andrew
vim which is in the ports collection. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: libc_r/_read(), should the errno be reset to 0?

2000-06-23 Thread andrew
On Fri, 23 Jun 2000, FengYue wrote: My question is, shouldn't it be reset to zero? From intro(2): Successful calls never set errno; once set, it remains until another error occurs. It should only be examined after an error. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED

RE: libc_r/_read(), should the errno be reset to 0?

2000-06-23 Thread andrew
it doesn't really matter whats in errno. Am I missing something? Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: libc_r/_read(), should the errno be reset to 0?

2000-06-23 Thread andrew
set errno. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: UFS inodes readig ...

2000-07-19 Thread andrew
On Wed, 19 Jul 2000, Dmitry samersoff wrote: Does anyone have simple code reading ufs partion inode-by-inode with inode description too? fsdb(8)? Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: How to generate a core dump explicily

2000-08-08 Thread andrew
On Tue, 8 Aug 2000, Nicolas Leonard wrote: I would like to generate a core dump 'explicitly' in my program. How can that be done ? Call abort(3) Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

libvgl and splitting the screen

2000-08-09 Thread andrew
/50 and I have no idea what it is but it can do 640x480 under X (using VGA16 and the 'generic' chipset). Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: libvgl and splitting the screen

2000-08-09 Thread andrew
Sorry to follow up on my own posting but this is under 4.1-STABLE as of last week. Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: libvgl: free(): warning: junk pointer, too high to make sense.

2000-08-12 Thread andrew
On Sat, 12 Aug 2000, Iain Templeton wrote: Hi Andrew :-) Hi Iain :-) marked above thats failing, because it is trying to free something at the address of VGLFont, which is a global array within libvgl.a. Yes that looks right. Using gdb on the program should make it possible to confirm

Re: [ccuzner@targetnet.com: msgget errors]

2000-08-31 Thread andrew
you run ipcs? If there are a lot of queues that probably aren't in use you can get rid of them with ipcrm -q id. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [ccuzner@targetnet.com: msgget errors]

2000-08-31 Thread andrew
Are message queues actually in your kernel? options SYSVMSG Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

libvgl: free(): warning: junk pointer, too high to make sense.

2000-08-12 Thread andrew
/fonts/ after uudecoding... BTW not all fonts in there have $FreeBSD$ lines...I'm not sure if thats deliberate or not... Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Information on make

2000-10-07 Thread andrew
On Sat, 7 Oct 2000, Gene Harris wrote: I wonder if someone could direct me to some readings on "make"? I have dusted /usr/share/doc/psd/12.make Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: How to sense DCD on serial port?

2000-10-19 Thread andrew
On Thu, 19 Oct 2000, Alexander Maret wrote: How can I sense the state of the DCD line that quick? I I'm not sure how quick it is but have you tried ioctl with an argument of TIOCMGET? See tty(4) for more details. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

RE: How to sense DCD on serial port?

2000-10-19 Thread andrew
ture? You could look at the source for various serial port related stuff such as cu and tip. You may even get some hints from looking at getty etc that handles serial logins. Perhaps the sio source might help as well. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Logging users out

2000-10-29 Thread andrew
of them it seems the best so far however. Does anyone have any suggestions or comments? Is there a "proper" way to do this? Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Logging users out

2000-10-30 Thread andrew
kill -signal `ps -axo user,pid | grep user | awk '{print $2}'` I only want to grab those on the one tty but thats an easy enough modification. c) /sbin/halt is pretty much guaranteed to do the trick ;-) but sadly rather intrusive on other ttys :-) Thanks for your help, Andrew To Unsubscribe:

bsd.prog.mk and /usr/local/include

2000-11-03 Thread andrew
up much however. /usr/share/mk/bsd.README refers to bsd.prog.mk (and others) including bsd.inc.mk. This doesn't seem to be the case anymore and in fact that file seems to nolonger exist. Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ha

vcount - only devices?

2000-11-04 Thread andrew
Hi, I'm just looking at vcount in sys/kern/vfs_subr.c. The comment says that it works on special devices. Does this mean it wont work if called on a vnode of a regular file? That seems unlikely but I've no idea what I'm doing in these regions of code either :-) Thanks, Andrew To Unsubscribe

Re: vcount - only devices?

2000-11-04 Thread andrew
to the vnode itself. The reason being that more than one vnode can reference the same file. Am I somewhat closer? Any release date for the Design of FreeBSD book yet? Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: vcount - only devices?

2000-11-04 Thread andrew
and it can be found at: http://www.ugh.net.au/~andrew/misc/vcount.9 Thanks for your time, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Logging users out

2000-11-04 Thread andrew
that vmin is set to zero to effect a timed poll via vtime). That seems to be a problem. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Logging users out

2000-11-04 Thread andrew
-s_leader-p_pid? Of course I could be wrong :-) Or you could just make revoke do its thing in the right order instead of the wrong order, I've been looking at that...but it takes a lot of looking it seems :-). I shall persevere. Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED

gdb threaded application

2000-11-05 Thread andrew
to program: /usr/home/andrew/work/msgs2/msgs, process 10063 Reading symbols from /usr/lib/libc_r.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. 0x280b7368 in _thread_sys_poll () from /usr/lib/libc_r.so.4 (gdb) n Single stepping until exit from function _thread_sys_poll, which has

Re: umask(2) and -Wconversion

2000-11-07 Thread andrew
bit int. OTH I could be wrong :-) I haven't looked at the gcc source. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: umask(2) and -Wconversion

2000-11-07 Thread andrew
o(int i) { } void bar(short i) { } When compiled with -Wconversion you get: test10.c: In function `main': test10.c:10: warning: passing arg 1 of `bar' with different width due to prototype Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: umask(2) and -Wconversion

2000-11-08 Thread andrew
to be emitted. Even if line 11 was func((short)0) then the 16 bit 0 would be promoted to a 32 bit 0 as its pushed on the stack and the same problem would occur. I think anyway...as I said earlier I haven't actually loooked at the gcc source. Andrew On Wed, 8 Nov 2000, Giorgos Keramidas wrote: Agreed

Re: programming: how to send signal to other program

2000-11-08 Thread andrew
On Thu, 9 Nov 2000, Tsang, Victor YF wrote: How can I send a signal (say, SIGUSR1) to another program with known pid? I used to do so in Solaris using sigsend() but this call seems not available in FreeBSD. kill(2) Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Hiding the cursor on the console

2000-11-21 Thread andrew
Hi, Is it possible to hide the (text) cursor when using syscons? There is no vi attribute defined for the cons25 termcap record...is this an oversite or is it not possible? Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i

Retrieving disk geometry

2003-06-03 Thread Andrew
for example). Is there a way around this? Thanks, Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

ugen example

2003-06-08 Thread Andrew
to I thought opened /dev/ugen?.? but I only have a /dev/ugen? device (I'm using -CURRENT and devfs). I'm guessing I'm on the track here so I wouldn't mind a pointer to an example or some documentation. Thanks for any help, Andrew ___ [EMAIL PROTECTED

Re: ugen example

2003-06-12 Thread Andrew
, Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ugen example

2003-06-12 Thread Andrew
On Thu, 12 Jun 2003, Bernd Walter wrote: Not all endpoints have to be available in the current configuration. If you show me the output for your device I can tell you what is available under which condition. Thanks, output below. Andrew -- DEVICE addr 2 DEVICE descriptor: bLength=18

non-32bit-relocation

2003-06-27 Thread Andrew
says, when using -f elf, that it does not support non-32-bit relocations. Ok, I'm not an assembly expert and less familiar with 'elf' so I need some help. The instructions were mov es, seg buffer mov bx, [buffer] int 13h. Can anyone tell me how to do this on a FreeBSD machine? Thanks. Andrew

select, sendto and ENOBUFS

2004-02-10 Thread Andrew
a bug however the bug may well be mine... Does anyone have any ideas? Thanks, Andrew do { printf(waiting on socket\n); FD_ZERO(fdset); FD_SET(s, fdset); if (select(s + 1, NULL, fdset, NULL, NULL) == -1) { warn(select); return 0; } } while (! FD_ISSET(s, fdset

Re: select, sendto and ENOBUFS

2004-02-10 Thread Andrew
On Tue, 10 Feb 2004, Andrew wrote: I have a problem with sendto returning an error and setting errno to ENOBUFS however I am calling select first to make sure the fd is writeable (see below for code). s is a raw socket and the data I'm I see something similar has actually been discussed

programming question: u_char vs. uint32_t

2006-05-04 Thread Andrew
on a 32 bit machine? Thanks, Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: programming question: u_char vs. uint32_t

2006-05-04 Thread Andrew
On Thu, 2006-05-04 at 18:03 -0700, John-Mark Gurney wrote: Andrew wrote this message on Thu, May 04, 2006 at 19:57 -0500: I'm reading through /usr/src/sys/dd/dd.h, and I noticed the following lines: 39 u_char *db;/* buffer address */ 40 u_char *dbp

Coding question: finding the size of a block device

2006-06-22 Thread Andrew
compatible function that will allow me to check the size of a given block device? Thanks, -Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: starting a program on a given ttyv

2002-08-22 Thread Andrew
On Wed, 21 Aug 2002, bruno schwander wrote: any suggestions ? watch or a shared screen could do it...both a bit dodgy though. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Reading from an OS-X HFS disk drive ?

2002-11-25 Thread Andrew
not sure if there are any tools to read it (although you might be able to make your own using some of the stuff from Darwin). You will also see it reffered to (as it says in the ReadMe) as MacOS Extended. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers

Re: Perl issue on freebsd 4.x?

2002-12-19 Thread Andrew
/bin/perl -w use Sys::Syslog qw(:DEFAULT setlogsock); setlogsock('unix'); openlog('test', 'pid', 'local0'); syslog('notice', 'testing'); closelog(); Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Perl issue on freebsd 4.x?

2002-12-20 Thread Andrew
On Fri, 20 Dec 2002, Leo Bicknell wrote: For some reason perl has chosen the opposite behavior as the default, This is to maintain historical behaviour. Sys::Syslog never used to know how to do unix sockets at all so to not change behaviour of old scripts inet had to be the default. Andrew

Re: SORRY/thanks

2002-12-26 Thread Andrew
and see where the mail was delayed... Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

key=value in rc.conf (was Re: Reading rc.conf from C programs?)

2003-01-02 Thread Andrew
line or 2 to read in defaults/rc.conf first. That way shell scripts needing to parse rc.conf call upon a tool to do it in the same way as C programs are having to. From that point on rc.conf can be key=value pairs only. Would this solve everyones problems or am I overlookign something? Andrew

Re: Anyone where to get a signed SSL certificate cheap?

2003-02-05 Thread Andrew
://www.cacert.org/? Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: interesting open() issue

2002-01-16 Thread Andrew
to the permissions on /tmp and the BSD/SysV family differences. This is documented in a man page somewhere I think although I can't find it ATM. It is however documented in APUE. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Routing Socket and New Addresses

2002-01-27 Thread Andrew
On Wed, 23 Jan 2002, Andrew wrote: configured I get a RTM_NEWADDR message. The bit I'm confused with is the struct sockaddr associated with RTA_IFA (that I assumed would hold the IP of the interface) has an sa_family value of AF_IMPLINK. If I cast it to a struct sockaddr_in then s_addr

Re: Routing Socket and New Addresses

2002-01-27 Thread Andrew
On Sun, 27 Jan 2002, Andrew wrote: but it seems that if I don't read the packet with one read call then the packet is lost. Is this correct behaviour? I guess if the buffer is small Well it seems that if you dont get the entire packet in one read it is lost forever. It also seems

Re: Routing Socket and New Addresses

2002-01-28 Thread Andrew
: Reading and Writing). I can't find any mention of this behaviour in either place mind you. Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: shell scripts that hang around forever

2002-01-29 Thread Andrew
On Sun, 27 Jan 2002, Dan Langille wrote: Folks: have a look at this FreshPorts shell script and let me know if there is a better way to do this. You could avoid polling (at the expense of a fork) by using wait_on (PR #34414). Andrew To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Keeping track with latest kernel ? CVSweb ?

2002-02-27 Thread Andrew
On Thu, 28 Feb 2002, Wilkinson,Alex wrote: ie a way to know that the kernel has been updated so I can compile the new one. cvsup and watch the output is probably easiest. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: kqueue example code - suggestions?

2002-03-06 Thread Andrew
committed - ports/34414). Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: idprio

2002-03-26 Thread Andrew
process. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: idprio

2002-03-26 Thread Andrew
On Tue, 26 Mar 2002, Terry Lambert wrote: Sure it can, if the idprio process has locked a vnode trying to update But if system calls aren't preempted under what circumstances can a process hold a vnode lock and then be usurped for processor? Andrew To Unsubscribe: send mail to [EMAIL

Re: idprio

2002-03-26 Thread Andrew
On Tue, 26 Mar 2002, Alfred Perlstein wrote: While sleeping for IO. Oh yeah...rather obvious now you mention it :-) Thanks, Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: incorrect information in ata(4)?

2002-03-28 Thread Andrew
On Thu, 28 Mar 2002, Eric Melville wrote: staralfur% sysctl kern.osrevision kern.osrevision = 199506 snip I couldn't tell you what it means, though. That both OSs are based on 4.4BSD-Lite2 I believe. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: ipcrm/shmctl failure

2002-04-09 Thread Andrew
On Tue, 9 Apr 2002 [EMAIL PROTECTED] wrote: I replied privately to Terry, but I perhaps should have mentioned also that some of these segments were days old and they were definitely not in use by any process. I logout at the end of every day. Have you tried ipcs -p? Andrew

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Andrew
like this really belong on -questions ;-) You can put ChallengeResponseAuthentication no into ssh{,d}_config on either end. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: ssh + compiled-in SKEY support considered harmful?

2002-04-22 Thread Andrew
On Mon, 22 Apr 2002, Terry Lambert wrote: When the default behaviour is changed, the dicussion belongs here, I was only joking...hence the ;-) on the end. The original question wasn't why did the defualt configuration change but what changed anyway. Andrew To Unsubscribe: send mail

Re: You've Been Added!

2002-05-07 Thread Andrew
would reduce the spam, but I don't know by how much in the long run.) ...and annoy those people with only mail access. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: How to dump a 4gig system on panic ?

2002-05-16 Thread Andrew
or not but the man page may help :-) Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: projects that need to be done...

2002-06-06 Thread Andrew
solution is... Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: a hopefully simple question

2002-06-09 Thread Andrew
? speaker(4). Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Using FreeBSD as a base station

2002-06-27 Thread Andrew
! mediaopt hostap Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: ctrl alt del behaviour

2002-07-06 Thread Andrew
a look at sys/dev/syscons/syscons.c round line 3115. Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Termcap and cursor keys

1999-05-12 Thread andrew
); to turn it off again before your program exits. Once the keypad is turned on the strings for the cursor keys given in the termcap database seem to work on all platforms (well the ones I've tried). I do notice there is no vi capability listed for cons25 though... Thanks again, Andrew

Re: All this and documentation too? (was: cvs commit: src/sys/isa sio.c)

1999-06-23 Thread andrew
On Wed, 23 Jun 1999, Greg Lehey wrote: There's a man page for it :-) mdoc.samples(7). Now tell me that that's not intuitive. Is it just me or does everyone get a (non-fatal) error as mdoc.samples(7) is formatted? The perfect man page for an error as well :-) Andrew To Unsubscribe

Re: All this and documentation too? (was: cvs commit: src/sys/isa sio.c)

1999-06-23 Thread andrew
/mdoc.samples.7.gz to see it again. Andrew To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: help

1999-09-09 Thread andrew
on the web? Thanks, Andrew (BTW you may have more luck posting sucha question on -questions) To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: Coding question: finding the size of a block device

2006-06-24 Thread andrew chace
problem. Thanks very much for your advice! -Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Bridging console port to a telnet session

2007-01-16 Thread Andrew Thompson
already established a telnet session. Your help is greatly appreciated. You should be able to do this with the comms/conserver port. Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: Advice for Stripping the Kernel

2007-01-19 Thread Andrew Pantyukhin
On 1/19/07, aRevolutionist [EMAIL PROTECTED] wrote: I am about to almost completely strip FreeBSD's kernel. The kernel shall be stripped of sockets, drivers, memory management, and alot more. Basically, what I shall be left with is a kernel with a few system calls, only paging for memory

hash.h warnings

2007-03-25 Thread Andrew Thompson
discards qualifiers from pointer target type cheers, Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: hash.h warnings

2007-04-02 Thread Andrew Thompson
On Sun, Mar 25, 2007 at 03:18:42AM -0700, Garrett Cooper wrote: On Mar 25, 2007, at 1:38 AM, Andrew Thompson wrote: Hi, There was a discussion late last year about how to fix the warnings in sys/sys/hash.h. http://lists.freebsd.org/pipermail/freebsd-net/2006-October/ 012098.html

Re: RFI: Ethernet driver ported from Linux

2007-04-09 Thread Andrew Thompson
a dummy ethernet driver and a template for writing one. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/net/if_edsc.c Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

extern C and undefined reference

2007-04-22 Thread Andrew Pantyukhin
7zip developers converted some code from C++ to C, while leaving the main stand-alone lzma app in C++. They use 'extern C { }' blocks around #include's referencing C headers. Everything compiles fine, but undefined reference errors appear at linkage. The undefined references are to the C

Re: extern C and undefined reference

2007-04-22 Thread Andrew Pantyukhin
On 4/23/07, Diomidis Spinellis [EMAIL PROTECTED] wrote: You can use nm(1) on the .o files to see where the problem comes from. Thanks! Using nm(1) I saw that the object file generated from pure C code had its symbols mangled - only then did I notice that it was being compiled with c++, not cc.

Re: DPS Initial Ideas

2007-05-14 Thread Andrew Pantyukhin
On 5/14/07, Sean Bryant [EMAIL PROTECTED] wrote: I propose someone post on the wiki (http://wiki.freebsd.org/) This might be relevant: http://wiki.freebsd.org/Upak ___ freebsd-hackers@freebsd.org mailing list

Re: Using shell commands versus C equivalents

2007-06-17 Thread Andrew Turner
own version of pkg_delete. I got a small but significant speed improvement with my implementation. The difference was too small to be noticeable by a human though (from 0.11s to 0.07s). Andrew -- Andrew Turner http://fubar.geek.nz/blog/ ___ freebsd

Re: Using shell commands versus C equivalents

2007-06-17 Thread Andrew Turner
tools to be implemented and a lot of testing. As I haven't implemented all the base pkg tools and testing has just been with a limited number of packages I wouldn't want to be responsible for the breakage using libpkg causes. Andrew -- Andrew Turner http://fubar.geek.nz/blog

Re: loading a firmware image

2007-07-15 Thread Andrew Thompson
in a seperate kernel module that can be loaded, read and then unloaded. See src/sys/modules/iwifw/iwi_bss for an example of the Makefile magic that creates the kld. Andrew ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Progress for 7.0 - the what's cooking page

2007-09-05 Thread Andrew Gallatin
The TSO/LRO section needs a little updating. According to find sys/dev | xargs grep -l IFCAP_TSO, TSO is present in at least: bce, cxgb, em, ixgbe, msk, mxge, nfe, nxge, re Based on grepping for IFCAP_LRO, LRO is currently available only in mxge. Note that the LRO in mxge is currently a

RE: ``Stopping RAM access''

2007-10-31 Thread Andrew Duane
dependent. /Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Maslan Sent: Tuesday, October 30, 2007 5:02 PM To: Jaroszewski Ɓukasz Cc: freebsd-hackers@freebsd.org Subject: Re: ``Stopping RAM access'' Can anyone give me a clue

Re: npx0 to set maxmem broken in -current?

1999-07-01 Thread Andrew Gallatin
-- Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: [EMAIL PROTECTED] Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Dynamic linking

1999-07-05 Thread Andrew Iltchenko
Hi everyone! Is there a way of making dlopen return an error from the shared object's _init function? Thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

boot problems (fwd)

1999-07-23 Thread Andrew Willis
After the System Halted error, i get another error message. "DAC960: system BIOS fatal Error - INT 15H function 87H Copy extended Memory ) failed." -- Forwarded message -- Date: Fri, 23 Jul 1999 10:54:52 + (GMT) From: Andrew Willis [EMAIL PROTECTED] To: [EMAIL

Linear buffers in VESA screen modes

1999-07-24 Thread Andrew Gordon
Is there a plan for how to access the linear framebuffer in VESA video modes? So far as I can tell, the current[1] VESA code doesn't support enabling the linear framebuffer access at all, even though "vidcontrol -i mode" is happy to tell you the details of the buffers that you can't get access

Re: Linear buffers in VESA screen modes

1999-07-28 Thread Andrew Gordon
On 28 Jul 1999, Dag-Erling Smorgrav wrote: Andrew Gordon [EMAIL PROTECTED] writes: The application for which I need this is to support capture from the bktr driver onto the screen (ie. so that you can watch TV without X). With the above hack and a small (100-line) program it works very

Re: TCP stack hackers take a bow

1999-08-05 Thread Andrew Gallatin
Bill Fumerola writes: On Tue, 3 Aug 1999, Ted Faber wrote: http://www.sciencedaily.com/releases/1999/08/990802072727.htm The Duke release credits one Andrew Gallatin for a couple quotes. Not only FreeBSD in the news, but one of our own committers. Cool. http

  1   2   3   4   5   6   7   >