Go to file
jonathan 5ba85a4cf8 Kernel profiling. Don't profile the following:
sigcode():
      executed from user-space stack.

  mips1_cpu_switch_resume, mips3_cpu_switch_resume:
      arguments passed in via v0, t0, t1 (outlined from cpu_switch())

  mips3_VCED(), mips3_VCEI():
      called from exception-vector code without any register save,
      $at, $ra are live.
1997-07-20 19:48:03 +00:00
bin include <pwd.h> and <grp.h> to bring prototypes into scope. 1997-07-20 19:20:01 +00:00
distrib remove old Sprite-compatible header files machAsmDefs.h and machConst.h 1997-07-19 07:02:04 +00:00
etc fix 3885 from Matthias Scheler -- print out the name of each loaded module 1997-07-18 23:38:52 +00:00
games don't xref obsolete regcmp(3) 1997-07-16 06:59:59 +00:00
gnu * Fix setting of 'Originator' field, so that it matches whole login field 1997-07-17 04:50:35 +00:00
include Backout addition of user_from_uid and group_from_gid; they exist in pwd.h 1997-07-20 19:18:49 +00:00
lib merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
libexec Make sure that the last fields in the transmitted stat structs are set 1997-07-19 20:25:44 +00:00
regress
sbin Case size_t to "long" for printing, and use %ld for the format. 1997-07-20 05:20:40 +00:00
share Typo. 1997-07-19 20:05:31 +00:00
sys Kernel profiling. Don't profile the following: 1997-07-20 19:48:03 +00:00
usr.bin Send \r with \n in http requests. Allow "content-length" to be missing. 1997-07-20 12:49:26 +00:00
usr.sbin Mark my changes, per Vixie's license at the top. 1997-07-20 02:54:55 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00