Sponsored Content
Full Discussion: BSD Kernel Source Code
Operating Systems BSD BSD Kernel Source Code Post 302393814 by _R3d on Tuesday 9th of February 2010 05:03:52 PM
Old 02-09-2010
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Does anybody know Kernel-2.4.33 source rpm URL??

Hi Everybody, I want to download the kernel-2.4.33 source rpm.Does anybody know from where should i download?? As in kernel.org there are .gz or .bz2 versions of kernel packages are available. Any help is welcome. Thanks, Sriram (2 Replies)
Discussion started by: sriram.ec
2 Replies

2. BSD

Am searching for source code of openBSD kernel..

Hello Friends, Am lakshma reddy, doing my masters, i had some interest in exploring the source code of any open LINUX/UNIX, i searched for that i know i can get it but this time am finding it difficult in doing that. To be frank am new to this UNIX?LINUX platform. I need it since i want to... (1 Reply)
Discussion started by: luckyy
1 Replies

3. UNIX for Advanced & Expert Users

How to read freebsd kernel source?

I got the freebsd kernel source from the first install CD(in directory:\7.0-RELEASE\src\),isn't right? if so,how can i read it? Is there any tools? (1 Reply)
Discussion started by: zhouq3132
1 Replies

4. UNIX for Dummies Questions & Answers

How to read freebsd kernel source?

I got the freebsd kernel source from the first install CD(in directory:\7.0-RELEASE\src\),isn't right? if so,how can i read it? Is there any tools? (4 Replies)
Discussion started by: zhouq3132
4 Replies

5. UNIX for Dummies Questions & Answers

Any tips/suggestions for a newbie beginning to read the Linux Kernel Source Code

Hi All, I recently downloaded the Linux kernel source code, added them all to a project in MS VC++ and plan to read through it so that I can improve the way I code, read/understand a large code database and hopefully contribute something to the development of the Linux OS. I have taken a... (3 Replies)
Discussion started by: clavian
3 Replies

6. UNIX for Dummies Questions & Answers

How to install kernel source?

During installation of one of driver i needed to Remove any earlier version drivers using make clean -r command. Where i m getting following error. # make clean -r Kernel source is not installed make: *** Error 1 My kernel version # uname -r 2.6.18-128.2.1.4.9.el5xen Where... (4 Replies)
Discussion started by: pinga123
4 Replies

7. BSD

BSD kernel

Hi. I am thinking to create an OS. I don't want to use linux kernel. I want to use BSD Kernel and this also means that because will be on UFS, I cannot use Gparted. This are my 2 questions. 1) Where can I download BSD Kernel. 2) Witch is the tool to create the partitions. (I think is gpart but I... (1 Reply)
Discussion started by: snuffell
1 Replies

8. Linux

Create a bootable PXE image from build kernel source code

Hi, Can i just ask how I can create a bootable PXE image from the built kernel source. What files do I need to get? Thanks! (1 Reply)
Discussion started by: h0ujun
1 Replies

9. BSD

A question about BSD kernel and driver

I have an old hppa workstation install Openbsd on it,suppose i want to use bktr driver on it,i see bktr is configured on some archs(amd64,i386,ppc) but not on hppa,can i use the bktr driver line from amd64 or i386 in Generic kernel or custom kernel config? (3 Replies)
Discussion started by: Linusolaradm1
3 Replies
IFMCSTAT(8)						    BSD System Manager's Manual 					       IFMCSTAT(8)

NAME
ifmcstat -- dump multicast group management statistics per interface SYNOPSIS
ifmcstat [-i interface] [-f address-family] [-v] [-K] [-M core] [-N system] DESCRIPTION
The ifmcstat command dumps multicast group information from the kernel. The following options are supported: -i interface specifies the interface to be displayed. -f address-family specifies the address family to be displayed; inet, inet6 and link are supported. -v specifies that link-layer memberships should be printed; they are suppressed by default. It may not be specified for -f link. Source lists for each group will also be printed. If specified twice, and kvm(3) is in use, the control plane timers for each interface and the source list counters for each group will also be printed. The following options are only available if ifmcstat has been built with support for kvm(3): -K attempts to use kvm(3) to retrieve the multicast group information. -M core extracts values associated with the name list from the specified core, instead of the default /dev/kmem. -N system extracts the name list from the specified kernel instead of the default, which is the kernel image the system has booted from. IMPLEMENTATION NOTES
ifmcstat will always print the embedded scope IDs of IPv6 multicast group memberships. This is because memberships are always scoped to an interface. When run with the -v option, ifmcstat may print multicast MAC addresses twice if they are referenced by a layer 3 protocol. When run with kvm(3) support, the names of all interfaces configured in the system will be printed in the first column of output, even if no multicast group memberships are present on those interfaces. The output may also be slightly different, as the kernel data structures are being traversed with minimal post-processing of the output. When built without kvm(3) support, the information displayed by ifmcstat is more limited. This support is recommended for debugging pur- poses. It requires super-user privilege if used to inspect a running kernel. SEE ALSO
netstat(1), getifaddrs(3), getifmaddrs(3), kvm(3) BSD
May 27, 2009 BSD
All times are GMT -4. The time now is 08:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy