|
Cisco Aironet MPI350 Fix
|
| |
Hello, I have a Cisco Aironet MPI350 PCI card in my Thinkpad X31, and on a fresh install of FreeBSD 8.0-RC3, the card did not work. Also, it caused my system to freeze up for a few seconds about once a minute as the driver spit out "an0: device timeout" messages so long as the interface was up. I researched the issue, and found the following fix already in... more »
|
|
PUFFS SoC project?
|
| |
What is the status of this year's SoC projects? Specifically, does anyone know what happened to PUFFS? ([link]) ? ______________________________ _________________ freebsd-hack...@freebsd.org mailing list [link]... more »
|
|
Self-encrypting hard drives
|
| |
I'm looking into using self-encrypting hard drives (TCG Opal standard) with FreeBSD. In particular I want to use the auto-lock mode. I can't seem to find the details regarding how the authentication key is provided to the drive, and where there is any support in FreeBSD to enable unlocking the drive for use. Any pointers would be appreciated.... more »
|
|
Getting running time of child
|
| |
Dear all, I've looked but not found (and I hope I'm in the right group here): Is there a way to get the user time and system time of a /running/ child from its parent (without having to mount procfs)? As far as I was able to tell, I can get the total of user and system time using kvm_getprocs, but it doesn't seem possible to get both values... more »
|
|
header file bug sys/types.h sys/file.h vs. _XOPEN_SOURCE standard
|
| |
Greetings, this little C program (which is actual a minimum excerpt from sysutils/e2fsprogs) fails to compile on - among others - 8.0-PRERELEASE: $ cat fail.c ...$ gcc -W -Wall -O -c fail.c In file included from fail.c:2: /usr/include/sys/file.h:161: error: expected specifier-qualifier-list before 'u_int'... more »
|
|
Wine on amd64 in 32 bit jail
|
| |
Hello. I've done a lot of reading on this problem and don't understand why what I have doesn't work. [link] I have an entirely 32 bit jail, created by cross-compiling the world with TARGET=i386 and creating a jail from DESTDIR. The jail appears to be fully functional - all programs appear to work and... more »
|
|
unit testing automated password assignment
|
| |
I have a script that automatically creates a user and sets their password: echo $3 | sudo pw useradd $1 -m -c "$2" -s tcsh -h0 and by my employer's policy I need to unit test... my question is how... the checking for user existence and such is easy but how do I test that the password is correct? ______________________________ _________________... more »
|
|
mprotect(2) clears the flag for whole page which causes program crash.
|
| |
Hi, mportect clears the exec flag of whole page by which my program crashed. I am attaching sample code. It is performing below task 1) allocate memory1 2) allocate memory2 3) change permission of memory 1 and 2 to exec by mprotect. 4) clear the exec permission of memory 1 and free it. 5) execute the memory2 by mapping to pointer function.... more »
|
|
how to build libthr except other components of 'world'
|
| |
--- 09年11月16日,周一, Jiandong Lu <lujiandong1...@yahoo.com.cn> 写道: 发件人: Jiandong Lu <lujiandong1...@yahoo.com.cn> 主题: how to build libthr except other components of 'world' 收件人: freebsd-thre...@freebsd.org 日期: 2009年11月16日,周一,下午6:48 Hi,everyone, I checkout FreeBSD‘s source codes to my /usr/src... more »
|
|
acl_from_text leaking memory
|
| |
I've been working on a new backup program, HashBackup, and believe I have found a memory leak with ACLs in PCBSD/FreeBSD 7.1 and OSX (Leopard). acl_from_text is a function that takes a text string as input, and returns a pointer to a malloc'd acl. This acl is then freed with acl_free. I noticed that acl_from_text appears to leak memory. This... more »
|
|
|