Go to file
cube 388b97e039 Implement a few changes needed to properly resolve PR#30924, as
discussed in the PR.

- introduce sys/timevar.h to hold kernel-specific stuff relevant to
  sys/time.h.  Ideally, timevar.h would contain all (or almost) of the
  #ifdef _KERNEL part of time.h, but that's a pretty big and tedious
  change to make.  For now, it will contain only the prototypes I
  introduced when working on COMPAT_NETBSD32.

- split copyinout_t into copyin_t and copyout_t, it makes prototypes more
  explicit about the meaning of a given argument.  Suggested by yamt@.

- move copyinout_t definition in sys/time.h to systm.h as copyin_t and
  copyout_t

- make everything uses the new types and include the proper headers at
  the proper places.
2005-10-23 00:09:14 +00:00
bin PR/27140: "sleep time" doesn't error out. 2005-10-17 10:11:46 +00:00
crypto Merge ipsec-tools 0.6.2 import. 2005-10-14 14:01:34 +00:00
dist reverting to the previous version of file 4.16, not 4.15. 2005-10-21 16:01:16 +00:00
distrib Don't make sgimips images bootable unless EXTFILES.sgimips is defined. 2005-10-22 15:56:16 +00:00
doc yamt-vop branch. 2005-10-20 00:42:40 +00:00
etc Add /usr/share/legal. 2005-10-22 12:31:52 +00:00
games Removed the unnecessary #include <ctype.h>. 2005-10-18 20:13:04 +00:00
gnu Install /usr/share/doc/html/postfix/postfix-logo.jpg too since 2005-10-10 15:34:30 +00:00
include Change the sched_*() functions to return -1 and set errno to ENOSYS 2005-10-09 11:17:28 +00:00
lib Instead of special-casing root, special case paths that end with a /, so 2005-10-22 20:55:13 +00:00
libexec Correct the lookup order of _rtld_symlook_default and make 2005-10-13 11:14:09 +00:00
regress also check a double argument to isnan(), and whether 2005-10-20 18:02:52 +00:00
rescue put back tetris; by popular demand. 2005-09-23 00:29:51 +00:00
sbin Fix alpha build - pointed out by Kurt Schreiner on port-alpha 2005-10-20 20:08:33 +00:00
share Descend into legal/. 2005-10-22 12:31:05 +00:00
sys Implement a few changes needed to properly resolve PR#30924, as 2005-10-23 00:09:14 +00:00
tools Fix previous commit. Broken logic 2005-10-04 04:56:19 +00:00
usr.bin Don't forget original allocated memory address. 2005-10-22 15:32:48 +00:00
usr.sbin PR/31502: John: rpc.statd doesn't save failed notifies in the database. 2005-10-20 12:53:42 +00:00
x11 Enable XInput in all Xsun flavours. Fixes fallout from enabling XFree86. 2005-10-03 20:22:08 +00:00
build.sh It needs the braceexpand option for PD KSH, regardless of 2005-09-25 05:34:21 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile Modify "release" to invoke "make distribution" instead of "make build", 2005-08-25 02:04:39 +00:00
Makefile.inc
UPDATING note about conf/std. 2005-10-03 04:45:52 +00:00