Commit Graph

277 Commits

Author SHA1 Message Date
pk
c3a3100892 Initialize return value from save_core() in case dumpsize == 0. 1994-05-31 09:38:12 +00:00
mycroft
ce8435c526 Add missing htons(), reported by Thorsten Lockert. 1994-05-30 09:55:56 +00:00
pk
327bccb71b Don't clear dump if writing it to the filesystem fails (eg. file system full) 1994-05-27 08:40:49 +00:00
cgd
984d40a72f pass a daddr_t rather than an off_t; forgot to commit last week. 1994-05-26 06:53:36 +00:00
cgd
ba346cac3f kill (bogus) multiple inclusions 1994-05-23 05:42:41 +00:00
cgd
cca0652a0f don't need that 'all' line. 1994-05-20 08:58:22 +00:00
cgd
725ed31e82 copyright foo 1994-05-17 04:13:48 +00:00
cgd
3971f6048c don't do query and trace 1994-05-15 00:50:38 +00:00
cgd
62561b3dc7 need dep. first 1994-05-13 21:24:15 +00:00
mycroft
4c8599d370 Clean up import. 1994-05-13 08:02:16 +00:00
cgd
7b442030ed clean up import 1994-05-11 06:47:04 +00:00
cgd
3b59599485 kill stupidity 1994-05-05 06:35:50 +00:00
pk
77c9a3fa5b Prototype some things. 1994-05-02 10:18:21 +00:00
pk
7ed52d1091 Disabling *all* terminals in /etc/ttys meant disabling them for good:
stuck in `clean tty' => `multi user' => `clean tty' loop.
1994-04-26 19:56:22 +00:00
cgd
97c1f9d08d oops; changed comparison, but not field! 1994-04-25 18:33:42 +00:00
cgd
76919077ef kill some #ifndefs 1994-04-25 18:33:12 +00:00
cgd
9a2c884999 need <sys/time.h> 1994-04-25 18:28:42 +00:00
cgd
ceeb9f072d various grunge 1994-04-25 18:28:36 +00:00
cgd
e82c231da3 need <sys/time.h> 1994-04-25 18:23:19 +00:00
cgd
af8ee2b8b6 change some #ifdef's. 1994-04-25 18:22:50 +00:00
cgd
4417e58658 need <sys/time.h> 1994-04-25 18:17:04 +00:00
cgd
a272a35bc0 add bim 1994-04-22 00:09:02 +00:00
cgd
7a6bf5ee14 add the pc532 boot image manager, by Phil Nelson. desperately needs clean. 1994-04-22 00:04:22 +00:00
cgd
896fc34ba3 queue/struct changes 1994-04-21 07:58:49 +00:00
cgd
f01b9646e3 back to 10%, per mkm 1994-04-20 03:56:03 +00:00
cgd
637097ae1c don't complain if ENXIO on open and not verbose 1994-04-19 03:42:54 +00:00
cgd
57a340a4a2 if we want a LETS_GET_SMALL init, allow only single-user 1994-04-18 07:59:40 +00:00
cgd
2f067856cd allow external mount types, even if LETS_GET_SMALL 1994-04-18 06:15:08 +00:00
cgd
1ddc4aa19f kill some code if SMALL is defined... 1994-04-18 06:08:27 +00:00
cgd
c49bfc05a9 oops, forgot one 1994-04-15 00:47:33 +00:00
cgd
5334ad51e1 fs type names, and much clean 1994-04-14 03:25:14 +00:00
cgd
eb0f0ad92d fs type names will soon be strings 1994-04-14 03:21:21 +00:00
cgd
d7e56d367a use setproctitle 1994-04-14 03:15:37 +00:00
deraadt
7f4901e6f5 typo 1994-04-13 10:12:33 +00:00
cgd
aa23b1931a kill warning 1994-04-13 07:33:05 +00:00
cgd
8050627755 light comment change 1994-04-13 04:29:54 +00:00
cgd
7c9ad60ed9 documentation, general cleanup. ick. 1994-04-12 05:03:23 +00:00
cgd
3eff8b176a 10 -> 5 1994-04-12 04:39:57 +00:00
cgd
7989c52b3e off_t casts, from Thomas Eberhardt 1994-04-12 04:17:37 +00:00
deraadt
8fb90b0ed4 from <dean@fsa.ca>: let "fsck /usr" work. also, if the user does
"fsck /dev/sd0a" attempt to map to the raw device name.
1994-04-09 08:58:31 +00:00
deraadt
73c673cd94 if user does ie, "fsck /etc/group", then types ^C to the CONTINUE
prompt do not dump core. fix from <dean@fsa.ca> (who i will stop
hounding about bug fixes for an hour or two)
1994-04-09 08:53:37 +00:00
cgd
1717de7c65 kill relative paths 1994-04-08 01:40:51 +00:00
cgd
8636037f88 new functionality -- uid/gid/perms settable, users can invoke 1994-04-08 01:26:59 +00:00
cgd
d464e461ac clean up, zero args struct so we're ok for changes coming soon... 1994-04-07 02:31:20 +00:00
cgd
176eb49a7a kill two casts 1994-04-06 06:40:28 +00:00
cgd
df58009c91 serious perversion:
most of the 'off' arguments to Lseek() (the internal lseek() wrapper)
are unsigned longs.  we need them to be sign extended, though, so change
Lseek() to take a 'long' rather than an 'off_t', and let the compiler
do the dirty work via implicit casts.
1994-04-06 01:41:32 +00:00
cgd
c9b86e9473 kill the evil U word! from Mike Long <mike.long@analog.com> 1994-04-06 00:08:58 +00:00
cgd
98069adca5 lseek stuff, and clean up. this is perverse. 1994-04-04 22:45:08 +00:00
cgd
873973c399 just kill the cast completely 1994-04-02 01:50:23 +00:00
cgd
59e72907cf off_t death... 1994-04-01 08:42:43 +00:00