Re: wint_t

2001-05-17 Thread Terry Lambert
"Daniel C. Sobral" wrote: > Terry Lambert wrote: > > Internationalization, in general, is the process of > > taking code, and making it so that it is possible to > > localize it into a particular -- monolingual -- locale. > > > > You need spacial software to deal with multilingual > > text; the va

Should I worryy?

2001-05-17 Thread Warner Losh
I have a cdrom that defies logic: 1:14am harmony:/cdrom[51]> df /cdrom Filesystem 1024-blocks UsedAvail Capacity Mounted on /dev/acd0a 54 540 100%/cdrom 1:14am harmony:/cdrom[52]> du /cdrom 325460 /cdrom/chujiten/data 146 /cdrom/chujiten/gaiji 325608

Re: De-setgid-ifying ipcs(1)

2001-05-17 Thread Alfred Perlstein
* Dima Dorfman <[EMAIL PROTECTED]> [010518 01:05] wrote: > Hi folks, > > ipcs(1) is currently installed as setgid kmem. This isn't good for > obvious reasons. Moreover, the information it needs is easily > exported via sysctl. Below is a patch which adds the necessary sysctl > oids and changes

ifindex

2001-05-17 Thread vishwanath pargaonkar
Hi, why is ifindex used for an interface.i know it is said itz for unique identification of device.Can we not do that using interfac name ?what is significance of ifindex for an interface. itz just a number associated with an interface. TIA To Unsubscribe: send mail to [EMAIL PROTECTED] with "

De-setgid-ifying ipcs(1)

2001-05-17 Thread Dima Dorfman
Hi folks, ipcs(1) is currently installed as setgid kmem. This isn't good for obvious reasons. Moreover, the information it needs is easily exported via sysctl. Below is a patch which adds the necessary sysctl oids and changes ipcs(1) to use them. I had to export msgids, msginfo, sema, seminfo

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-17 Thread Chris Dillon
On Thu, 17 May 2001, Nick Hibma wrote: > If you could compile a kernel with debugging and debugger > > makeoptions DEBUG=-g > options DDB > > and then type > > trace > show registers > > and take it from there, that would be appreciated. Typing panic at the > d

From Senthil, Sydney

2001-05-17 Thread Senthill Kumar
Hi Can you please suggest me from where can I download the API for Cd burning? I will be very thankful if you give me the details. You can reply me to [EMAIL PROTECTED] Regards Senthil To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the mes

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-17 Thread Nick Hibma
If you could compile a kernel with debugging and debugger makeoptions DEBUG=-g options DDB and then type trace show registers and take it from there, that would be appreciated. Typing panic at the debugger prompt creates a crashdump which you can th

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-17 Thread Nick Hibma
It starts to look like memory trampling. I changed the code a bit and all of a sudden the device was accepted and no error 'no report descriptor' was displayed. :-( Try and add 'err' to the print statement that prints 'no report descriptor' in uhid.c. That should give you an indication in what p

Re: How to transfer data from netgraph node to user program?

2001-05-17 Thread Archie Cobbs
Roman V. Palagin writes: > I've wrote netgraph node which collects some information from network. Now > I want to transfer collected data into user program. I've NGM_XXX_STAT > message which initiates data transfer and program which uses libnetgraph > to communicate with node. When I send NGM_XXX_

Re: How to auto-boot from an alternate disk

2001-05-17 Thread Willem van Engen
Brian Somers wrote: > > Hi, > > I have a machine with 3 IDE disks and 2 SCSI disks and I want to boot > from the first SCSI disk *but* my BIOS won't boot it. > > How are you supposed to do this ? > > I've currently done > > # boot0cfg -v -t 10 -B -s 5 ad0 > # boot0cfg -v -t 1 -B -s 5 -m 0 ad1