source code

  1. R

    Does the UDP socket in FreeBSD actually have a send buffer like Linux?

    I noticed that FreeBSD does not have kernel parameters for adjusting the send buffer size like Linux does. The parameter kern.ipc.maxsockbuf does not seem to affect UDP sending behavior in this. While reading the source code, I found that the UDP socket seems to only use the buffer size to...
  2. P

    Compiling btree which is part of the freebsd source code

    Hello all, I want to use the btree present in /lib/libc/db/btree of the freebsd source code. How do I compile it in an ubuntu userspace?
  3. Champion

    Solved installing and updating the src tree with git?

    Installing and updating the src tree with svn went like this [for release 12.2] into the src directory: svn checkout https://svn.freebsd.org/base/releng/12.2 /usr/src For Freebsd-Current [currently version 13] it is: svn checkout https://svn.freebsd.org/base/head /usr/src Updating the src...
  4. F

    Solved Steps from source code to tar.gz

    I want to know what to do from having a program (all of the file)on GitHub to building and compiling with cc on FreeBSD. What is source code? And how do I get from that to an executable and start a program?
  5. D

    Where can I download the tarballs of releases?

    Hello, I can find the source code (which is currently being developed) but not tarballs or releases of existing source code. Like is there a tarball of FreeBSD 12.0? I cannot find such one online. Also I'm very new to the BSD ecosystem in general so sorry if I ask the wrong way :)
  6. ShelLuser

    9 tips for using the source to update your system

    Hi gang! Editorial FreeBSD is my all time favorite Unix(-like) operating system. It is both a means as well as a goal for me at times, meaning that it's both simply a tool to get things done (like writing this article right now) but it's also often a goal in itself; trying to make things...
  7. Dr.Topaz

    Solved How to install source codes?

    So I moved from enlightenment to xfce a few days ago,and it seemed ok,but then I heard of a paper icon theme available for xfce.I thought it was good and tried to install it,but then it doesn't give packages for freebsd only the source ,so how can I install the source?
  8. fnoyanisi

    Other Licensing for third party library

    Hi there, I am working on a user library that will be distributed under the terms of BSD license (probably 2-clause one). The library uses some code from net80211 and need to use wpa control interface for 802.1X and WPA/WPA2 related stuff. My questions are; 1 ) Since the work in the user...
Back
Top