freebsd-dev/sys
Bruce Evans a862685541 Fixed longstanding profiling bug. The frame pointer wasn't set up
for syscalls, so one frame was lost in backtraces from syscalls.
This is handled better in the kernel by using a different mcount
entry point for profiling before the frame pointer is set up.

Expand RCSID().

Use .p2align instead of the ambiguous .align.

Added idempotency ifdef.

Removed unused macros ALTENTRY(), ALTASENTRY(), ASENTRY(), _MID_ENTRY.

Cleaned up formatting.

Reviewed by:	jdp reviewed an old version
Obtained from:	parts from NetBSD
1997-04-23 19:26:04 +00:00
..
alpha Removed unused #includes. 1997-04-09 15:34:09 +00:00
amd64 Fixed longstanding profiling bug. The frame pointer wasn't set up 1997-04-23 19:26:04 +00:00
compat/linux Remove dependancy on UFS' DIRBLKSIZ definition. 1997-04-06 10:10:50 +00:00
compile
conf Synchronize with sys/i386/conf/Makefile.i386, sys/i386/i386/machdep.c 1997-04-22 12:20:50 +00:00
ddb Everyone's favorite, i think: make DDB understand the arrow keys for the 1997-04-12 17:35:02 +00:00
dev Check that the received packet length indicated by the card is at least 1997-04-23 01:44:30 +00:00
fs Dirty change in union_lock(). Sometimes upper vnode is locked without 1997-04-21 15:32:24 +00:00
geom
gnu Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
i386 Fixed longstanding profiling bug. The frame pointer wasn't set up 1997-04-23 19:26:04 +00:00
isa Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:05:33 +00:00
isofs/cd9660 Removed more traces of ISODEVMAP. 1997-04-15 08:05:08 +00:00
kern Give up on the fast vfork() for a while. 1997-04-23 01:59:14 +00:00
libkern Eliminate some function calls when locale not used 1997-04-04 19:08:19 +00:00
miscfs Dirty change in union_lock(). Sometimes upper vnode is locked without 1997-04-21 15:32:24 +00:00
modules Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
msdosfs Get the declaration of `struct dirent' from <sys/dirent.h>, not from 1997-04-10 14:56:49 +00:00
net Use LIST macros instead of insque/remque 1997-04-14 18:23:25 +00:00
netatalk Fixed the type of timeout functions and removed casts that hid the 1997-04-20 15:36:12 +00:00
netinet Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
netipx Change IPX to use the pr_usrreqs structure. 1997-04-05 20:05:11 +00:00
netkey
netns Remove unneeded member nsp_head from struct nspcb. 1997-04-14 18:26:51 +00:00
nfs Fix broken usage of nm_readdirsize and increase the socket buffers for UDP 1997-04-22 17:38:01 +00:00
nfsclient Fix broken usage of nm_readdirsize and increase the socket buffers for UDP 1997-04-22 17:38:01 +00:00
nfsserver Fix broken usage of nm_readdirsize and increase the socket buffers for UDP 1997-04-22 17:38:01 +00:00
pc98 Synchronize with sys/i386/conf/Makefile.i386, sys/i386/i386/machdep.c 1997-04-22 12:20:50 +00:00
pccard 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifier 1997-04-20 07:21:12 +00:00
pci Check that the received packet length indicated by the card is at least 1997-04-23 01:44:30 +00:00
powerpc/include
rpc
scsi Implement dkstats for worm devices so they show up in iostat et al. 1997-04-04 22:12:55 +00:00
sys Make the necessary changes so that an ELF kernel can be built. I 1997-04-22 06:55:47 +00:00
tools
ufs Use smalllblktosize() instead of multiplying small block numbers 1997-04-10 13:17:09 +00:00
vm Send this to the Attic so there's no mixups over which kern_lock.c is in 1997-04-21 13:39:56 +00:00
Makefile