BSD is a family of Unix-like operating systems, including FreeBSD, NetBSD and OpenBSD.
0
votes
0answers
15 views
Why u_area is removed in FreeBSD and NetBSD
I had been heard that There is member called u_area in the proc structure on BSD.
So I tried to find u_area, but only to fail.
Anyone who knows why the u_area was removed on proc structure?
0
votes
1answer
14 views
bsd or posix way get preferred domain controller?
Is there any way to get preferred domain controller name using BSD/POSIX C function calls?
Please, advice if there are any functions that can be used to get preferred DC name under Mac OS X.
-1
votes
1answer
76 views
Is there any better way to generate guid in gcc
I had a requirement to generate guid in C,
How can generate guid(http://en.wikipedia.org/wiki/Globally_unique_identifier) in libc .
I need to generate guids randomly .
0
votes
1answer
45 views
Why can't I use cocoa frameworks in different forked processes?
I was playing with the NSSound class to play a sound in a background process of my own so as to not block user input. I decided to call fork() but that is giving me problems. At the very moment the ...
0
votes
0answers
42 views
PF packet filter: How do anchors with asterisk work?
I'm currently learning the pf packet filter installed on my Macbook (OS X Mountain Lion).
One thing I cannot get my head around are anchors or, more specifically, a certain feature concerning ...
3
votes
1answer
90 views
${_+_} in a BSD Makefile
I've found ${_+_} in the FreeBSD Makefile.
What is the meaning of ${_+_} in BSD Makefiles?
0
votes
1answer
50 views
Someone copied my npm and released under different name. What do I do? [closed]
Someone took my npm and released a new npm with my code under a different name. It looks like he only altered a few lines. His readme file has most of my words. It's also under a BSD license. Should ...
0
votes
1answer
46 views
How to use copyout in kernel?
In the kernel space I want to copy a character from the terminal and put it in a user space.
I am trying this code, but it's not working:
char mychar;
int result;
mychar = getch();
result = ...
0
votes
1answer
43 views
filp->private_data equivalent in freeBSD
I am porting my linux driver to freebsd. I use "filp->private_data" variable to store some information required by driver. (To avoid locks in multi-threaded cases). I found BSD does not use "file" ...
0
votes
0answers
7 views
How does man.cgi deal with cat vs. mdoc man pages?
I want to start a site with a collection of BSD man-pages, similar to man.cgi, but static HTML, and which includes all the stuff from the ports trees, too.
I've tried unpacking man/ from all the ...
1
vote
2answers
96 views
A good cat.c implementation to look, learn and edit?
If I want a program like cat that I can take, practice and learn from as a good example, can I take this file or would any other source be preferred? Ideally the same cat.c would run on linux, solaris ...
2
votes
1answer
66 views
Why is libtool's “current” used as “SOVERSION” on BSD, rather than “major”?
On Unix-like systems dynamic shared libraries (.so files) have an SONAME.
It can be extracted for example with:
readelf -a libfoo.so.0.3.2 | grep SONAME -> libfoo.so.0.
The last part is also called ...
1
vote
3answers
69 views
How do I get warn()'s output into a string?
I'm using the non-standard function warn() (provided by BSD) to output an error message if a file can't be opened, like so:
std::string path = get_path() ;
std::ifstream file(path) ;
if ...
1
vote
0answers
13 views
bsd background application does not return immediately
I am running background application on freebsd, every time when I close the application, have to press return to see the the application has finished. Sth like
$ emacs &
[5] 24515
$ ## close ...
0
votes
1answer
33 views
read()/write() calls on iOS seem to be limited by 2250 bytes
I am having a strange problem trying to read and write 9k bytes with open(), read() and write(). When I attempt to write 9k to a file and read it back, the data only goes up to 2250 bytes. After that ...
1
vote
1answer
88 views
bsd kernel user space events kqueue
At the start, I wanna tell that I am not well versed with BSD internals. Now coming to the question.
There is a mechanism to have communication between user space and kernel space in bsd using ...
2
votes
2answers
69 views
What is the purpose of the “-” in sh script line: ext=“$(echo $ext | sed 's/\./\\./' -)”
I am porting a sh script that was apparently written using GNU implementation of sed to BSD implementation of sed. The exact line in the script with the original comment are:
# escape dot in file ...
0
votes
1answer
40 views
Cleaning up after a failed BSD Ports Make Install Attempt?
I am trying to clean up after failed installs from ports of Emacs 21 and Emacs 23 as well as Git. I was trying to install Emacs and Git on an OpenBSD v5.2 install on a DEC VaxStation 4000 model 90. It ...
0
votes
0answers
26 views
Can you specify a whole network in the syslog.conf file?
As stated in man, one can syslog out from a specific host via :
+hostname
. /var/log/sip.log
Is it possible to grab a whole network instead of a single hostname in this manner via +10.0.0.0/24?
...
0
votes
0answers
54 views
Git for OpenBSD on a DEC VAX?
I am trying to find a binary install of Git for OpenBSD v5.2 running on a DEC VaxStation 4000 Model 90? My particular machine has a staggering 32 megs of RAM but does run GCC version 2.9.5 and Perl 5 ...
0
votes
0answers
77 views
Setting VOIP flag for BSD Socket without using CFNetwork
I have a program which uses only BSD sockets, without CFNetwork, and I need to mark my sockets as VOIP (like kCFStreamNetworkServiceTypeVoIP) so it will work with the VOIP backgrounding mode of iOS.
...
0
votes
1answer
156 views
where to find Linux version sys/queue.h header file?
sys/queue.h first appeared in 4.4BSD. Linux has included it in its distribution, but the version seems not up-to-date.
FreeBSD version implements singly-linked lists, singly-linked tail queues, lists ...
-1
votes
1answer
34 views
telnetd accepts only one connection [closed]
I have got telnet server running on a bsd target. I want to connect to this target from multiple other machines. Surprisingly it does not allow more connections.
I checked why and found it is not ...
1
vote
1answer
84 views
respawn option for bsd rc.d
I run a small daemon and want it to be respawned when it is killed. I use "respawn" option in inittab on linux systems.(It is a small embedded platform.).
Now I am trying the same daemon on BSD. I ...
4
votes
3answers
127 views
How can I determine my csh version?
I have some code which works for me, but when I gave it to some colleagues, it broke. They're using tcsh whereas, as far as I can figure, I'm using csh.
I've tried:
csh -v
csh --version
csh -V
csh ...
0
votes
1answer
97 views
Netmask/ip-address lookup on BSD/OS X
How do I do ip-address/netmask etc. lookup on OS X (or BSD) using the python standard library function. I'm in the middle of a process and can't make my script working on Mac. On the Linux machine, ...
5
votes
3answers
167 views
Non-blocking access to the file system
When writing a non-blocking program (handling multiple sockets) which at a certain point needs to open files using open(2), stat(2) files or open directories using opendir(2), how can I ensure that ...
1
vote
1answer
76 views
tcphdr field name change between OS/X and Linux
I've developed some network code on OS/X, and I'm getting bit by the renamed fields in struct tcphdr. I'm getting a bunch of errors of the form: "dpkt.c:597:36: error: ‘struct tcphdr’ has no member ...
-1
votes
1answer
232 views
How to clean system memory in iOS? [closed]
In MacOs, you can see free, wired, active, inactive memory status by Activity Monitor. And, you can use commandline like "purge" to purge the memory.
Then, Can I do this in iOS? I am not familiar ...
0
votes
1answer
41 views
freebsd network program compilation
I am trying to compile some simple networking programs on freebsd 8 and running into compilation issues. I am creating a simple client-server programs but no function or structure from networking is ...
0
votes
1answer
93 views
Good book on FileSystems [closed]
I am looking for a book (resource in general) which talks about LVM, VFS, buffer cache and one or more popular file systems (ext2, ext3, XFS etc.) i.e. a book which covers both the kernel and disk ...
2
votes
1answer
75 views
C random() & setstate function not behaving as expected
I am unsure why these two blocks of code give different outputs:
unsigned int seed1 = 0;
char state1[256];
initstate(seed1, state1, 256);
printf("%10ld\n", random());
printf("%10ld\n", random());
// ...
0
votes
1answer
53 views
debugging on bsd using gdb or similar tootls
I have started using freebsd lately and realized gdb does not support remote debugging on it.
Whenever, I try to do remote debugging using gdbserver, I run into SIGSEGV crashes and error message says ...
0
votes
0answers
76 views
Precompiled Binary of Clang/LLVM for NetBSD 4.0.1? [closed]
I am trying to install Clang/LLVM as user on a NetBSD system where I have user but not root privileges. I know Clang will run from my home directory if I have it's binary in my PATH having used it as ...
2
votes
0answers
149 views
Git Install as User?
I am trying to install git as a user on a netbsd system (4.0.1_PATCH) by compiling git 1.8.0 from source using the source tarball from github. I have user privileges on this system but do not have ...
2
votes
1answer
253 views
How to Bind to the same UDP port on multiple interfaces
I have two network interfaces and am trying to bind to the same UDP port on both of them but I get an error when I try to bind to the second one, EADDRINUSE. When I bind to the sockets I pass a ...
0
votes
1answer
131 views
Conflict error when trying to compile a syscall .c file in freebsd
i am trying to add a new syscall to freebsd 8. i am using freebsd on VMplayer .when i trying to
compile the module i give this error :
my code is(i also have a Makefile file) :
#include ...
0
votes
0answers
30 views
BSD firewall filter based on header value
Does anyone know if it possible in BSD and PF firewall to filter packages based on a value in the package's header?
1
vote
0answers
93 views
Kernel mode Free BSD socket
In FreeBSD, I am attempting to create a 2way communication between a loadable kernel module(driver) and a user mode app/daemon. I am attempting with a socket !. In Linux there is Netlink socket ...
0
votes
1answer
45 views
Open Source Licensing New BSD steps
I've created some Java classes, is not a "product" nor a "program" which you can download and run it, is more like a library, not sure which is the proper name.
And I would like to know which are the ...
-1
votes
1answer
49 views
Which shell provides built-in features for handling complex data structure and binary files?
As the title suggests: Which shell has built-in features to accomplish
Handling of complex data structures (for example, nested hashes or vector inside a hash)
Read from and write into binary file
...
0
votes
2answers
78 views
What is GNU GPL and BSD meaning?
I read the website of GNU and saw the FAQ but one question as follows, I can't get what is the meaning.
The one exception is the required written offer to provide source code
that must accompany ...
0
votes
1answer
63 views
When was the non-blocking mode of BSD sockets first introduced? [closed]
Wikipedia claims that Berkeley sockets were first introduced in 1983. However, as the non-blocking mode seems kind of built atop the old API, I would like to know when this was done. I'd also like to ...
0
votes
0answers
44 views
Releasing free, open-source application with additional libraries (MigLayout, JDOM, iText) [closed]
I want to share my (Java) application for free, and I dont mind sharing the source code (everything as long, as it
is not beign sold). At this moment Application includes two libraries:
MigLayout ...
0
votes
2answers
54 views
License issue - Can I build a commercial OS based on FreeBSD? [closed]
Can I build a commercial OS based on FreeBSD? Can I distribute such a system without source code? I dont wanna have any legal issue. What is the true way to distribute a new Os based on freebsd ...
1
vote
1answer
393 views
PCI/PCIe card with DMA capability for device driver training
I trying to learn DMA for device drivers with PCI/PCIe devices, and my platform is linux/bsd. I have found quite a few simple PCI boards for training (such as simple digital I/O boards), but none ...
1
vote
2answers
88 views
psutil error in Python on FreeBSD
I am trying to use psutil in a python script I'm writing on a FreeBSD system. At the top I have:
import _psutil_bsd
Then, when calling something like process_iter I have:
for process in ...
2
votes
1answer
148 views
Can I distribute a software in BSD license when it is made using Eclipse Public License licensed technology? [closed]
I am working on an open source project using Clojure programming language which is licensed in Eclipse Public License.
I would prefer to make my open source project to use BSD license rather than EPL ...
1
vote
1answer
134 views
BSD atos available on Linux?
Is the atos binary for converting numberic addresses to symbols of binary images available on Linux, specifically Ubuntu? It seems to only be available on OS X.
0
votes
1answer
218 views
shell script: send Command to serial console and get result
On my Computer is a Cisco WS-C3550 connected to serial interface, I can connect with following Command to the Device:
cu -l /dev/cuau0 -s 9600
If I connected to the Device i send following command
...


