Go to file
thorpej 9f5a22b3ee New syscall entry implementation based on the Alpha version
as hacked by mycroft.
- Use syscall_intern() to give a process a plain or fancy
  syscall based on ktrace flags.
- Avoid copying from the trapframe into a local array as much
  as possible.

Yields roughly 5% improvement on a 25MHz R3000 (DECstation 5000/200)
on a simple syscall benchmark.

There's still some work that can be done using __HAVE_MINIMAL_EMUL.
2001-01-16 06:01:26 +00:00
bin avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
crypto Fix printf format with sizeof(). 2001-01-16 02:20:19 +00:00
dist comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
distrib no longer need to ship IPv4-only sendmail.cf. 2001-01-15 17:57:44 +00:00
etc Remove /etc/mail/sendmail-IPv4only.cf which is no longer needed. 2001-01-15 18:04:53 +00:00
games comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
gnu strncmp's last argument is of type size_t, not int. 2001-01-16 02:38:52 +00:00
include use expr to do subtraction. shell math isn't as portable. 2001-01-16 02:42:39 +00:00
lib comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
libexec comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
regress don't use $s in test #39, that test doesn't depend on presence of -s 2001-01-15 18:52:32 +00:00
sbin comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
share Fix typo. 2001-01-16 04:34:40 +00:00
sys New syscall entry implementation based on the Alpha version 2001-01-16 06:01:26 +00:00
usr.bin comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
usr.sbin comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING mention that we need to build make first. 2001-01-15 15:03:38 +00:00