Re: Darwin/OSX Bluetooth code

2003-10-16 Thread Justin C. Walker
If you don't find it on the darwin site (http://developer.apple.com/darwin), it's probably not going to show up as an open source project. Regards, Justin On Thursday, October 16, 2003, at 09:00 PM, Maksim Yevmenkin wrote: Dear Hackers, Does anyone know if Apple has released Darwin/OSX Bluet

Darwin/OSX Bluetooth code

2003-10-16 Thread Maksim Yevmenkin
Dear Hackers, Does anyone know if Apple has released Darwin/OSX Bluetooth code to the public? Quick look at http://www.opensource.apple.com/ did not reveal anything particularly useful (although i did not try really hard :) I'm currently thinking about un-Netgraph'ing FreeBSD code to make it port

Re: boot0 screen output with dual-boot of FreeBSD / WinXP

2003-10-16 Thread Daniel O'Connor
On Thursday 16 October 2003 23:41, John Reynolds wrote: > After rebooting from there I see: > > F1 ?? > F2 FreeBSD > > at the prompt once the machine boots. My fuzzy memory seems to recall from > years back that seeing ??'s was "bad" as it meant the boot mgr couldn't > find out something it wan

On-line judgment kernel module

2003-10-16 Thread David Gilbert
> "earthman" == earthman <[EMAIL PROTECTED]> writes: earthman> I want to create on-line judge for acm like olympiads. So I earthman> have to execute some code that came in source from earthman> outside(www). Thus security problem is my main problem. earthman> The idea is to deny all syscall

PATCH: Pentium-M deeper sleep support in idle loop

2003-10-16 Thread Marko Zec
>From http://www.tel.fer.hr/zec/BSD/pm/4.8-ich-ds.patch you can fetch an experimental patch for the 4.8-RELEASE kernel that allows for significant power savings on mobile systems by utilizing a feature called "deeper sleep mode". The deeper sleep mode is available on recent Intel mobile processo

Re: sshd source code

2003-10-16 Thread Kris Kennaway
On Thu, Oct 16, 2003 at 07:08:38PM -0400, Adil Katchi wrote: > I'm looking for the sshd source code for freebsd 4.7. Any idea where I can > find it in the CVS tree? > whereis openssh openssh: /usr/src/crypto/openssh Kris pgp0.pgp Description: PGP signature

Re: sshd source code

2003-10-16 Thread Brooks Davis
On Thu, Oct 16, 2003 at 07:08:38PM -0400, Adil Katchi wrote: > I'm looking for the sshd source code for freebsd 4.7. Any idea where I can > find it in the CVS tree? src/crypto/openssh/ -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2

sshd source code

2003-10-16 Thread Adil Katchi
I'm looking for the sshd source code for freebsd 4.7. Any idea where I can find it in the CVS tree? Thanks, Adil ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTE

Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-16 Thread lauri . jarvenpaa
Thanks everybody. Nice that it is easier than I thought. I guess I will survive now :) Cheers, lauri j ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Current state of FreeBSD for AMD 64?

2003-10-16 Thread Kris Kennaway
On Thu, Oct 16, 2003 at 03:33:11PM +0100, Steven Hartland wrote: > Does anyone have any details on the current state of AMD 64 support. There is a FreeBSD/amd64 mailingq list, you know :) > Been doing some digging but details are few and far between. > Key question is will the linux emulation sup

ftpd and PAM

2003-10-16 Thread Adil Katchi
Hi, I was just wondering if you'd be able to help me out. I'm trying to get login, ftpd and ssh to authenticate using PAM/RADIUS. I have setup a RADIUS server (FreeRADIUS 0.9.0) and added a user/pass testuser/testpass. On my client machine, I created a template user called templateUser. The rea

Re: hardclock interrupt deadlock

2003-10-16 Thread 'Luigi Rizzo'
On Thu, Oct 16, 2003 at 12:05:25PM -0400, Michael Marchetti wrote: > I have enabled DEVICE_POLLING. It does work with SMP (disabled the check). You can remove code and pretend the remaining code works, but that does not mean that it _actually_ does what is expected to do. cheers

RE: hardclock interrupt deadlock

2003-10-16 Thread Michael Marchetti
I have enabled DEVICE_POLLING. It does work with SMP (disabled the check). -Original Message- From: Luigi Rizzo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 11:49 AM To: Michael Marchetti Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Re: hardclock interrupt deadloc

Re: hardclock interrupt deadlock

2003-10-16 Thread Luigi Rizzo
On Thu, Oct 16, 2003 at 11:17:50AM -0400, Michael Marchetti wrote: > Hi, > > We have encountered a problem where the system hangs. We are running a 4.7 > SMP kernel using kernel polling on a Dual Xeon with hyperthreading enabled puzzled on what you mean by "kernel polling" ... DEVICE_POLLING, if

hardclock interrupt deadlock

2003-10-16 Thread Michael Marchetti
Hi, We have encountered a problem where the system hangs. We are running a 4.7 SMP kernel using kernel polling on a Dual Xeon with hyperthreading enabled (essentially a 4 processor system). As a result, the only HW interrupts in the system are hardclock (8254), the rtc, serial console and scsi.

Current state of FreeBSD for AMD 64?

2003-10-16 Thread Steven Hartland
Does anyone have any details on the current state of AMD 64 support. Been doing some digging but details are few and far between. Key question is will the linux emulation support run amd64 compiled exe's? Also dual or single only support? Regards Steve _

boot0 screen output with dual-boot of FreeBSD / WinXP

2003-10-16 Thread John Reynolds
Hello all, a quick question about boot0. I recently put together a new machine and had always planned to dual-boot FreeBSD -current and WinXP on it. At first I used FreeBSD to partition the 120Gb drive into roughly "half". I installed FreeBSD on the second slice and just last night installed XP ont

Re: crypt

2003-10-16 Thread Peter Pentchev
On Thu, Oct 16, 2003 at 11:37:37AM +, omestre wrote: > > Hello, i need authenticate users in a FreeBSD environment and linux > environment. My passwords are stored with FreeBSD crypt format. We wrote > a pam module to authenticate the users, but if the module runs in FreeBSD > and obvious (cr

crypt

2003-10-16 Thread omestre
Hello, i need authenticate users in a FreeBSD environment and linux environment. My passwords are stored with FreeBSD crypt format. We wrote a pam module to authenticate the users, but if the module runs in FreeBSD and obvious (crypt bsd)... works. In linux does not. Have a simple way to write a

Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-16 Thread Bruce M Simpson
> > I mean, what services do drivers offer? What services they _need_ to offer? Do > > they just create appropriate device nodes and let the applications to worry about > > using them or do they do some data manipulation or do they offer routines and > > interfaces for applications or what? What

Sysctls cleanup.

2003-10-16 Thread Pawel Jakub Dawidek
Helloi hackers... I think this is more correct (but I haven't test it!). I've started to implement labels for sysctls, but after thinking this over again, I think this isn't really necessary. -- Pawel Jakub Dawidek [EMAIL PROTECTED] UNIX Systems Programmer/Administrator