Home | History | Annotate | only in /src/lib/libc/arch/ia64/sys
History log of /src/lib/libc/arch/ia64/sys
RevisionDateAuthorComments
 1.3 22-Nov-2016  scole For ski, break into debugger instead of exiting
 1.2 05-Aug-2016  scole PR port-ia64/51261

Add stubs for ia64 build
 1.1 10-Sep-2006  cherry branches: 1.1.66;
libc stubs added
 1.1.66.2 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.1.66.1 06-Aug-2016  pgoyette Sync with HEAD
 1.3 26-Oct-2021  christos Merge all MD __sigaction14_sigtramp.c copies into one:
- sparc and sparc64 were not using version 0 sigcontext when there were
no arguments in the signal version. This was probably a bug.
- vax is using +1 the version numbers of the other archs.
- Only hppa was defining __LIBC12_SOURCE__ so it was getting a working
sigcontext before. all the other ports that supported sigcontext had
the compat code disabled.
[pointed out by thorpej, thanks!]
If we want to remove sigcontext support from userland at least now there
is less work to do so.
 1.2 28-Apr-2008  martin branches: 1.2.8;
Remove clause 3 and 4 from TNF licenses
 1.1 22-Sep-2006  cherry branches: 1.1.16;
ia64 libc MD stuff #1. Pushing in everything before my harddisk pops.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.2.8.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2.8.1 28-Apr-2008  martin file __sigaction14_sigtramp.c was added on branch christos-time_t on 2008-04-28 20:22:57 +0000
 1.2 15-Oct-2020  skrll Trailing whitespace
 1.1 23-Sep-2006  cherry Towards ia64 libc. Round #2
 1.2 22-Sep-2006  cherry add ia64 libc MI bits.
 1.1 07-Jul-2006  cherry checkin libc asm stubs, #1
 1.2 22-Sep-2006  cherry ia64 libc MD stuff #1. Pushing in everything before my harddisk pops.
 1.1 10-Sep-2006  cherry libc stubs added
 1.2 23-Sep-2006  cherry Towards ia64 libc. Round #2
 1.1 10-Sep-2006  cherry libc stubs added
 1.2 22-Sep-2006  cherry ia64 libc MD stuff #1. Pushing in everything before my harddisk pops.
 1.1 10-Sep-2006  cherry libc stubs added
 1.3 07-Feb-2017  kamil Mark exect(3) obsolete and bind it to plain execve(2) on all platforms

The original exect(2) from BSD4.2 was enabling bit for tracing
(single-step mode) and calling execve(2). The purpose of it was to generate
a signal for a tracer once the application will change its image to a new
program.

This approach no longer works as:
- exect(2) traces (single-steps) libc and it requires hundreds or
thousands steps before entering a new image
- it's vax and x86 specific code
- this functionality has been moved to the kernel - once a process is
traced it will generate SIGTRAP with si_code TRAP_EXEC and route it to
its debugger
- the side effects and unportability make this interface unusable
- there are no known users of this interface
- it apparently never worked better since day0 of NetBSD ("day0 bug")

Users are requested to move to other execve(2) variants. Calling current
execve(2) as it is the most similar behavior to this one from BSD4.2.

Discussed several times on mailing lists and in PR/51700.

Add warning to exect(3) telling about marking this function obsolete.

This function is prepared to be removed in next libc major bump.

Sponsored by <The NetBSD Foundation>
 1.2 10-Dec-2016  scole branches: 1.2.2;
Add exect stub so "build.sh distribution" will compile
 1.1 10-Sep-2006  cherry branches: 1.1.66;
libc stubs added
 1.1.66.2 20-Mar-2017  pgoyette Sync with HEAD
 1.1.66.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.2.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.2 23-Sep-2006  cherry Towards ia64 libc. Round #2
 1.1 10-Sep-2006  cherry libc stubs added
 1.1 10-Sep-2006  cherry libc stubs added
 1.2 23-Sep-2006  cherry Towards ia64 libc. Round #2
 1.1 10-Sep-2006  cherry libc stubs added
 1.3 22-Nov-2016  scole For ski, break into debugger instead of exiting
 1.2 05-Aug-2016  scole PR port-ia64/51261

Add stubs for ia64 build
 1.1 10-Sep-2006  cherry branches: 1.1.66;
libc stubs added
 1.1.66.2 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.1.66.1 06-Aug-2016  pgoyette Sync with HEAD
 1.3 30-Jun-2016  mrg various ia64 updates:
- add a compat vfork because of stupid
- add a weak sbrk
- add a shmat syscall
- add an empty kvm implementation that links
- add missing fp stuff
 1.2 23-Sep-2006  cherry Towards ia64 libc. Round #2
 1.1 10-Sep-2006  cherry libc stubs added
 1.2 30-Jun-2016  mrg various ia64 updates:
- add a compat vfork because of stupid
- add a weak sbrk
- add a shmat syscall
- add an empty kvm implementation that links
- add missing fp stuff
 1.1 10-Sep-2006  cherry libc stubs added
 1.3 18-Apr-2020  thorpej Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.
 1.2 22-Sep-2006  cherry branches: 1.2.84;
add ia64 libc MI bits.
 1.1 10-Sep-2006  cherry libc stubs added
 1.2.84.1 21-Apr-2020  martin Sync with HEAD

RSS XML Feed