NetBSD/sys
cgd 491d6b4b9d fix problem where exec would lose on shell scripts with symlinks in
their names.  fix from "James W. Dolter" <jdolter@sawtooth.eecs.umich.edu>.
test script:

#!/bin/csh
mkdir /tmp/foodir
cat > /tmp/foodir/testscript <<EOF
#!/bin/sh
echo "Executing script \$1"
EOF
chmod 755 /tmp/foodir/testscript
(cd /tmp ; ln -s foodir foosym)
echo "Trying full path (w/o symlink) to /tmp/foodir/testscript"
/tmp/foodir/testscript "with out symlink"
echo "Trying full path (w/ symlink) to /tmp/foosym/testscript"
/tmp/foosym/testscript "with symlink"
echo "End of Test"
1993-09-01 21:43:50 +00:00
..
arch Add ed2, as per GENERICAHA. 1993-09-01 05:36:33 +00:00
compat/hpux Add RCS identifiers (this time on the correct side of the branch), and 1993-08-01 19:22:24 +00:00
conf add ppp 1993-08-30 07:30:35 +00:00
ddb Changes for boot loading of symbols. 1993-08-29 12:48:10 +00:00
dev tty XXstart() routines return void 1993-08-29 13:46:31 +00:00
isofs Add RCS identifier. 1993-08-07 09:32:14 +00:00
kern fix problem where exec would lose on shell scripts with symlinks in 1993-09-01 21:43:50 +00:00
lib/libsa more rcsid additions and file header cleanups 1993-05-20 03:49:51 +00:00
libkern Start of libkern.a 1993-09-01 21:14:13 +00:00
miscfs Implement setattr: mode for process entries; mode + uid/gid for the 1993-08-26 19:01:00 +00:00
msdosfs brought in fixed/renamed/matching MS-DOS FS code, from Jeff Polk 1993-08-13 11:35:13 +00:00
net Modified if_ppp.c and if_ppp.h to add priority queueing for "interactive" 1993-08-31 00:05:27 +00:00
netccitt add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
netinet ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
netiso Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
netns fix multiple inclusion protection and rcsid, because of RCS+crash fuckup 1993-05-21 07:44:05 +00:00
nfs Make return type of nfs_print be a void, not an int. 1993-08-02 23:12:31 +00:00
pcfs Clean up deleted files. 1993-08-13 11:35:49 +00:00
scsi Normalize play_msf changes with 386bsd patch. 1993-08-04 19:33:44 +00:00
stand add rcs ids, and clean up headers where necessary 1993-05-20 03:53:21 +00:00
sys sun3 like n-other platforms is currently using the empty cpu_disklabel struct 1993-09-01 15:51:21 +00:00
ufs sun3 has scanc support, so it doesn't need the ufs_subr.c version 1993-09-01 15:53:42 +00:00
vm fixs long broken 'dequeue' macro which would expand to 'dequeue_head' which 1993-09-01 15:55:26 +00:00
Makefile do the right thing, so things aren't built in /usr/src/sys 1993-07-04 14:02:53 +00:00