Commit Graph

5131 Commits

Author SHA1 Message Date
deraadt 6b8ee3c10f various small netbsd-ifications 1994-01-14 05:05:17 +00:00
deraadt d22f586c29 everything is now in sys/arch/pmax; and delete 4.4isms we don't do 1994-01-14 05:00:07 +00:00
deraadt 44663395d2 s/vmunix/netbsd/ 1994-01-14 04:57:44 +00:00
mycroft f8100bd977 Clean up deleted files. 1994-01-14 04:53:43 +00:00
deraadt 9fd56d82c3 some pmax updating (Terry Friedrichsen is helping on this now). 1994-01-14 04:53:37 +00:00
mycroft 540438e596 Ignore multiple \r's. 1994-01-14 03:50:50 +00:00
deraadt af01174969 `extern int cpu' isn't used at all. 1994-01-14 03:41:49 +00:00
mycroft 2ff1cb8f3b Totally trivial anality, not worth mailing about. 1994-01-14 02:58:37 +00:00
jtc 60b9b558b1 Fix spelling and formatting errors 1994-01-14 02:19:09 +00:00
jtc ab3a89f913 Fix spelling errors 1994-01-14 02:05:23 +00:00
jtc 02ae14d50f Fix obscure bug where the working directory would not be restored to its
proper place (occurs if one of fts_open()'s arguments is a relative path
to a empty directory).
1994-01-14 01:53:57 +00:00
deraadt 90880753b2 correct pathnames 1994-01-14 00:50:17 +00:00
cgd bc53d82fa7 fix utimes() to deal with NULL timeval ptr 1994-01-13 23:51:43 +00:00
mycroft d72e7068e5 Add a variable (currently unused in this port) to make DDB happy. 1994-01-13 23:49:13 +00:00
deraadt e538061ae1 few minor things, one pointed out by <kuku@acds.physik.rwth-aachen.de> 1994-01-13 23:42:28 +00:00
cgd 98a60eb83a fix sall memory leak. from Christopher Jon Kane <kane@kidd.vet.purdue.edu> 1994-01-13 22:55:55 +00:00
glass 8cdd7bfe4f warnings about incompatible declarations fixed.
fix from <thomas@mathematik.uni-Bremen.de>
1994-01-13 22:24:06 +00:00
jtc 87448ee50c All logging now goes through syslog. 1994-01-13 21:59:27 +00:00
jtc 6261fa0a42 The working directory is changed back when fts_children() returns,
so their fts_accpath members no longer have the correct relative
path.  We can solve this problem by looking at the parent's path
via p->fts_parent->fts_accpath.
1994-01-13 21:50:41 +00:00
mycroft ddd7434ba3 Forgot to add `rm' command in previous change. 1994-01-13 21:26:56 +00:00
mycroft a01d9d7e72 Fix vnd minor number calculation. 1994-01-13 21:21:13 +00:00
jtc e890eb6415 Include appropriate header files to bring prototypes into scope. 1994-01-13 21:01:40 +00:00
pk 14c0d3cb5e Don't barf if builtin directories happen to be non-existent. 1994-01-13 19:35:38 +00:00
glass b192754e19 fixed to use fgets() 1994-01-13 19:22:29 +00:00
jtc 645e8cd8d0 The cron daemon now lives in /usr/sbin 1994-01-13 18:43:50 +00:00
mycroft bff20215e7 Make a printf #ifdef PORTAL_DIAGNOSTIC. 1994-01-13 18:29:03 +00:00
glass 862f7b5f17 fixed spelling of Napoleon 1994-01-13 18:24:40 +00:00
cgd 3c39708b08 oops; get rid of a mis-inclusion in the last change 1994-01-13 18:20:36 +00:00
mycroft 6d03c98781 Remove some notdefage and link with libutil so we properly daemonize. 1994-01-13 17:45:33 +00:00
mycroft e1a2193974 Fix path name parsing. 1994-01-13 17:43:39 +00:00
cgd e11feae6b8 add missing arg to setenv(). reported by downsj@csos.orst.edu 1994-01-13 17:18:30 +00:00
mycroft 33a067f307 Junk comselect(); it's the same at ttselect(). 1994-01-13 14:58:12 +00:00
mycroft 5358c47ee5 Allocate exec_map. 1994-01-13 13:56:20 +00:00
briggs 363cc5e5be Basic cleanup. Get rid of my_frame for frame. 1994-01-13 12:59:30 +00:00
briggs 626f129c93 Allocate exec_map. 1994-01-13 12:56:16 +00:00
glass faa4194a8f fixed a typo in a comment 1994-01-13 07:36:21 +00:00
glass b7fcaa5202 exec_map is now used 1994-01-13 07:19:28 +00:00
cgd 8ca18c3fa8 use exec_map 1994-01-13 06:23:57 +00:00
cgd af15bd1683 crank MAXBSIZE to 16384, for now; should be MAXPHYS, but this will do (for now) 1994-01-13 04:33:02 +00:00
cgd aebed65bf3 add SYSV* 1994-01-13 04:30:10 +00:00
cgd 81d655b943 uncomment defn of exec_map 1994-01-13 04:25:01 +00:00
mycroft 9a58b58c31 Change the bufpages calculation back to .10min(physmem,2mb)+.05max(0,physmem-2mb). 1994-01-13 04:00:09 +00:00
cgd 5cc251df11 kill iffy optimization 1994-01-13 02:43:09 +00:00
cgd 7422e2a40c trim debugging code, for now, and kill dead code (unused options) 1994-01-13 02:33:57 +00:00
cgd f023b7235d trim extra debugging code, for now 1994-01-13 02:33:28 +00:00
cgd 6c7058a8ea EXEC_DEBUG -> DEBUG, and trim extra debugging code, for now 1994-01-13 02:29:32 +00:00
cgd 0001258a09 EXEC_DEBUG -> DEBUG 1994-01-13 02:27:28 +00:00
mycroft be1bfebd5c Avoid infinite loop. 1994-01-13 01:19:58 +00:00
cgd aabb3f0f84 it uses the old regex stuff, so include -lcompat 1994-01-12 23:20:50 +00:00
cgd 662ddfaad5 fix from: line 1994-01-12 23:20:15 +00:00