freebsd-nq/sys
Andrzej Bialecki 309290c72b This implements retrieving the contents of message buffer via sysctl(3)
as "machdep.msgbuf". It's needed in case of using stripped kernels, where
normal dmesg (which has to use kvm) doesn't work.

The buffer is unwound, meaning that the data will be linear, possibly
with some leading NULLs.

Reviewed by:	Jordan K. Hubbard <jkh@freebsd.org>
1998-09-14 11:47:40 +00:00
..
alpha Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
amd64 This implements retrieving the contents of message buffer via sysctl(3) 1998-09-14 11:47:40 +00:00
boot Add BTX startup/interface code. 1998-09-14 10:37:00 +00:00
coda Finish conversion of cfs -> coda 1998-09-13 13:57:59 +00:00
compat Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
compile
conf Decouple genassym flags from CFLAGS. 1998-09-14 11:32:17 +00:00
contrib/softupdates Handle the case of moving a directory onto the top of a sibling's 1998-08-12 20:46:47 +00:00
ddb Update to work with the new elf headers. 1998-08-17 08:06:31 +00:00
dev Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs 1998-09-14 09:14:46 +00:00
fs Remove unused variable. 1998-09-13 15:40:31 +00:00
geom Make struct buf->b_offset reflect the real byte offset which got 1998-08-19 10:50:32 +00:00
gnu Fixed the usual missing permissions checks in mount(). As for cd9660, 1998-09-09 20:21:18 +00:00
i386 This implements retrieving the contents of message buffer via sysctl(3) 1998-09-14 11:47:40 +00:00
isa Support PnP compatibility IDs. This allow e.g. the ed driver to pick 1998-09-13 22:15:44 +00:00
isofs/cd9660 Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
kern Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
libkern Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel. 1998-08-17 19:26:37 +00:00
miscfs various nits that didn't make it through the brucefilter. 1998-09-12 20:21:54 +00:00
modules Load linux emulator lkm only when not already loaded. This avoids 1998-09-07 16:15:59 +00:00
msdosfs Remove unused variable. 1998-09-13 15:40:31 +00:00
net Bring in files for bridging support. 1998-09-12 22:07:47 +00:00
netatalk Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netinet Bring in new files for dummynet support 1998-09-12 22:03:21 +00:00
netipx Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
netkey Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netnatm This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
netns
nfs Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsclient Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsserver Made unloading of the nfs LKM sort of work. This is mainly to test 1998-09-07 05:42:15 +00:00
pc98 Sync with sys/i386/isa/syscons.c revision 1.277. 1998-09-14 11:37:58 +00:00
pccard Make PCIC_RESUME_RESET an proper option. 1998-09-08 18:09:51 +00:00
pci Changed METEORSINPUT for Hauppauge cards with bt878. 1998-09-10 08:01:10 +00:00
posix4 Set PAGE_SIZE for _SC_PAGESIZE sysconf(). 1998-06-01 21:54:43 +00:00
powerpc Machine dependant relocations for KLD. 1998-09-11 08:47:02 +00:00
rpc
scsi Reviewed by: J Wunsch <j@uriah.heep.sax.de> 1998-09-03 07:01:39 +00:00
sys Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
tools VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
ufs Don't dereference an uninitialized pointer in dead code. The dead 1998-09-12 14:46:15 +00:00
vm Instantiate `nfs_mount_type' in a standard file so that it is present 1998-09-05 15:17:34 +00:00
Makefile Add support for MACHINE=pc98. This leaves a single legacy entry for 1998-09-05 08:27:56 +00:00