freebsd-dev/sys
Marcel Moolenaar 480d3dd2ea Add logic to trace across/over a trapframe. We have ABI markers in
our unwind information for functions that are entry points into the
kernel. When stepping to the next frame, the unwinder will let us
know when sych a marker was encountered. We use this to stop the
current unwind session, query the trapframe and restart a new
unwind session based on the new trapframe.

The implementation is a bit sloppy, but at this time there are
bigger fish to fry.
2003-07-12 04:35:09 +00:00
..
alpha MFi386 2003-07-06 20:32:42 +00:00
amd64 Protect lint(1) from a #error. 2003-07-10 18:05:02 +00:00
arm
boot NFS support should be conditional on LOADER_NFS_SUPPORT, not 2003-07-11 16:12:50 +00:00
cam
coda
compat Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for 2003-06-28 19:32:07 +00:00
conf Fix typo for BURN_BRIDGES' file, it should be opt_global.h 2003-07-11 17:04:37 +00:00
contrib This commit was generated by cvs2svn to compensate for changes in r117465, 2003-07-12 04:20:56 +00:00
crypto
ddb
dev Regen. 2003-07-11 21:17:53 +00:00
fs If bread() returns a zero-length buffer, as can happen after a 2003-07-03 14:54:47 +00:00
geom Handle geoms which are withering away specially in the dump functions. 2003-07-08 21:12:40 +00:00
gnu
i4b Mega busdma API commit. 2003-07-01 15:52:06 +00:00
i386 Fix the gcc-3.3 boot problem. Gcc now optimizes 'int foo = 0' by moving 2003-07-11 21:39:25 +00:00
ia64 Add logic to trace across/over a trapframe. We have ABI markers in 2003-07-12 04:35:09 +00:00
isa - Make the isab devclass global to allow for multiple ISA bridge drivers. 2003-07-08 18:56:58 +00:00
isofs/cd9660
kern Make the system call vector name of a process accessible to user 2003-07-12 02:00:16 +00:00
libkern
modules tdkphy.c is missing from this module's Makefile. Add it. 2003-07-10 05:12:10 +00:00
net - In vlan_input(), always mask off all but the VLID bits from tags 2003-07-08 21:54:20 +00:00
net80211 insure ic_bss always has a "valid" channel; avoids problems where users could 2003-06-29 20:13:38 +00:00
netatalk
netatm
netgraph Allow the caller to get an erro direclty if we sent the packet immediatly. 2003-07-03 22:09:47 +00:00
netinet Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, and 2003-07-08 07:44:42 +00:00
netinet6
netipsec consolidate callback optimization check in one location by adding a flag 2003-06-30 05:09:32 +00:00
netipx
netkey
netnatm
netncp
netsmb
nfs
nfsclient Change idle sleep indentifier to "-" for nfsiod 2003-07-02 08:09:20 +00:00
nfsserver Change idle state sleep identifier to "-" for nfsd. 2003-07-02 08:08:32 +00:00
opencrypto consolidate callback optimization check in one location by adding a flag 2003-06-30 05:09:32 +00:00
pc98 - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
pccard
pci Add support for the 8139C+ chipset. Unlike the other chips in the 8139 2003-07-10 20:38:48 +00:00
posix4
powerpc Background: pmap_object_init_pt() premaps the pages of a object in 2003-07-03 20:18:02 +00:00
rpc
security Remove trailing whitespace. 2003-07-05 01:24:36 +00:00
sparc64 Lock down the IOMMU bus_dma implementation to make it safe to use 2003-07-10 23:27:35 +00:00
sys Make the system call vector name of a process accessible to user 2003-07-12 02:00:16 +00:00
tools
ufs We just cached the inode pointer, no need to call VTOI() again. 2003-07-04 12:16:33 +00:00
vm - Complete the vm object locking in vm_pageout_object_deactivate_pages(). 2003-07-07 07:16:29 +00:00
Makefile