Go to file
apb 71ba9763cb Configure the bootstrap make in such a way that it can use a shell other
than "sh" for executing commands.  Useful in a cross-build environment.

* Do not define _PATH_BSHELL, because it is no longer used by make.

* In addition to _PATH_DEFSHELLDIR (the directory in which the default
  shell can be found), define _BASENAME_DEFSHELL (the shell's basename).

* Use shell builtin string manipulation instead of sed to extract
  the directory name and basename from $BSHELL.

OK sjg, christos
2006-10-09 20:51:05 +00:00
bin PR/32759: Ulrich Heilmann: Output of cat -s -n is wrong 2006-10-08 21:52:56 +00:00
common - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. 2006-10-08 03:14:55 +00:00
crypto Fix memory leak (Coverity 3438 and 3437) 2006-10-09 06:32:59 +00:00
dist PR 30870: Add user ``_proxy'' and make pf's ftp-proxy use it. 2006-10-07 15:10:17 +00:00
distrib Add catpage for tcp_congctl(9). No cookie for rpaulo. 2006-10-09 19:33:22 +00:00
doc Add a bit more info. 2006-10-09 18:58:40 +00:00
etc PR/31497: Robert Elz: rc.d/accounting should have KEYWORD: shutdown 2006-10-08 18:08:39 +00:00
games Typo, from David A. Holland on #NetBSD-code, thanks! 2006-10-08 20:12:27 +00:00
gnu - use PROG not PROG_CXX 2006-10-09 08:32:53 +00:00
include Add run level messages. 2006-09-22 21:31:55 +00:00
lib Modular (I tried ;-) TCP congestion control API. Whenever certain conditions 2006-10-09 16:27:07 +00:00
libexec WFORMAT is no more... 2006-10-08 17:52:28 +00:00
regress add parentheses. 2006-10-09 12:43:32 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin WFORMAT is no more... 2006-10-08 17:52:28 +00:00
share Add man pages for SPI, m25p flash, and tm121temp devices. I'm holding off 2006-10-09 16:51:51 +00:00
sys Bringing up a fpa(4) interface on sparc(64) causes a hard kernel crash 2006-10-09 20:45:19 +00:00
tools Configure the bootstrap make in such a way that it can use a shell other 2006-10-09 20:51:05 +00:00
usr.bin In a non-native build, always use a shell to execute commands. This may 2006-10-09 20:46:33 +00:00
usr.sbin PR/20875: Robert Elz: Incorrect facts in rtsol(8) man page 2006-10-08 19:36:05 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc
UPDATING Mention removal of net.inet.tcp.newreno. 2006-10-09 18:57:30 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00