Go to file
fvdl ebc6dbad07 Define the mcount function in assembler, and have it save all registers
used for argument passing, plus %rax (used to pass the number of float
arguments to varargs functions), to avoid having it clobber caller-saved
registers. mcount is emitted "under the radar", so the compiler doesn't
know it should do this.

Change the kernel mcount entry/exit macros to use plain cli/sti, like on i386.
2003-11-28 23:22:45 +00:00
bin support for cradle mode by marius at monkey.org; cradle mode allows the 2003-11-28 21:53:32 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto avoid memory leak. hint from Andrew Lunn 2003-11-23 08:33:13 +00:00
dist sync w/ bind837 2003-11-26 01:35:31 +00:00
distrib When rounding a partition to end on a cylinder boundary, round the start 2003-11-27 21:43:22 +00:00
doc BIND to 8.3.7 2003-11-26 01:39:36 +00:00
etc Correct typo in comment (s/x86k/x68k/) 2003-11-24 06:31:44 +00:00
games Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
gnu Revert 2.14 mknative (with expanded local paths!) while we're forced at 2003-11-28 05:16:19 +00:00
include Userland portion of fsync_range(2), written by Bill Studenmund, and 2003-11-18 00:56:56 +00:00
lib Add td__getstacksize() to support variable stack sizes. 2003-11-27 16:32:09 +00:00
libexec Don't try to preload an empty string. 2003-11-25 14:36:49 +00:00
regress Print out a little more info in the debug case. 2003-11-27 01:03:13 +00:00
rescue Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
sbin Determine the MBR partition type relevant for the resulting partition, 2003-11-23 23:16:40 +00:00
share oops, really force 2.13 2003-11-27 13:10:00 +00:00
sys Define the mcount function in assembler, and have it save all registers 2003-11-28 23:22:45 +00:00
tools move binutils lib{iberty,opcodes,bfd} to usr.bin/binutils. 2003-11-27 10:52:53 +00:00
usr.bin Fix cross-build problem on sparc caused by a cast size_t -> int 2003-11-24 22:12:14 +00:00
usr.sbin Use Xr instead of Ic when suitable; NetBSD -> .Nx; add comma; 2003-11-26 09:02:52 +00:00
x11 use X11FLAGS.OS_DEFINES 2003-11-17 05:18:20 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING Add a paragraph about mkdep. 2003-11-20 08:07:52 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00