Skip to main content

Questions tagged [bsd]

-1 votes
2 answers
5k views

If I want my program to be able to run in debug mode, is it a good idea to make it accept a flag such as -D=DEBUG when I run the program? I currently have a DEBUG variable in a .h file but that I can'...
Niklas Rosencrantz's user avatar
25 votes
3 answers
3k views

Background: System call overhead is much larger than function call overhead (estimates range from 20-100x) mostly due to context switching from user space to kernel space and back. It is common to ...
technosaurus's user avatar
7 votes
1 answer
3k views

I'm trying to understand the way that GPLv2 works, and have a couple of questions. I'm going to describe a couple of scenarios, and want to know how GPL applies there. I make a web application that ...
pie_is_nice's user avatar
5 votes
1 answer
439 views

I wrote a small tool I published on my blog. I did not even think about the license, just put the binaries there for everyone to download. Now I am thinking about making it open source (BSD or GPL) ...
Ole Albers's user avatar
7 votes
1 answer
1k views

From http://www.openbsd.org/policy.html The original Apache license was similar to the Berkeley license, but source code published under version 2 of the Apache license is subject to additional ...
lofidevops's user avatar
8 votes
1 answer
3k views

I am involved in an open-source project with multiple copyright holders. The project is licensed under the 3-clause BSD license. Unfortunately, the individual code files contain no reference back to ...
Jeen Broekstra's user avatar
-2 votes
1 answer
102 views

I've used parts of source from an existing Java library project with what appears to be a 3-clause BSD license. I've made significant changes to the library which makes it possible to use it in a new ...
jediKnight's user avatar
1 vote
3 answers
4k views

Is it possible to fork a project (which I don't own) and change the license from BSD to for example LGPL / GPL / AGPL? I read it would be possible to change fork's license to something compatible to ...
pmedia's user avatar
  • 111
4 votes
1 answer
766 views

As I've been getting into embedded systems I've noticed that some projects (Arch Arm and OpenBSD for example) frown upon cross compiling. What is the reasoning for this? Is a cross-compiled binary ...
ellipse-of-uncertainty's user avatar
10 votes
3 answers
2k views

Nearly all open source software licenses require (or at least lawyers generally suggest they require) users to include the full license in the root of the project that they are protecting. One lawyer ...
samthebrand's user avatar
4 votes
2 answers
612 views

I was looking over the evolutionary history of Unix and Unix-like systems on Wikipedia and one operating system name stood out to me: OpenServer. Judging from the image, SCO's OpenServer is ...
William Breathitt Gray's user avatar
4 votes
5 answers
591 views

I've always found it daunting and confusing how an OS hacker sets up their workflow. As a web-developer I find it easy to set up a workflow because web-sites run on servers and as such my OS is never ...
Victor S's user avatar
  • 143
4 votes
2 answers
481 views

As a developer on the Windows/.NET stack, it's pretty normal for the company-supplied machine to come with Windows (usually an ancient, archaic version like Windows XP) and a stack of software pre-...
Paul Stovell's user avatar
  • 1,719