Re: SII3512 rev0 ?

2007-06-30 Thread Peter B
Dieter wrote: > >> pcirev >> { ATA_SII3512, 0x02, SIIMEMIO, 0, ATA_SA150, "SiI 3512" }, >> { ATA_SII3512, 0x00, SIIMEMIO, SIIBUG,ATA_SA150, "SiI 3512" }, > >What happened to rev 1? > >> Any input on the reliability of SII3512 is also welcomed. > >dmesg | grep 3512 >

Re: SII3512 rev0 ?

2007-06-30 Thread Dieter
> pcirev > { ATA_SII3512, 0x02, SIIMEMIO, 0, ATA_SA150, "SiI 3512" }, > { ATA_SII3512, 0x00, SIIMEMIO, SIIBUG,ATA_SA150, "SiI 3512" }, What happened to rev 1? > Any input on the reliability of SII3512 is also welcomed. dmesg | grep 3512 satalink0: Silicon Image S

Re: password againg and other policy enforcement

2007-06-30 Thread Eygene Ryabinkin
Me again. Forgot to finish the sentence, sorry. Sat, Jun 30, 2007 at 11:59:49PM +0400, Eygene Ryabinkin wrote: > > 1. Administrator can enforce password expire in /etc/login.conf > > In the /etc/master.passwd. login.conf has the fields, but does > not implement the functionality, if the manpage

Re: password againg and other policy enforcement

2007-06-30 Thread Eygene Ryabinkin
Patrick, good day. Sat, Jun 30, 2007 at 10:12:59AM -0700, Patrick Dung wrote: > 1. Administrator can enforce password expire in /etc/login.conf In the /etc/master.passwd. login.conf has the fields, but does not implement the functionality, if the manpage is right: = RESERVED CAPABILITIES

Re: getCWD in kernel space

2007-06-30 Thread Roman Divacky
On Sat, Jun 30, 2007 at 03:24:17PM +, Eren Erdemli wrote: > Hello hackers, > > Sorry to disturb you's but I have a question and would like to know if you > can assist me. > > I am new to freebsd programing and I am trying to get the current working > directory of the curthread. > > I have h

password againg and other policy enforcement

2007-06-30 Thread Patrick Dung
I have some question about password policy in FreeBSD: 1. Administrator can enforce password expire in /etc/login.conf Is there any tool that can check when the password will expire for the users? 2. Any good way to enforce minimum password length and other restriction(like password need at least

Re: getCWD in kernel space

2007-06-30 Thread Eren Erdemli
Hello hackers, Sorry to disturb you's but I have a question and would like to know if you can assist me. I am new to freebsd programing and I am trying to get the current working directory of the curthread. I have hook on to the sys calls and redirected the mkdir my_mkdir(struct thread *p, (v