Home | History | Annotate | Download | only in amd64
History log of /src/sys/arch/amd64/amd64/linux32_sigcode.S
RevisionDateAuthorComments
 1.6  14-Jul-2018  maxv Drop NENTRY() from the x86 kernels, use ENTRY(). With PMCs (and other hardware
tracing facilities) we have a much better ways of monitoring the CPU activity
than GPROF, without software modification.

Also I think GPROF has never worked, because the 'start' functions of both
i386 and amd64 use ENTRY(), and it would have caused a function call while the
kernel was not yet relocated.
 1.5  01-Nov-2017  maxv branches: 1.5.2; 1.5.4;
More END(). In linux_sigcode.S we only provide symbols, not defined as
functions.
 1.4  30-Oct-2017  maxv Always use END() markers when declaring functions in assembly, so that ld
can compute the size of the functions. A few remain.

While here, fix a bug in the INTRSTUB macro: we are falling through
resume_, but it is aligned, so it looks like we're executing the inter-
function padding - which probably happens to contain NOPs, but that's
still bad.
 1.3  22-Nov-2015  maxv KNF a bit, so I don't get scared each time I open a file
 1.2  01-Aug-2011  joerg branches: 1.2.12; 1.2.30;
Remove redundant , after .balign.
 1.1  09-Feb-2006  manu branches: 1.1.2; 1.1.10; 1.1.16; 1.1.22; 1.1.94;
Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
that the i386 license manager part of amd64 version of Fluent works.

While I'm here, add SysV IPC to COMPAT_LINUX/amd64
 1.1.94.1  27-Aug-2011  jym Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.
 1.1.22.2  09-Sep-2006  rpaulo sync with head
 1.1.22.1  09-Feb-2006  rpaulo file linux32_sigcode.S was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:37:05 +0000
 1.1.16.2  21-Jun-2006  yamt sync with head.
 1.1.16.1  09-Feb-2006  yamt file linux32_sigcode.S was added on branch yamt-lazymbuf on 2006-06-21 14:48:18 +0000
 1.1.10.2  22-Apr-2006  simonb Sync with head.
 1.1.10.1  09-Feb-2006  simonb file linux32_sigcode.S was added on branch simonb-timecounters on 2006-04-22 11:37:11 +0000
 1.1.2.2  18-Feb-2006  yamt sync with head.
 1.1.2.1  09-Feb-2006  yamt file linux32_sigcode.S was added on branch yamt-uio_vmspace on 2006-02-18 15:38:30 +0000
 1.2.30.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.2.12.1  03-Dec-2017  jdolecek update from HEAD
 1.5.4.1  10-Jun-2019  christos Sync with HEAD
 1.5.2.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed