I'm trying to build the FreeBSD STABLE-13 kernel, but it errors out in various ways all relating to invocations of kmalloc
I'm running an older version of CURRENT-13
/usr/src/sys/compat/linuxkpi/common/include/linux/string.h:122:11: error: implicit declaration of 'kmalloc'
errors in...
Hello,
I cannot compile www/node (and some others) with this error
dtrace: failed to compile script src/v8ustack.d: "/usr/lib/dtrace/psinfo.d", line 93: failed to resolve type kernel`struct thread * for identifier curthread: Unknown type name|
My kernel is compiled with CTF options ...
Hi all, I've spent about a week learning and using the DTrace framework and it has worked fantastic. I have also become increasingly familiar with FreeBSD (specifically the kernel) over the last couple of months, but I realize I might still be unaware about a lot of things, so forgive any...
I'm just starting kernel development ( custom kernels, drivers, patching and etc... ) and i'd like to find a good tutorial of how to setup and environment for FreeBSD Kernel Development. For instance, executing custom code on a live kernel as well as debugging. Will I actually need two machines...
I read a lot about L4 microkernels recently and I found that seL4 is the only kernel that has a formal verification, which sounds pretty impressive. Somebody already ported OpenBSD to L4 many years ago, so it is not impossible to do it with BSD systems. As far as I understand from security and...
Hello,
Still learning the ins and outs of FreeBSD, so please keep that in mind. :-) I'm happy to read whatever manual that might help with this, but my searches have not turned up anything that is helpful.
I have a server at home running FreeBSD 12.1-RELEASE-p3 GENERIC amd64. It is mainly just...
###Here is the errors I am getting. Below the error is the code I wrote, any help would be incredibly appreciated.!! Thanks!
Can someone explained by I am getting implicit warning for malloc and Malloc_Define, I included the header files. I also would like to know how to fix the errors ...
I am new to freebsd, just imported
#include <sys/systm.h> errors Not find uintfptr_t Intrmask_t definitions,
Do yall know what else I need to include or change?
n file included from main.c:4:
/usr/include/sys/systm.h:419:39: error: unknown type name 'uintfptr_t'; did you
mean...
Interestingly I have been struck by the same issue that is always only referenced for ThinkPad users, although I don't have a ThinkPad but a Clevo N130WU (which is quite a common laptop known around the world under different brands).
I could only get resume from suspend-to-RAM working by first...
At the link you can find a fotograph of the kernel crash, it could not even been dumped or a continue; a restart helped, but after 10 minutes the same story. I guess its virbr0-interface when you disable option HYPERV in kernel configuration.
to make a long story short: rvc_start < rvc_end...
Or, having an out-of-tree (i.e. not in /usr/src/sys) custom FreeBSD kernel module, how one can specify a kernel configuration, like GENERIC, the module shall be built against?
Here is a very small kernel module that can be compiled, but cannot be loaded on a stock FreeBSD 12.
Makefile:
KMOD=...
Hi,
I write a driver of LCD, witch use SPI and GPIO and works on kernelspace. Source code is available on my github:
https://github.com/mattpro/freebsd_test2/blob/master/lcd.c
I'll try to test spi but I find strength things. When I load module into kernel:
kldload ./lcd.ko
I see that init...
Some months ago, I had some problems when upgrading to FreeBSD 11.2
https://forums.FreeBSD.org/threads/cannot-make-buildworld-after-failed-upgrade-to-11-2.67177/
After using some of the nice advices, I ended up with a usable system, even though some inconsistencies were obvious.
I did wget...
The default settings of oss are insane.
These settings are for pure quality without cracking or any other kind of distortion and low-quality annoyance. This is an passthrough, bypassing some features you don't need. This gives you full quality without thinking about it anymore.
sysctl.conf...
Hi All,
I'm a network engineer looking to better understand the network subsystem of FreeBSD (unix systems) and in particular how it differs from the linux kernel network subsystem. Any good links or books?
I believe iproute2 (this is a package, not a subsystem, right?) is used by linux, so...
Several years into compiling custom kernel to let GPS provide precise time-keeping signals, I still wonder why is that not enabled in stock kernel? With tons of modules for hardware bundled by default, many of which are obsolete, expensive or otherwise rare, it is surprising that such a...
I've modified the patch I found on these fora to allow /dev/kmem write access inside jails. The security arguments are hopefully well known: there isn't any. It's still useful for me in order to test different Xorg configs, desktop environments, and ports trees without potentially screwing up...
Hi all,
I am doing some light experimentation with the kernel and am writing a module. I am trying to have a /dev file functions as a TCP listening socket. So if you do cat /dev/tcp/5555, it would be the equivalent of nc -l 5555.
My general strategy is to create a socket by jumping into the...
I would like to set up a VM to work through the McKusick videos and material. Reading code and talking through it is great, but I really want to be able to tweak bits and see my changes in action. Since the release is available online, I know that I can download pretty much ISO or vm of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.