This commit is contained in:
Eric Andersen
1999-12-03 09:19:54 +00:00
parent 77619b9dda
commit b186d980d6
18 changed files with 426 additions and 58 deletions

View File

@@ -3,6 +3,11 @@
file existed.
* df will not exit on error, but will try to stat all mounted filesystems.
* Fixed tar so uid/gid/permissions on extracted tarballs will be correct.
* Fixed find -name so it properly uses shell wildcard patterns
(i.e. `*', `?', and `[]') instead of regular expressions, which
was causing some confusing and unexpected behavior.
-Erik Andrsen, Dec 2, 1999
0.37
* Wrote a micro syslogd, and a logger util (to log things to the syslog