Go to file
tv 964f98e703 Make slightly more portable without extra conditionals needed:
- Use getpgrp() rather than getpgid(0).
  (getpgrp() is already used elsewhere in this same file.)

- Use waitpid(-1, a, b) rather than wait3(a, b, NULL).
2005-09-30 18:57:55 +00:00
bin Make slightly more portable without extra conditionals needed: 2005-09-30 18:57:55 +00:00
crypto Fix bug when using hybrid auth in client mode 2005-09-26 16:24:57 +00:00
dist Pull in <machine/endian.h> on NetBSD instead of hardcoding to 2005-09-28 17:27:26 +00:00
distrib Add a fstab.tmpfs sample file showing simple but common sample entries. 2005-09-29 21:06:43 +00:00
doc * make clear what "window" is 2005-09-27 20:15:15 +00:00
etc Add gpio devices to template. 2005-09-27 02:44:12 +00:00
games Drop trailing whitespace. 2005-09-15 02:10:37 +00:00
gnu Allow for \H -> "address ..." substitution in PIPE ports. Useful 2005-09-07 12:38:16 +00:00
include Move ttyname_r() to the 1003.1c-1995 section. 2005-09-26 12:52:42 +00:00
lib Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +00:00
libexec ok, the change from rev 1.33 was unnecessary after all, 2005-09-27 07:20:32 +00:00
regress Check that both the kernel and mount_tmpfs handle extremely big numbers in 2005-09-26 09:50:53 +00:00
rescue put back tetris; by popular demand. 2005-09-23 00:29:51 +00:00
sbin Do not use stdbool.h; it breaks the build on ports using gcc 2.x (such as 2005-09-30 14:25:07 +00:00
share Split the fstab examples so that adding newer examples doesn't need a 2005-09-30 12:55:13 +00:00
sys Explicitly initialize the tn_lockf field. I expect problems in some 2005-09-30 14:29:19 +00:00
tools Move rmd160.h to crypto/ to keep in sync with recent changes. 2005-09-24 21:58:36 +00:00
usr.bin Patches from Liam Foy to: 2005-09-30 17:58:24 +00:00
usr.sbin The list of keywords must be sorted because it is search with bsearch(3). 2005-09-29 14:29:03 +00:00
x11 fix many problems in the reachover Makefiles for X11 libraries: 2005-09-24 13:51:46 +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 Don't mark /etc/namedb/named.conf as "obsolete" since that will cause 2005-09-14 00:32:26 +00:00
build.sh It needs the braceexpand option for PD KSH, regardless of 2005-09-25 05:34:21 +00:00