summaryrefslogtreecommitdiff
path: root/sys/kern/exec_script.c
AgeCommit message (Expand)Author
1995-04-10Change `fdclose' to `fdrelease', to avoid confusion with device interfaces.mycroft
1995-03-09copy*str() should use size_t.mycroft
1994-12-04Use common fdclose() rather than a private version.mycroft
1994-07-24only use variables which are defined.cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-08Update to 4.4-Lite fs code.mycroft
1994-05-24MIN -> min, MAX -> maxcgd
1994-04-29kill an FDSCRIPTS bug which nobody had found yet.cgd
1994-02-16simplify error returns, and fix bugscgd
1994-01-28Fix spelling error in Copyright noticejtc
1994-01-22don't forget to free old pathname buffercgd
1994-01-16clean up, break script handling out of check_exec(), and comment a bit.cgd