Go to file
lukem 2b0e1bd9bd backout parts of the lite2 merge; it causes undesirable lossage:
* $PWD was used if it appeared ``correct''. this `enhancment' was
  not documented in getcwd(3), and caused problems for pwd(1) (which
  uses getcwd(3)), and in turn <bsd.obj.mk> (which uses pwd) when $PWD
  is set to the logical path instead of the real path (e.g, symlink
  /usr/src -> /z/NetBSD-current/src).
  [$PWD is set to the logical path by tcsh(1) with set symlinks=expand]
* as getcwd() without the $PWD code is just a wrapper to getcwd_physical(),
  rename the latter to the latter. hack realpath() to use the getcwd().

yet another case of `it was a good idea, but...'
1998-03-14 03:27:59 +00:00
bin off by one error in ${%%} 1998-03-10 19:11:07 +00:00
distrib Sync port-maintainers w/ www pages. 1998-03-11 23:39:39 +00:00
etc improve description comment 1998-02-28 22:56:11 +00:00
games Simply include -lcurses instead of -lcurses -ltermcap 1998-02-18 22:37:30 +00:00
gnu gcc-ns32k mega commit compiled by Ian Dall. 1998-03-13 22:57:49 +00:00
include Prototype getsid(). 1998-02-18 18:24:26 +00:00
lib backout parts of the lite2 merge; it causes undesirable lossage: 1998-03-14 03:27:59 +00:00
libexec Remove spurious extra newline. 1998-03-03 00:36:24 +00:00
regress no point in LDSTATIC=-static here 1998-03-02 21:57:38 +00:00
sbin pull bsd.own.mk in before LDSTATIC?=-static, so that LDSTATIC can be 1998-03-02 22:03:11 +00:00
share added documentation of the various compile options for this driver from PR#4680 1998-03-11 09:55:19 +00:00
sys Move the bus_* functions from machdep.c to bus.c . 1998-03-13 21:05:10 +00:00
usr.bin Fix types lossage on the Alpha. 1998-03-11 16:49:19 +00:00
usr.sbin Fix typos lossage on the Alpha. 1998-03-11 17:44:02 +00:00
Makefile Print date after build completes as well as before. Previous code failed because make build depends on beforeinstall but not afterinstall. 1998-02-20 01:39:38 +00:00